[SCM] mozo Debian package branch, master, updated. 2fca7bf4b7e7e3afcff5e2274d145bcad906b23f

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Sun Apr 13 09:31:51 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mozo.git;a=commitdiff;h=97fed7c

The following commit has been merged in the master branch:
commit 97fed7c0e15a7c1d4b3158c676d0fd99a032690f
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Fri Apr 11 01:30:03 2014 +0300

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

diff --git a/debian/control b/debian/control
index a954c39..7ee9b92 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ 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 44408ef..1782438 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,11 @@
 #!/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
 
-# FIXME: for 1.8.x we will return back to using autogen.sh
-#DEB_CONFIGURE_SCRIPT := ./autogen.sh
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
 
 DEB_CONFIGURE_EXTRA_FLAGS += pythondir=/usr/share/mozo
 

-- 
mozo Debian package



More information about the pkg-mate-commits mailing list