[SCM] mate-terminal Debian package branch, master, updated. 9dc62450f0f2c61e509627a5286cfb4e74e32437

Mike Gabriel sunweaver at moszumanska.debian.org
Sun Feb 23 15:00:52 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-terminal.git;a=commitdiff;h=56188bf

The following commit has been merged in the master branch:
commit 56188bf3fac5cbdac9c0c7a6ee417bac7de96e31
Author: Wences Arana <aranax at debian.org.gt>
Date:   Sat Feb 22 13:12:40 2014 -0600

    rules: Adding dh_python2 and autoreconf support
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7a6cb20..62d9de5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,19 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2, autoreconf
 
 override_dh_install:
+	rm -rfv debian/tmp/usr/share/omf/	
 	dh_install --list-missing
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--disable-static \
 		--disable-scrollkeeper \
+		--disable-schemas-compile \
+		--enable-gtk-doc \
+		--enable-mpaste \
 		--with-gtk=2.0
 
 override_dh_strip:

-- 
mate-terminal Debian package



More information about the pkg-mate-commits mailing list