r50607 - in /desktop/unstable/evince/debian: changelog compat control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 14 18:48:20 UTC 2016


Author: biebl
Date: Wed Sep 14 18:48:19 2016
New Revision: 50607

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50607
Log:
Bump debhelper compat level to 10.

Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/compat
    desktop/unstable/evince/debian/control.in
    desktop/unstable/evince/debian/rules

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=50607&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog	[utf-8] (original)
+++ desktop/unstable/evince/debian/changelog	[utf-8] Wed Sep 14 18:48:19 2016
@@ -3,6 +3,7 @@
   * New upstream development release.
   * Install nautilus extension into multiarch path. Bump Build-Depends on
     libnautilus-extension-dev to (>= 3.21.92-3~) for that.
+  * Bump debhelper compat level to 10.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 14 Sep 2016 19:28:56 +0200
 

Modified: desktop/unstable/evince/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/compat?rev=50607&op=diff
==============================================================================
--- desktop/unstable/evince/debian/compat	[utf-8] (original)
+++ desktop/unstable/evince/debian/compat	[utf-8] Wed Sep 14 18:48:19 2016
@@ -1 +1 @@
-9
+10

Modified: desktop/unstable/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control.in?rev=50607&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control.in	[utf-8] (original)
+++ desktop/unstable/evince/debian/control.in	[utf-8] Wed Sep 14 18:48:19 2016
@@ -4,10 +4,8 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: adwaita-icon-theme,
-               autotools-dev,
-               debhelper (>= 9.20160114~),
+               debhelper (>= 10),
                dh-apparmor,
-               dh-autoreconf,
                dpkg-dev (>= 1.16.1),
                gnome-common,
                gnome-pkg-tools (>= 0.10),

Modified: desktop/unstable/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/rules?rev=50607&op=diff
==============================================================================
--- desktop/unstable/evince/debian/rules	[utf-8] (original)
+++ desktop/unstable/evince/debian/rules	[utf-8] Wed Sep 14 18:48:19 2016
@@ -11,7 +11,7 @@
 export BROWSER_PLUGIN_DIR = /usr/lib/mozilla/plugins
 
 %:
-	dh $@ --with autoreconf,gir,gnome
+	dh $@ --with gir,gnome
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
@@ -29,7 +29,7 @@
 
 override_dh_makeshlibs:
 	dh_makeshlibs \
-		-X /usr/lib/nautilus/ \
+		-X /usr/lib/$(DEB_HOST_MULTIARCH)/nautilus/ \
 		-X /usr/lib/$(DEB_HOST_MULTIARCH)/evince/ \
 		-V -- -c4
 




More information about the pkg-gnome-commits mailing list