[SCM] inkscape/master: Stop using gnome-pkg-tools.

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Sat Dec 23 22:53:34 UTC 2017


The following commit has been merged in the master branch:
commit 146cb61af55ca0e22acb52b6ebf5ab65195414ab
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Dec 23 23:51:52 2017 +0100

    Stop using gnome-pkg-tools.
    
    inkscape in Ubuntu has been demoted from main to universe, so there is
    no need to do anything regarding language packs.
    
    Closes: #885108
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/control b/debian/control
index 347de85..8c9ccaa 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends:
  cmake,
  debhelper (>= 11),
  dh-python,
- gnome-pkg-tools,
  libart-2.0-dev (>= 2.3.10),
  libaspell-dev,
  libboost-dev,
diff --git a/debian/rules b/debian/rules
index 50cf35c..211137d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --buildsystem cmake --with python2,bash-completion,gnome
+	dh $@ --buildsystem cmake --with python2,bash-completion
 
 # Don't waste CPU cycles in autoreconfig a package building with cmake.
 override_dh_autoreconf:
@@ -11,11 +11,3 @@ override_dh_autoreconf:
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DWITH_DBUS=ON \
-
-override_dh_gnome_clean:
-	dh_gnome_clean --no-control
-
-# Don't run scour, there is no need for it at all, and the deafults are not
-# appropriate for inkscape's SVGs
-# https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1638373
-override_dh_scour:

-- 
inkscape packaging



More information about the pkg-multimedia-commits mailing list