[Pkg-utopia-commits] r3815 - in /packages/unstable/hal/debian: changelog control patches/99-autoreconf.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 10 05:12:03 UTC 2011


Author: biebl
Date: Sun Apr 10 05:11:51 2011
New Revision: 3815

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3815
Log:
* Use dh-autoreconf to update the build system
  - Drop debian/patches/99-autoreconf.patch
  - Add Build-Depends on dh-autoreconf.
  - Include /usr/share/cdbs/1/rules/autoreconf.mk in debian/rules.

Removed:
    packages/unstable/hal/debian/patches/99-autoreconf.patch
Modified:
    packages/unstable/hal/debian/changelog
    packages/unstable/hal/debian/control
    packages/unstable/hal/debian/patches/series
    packages/unstable/hal/debian/rules

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=3815&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Sun Apr 10 05:11:51 2011
@@ -14,6 +14,10 @@
       newer kernel. This partially reverts 00upstream_video4linux_check.patch.
       (Closes: #621973)
   * Refresh all patches to apply cleanly.
+  * Use dh-autoreconf to update the build system
+    - Drop debian/patches/99-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>  Sun, 10 Apr 2011 06:57:58 +0200
 

Modified: packages/unstable/hal/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/control?rev=3815&op=diff
==============================================================================
--- packages/unstable/hal/debian/control (original)
+++ packages/unstable/hal/debian/control Sun Apr 10 05:11:51 2011
@@ -22,7 +22,8 @@
  libblkid-dev (>= 2.15),
  xmlto,
  libxml2-utils,
- gtk-doc-tools
+ gtk-doc-tools,
+ dh-autoreconf
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-utopia/packages/unstable/hal/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/

Modified: packages/unstable/hal/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/patches/series?rev=3815&op=diff
==============================================================================
--- packages/unstable/hal/debian/patches/series (original)
+++ packages/unstable/hal/debian/patches/series Sun Apr 10 05:11:51 2011
@@ -13,4 +13,3 @@
 52-kfreebsd-libufs.patch
 53-kfreebsd-blkid.patch
 54-kfreebsd-libusb2.patch
-99-autoreconf.patch

Modified: packages/unstable/hal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/rules?rev=3815&op=diff
==============================================================================
--- packages/unstable/hal/debian/rules (original)
+++ packages/unstable/hal/debian/rules Sun Apr 10 05:11:51 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/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk




More information about the Pkg-utopia-commits mailing list