r26912 - in /desktop/unstable/gnome-vfs/debian: changelog control control.in patches/90_relibtoolize.patch patches/99_ltmain_as-needed.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Mar 16 14:01:39 UTC 2011


Author: biebl
Date: Wed Mar 16 14:01:33 2011
New Revision: 26912

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26912
Log:
* Use dh-autoreconf
  - Add Build-Depends on dh-autoreconf.
  - Add /usr/share/cdbs/1/rules/autoreconf.mk to debian/rules.
  - Remove --as-needed from debian/rules.
  - Drop debian/patches/90_relibtoolize.patch and
    debian/patches/99_ltmain_as-needed.patch.

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

Modified: desktop/unstable/gnome-vfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/changelog?rev=26912&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-vfs/debian/changelog [utf-8] Wed Mar 16 14:01:33 2011
@@ -7,6 +7,12 @@
     - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
   * Fix debian/watch.
   * Bump Standards-Version to 3.9.1. No further changes.
+  * Use dh-autoreconf
+    - Add Build-Depends on dh-autoreconf.
+    - Add /usr/share/cdbs/1/rules/autoreconf.mk to debian/rules.
+    - Remove --as-needed from debian/rules.
+    - Drop debian/patches/90_relibtoolize.patch and
+      debian/patches/99_ltmain_as-needed.patch.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 16 Mar 2011 13:08:05 +0100
 

Modified: desktop/unstable/gnome-vfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/control?rev=26912&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-vfs/debian/control [utf-8] Wed Mar 16 14:01:33 2011
@@ -9,6 +9,7 @@
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Otavio Salvador <otavio at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs,
+               dh-autoreconf,
                gtk-doc-tools (>= 1.0),
                libglib2.0-dev (>= 2.9.3),
                libgconf2-dev (>= 2.8.0),

Modified: desktop/unstable/gnome-vfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/control.in?rev=26912&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-vfs/debian/control.in [utf-8] Wed Mar 16 14:01:33 2011
@@ -4,6 +4,7 @@
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
+               dh-autoreconf,
                gtk-doc-tools (>= 1.0),
                libglib2.0-dev (>= 2.9.3),
                libgconf2-dev (>= 2.8.0),

Modified: desktop/unstable/gnome-vfs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/patches/series?rev=26912&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-vfs/debian/patches/series [utf-8] Wed Mar 16 14:01:33 2011
@@ -20,5 +20,3 @@
 23_improve_volume_labels.patch
 24_home_dir_fakeroot.patch
 30_nfs4.patch
-90_relibtoolize.patch
-99_ltmain_as-needed.patch

Modified: desktop/unstable/gnome-vfs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/rules?rev=26912&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-vfs/debian/rules [utf-8] Wed Mar 16 14:01:33 2011
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.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-version.mk
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
@@ -26,7 +27,5 @@
                              --libexecdir=/usr/lib/gnome-vfs-2.0 \
                              $(HOST_ARCH_CONFIGURE_FLAGS)
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
-
 DEB_DH_MAKESHLIBS_ARGS_libgnomevfs2-extra := --no-act
 DEB_COMPRESS_EXCLUDE := html




More information about the pkg-gnome-commits mailing list