[SCM] mozo Debian package branch, master, updated. 1806c0bc99af23458ece4a41c9d35e59b1cd0261
Mike Gabriel
sunweaver at moszumanska.debian.org
Tue Feb 25 19:20:44 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mozo.git;a=commitdiff;h=1806c0b
The following commit has been merged in the master branch:
commit 1806c0bc99af23458ece4a41c9d35e59b1cd0261
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Feb 25 20:20:27 2014 +0100
debian/rules: use autoreconf while autogen.sh is not present
---
debian/control | 1 +
debian/rules | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 7ee9b92..a954c39 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: cdbs (>= 0.4.41),
python-support (>= 0.7),
python (>= 2.4),
mate-common,
+ dh-autoreconf,
Build-Depends-Indep: intltool (>= 0.40.0),
gettext,
libmatemenu-dev,
diff --git a/debian/rules b/debian/rules
index 0705a52..44408ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,18 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_DH_INSTALL_ARGS += --list-missing
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
+# FIXME: for 1.8.x we will return back to using autogen.sh
+#DEB_CONFIGURE_SCRIPT := ./autogen.sh
DEB_CONFIGURE_EXTRA_FLAGS += pythondir=/usr/share/mozo
install/mozo::
- dh_pysupport
+ dh_python2
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..
--
mozo Debian package
More information about the pkg-mate-commits
mailing list