[pluma] 02/08: debian/rules: Remove obsolete --with-gtk=3.0

Aron Xu aron at debian.org
Thu Jul 6 17:58:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

aron pushed a commit to branch master
in repository pluma.

commit 6273271f3f5fb7de6cc1a1e93b22e08f0aa89515
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 | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2451247..c0d020f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,9 @@ 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/*/pluma/plugin-loaders/*.la
 	rm -rfv debian/tmp/usr/lib/*/pluma/plugins/*.la
 	dh_install --fail-missing
 
@@ -20,9 +19,7 @@ override_dh_auto_configure:
 	dh_auto_configure $(DHFLAGS) -- \
 		--disable-silent-rules \
 		--libexecdir=/usr/lib/ \
-		--disable-python \
-		--enable-gtk-doc \
-		--with-gtk=3.0
+		--enable-gtk-doc
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/pluma.git



More information about the pkg-mate-commits mailing list