r50580 - in /desktop/unstable/adwaita-icon-theme/debian: changelog control control.in copyright docs rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Sep 14 16:41:20 UTC 2016


Author: ah
Date: Wed Sep 14 16:41:20 2016
New Revision: 50580

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50580
Log:
Convert from cdbs to dh

Added:
    desktop/unstable/adwaita-icon-theme/debian/docs
Modified:
    desktop/unstable/adwaita-icon-theme/debian/changelog
    desktop/unstable/adwaita-icon-theme/debian/control
    desktop/unstable/adwaita-icon-theme/debian/control.in
    desktop/unstable/adwaita-icon-theme/debian/copyright
    desktop/unstable/adwaita-icon-theme/debian/rules

Modified: desktop/unstable/adwaita-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/changelog?rev=50580&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/changelog	[utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/changelog	[utf-8] Wed Sep 14 16:41:20 2016
@@ -1,3 +1,9 @@
+adwaita-icon-theme (3.21.91-2) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh
+
+ -- Andreas Henriksson <andreas at fatal.se>  Wed, 14 Sep 2016 18:22:01 +0200
+
 adwaita-icon-theme (3.21.91-1) unstable; urgency=medium
 
   [ Jeremy Bicha ]

Modified: desktop/unstable/adwaita-icon-theme/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/control?rev=50580&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/control	[utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/control	[utf-8] Wed Sep 14 16:41:20 2016
@@ -6,9 +6,8 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Dmitry Shachnev <mitya57 at debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Dmitry Shachnev <mitya57 at debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9),
-               cdbs,
                dh-autoreconf,
                gnome-common,
                gnome-pkg-tools (>= 0.10)

Modified: desktop/unstable/adwaita-icon-theme/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/control.in?rev=50580&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/control.in	[utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/control.in	[utf-8] Wed Sep 14 16:41:20 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
-               cdbs,
                dh-autoreconf,
                gnome-common,
                gnome-pkg-tools (>= 0.10)

Modified: desktop/unstable/adwaita-icon-theme/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/copyright?rev=50580&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/copyright	[utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/copyright	[utf-8] Wed Sep 14 16:41:20 2016
@@ -3,7 +3,7 @@
 Andreas Henriksson <andreas at fatal.se> later reused the gnome-icon-theme
 packaging for the new adwaita-icon-theme package name.
 
-It was downloaded from <https://download.gnome.org/sources/adwaita-icon-theme/>
+It was downloaded from <http://download.gnome.org/sources/adwaita-icon-theme/>
 
 Files: *
 Copyright:

Added: desktop/unstable/adwaita-icon-theme/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/docs?rev=50580&op=file
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/docs	(added)
+++ desktop/unstable/adwaita-icon-theme/debian/docs	[utf-8] Wed Sep 14 16:41:20 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: desktop/unstable/adwaita-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/rules?rev=50580&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/rules	[utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/rules	[utf-8] Wed Sep 14 16:41:20 2016
@@ -1,13 +1,13 @@
 #!/usr/bin/make -f
 
-DEB_DH_AUTORECONF_ARGS = "NOCONFIGURE=1 gnome-autogen.sh"
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-include /usr/share/cdbs/1/rules/autoreconf.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+%:
+	dh $@ --with gnome,autoreconf
 
-clean::
+override_dh_auto_clean:
+	dh_auto_clean
 	./debian/copyright.pl > debian/copyright
+
+override_dh_autoreconf:
+	dh_autoreconf "NOCONFIGURE=1 gnome-autogen.sh"




More information about the pkg-gnome-commits mailing list