[SCM] eom Debian package branch, master, updated. 293b1fa969e224b5ae9490179ec850a58d216d0e

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Thu Apr 10 20:29:22 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/eom.git;a=commitdiff;h=d779539

The following commit has been merged in the master branch:
commit d7795395a2606566988a9ca0cc18218b8d2137d6
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Sun Apr 6 00:54:14 2014 +0300

    debian/rules: Buils package using autogen.sh.
---
 debian/control | 1 -
 debian/rules   | 6 ++----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index b18f6c9..01a3c7b 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,6 @@ Build-Depends: cdbs,
                scrollkeeper,
                libstartup-notification0-dev,
                mate-common,
-               dh-autoreconf,
 Build-Depends-Indep: libglib2.0-doc,
                      libgtk2.0-doc,
 
diff --git a/debian/rules b/debian/rules
index 26ad838..2adfda1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,13 +8,11 @@ VER  ?= $(subst $(DTYPE),,$(UVER))
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
 DEB_DH_INSTALL_ARGS += --list-missing
 
-# FIXME: use autogen.sh with next upstream release
-#DEB_CONFIGURE_SCRIPT := ./autogen.sh
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --localstatedir=/var
 
@@ -41,4 +39,4 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
 	@echo "# Packing..."
 	find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
 	    | XZ_OPT="-6v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
-	    && $(RM) -r "$(PKG)-$(VER)"
\ No newline at end of file
+	    && $(RM) -r "$(PKG)-$(VER)"

-- 
eom Debian package



More information about the pkg-mate-commits mailing list