[SCM] mate-terminal Debian package branch, master, updated. 6a797796fb91c91bc2d4e51852c5070018770dd0
Mike Gabriel
sunweaver at moszumanska.debian.org
Thu Mar 13 16:12:03 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-terminal.git;a=commitdiff;h=21677c7
The following commit has been merged in the master branch:
commit 21677c7862d49910b8cd589a3046dc370115acb4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Mar 13 17:02:55 2014 +0100
debian/rules: Build package with autogen.sh.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index bc8a77e..23ca672 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,15 @@ DTYPE = +dfsg1
VER ?= $(subst $(DTYPE),,$(UVER))
%:
- dh $@ --with python2 --with autoreconf
+ dh $@ --with python2
override_dh_install:
rm -rfv debian/tmp/usr/share/omf/
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 \
--disable-scrollkeeper \
--
mate-terminal Debian package
More information about the pkg-mate-commits
mailing list