r46744 - in /desktop/experimental/gnome-common/debian: changelog control.in rules
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Tue Oct 20 16:30:33 UTC 2015
Author: ah
Date: Tue Oct 20 16:30:33 2015
New Revision: 46744
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46744
Log:
* New upstream release.
* debian/rules: Use --with-autoconf-archive configure flag
- replaces manual removal of ax_*.m4 as done in previous version.
* Bump Standards-Version to 3.9.6
Modified:
desktop/experimental/gnome-common/debian/changelog
desktop/experimental/gnome-common/debian/control.in
desktop/experimental/gnome-common/debian/rules
Modified: desktop/experimental/gnome-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-common/debian/changelog?rev=46744&op=diff
==============================================================================
--- desktop/experimental/gnome-common/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-common/debian/changelog [utf-8] Tue Oct 20 16:30:33 2015
@@ -1,3 +1,12 @@
+gnome-common (3.18.0-1) experimental; urgency=medium
+
+ * New upstream release.
+ * debian/rules: Use --with-autoconf-archive configure flag
+ - replaces manual removal of ax_*.m4 as done in previous version.
+ * Bump Standards-Version to 3.9.6
+
+ -- Andreas Henriksson <andreas at fatal.se> Tue, 20 Oct 2015 18:24:32 +0200
+
gnome-common (3.14.0-2) unstable; urgency=medium
[ Simon McVittie ]
Modified: desktop/experimental/gnome-common/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-common/debian/control.in?rev=46744&op=diff
==============================================================================
--- desktop/experimental/gnome-common/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-common/debian/control.in [utf-8] Tue Oct 20 16:30:33 2015
@@ -8,7 +8,7 @@
gnome-pkg-tools
Build-Depends-Indep: pkg-config,
autotools-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-common
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-common
Modified: desktop/experimental/gnome-common/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-common/debian/rules?rev=46744&op=diff
==============================================================================
--- desktop/experimental/gnome-common/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-common/debian/rules [utf-8] Tue Oct 20 16:30:33 2015
@@ -5,8 +5,4 @@
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-common-binary-indep:: fix-duplication
-
-fix-duplication:
- rm -f -v debian/gnome-common/usr/share/aclocal/ax_check_enable_debug.m4
- rm -f -v debian/gnome-common/usr/share/aclocal/ax_code_coverage.m4
+DEB_CONFIGURE_EXTRA_FLAGS := --with-autoconf-archive
More information about the pkg-gnome-commits
mailing list