r52833 - in /packages/unstable/xdg-user-dirs/debian: compat control control.in rules

mak at users.alioth.debian.org mak at users.alioth.debian.org
Thu Aug 17 17:56:22 UTC 2017


Author: mak
Date: Thu Aug 17 17:56:21 2017
New Revision: 52833

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52833
Log:
Bump compat level and adjust to new standards version


Modified:
    packages/unstable/xdg-user-dirs/debian/compat
    packages/unstable/xdg-user-dirs/debian/control
    packages/unstable/xdg-user-dirs/debian/control.in
    packages/unstable/xdg-user-dirs/debian/rules

Modified: packages/unstable/xdg-user-dirs/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xdg-user-dirs/debian/compat?rev=52833&op=diff
==============================================================================
--- packages/unstable/xdg-user-dirs/debian/compat	[utf-8] (original)
+++ packages/unstable/xdg-user-dirs/debian/compat	[utf-8] Thu Aug 17 17:56:21 2017
@@ -1 +1 @@
-8
+10

Modified: packages/unstable/xdg-user-dirs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xdg-user-dirs/debian/control?rev=52833&op=diff
==============================================================================
--- packages/unstable/xdg-user-dirs/debian/control	[utf-8] (original)
+++ packages/unstable/xdg-user-dirs/debian/control	[utf-8] Thu Aug 17 17:56:21 2017
@@ -7,13 +7,13 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Iain Lane <laney at debian.org>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: cdbs,
-               debhelper (>= 8),
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
+               automake,
                xsltproc,
                docbook-xsl,
                docbook-xml
-Standards-Version: 3.9.4
+Standards-Version: 4.0.0
 Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/xdg-user-dirs/
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/xdg-user-dirs/
@@ -34,4 +34,3 @@
  directories in the users home directory and sets up a config file in
  $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to
  ~/.config) that applications can read to find these directories.
-

Modified: packages/unstable/xdg-user-dirs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xdg-user-dirs/debian/control.in?rev=52833&op=diff
==============================================================================
--- packages/unstable/xdg-user-dirs/debian/control.in	[utf-8] (original)
+++ packages/unstable/xdg-user-dirs/debian/control.in	[utf-8] Thu Aug 17 17:56:21 2017
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs,
-               debhelper (>= 8),
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
+               automake,
                xsltproc,
                docbook-xsl,
                docbook-xml
-Standards-Version: 3.9.4
+Standards-Version: 4.0.0
 Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/xdg-user-dirs/
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/xdg-user-dirs/
@@ -30,4 +30,3 @@
  directories in the users home directory and sets up a config file in
  $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to
  ~/.config) that applications can read to find these directories.
-

Modified: packages/unstable/xdg-user-dirs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xdg-user-dirs/debian/rules?rev=52833&op=diff
==============================================================================
--- packages/unstable/xdg-user-dirs/debian/rules	[utf-8] (original)
+++ packages/unstable/xdg-user-dirs/debian/rules	[utf-8] Thu Aug 17 17:56:21 2017
@@ -5,9 +5,13 @@
 %:
 	dh $@ --with autoreconf,gnome
 
+override_dh_autoreconf:
+	dh_autoreconf
+	cp /usr/share/automake-*/mkinstalldirs .
+
 override_dh_auto_build:
 	dh_auto_build
-	$(make) -C po update-gmo
+	$(MAKE) -C po update-gmo
 
 override_dh_clean:
 	rm -f po/*.gmo




More information about the pkg-gnome-commits mailing list