r50541 - in /desktop/unstable/glibmm2.4/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Sep 14 12:29:05 UTC 2016
Author: biebl
Date: Wed Sep 14 12:29:05 2016
New Revision: 50541
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50541
Log:
Don't compress example .cc files.
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=50541&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/changelog [utf-8] Wed Sep 14 12:29:05 2016
@@ -2,6 +2,7 @@
* New upstream development release.
* Bump SHVER to 2.49.7.
+ * Don't compress example .cc files.
-- Michael Biebl <biebl at debian.org> Wed, 14 Sep 2016 14:05:46 +0200
Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=50541&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/rules [utf-8] Wed Sep 14 12:29:05 2016
@@ -23,7 +23,7 @@
# Don't compress doxygen tag files
override_dh_compress:
- dh_compress -X.tag
+ dh_compress -X.tag -X.cc
override_dh_installexamples:
$(MAKE) -C examples distclean
More information about the pkg-gnome-commits
mailing list