r49743 - in /desktop/unstable/gnome-color-manager/debian: changelog control control.in docs rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Tue Aug 30 04:36:42 UTC 2016


Author: jbicha-guest
Date: Tue Aug 30 04:36:42 2016
New Revision: 49743

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

* debian/control.in:
  - Build-depend on appstream-util and autoconf-archive
* Add debian/docs to install NEWS and README

Added:
    desktop/unstable/gnome-color-manager/debian/docs
Modified:
    desktop/unstable/gnome-color-manager/debian/changelog
    desktop/unstable/gnome-color-manager/debian/control
    desktop/unstable/gnome-color-manager/debian/control.in
    desktop/unstable/gnome-color-manager/debian/rules

Modified: desktop/unstable/gnome-color-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/changelog?rev=49743&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/changelog	[utf-8] Tue Aug 30 04:36:42 2016
@@ -2,6 +2,10 @@
 
   * Team upload
   * New upstream release
+  * Convert from cdbs to dh
+  * debian/control.in:
+    - Build-depend on appstream-util and autoconf-archive
+  * Add debian/docs to install NEWS and README
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 30 Aug 2016 00:22:10 -0400
 

Modified: desktop/unstable/gnome-color-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/control?rev=49743&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/control	[utf-8] Tue Aug 30 04:36:42 2016
@@ -8,8 +8,9 @@
 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>
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9),
-               cdbs,
+Build-Depends: appstream-util,
+               autoconf-archive,
+               debhelper (>= 9),
                gnome-pkg-tools,
                intltool,
                libgtk-3-dev (>= 3.3.8),

Modified: desktop/unstable/gnome-color-manager/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/control.in?rev=49743&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/control.in	[utf-8] Tue Aug 30 04:36:42 2016
@@ -4,8 +4,9 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9),
-               cdbs,
+Build-Depends: appstream-util,
+               autoconf-archive,
+               debhelper (>= 9),
                gnome-pkg-tools,
                intltool,
                libgtk-3-dev (>= 3.3.8),

Added: desktop/unstable/gnome-color-manager/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/docs?rev=49743&op=file
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/docs	(added)
+++ desktop/unstable/gnome-color-manager/debian/docs	[utf-8] Tue Aug 30 04:36:42 2016
@@ -0,0 +1,2 @@
+NEWS
+README

Modified: desktop/unstable/gnome-color-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/rules?rev=49743&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/rules	[utf-8] Tue Aug 30 04:36:42 2016
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.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
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_BUILD_PARALLEL = 1
+%:
+	dh $@ --with gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list