summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-06 23:16:38 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-06 23:16:38 +0200
commit1d5a2dec3978d448970ab74ab9fcfb147aec62d7 (patch)
tree5a6876abd5f7654096d718277d002df4b14f8f32
parenta6ebf5113dfa2d74906525574e2bf2dc6028e027 (diff)
debian/libcairo-gobject2.symbols,
* debian/rules: debian/libcairo-gobject2.symbols, * debian/rules: + Adjust timestamps of all files to make autoconf/automake happy.
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules3
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6dfb031..9101f70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,8 +30,11 @@ cairo (1.10.0-1) experimental; urgency=low
debian/patches/99_autoreconf.patch:
- Refreshed.
+ debian/control,
+ debian/libcairo-gobject2.symbols,
debian/libcairo-gobject2.install:
- Add GObject library.
+ * debian/rules:
+ + Adjust timestamps of all files to make autoconf/automake happy.
-- Sebastian Dröge <slomo@debian.org> Mon, 06 Sep 2010 21:52:00 +0200
diff --git a/debian/rules b/debian/rules
index fc72c9f..2aee943 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,6 +83,9 @@ configure-common-stamp:
# Generated by configure and breaks the build if already existing
-test -r src/cairo-features.h && \
mv src/cairo-features.h src/cairo-features.h.orig
+ # Touch all files to give them the same timestamps
+ # and to make automake happy
+ find $(CURDIR) | xargs touch -r configure.ac
touch $@
configure-stamp-%: configure-common-stamp