[SCM] libspectre packaging branch, master, updated. debian/0.2.7-2-5-g32b4806

Pino Toscano pino at moszumanska.debian.org
Mon Aug 25 21:19:02 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libspectre.git;a=commitdiff;h=8362eff

The following commit has been merged in the master branch:
commit 8362eff910ac058c83fabddab2ae3c9cbaf072cf
Author: Pino Toscano <pino at debian.org>
Date:   Mon Aug 25 23:17:57 2014 +0200

    enable autoconf during build (#748774)
    
    + add dh-autoreconf Build-Depends
    + use the autoreconf dh addon
---
 debian/changelog | 3 +++
 debian/control   | 3 ++-
 debian/rules     | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9aeb855..999560d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ libspectre (0.2.7-3) UNRELEASED; urgency=medium
   [ Pino Toscano ]
   * Enable the parallel build.
   * Mark libspectre1-dbg as Multi-Arch: same.
+  * Enable the autoconf during the build: (Closes: #748774)
+    + add dh-autoreconf Build-Depends
+    + use the autoreconf dh addon
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 25 Aug 2014 23:02:43 +0200
 
diff --git a/debian/control b/debian/control
index 174abc5..c587da1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: libs
 Priority: optional
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org> 
 Uploaders: Sune Vuorela <sune at debian.org>, Pino Toscano <pino at debian.org>
-Build-Depends: debhelper (>= 9), pkg-config (>= 0.9.0), libcairo2-dev, libgs-dev (>= 8.62)
+Build-Depends: debhelper (>= 9), pkg-config (>= 0.9.0), dh-autoreconf,
+ libcairo2-dev, libgs-dev (>= 8.62),
 Standards-Version: 3.9.3
 Homepage: http://libspectre.freedesktop.org
 Vcs-Git: git://anonscm.debian.org/pkg-kde/krap/libspectre.git
diff --git a/debian/rules b/debian/rules
index 6914566..70c2c3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 export V=1
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V'libspectre1 (>= 0.2.3)'

-- 
libspectre packaging



More information about the pkg-kde-commits mailing list