[pluma] 03/03: debian/rules: Update build rules to use Python.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Wed Aug 26 20:27:53 UTC 2015


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

flexiondotorg-guest pushed a commit to branch master
in repository pluma.

commit cc330c9fe5467c1dac362e1f18748cf98204e379
Author: Martin Wimpress <code at flexion.org>
Date:   Wed Aug 26 21:27:49 2015 +0100

    debian/rules: Update build rules to use Python.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d9fa3ca..d2cff83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ VER  ?= $(subst $(DTYPE),,$(UVER))
 DHFLAGS=--parallel
 
 %:
-	dh $@ $(DHFLAGS)
+	dh $@ $(DHFLAGS) --with python2
 
 override_dh_install:
 	rm -f debian/tmp/usr/share/MateConf/gsettings/*.convert
@@ -25,7 +25,7 @@ override_dh_auto_configure:
 	dh_auto_configure $(DHFLAGS) -- \
 		--disable-silent-rules \
 		--libexecdir=/usr/lib/ \
-		--disable-python \
+		--enable-python \
 		--enable-gtk-doc \
 		--with-gtk=2.0
 

-- 
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