r33528 - in /packages/unstable/loudmouth/debian: changelog control.in patches/90_autoreconf.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Mar 25 22:24:03 UTC 2012


Author: biebl
Date: Sun Mar 25 22:24:03 2012
New Revision: 33528

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33528
Log:
* Use dh-autoreconf:
  - Drop debian/patches/90_autoreconf.patch
  - Add Build-Depends on dh-autoreconf.
  - Include /usr/share/cdbs/1/rules/autoreconf.mk in debian/rules.

Removed:
    packages/unstable/loudmouth/debian/patches/90_autoreconf.patch
Modified:
    packages/unstable/loudmouth/debian/changelog
    packages/unstable/loudmouth/debian/control.in
    packages/unstable/loudmouth/debian/patches/series
    packages/unstable/loudmouth/debian/rules

Modified: packages/unstable/loudmouth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/changelog?rev=33528&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog [utf-8] (original)
+++ packages/unstable/loudmouth/debian/changelog [utf-8] Sun Mar 25 22:24:03 2012
@@ -1,8 +1,12 @@
 loudmouth (1.4.3-8) UNRELEASED; urgency=low
 
   * Switch to dpkg source format 3.0 (quilt).
-
- -- Michael Biebl <biebl at debian.org>  Mon, 26 Mar 2012 00:17:33 +0200
+  * Use dh-autoreconf:
+    - Drop debian/patches/90_autoreconf.patch
+    - Add Build-Depends on dh-autoreconf.
+    - Include /usr/share/cdbs/1/rules/autoreconf.mk in debian/rules.
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 26 Mar 2012 00:23:04 +0200
 
 loudmouth (1.4.3-7) unstable; urgency=low
 

Modified: packages/unstable/loudmouth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/control.in?rev=33528&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/control.in [utf-8] (original)
+++ packages/unstable/loudmouth/debian/control.in [utf-8] Sun Mar 25 22:24:03 2012
@@ -6,6 +6,7 @@
                cdbs (>= 0.2.11),
                gnome-pkg-tools,
                autotools-dev,
+               dh-autoreconf,
                gtk-doc-tools (>= 1.1-2),
                libglib2.0-dev,
                libgnutls-dev,

Modified: packages/unstable/loudmouth/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/patches/series?rev=33528&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/patches/series [utf-8] (original)
+++ packages/unstable/loudmouth/debian/patches/series [utf-8] Sun Mar 25 22:24:03 2012
@@ -4,4 +4,3 @@
 04-use-pkg-config-for-gnutls.patch
 05-use-packaged-libasyncns.patch
 06_-lasyncns.patch
-90_autoreconf.patch

Modified: packages/unstable/loudmouth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/rules?rev=33528&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/rules [utf-8] (original)
+++ packages/unstable/loudmouth/debian/rules [utf-8] Sun Mar 25 22:24:03 2012
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.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-get-source.mk
 




More information about the pkg-gnome-commits mailing list