r26449 - in /desktop/experimental/gvfs/debian: changelog control.in patches/01_maintainer_mode.patch patches/90_relibtoolize.patch patches/99_ltmain_as-needed.patch patches/series rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Jan 31 23:27:22 UTC 2011


Author: pochu
Date: Mon Jan 31 23:27:22 2011
New Revision: 26449

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26449
Log:
* New upstream release.
* debian/patches/01_maintainer_mode.patch,
  debian/patches/90_relibtoolize.patch,
  debian/patches/99_ltmain_as-needed.patch:
  + Removed. Use dh_autoreconf instead.
* debian/control.in,
  debian/rules:
  + Use dh_autoreconf.

Removed:
    desktop/experimental/gvfs/debian/patches/01_maintainer_mode.patch
    desktop/experimental/gvfs/debian/patches/90_relibtoolize.patch
    desktop/experimental/gvfs/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/experimental/gvfs/debian/changelog
    desktop/experimental/gvfs/debian/control.in
    desktop/experimental/gvfs/debian/patches/series
    desktop/experimental/gvfs/debian/rules

Modified: desktop/experimental/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/changelog?rev=26449&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/changelog [utf-8] (original)
+++ desktop/experimental/gvfs/debian/changelog [utf-8] Mon Jan 31 23:27:22 2011
@@ -1,3 +1,16 @@
+gvfs (1.7.2-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/patches/01_maintainer_mode.patch,
+    debian/patches/90_relibtoolize.patch,
+    debian/patches/99_ltmain_as-needed.patch:
+    + Removed. Use dh_autoreconf instead.
+  * debian/control.in,
+    debian/rules:
+    + Use dh_autoreconf.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 31 Jan 2011 23:26:08 +0000
+
 gvfs (1.7.1-1) experimental; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/experimental/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/control.in?rev=26449&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/control.in [utf-8] (original)
+++ desktop/experimental/gvfs/debian/control.in [utf-8] Mon Jan 31 23:27:22 2011
@@ -5,6 +5,7 @@
 Build-Depends: debhelper (>= 5),
                autotools-dev,
                cdbs,
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.7),
                pkg-config,
                gtk-doc-tools,

Modified: desktop/experimental/gvfs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/patches/series?rev=26449&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gvfs/debian/patches/series [utf-8] Mon Jan 31 23:27:22 2011
@@ -1,8 +1,5 @@
-01_maintainer_mode.patch
 02_deprecated.patch
 03_xdg-mount.patch
 04_hurd_path_max.patch
 05_shared_libdaemon.patch
 07_smb_initialdir.patch
-90_relibtoolize.patch
-99_ltmain_as-needed.patch

Modified: desktop/experimental/gvfs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/rules?rev=26449&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/rules [utf-8] (original)
+++ desktop/experimental/gvfs/debian/rules [utf-8] Mon Jan 31 23:27:22 2011
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
@@ -7,7 +8,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
 include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list