[SCM] eom Debian package branch, master, updated. 3fcea7dcf39329a0462c6ef4e2bb40fbb894f856

Mike Gabriel sunweaver at moszumanska.debian.org
Wed Feb 12 14:57:23 UTC 2014


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

The following commit has been merged in the master branch:
commit 8a055463c6f4a5172b9cd58e8e92369a072fb461
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Feb 12 15:55:32 2014 +0100

    debian/rules: use autoreconf, disable non-present autogen.sh usage, make sure .la files get removed from bin:package eom
---
 debian/rules | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b6ea48d..b4ca90d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,19 @@
 #! /usr/bin/make -f 
 
+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
-include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_DH_INSTALL_ARGS += --list-missing
 
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
+# FIXME: use autogen.sh with next upstream release
+#DEB_CONFIGURE_SCRIPT := ./autogen.sh
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --localstatedir=/var
 
+binary-install/eom::
+	rm -f debian/eom/usr/lib/eom/plugins/*.la
+
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
eom Debian package



More information about the pkg-mate-commits mailing list