[Pkg-cli-apps-commits] [SCM] tasque branch, master, updated. debian/0.1.11-1-17-ga0d6866

Andrew Starr-Bochicchio a.starr.b at gmail.com
Mon May 6 20:24:32 UTC 2013


The following commit has been merged in the master branch:
commit c4a7da74f4585ce495a5742f2add18267c7d5633
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Mon May 6 16:08:58 2013 -0400

    Build using dh-autoreconf.

diff --git a/debian/changelog b/debian/changelog
index d243231..8750453 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ tasque (0.1.12-2) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.4, no changes needed.
   * Use anonscm.debian.org in the Vcs fields to make lintian happy.
+  * Build using dh-autoreconf.
 
  -- Andrew Starr-Bochicchio <a.starr.b at gmail.com>  Mon, 06 May 2013 16:01:58 -0400
 
diff --git a/debian/control b/debian/control
index 439be1a..a2c8054 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
 Uploaders: Andrew Starr-Bochicchio <asb at debian.org>
 Build-Depends: cli-common-dev (>= 0.5.7~),
                debhelper (>= 9),
+               dh-autoreconf,
                intltool,
                libdbus-glib1.0-cil-dev,
                libdbus1.0-cil-dev,
diff --git a/debian/rules b/debian/rules
index 244738f..90e9e56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,4 +21,4 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 %:
-	dh $@ --with cli
+	dh $@ --with cli, autoreconf

-- 
tasque



More information about the Pkg-cli-apps-commits mailing list