r31140 - in /desktop/unstable/gnome-desktop/debian: changelog control control.in patches/99_ltmain_as-needed.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Oct 29 11:14:49 UTC 2011


Author: biebl
Date: Sat Oct 29 11:14:48 2011
New Revision: 31140

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

Removed:
    desktop/unstable/gnome-desktop/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/unstable/gnome-desktop/debian/changelog
    desktop/unstable/gnome-desktop/debian/control
    desktop/unstable/gnome-desktop/debian/control.in
    desktop/unstable/gnome-desktop/debian/patches/series
    desktop/unstable/gnome-desktop/debian/rules

Modified: desktop/unstable/gnome-desktop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/changelog?rev=31140&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/changelog [utf-8] Sat Oct 29 11:14:48 2011
@@ -6,8 +6,9 @@
   * Switch to dh_python2.
   * debian/patches/03_libm.patch:
     - Link lbignome-desktop against -lm. Closes: #640438
-
- -- Michael Biebl <biebl at debian.org>  Sat, 29 Oct 2011 13:13:04 +0200
+  * Use dh-autoreconf to update the build system.
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 29 Oct 2011 13:14:17 +0200
 
 gnome-desktop (2.30.2-2) unstable; urgency=low
 

Modified: desktop/unstable/gnome-desktop/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/control?rev=31140&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/control [utf-8] Sat Oct 29 11:14:48 2011
@@ -15,6 +15,7 @@
 Build-Depends: debhelper (>= 8),
                libglib2.0-dev (>= 2.19.1),
                intltool (>= 0.40.0),
+               dh-autoreconf,
                scrollkeeper,
                cdbs (>= 0.4.41),
                gnome-pkg-tools (>= 0.10),

Modified: desktop/unstable/gnome-desktop/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/control.in?rev=31140&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/control.in [utf-8] Sat Oct 29 11:14:48 2011
@@ -10,6 +10,7 @@
 Build-Depends: debhelper (>= 8),
                libglib2.0-dev (>= 2.19.1),
                intltool (>= 0.40.0),
+               dh-autoreconf,
                scrollkeeper,
                cdbs (>= 0.4.41),
                gnome-pkg-tools (>= 0.10),

Modified: desktop/unstable/gnome-desktop/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/patches/series?rev=31140&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/patches/series [utf-8] Sat Oct 29 11:14:48 2011
@@ -1,4 +1,3 @@
 01_rr_double_free.patch
 02_pnp_buffer_overflow.patch
 03_libm.patch
-99_ltmain_as-needed.patch

Modified: desktop/unstable/gnome-desktop/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/rules?rev=31140&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/rules [utf-8] Sat Oct 29 11:14:48 2011
@@ -1,12 +1,15 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/gnome.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
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+DEB_DH_AUTORECONF_ARGS = --as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 			--with-gnome-distributor=Debian \




More information about the pkg-gnome-commits mailing list