diff options
author | Alberto Garcia <agarcia@igalia.com> | 2009-04-30 13:10:26 +0200 |
---|---|---|
committer | Alberto Garcia <agarcia@igalia.com> | 2009-04-30 13:33:58 +0200 |
commit | 69a11338fe0cc36a868e5812b590f5437622988a (patch) | |
tree | abd1efc835e7e30f7799eac64ff45405f1624528 /debian | |
parent | 8a970bcc0a22925ed90b869c8f7c1ba521e189ac (diff) |
Renamed src/ to hildon/
* src/
* Makefile.am
* configure.ac
* doc/Makefile.am
* doc/hildon.types
* po/POTFILES.in:
Renamed src/ to hildon/
* examples/*.c
* debian/changelog
* debian/rules:
Include <hildon/hildon.h> directly in all examples.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 23c1e61..a147f9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libhildon (2.1.69-1~unreleased) unstable; urgency=low * unreleased bump + * Don't need to fix example files anymore in debian/rules -- Alberto Garcia <agarcia@igalia.com> Thu, 30 Apr 2009 13:30:03 +0200 diff --git a/debian/rules b/debian/rules index 152068d..8e0d7b0 100755 --- a/debian/rules +++ b/debian/rules @@ -24,5 +24,4 @@ $(DEB_SRCDIR)/configure: binary-post-install/libhildon1-examples:: ( cd $(DEB_SRCDIR)/debian/libhildon1-examples/usr/share/doc/libhildon1-examples/examples && \ - sed -i 's_"hildon.h"_<hildon/hildon.h>_' *.c && \ mv Makefile.static Makefile ) |