r34097 - in /desktop/unstable/gnome-desktop3/debian: changelog control control.in patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Apr 3 16:58:33 UTC 2012


Author: biebl
Date: Tue Apr  3 16:58:32 2012
New Revision: 34097

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34097
Log:
Use dh-autoreconf to update the build system.

Modified:
    desktop/unstable/gnome-desktop3/debian/changelog
    desktop/unstable/gnome-desktop3/debian/control
    desktop/unstable/gnome-desktop3/debian/control.in
    desktop/unstable/gnome-desktop3/debian/patches/series
    desktop/unstable/gnome-desktop3/debian/rules

Modified: desktop/unstable/gnome-desktop3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/changelog?rev=34097&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/changelog [utf-8] Tue Apr  3 16:58:32 2012
@@ -6,8 +6,9 @@
   * Build gtk-doc API documentation.
   * debian/patches/01-clock_gettime.patch: Link libgnome-desktop against librt
     for clock_gettime().
-
- -- Michael Biebl <biebl at debian.org>  Tue, 03 Apr 2012 18:53:36 +0200
+  * Use dh-autoreconf to update the build system.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 03 Apr 2012 18:58:14 +0200
 
 gnome-desktop3 (3.2.1-3) unstable; urgency=low
 

Modified: desktop/unstable/gnome-desktop3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/control?rev=34097&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/control [utf-8] Tue Apr  3 16:58:32 2012
@@ -13,6 +13,7 @@
 Standards-Version: 3.9.2
 Build-Depends: debhelper (>= 8),
                dpkg-dev (>= 1.15.1),
+               dh-autoreconf,
                libglib2.0-dev (>= 2.27.3),
                intltool (>= 0.40.6),
                scrollkeeper,

Modified: desktop/unstable/gnome-desktop3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/control.in?rev=34097&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/control.in [utf-8] Tue Apr  3 16:58:32 2012
@@ -8,6 +8,7 @@
 Standards-Version: 3.9.2
 Build-Depends: debhelper (>= 8),
                dpkg-dev (>= 1.15.1),
+               dh-autoreconf,
                libglib2.0-dev (>= 2.27.3),
                intltool (>= 0.40.6),
                scrollkeeper,

Modified: desktop/unstable/gnome-desktop3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/patches/series?rev=34097&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/patches/series [utf-8] Tue Apr  3 16:58:32 2012
@@ -1,2 +1,2 @@
 01-clock_gettime.patch
-99_ltmain_as-needed.patch
+#99_ltmain_as-needed.patch

Modified: desktop/unstable/gnome-desktop3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/rules?rev=34097&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/rules [utf-8] Tue Apr  3 16:58:32 2012
@@ -5,11 +5,13 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.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/gnome-get-source.mk
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
+DEB_DH_AUTORECONF_ARGS = --as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 			--with-gnome-distributor=$(shell dpkg-vendor --query vendor) \




More information about the pkg-gnome-commits mailing list