[SCM] inkscape/master: Build with gnome-pkg-tools for automatic langpack support in Ubuntu

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Thu Sep 8 12:40:35 UTC 2016


The following commit has been merged in the master branch:
commit 0eacd81529a85b4bf688aacbcfc703782732051a
Author: Jeremy Bicha <jbicha at ubuntu.com>
Date:   Tue Sep 6 02:26:08 2016 -0400

    Build with gnome-pkg-tools for automatic langpack support in Ubuntu
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/control b/debian/control
index 4660e86..d6eb084 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends:
  bash-completion,
  debhelper (>= 9),
  dh-python,
+ gnome-pkg-tools,
  intltool,
  libart-2.0-dev (>= 2.3.10),
  libaspell-dev,
diff --git a/debian/rules b/debian/rules
index b312458..525b1f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --buildsystem=autoconf --parallel --with autotools_dev,python2,bash-completion
+	dh $@ --buildsystem=autoconf --parallel --with autotools_dev,python2,bash-completion,gnome
+
+override_dh_gnome_clean:
+	dh_gnome_clean --no-control

-- 
inkscape packaging



More information about the pkg-multimedia-commits mailing list