aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAlberto Garcia <agarcia@igalia.com>2009-04-30 13:10:26 +0200
committerAlberto Garcia <agarcia@igalia.com>2009-04-30 13:33:58 +0200
commit69a11338fe0cc36a868e5812b590f5437622988a (patch)
treeabd1efc835e7e30f7799eac64ff45405f1624528 /debian
parent8a970bcc0a22925ed90b869c8f7c1ba521e189ac (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/changelog1
-rwxr-xr-xdebian/rules1
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 )