r32495 - in /desktop/unstable/clutter-1.0/debian: changelog rules

ricotz-guest at users.alioth.debian.org ricotz-guest at users.alioth.debian.org
Tue Jan 31 19:35:50 UTC 2012


Author: ricotz-guest
Date: Tue Jan 31 19:35:50 2012
New Revision: 32495

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32495
Log:
don't compress README to workaround a gzip bug

Modified:
    desktop/unstable/clutter-1.0/debian/changelog
    desktop/unstable/clutter-1.0/debian/rules

Modified: desktop/unstable/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/changelog?rev=32495&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/changelog [utf-8] Tue Jan 31 19:35:50 2012
@@ -1,3 +1,10 @@
+clutter-1.0 (1.8.4-2) UNRELEASED; urgency=low
+
+  * Don't compress README to workaround the gzip bug which leads to different
+    checksums between architectures and breaks multiarch installs
+
+ -- Rico Tzschichholz <ricotz at ubuntu.com>  Tue, 31 Jan 2012 20:34:01 +0100
+
 clutter-1.0 (1.8.4-1) unstable; urgency=low
 
   [ Laurent Bigonville ]

Modified: desktop/unstable/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/rules?rev=32495&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/rules [utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/rules [utf-8] Tue Jan 31 19:35:50 2012
@@ -10,7 +10,7 @@
 GNOME_MODULE = clutter
 
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
-DEB_COMPRESS_EXCLUDE += .c
+DEB_COMPRESS_EXCLUDE += .c README
 DEB_DH_MAKESHLIBS_ARGS_libclutter-1.0-0 += -V -- -c4
 DEB_CONFIGURE_EXTRA_FLAGS += \
         --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \




More information about the pkg-gnome-commits mailing list