[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.4+dfsg-2-10-g4f7809e

Jo Shields directhex at apebox.org
Tue Nov 2 21:40:39 UTC 2010


The following commit has been merged in the master branch:
commit 8853351fba0cc424f8268ebf3445f41c94227afd
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Nov 2 21:31:45 2010 +0000

    Rework build system to call autoreconf then use autofoo (as we have no configure script otherwise and generate an empty package)

diff --git a/debian/control b/debian/control
index 49e4dee..e5fd2f4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: graphics
 Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Uploaders: Iain Lane <laney at ubuntu.com>, Maia Kozheva <sikon at ubuntu.com>
-Build-Depends: debhelper (>= 7.0.50~), cli-common-dev (>= 0.5.7)
+Build-Depends: debhelper (>= 7.0.50~), 
+               cli-common-dev (>= 0.5.7),
+               autotools-dev,
+               autoconf,
+               automake
 Build-Depends-Indep: mono-devel (>= 2.4.3),
                      mono-xbuild (>= 2.4.3),
                      libgtk2.0-cil-dev
diff --git a/debian/rules b/debian/rules
index 2c993a1..6a32565 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,9 @@
 
 include /usr/share/cli-common/cli.make
 
+override_dh_auto_configure:
+	autoreconf -vfi
+	dh_auto_configure
+
 %:
 	dh $@

-- 
pinta



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