r35828 - in /desktop/unstable/gtkmm3.0/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Sep 27 23:56:20 UTC 2012
Author: biebl
Date: Thu Sep 27 23:56:20 2012
New Revision: 35828
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35828
Log:
Don't compress doxygen tag files since doxygen can't handle those.
Modified:
desktop/unstable/gtkmm3.0/debian/changelog
desktop/unstable/gtkmm3.0/debian/rules
Modified: desktop/unstable/gtkmm3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/changelog?rev=35828&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/changelog [utf-8] Thu Sep 27 23:56:20 2012
@@ -1,6 +1,7 @@
gtkmm3.0 (3.4.2-1) UNRELEASED; urgency=low
* New upstream stable release.
+ * Don't compress doxygen tag files since doxygen can't handle those.
* Enable xz compression for binary packages.
-- Michael Biebl <biebl at debian.org> Tue, 25 Sep 2012 20:16:55 +0200
Modified: desktop/unstable/gtkmm3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/rules?rev=35828&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/rules [utf-8] Thu Sep 27 23:56:20 2012
@@ -19,5 +19,8 @@
DEB_COMPRESS_EXCLUDE_libgtkmm-3-doc = examples
DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
-# Use xz compression.
+# Don't compress doxygen tag files
+DEB_COMPRESS_EXCLUDE = .tag
+
+# Use xz compression
DEB_DH_BUILDDEB_ARGS ?= -- -Zxz
More information about the pkg-gnome-commits
mailing list