r49279 - in /desktop/unstable/gnome-common/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 6 16:45:49 UTC 2016


Author: biebl
Date: Wed Jul  6 16:45:49 2016
New Revision: 49279

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

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

Modified: desktop/unstable/gnome-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/changelog?rev=49279&op=diff
==============================================================================
--- desktop/unstable/gnome-common/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-common/debian/changelog	[utf-8] Wed Jul  6 16:45:49 2016
@@ -1,6 +1,7 @@
 gnome-common (3.18.0-2) UNRELEASED; urgency=medium
 
   * Upload to unstable.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 06 Jul 2016 18:29:38 +0200
 

Modified: desktop/unstable/gnome-common/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/control?rev=49279&op=diff
==============================================================================
--- desktop/unstable/gnome-common/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-common/debian/control	[utf-8] Wed Jul  6 16:45:49 2016
@@ -8,11 +8,10 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Gustavo Noronha Silva <kov at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9),
-               cdbs,
                gnome-pkg-tools
 Build-Depends-Indep: pkg-config,
                      autotools-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-common
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-common
 

Modified: desktop/unstable/gnome-common/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/control.in?rev=49279&op=diff
==============================================================================
--- desktop/unstable/gnome-common/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-common/debian/control.in	[utf-8] Wed Jul  6 16:45:49 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,
                gnome-pkg-tools
 Build-Depends-Indep: pkg-config,
                      autotools-dev

Added: desktop/unstable/gnome-common/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/docs?rev=49279&op=file
==============================================================================
--- desktop/unstable/gnome-common/debian/docs	(added)
+++ desktop/unstable/gnome-common/debian/docs	[utf-8] Wed Jul  6 16:45:49 2016
@@ -0,0 +1 @@
+README

Modified: desktop/unstable/gnome-common/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/rules?rev=49279&op=diff
==============================================================================
--- desktop/unstable/gnome-common/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-common/debian/rules	[utf-8] Wed Jul  6 16:45:49 2016
@@ -1,8 +1,9 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --with-autoconf-archive
+%:
+	dh $@ --with gnome
+
+override_dh_auto_configure:
+	dh_auto_configure -- --with-autoconf-archive




More information about the pkg-gnome-commits mailing list