[SCM] python-caja Debian package branch, master, updated. fae5acdbbfd6d3cc6d8c757370893d4b6e6f1bbf

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Thu Apr 24 19:55:27 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/python-caja.git;a=commitdiff;h=e325ed6

The following commit has been merged in the master branch:
commit e325ed64fd6c8a8e7d65c781702797ff1199786f
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Thu Apr 24 10:05:51 2014 +0300

    debian/rules: Build package using autogen.sh.
---
 debian/control | 3 ++-
 debian/rules   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 64064c4..197d060 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Mike Gabriel <sunweaver at debian.org>,
            John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>,
            Stefano Karapetsas <stefano at karapetsas.com>,
            Vangelis Mouhtsis <vangelis at gnugr.org>,
-Build-Depends: debhelper (>= 9),
+Build-Depends: cdbs,
+               debhelper (>= 9),
                mate-common,
                gtk-doc-tools,
                libcaja-extension-dev,
diff --git a/debian/rules b/debian/rules
index 7571ff1..d6421d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_auto_configure:
+	# upstream tarball is without configure. autogen.sh will create it
+	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure -- \
 		--disable-static \
 		--enable-gtk-doc

-- 
python-caja Debian package



More information about the pkg-mate-commits mailing list