r35819 - in /desktop/unstable/glibmm2.4/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 27 04:16:32 UTC 2012


Author: biebl
Date: Thu Sep 27 04:16:30 2012
New Revision: 35819

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35819
Log:
Don't compress doxygen tag files since doxygen can't handle those.

Modified:
    desktop/unstable/glibmm2.4/debian/changelog
    desktop/unstable/glibmm2.4/debian/rules

Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=35819&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/changelog [utf-8] Thu Sep 27 04:16:30 2012
@@ -1,6 +1,7 @@
 glibmm2.4 (2.32.1-1) UNRELEASED; urgency=low
 
   * New upstream bugfix release.
+  * Don't compress doxygen tag files since doxygen can't handle those.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 27 Sep 2012 06:14:59 +0200
 

Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=35819&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/rules [utf-8] Thu Sep 27 04:16:30 2012
@@ -20,5 +20,8 @@
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
+# Don't compress doxygen tag files
+DEB_COMPRESS_EXCLUDE = .tag
+
 install/$(DOC_PKG)::
 	$(MAKE) -C $(CURDIR)/examples clean




More information about the pkg-gnome-commits mailing list