r30975 - in /desktop/unstable/gnome-system-tools/debian: changelog control control.in patches/90_relibtoolize.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Oct 22 16:22:41 UTC 2011


Author: biebl
Date: Sat Oct 22 16:22:41 2011
New Revision: 30975

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30975
Log:
* Use dh-autoreconf to update the build system:
  - Add Build-Depends on dh-autoreconf.
  - Drop debian/patches/90_relibtoolize.patch.
  - Add autoreconf.mk include to debian/rules.

Removed:
    desktop/unstable/gnome-system-tools/debian/patches/90_relibtoolize.patch
Modified:
    desktop/unstable/gnome-system-tools/debian/changelog
    desktop/unstable/gnome-system-tools/debian/control
    desktop/unstable/gnome-system-tools/debian/control.in
    desktop/unstable/gnome-system-tools/debian/patches/series
    desktop/unstable/gnome-system-tools/debian/rules

Modified: desktop/unstable/gnome-system-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/changelog?rev=30975&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/changelog [utf-8] Sat Oct 22 16:22:41 2011
@@ -14,6 +14,10 @@
     - Add Vcs-* fields.
     - Bump Standards-Version to 3.9.2. No further changes.
   * Bump debhelper compatibility level to 8.
+  * Use dh-autoreconf to update the build system:
+    - Add Build-Depends on dh-autoreconf.
+    - Drop debian/patches/90_relibtoolize.patch.
+    - Add autoreconf.mk include to debian/rules.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 22 Oct 2011 17:59:33 +0200
 

Modified: desktop/unstable/gnome-system-tools/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/control?rev=30975&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/control [utf-8] Sat Oct 22 16:22:41 2011
@@ -11,6 +11,7 @@
            Niv Sardi <xaiki at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
                autotools-dev,
+               dh-autoreconf,
                intltool (>= 0.35.0),
                debhelper (>= 8),
                liboobs-1-dev (>= 2.91.1),

Modified: desktop/unstable/gnome-system-tools/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/control.in?rev=30975&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/control.in [utf-8] Sat Oct 22 16:22:41 2011
@@ -6,6 +6,7 @@
            Niv Sardi <xaiki at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
                autotools-dev,
+               dh-autoreconf,
                intltool (>= 0.35.0),
                debhelper (>= 8),
                liboobs-1-dev (>= 2.91.1),

Modified: desktop/unstable/gnome-system-tools/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/series?rev=30975&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/patches/series [utf-8] Sat Oct 22 16:22:41 2011
@@ -2,4 +2,3 @@
 10_disable_interfaces.patch
 11_dont_show_shares.patch
 61_outdated_docs.patch
-90_relibtoolize.patch

Modified: desktop/unstable/gnome-system-tools/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/rules?rev=30975&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/rules [utf-8] Sat Oct 22 16:22:41 2011
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk




More information about the pkg-gnome-commits mailing list