r45710 - in /packages/unstable/gconfmm2.6/debian: changelog control control.in rules

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Thu Aug 20 09:38:00 UTC 2015


Author: smcv
Date: Thu Aug 20 09:38:00 2015
New Revision: 45710

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45710
Log:
* Acknowledge NMU
* Non-maintainer upload.
* Use dh-autoreconf to update the build system for new ports (closes:
  #765210).

Modified:
    packages/unstable/gconfmm2.6/debian/changelog
    packages/unstable/gconfmm2.6/debian/control
    packages/unstable/gconfmm2.6/debian/control.in
    packages/unstable/gconfmm2.6/debian/rules

Modified: packages/unstable/gconfmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gconfmm2.6/debian/changelog?rev=45710&op=diff
==============================================================================
--- packages/unstable/gconfmm2.6/debian/changelog	[utf-8] (original)
+++ packages/unstable/gconfmm2.6/debian/changelog	[utf-8] Thu Aug 20 09:38:00 2015
@@ -12,8 +12,17 @@
 
   [ Simon McVittie ]
   * Move to oldlibs, gconf was deprecated in 2011
+  * Acknowledge NMU
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 07 Mar 2010 10:04:16 +0100
+
+gconfmm2.6 (2.28.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf to update the build system for new ports (closes:
+    #765210).
+
+ -- Colin Watson <cjwatson at debian.org>  Thu, 06 Nov 2014 10:02:40 +0000
 
 gconfmm2.6 (2.28.0-1) unstable; urgency=low
 

Modified: packages/unstable/gconfmm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gconfmm2.6/debian/control?rev=45710&op=diff
==============================================================================
--- packages/unstable/gconfmm2.6/debian/control	[utf-8] (original)
+++ packages/unstable/gconfmm2.6/debian/control	[utf-8] Thu Aug 20 09:38:00 2015
@@ -13,6 +13,7 @@
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/gconfmm2.6
 Build-Depends: cdbs (>= 0.4.51),
                debhelper (>= 6),
+               dh-autoreconf,
                dpkg-dev (>= 1.14.16),
                gnome-pkg-tools (>= 0.11),
                libgconf2-dev (>= 2.4.0),

Modified: packages/unstable/gconfmm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gconfmm2.6/debian/control.in?rev=45710&op=diff
==============================================================================
--- packages/unstable/gconfmm2.6/debian/control.in	[utf-8] (original)
+++ packages/unstable/gconfmm2.6/debian/control.in	[utf-8] Thu Aug 20 09:38:00 2015
@@ -9,6 +9,7 @@
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/gconfmm2.6
 Build-Depends: cdbs (>= 0.4.51),
                debhelper (>= 6),
+               dh-autoreconf,
                dpkg-dev (>= 1.14.16),
                gnome-pkg-tools (>= 0.11),
                libgconf2-dev (>= 2.4.0),

Modified: packages/unstable/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gconfmm2.6/debian/rules?rev=45710&op=diff
==============================================================================
--- packages/unstable/gconfmm2.6/debian/rules	[utf-8] (original)
+++ packages/unstable/gconfmm2.6/debian/rules	[utf-8] Thu Aug 20 09:38:00 2015
@@ -4,6 +4,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
@@ -17,6 +18,9 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
+export AUTOHEADER := true
+
+DEB_DH_AUTORECONF_ARGS := autoreconf -- -f -i -I scripts
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"




More information about the pkg-gnome-commits mailing list