[eom] 02/05: debian/rules: Remove obsolete --with-gtk=3.0
Aron Xu
aron at debian.org
Wed Jul 5 11:32:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
aron pushed a commit to branch master
in repository eom.
commit 3721207a0c6522fb24178bc99e9e5fb31becd65b
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Thu Jan 12 22:45:49 2017 +0000
debian/rules: Remove obsolete --with-gtk=3.0
---
debian/rules | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index a4b3a3d..b238a8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
%:
- dh $@ $(DHFLAGS)
+ dh $@ $(DHFLAGS) --with gir
override_dh_install:
rm -rfv debian/tmp/usr/lib/*/eom/plugins/*.la
@@ -16,8 +16,7 @@ override_dh_install:
override_dh_auto_configure:
NOCONFIGURE=1 ./autogen.sh
dh_auto_configure $(DHFLAGS) -- \
- --disable-python \
- --with-gtk=3.0
+ --disable-silent-rules
override_dh_installchangelogs:
dh_installchangelogs NEWS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/eom.git
More information about the pkg-mate-commits
mailing list