r49969 - in /desktop/unstable/gnome-backgrounds/debian: changelog compat control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Sep 1 18:03:50 UTC 2016


Author: ah
Date: Thu Sep  1 18:03:49 2016
New Revision: 49969

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49969
Log:
* New upstream release.
* Convert from cdbs to dh.
* Bump to debhelper compat 10.
* Add libglib2.0-dev to build-dependencies for successful autoreconf.

Modified:
    desktop/unstable/gnome-backgrounds/debian/changelog
    desktop/unstable/gnome-backgrounds/debian/compat
    desktop/unstable/gnome-backgrounds/debian/control
    desktop/unstable/gnome-backgrounds/debian/control.in
    desktop/unstable/gnome-backgrounds/debian/rules

Modified: desktop/unstable/gnome-backgrounds/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-backgrounds/debian/changelog?rev=49969&op=diff
==============================================================================
--- desktop/unstable/gnome-backgrounds/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-backgrounds/debian/changelog	[utf-8] Thu Sep  1 18:03:49 2016
@@ -1,3 +1,12 @@
+gnome-backgrounds (3.21.91-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Convert from cdbs to dh.
+  * Bump to debhelper compat 10.
+  * Add libglib2.0-dev to build-dependencies for successful autoreconf.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 01 Sep 2016 19:49:52 +0200
+
 gnome-backgrounds (3.20-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-backgrounds/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-backgrounds/debian/compat?rev=49969&op=diff
==============================================================================
--- desktop/unstable/gnome-backgrounds/debian/compat	[utf-8] (original)
+++ desktop/unstable/gnome-backgrounds/debian/compat	[utf-8] Thu Sep  1 18:03:49 2016
@@ -1 +1 @@
-9
+10

Modified: desktop/unstable/gnome-backgrounds/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-backgrounds/debian/control?rev=49969&op=diff
==============================================================================
--- desktop/unstable/gnome-backgrounds/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-backgrounds/debian/control	[utf-8] Thu Sep  1 18:03:49 2016
@@ -7,9 +7,9 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9),
-               cdbs,
-               gnome-pkg-tools
+Build-Depends: debhelper (>= 9.20160403~),
+               gnome-pkg-tools,
+               libglib2.0-dev
 Build-Depends-Indep: intltool
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-backgrounds

Modified: desktop/unstable/gnome-backgrounds/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-backgrounds/debian/control.in?rev=49969&op=diff
==============================================================================
--- desktop/unstable/gnome-backgrounds/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-backgrounds/debian/control.in	[utf-8] Thu Sep  1 18:03:49 2016
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9),
-               cdbs,
-               gnome-pkg-tools
+Build-Depends: debhelper (>= 9.20160403~),
+               gnome-pkg-tools,
+               libglib2.0-dev
 Build-Depends-Indep: intltool
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-backgrounds

Modified: desktop/unstable/gnome-backgrounds/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-backgrounds/debian/rules?rev=49969&op=diff
==============================================================================
--- desktop/unstable/gnome-backgrounds/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-backgrounds/debian/rules	[utf-8] Thu Sep  1 18:03:49 2016
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-binary-post-install/gnome-backgrounds::
+%:
+	dh $@ --with gnome
+
+override_dh_install:
+	dh_install
 	rm -rf debian/gnome-backgrounds/usr/share/locale




More information about the pkg-gnome-commits mailing list