r29308 - in /desktop/unstable/gnome-applets/debian: changelog control control.in patches/98_autoreconf.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 31 22:52:47 UTC 2011


Author: biebl
Date: Sun Jul 31 22:52:46 2011
New Revision: 29308

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

Removed:
    desktop/unstable/gnome-applets/debian/patches/98_autoreconf.patch
Modified:
    desktop/unstable/gnome-applets/debian/changelog
    desktop/unstable/gnome-applets/debian/control
    desktop/unstable/gnome-applets/debian/control.in
    desktop/unstable/gnome-applets/debian/patches/series
    desktop/unstable/gnome-applets/debian/rules

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=29308&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog [utf-8] Sun Jul 31 22:52:46 2011
@@ -21,6 +21,10 @@
       (>= 0.4.90~)
     - Replace dh_pysupport with dh_python2 in debian/rules.
     - Remove debian/pyversions.
+  * Use dh-autoreconf to update the build-system:
+    - Add Build-Depends on dh-autoreconf.
+    - Add autoreconf.mk include to debian/rules.
+    - Remove debian/patches/98_autoreconf.patch.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 31 Jul 2011 23:40:11 +0200
 

Modified: desktop/unstable/gnome-applets/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/control?rev=29308&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/control [utf-8] Sun Jul 31 22:52:46 2011
@@ -11,6 +11,7 @@
 Standards-Version: 3.9.2
 Build-Depends: cdbs (>= 0.4.90~),
                autotools-dev,
+               dh-autoreconf,
                debhelper (>= 8),
                libgtk2.0-dev (>= 2.13.0),
                libglib2.0-dev (>= 2.22.0),

Modified: desktop/unstable/gnome-applets/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/control.in?rev=29308&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/control.in [utf-8] Sun Jul 31 22:52:46 2011
@@ -6,6 +6,7 @@
 Standards-Version: 3.9.2
 Build-Depends: cdbs (>= 0.4.90~),
                autotools-dev,
+               dh-autoreconf,
                debhelper (>= 8),
                libgtk2.0-dev (>= 2.13.0),
                libglib2.0-dev (>= 2.22.0),

Modified: desktop/unstable/gnome-applets/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/series?rev=29308&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/patches/series [utf-8] Sun Jul 31 22:52:46 2011
@@ -2,5 +2,4 @@
 09_modemlights_use_new_gst.patch
 10_network-manager.patch
 15_path-max.patch
-98_autoreconf.patch
 99_ltmain_as-needed.patch

Modified: desktop/unstable/gnome-applets/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/rules?rev=29308&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/rules [utf-8] Sun Jul 31 22:52:46 2011
@@ -1,6 +1,7 @@
 #!/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/gnome-version.mk




More information about the pkg-gnome-commits mailing list