summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2011-03-02 18:38:49 +0000
committerEmilio Pozuelo Monfort <pochu@debian.org>2011-03-02 18:38:49 +0000
commitb7670812ca0efc48e825031fa49c3e3695e15ce9 (patch)
treefafd7f5635339106fafd1200826b02dd08d43f3c
parentb222a4bbff551c550d2d224fdaee94d8a913f47b (diff)
Brown paper bug release.
* Brown paper bug release. * Apply 04-LD_PRELOAD-is-supported-on-Hurd.patch to the git tree, otherwise dpkg-source will create a debian-changes-* patch reverting it, for some reason that I ignore.
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
2 files changed, 10 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ef5017d..f39ae5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -709,7 +709,7 @@ dnl The tracing utility requires LD_PRELOAD, so only build it for systems
dnl that are known to work.
case $host in
-*-linux*|*-*bsd*|*-solaris*|*-*-darwin*|*-dragonfly*)
+*-linux*|*-*bsd*|*-solaris*|*-*-darwin*|*-dragonfly*|*-*-gnu*)
have_ld_preload="yes"
;;
*)
diff --git a/debian/changelog b/debian/changelog
index 03bf4d1..a3722b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+cairo (1.10.2-4) unstable; urgency=low
+
+ * Brown paper bug release.
+ * Apply 04-LD_PRELOAD-is-supported-on-Hurd.patch to the git tree,
+ otherwise dpkg-source will create a debian-changes-* patch reverting
+ it, for some reason that I ignore.
+
+ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 02 Mar 2011 18:37:59 +0000
+
cairo (1.10.2-3) unstable; urgency=low
* debian/patches/04-LD_PRELOAD-is-supported-on-Hurd.patch: