r24811 - in /packages/unstable/gnome-color-manager/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jul 18 17:49:31 UTC 2010


Author: pochu
Date: Sun Jul 18 17:49:30 2010
New Revision: 24811

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24811
Log:
* debian/control.in,
  debian/rules:
  - Switch to CDBS.

Modified:
    packages/unstable/gnome-color-manager/debian/changelog
    packages/unstable/gnome-color-manager/debian/control
    packages/unstable/gnome-color-manager/debian/control.in
    packages/unstable/gnome-color-manager/debian/rules

Modified: packages/unstable/gnome-color-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/changelog?rev=24811&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/changelog [utf-8] Sun Jul 18 17:49:30 2010
@@ -1,3 +1,11 @@
+gnome-color-manager (2.30.2-2) UNRELEASED; urgency=low
+
+  * debian/control.in,
+    debian/rules:
+    - Switch to CDBS.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 18 Jul 2010 19:26:30 +0200
+
 gnome-color-manager (2.30.2-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: packages/unstable/gnome-color-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/control?rev=24811&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/control [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/control [utf-8] Sun Jul 18 17:49:30 2010
@@ -7,9 +7,10 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Biebl <biebl at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 3.9.0
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 7),
+               cdbs,
                autoconf,
                automake,
                libtool,

Modified: packages/unstable/gnome-color-manager/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/control.in?rev=24811&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/control.in [utf-8] Sun Jul 18 17:49:30 2010
@@ -4,7 +4,8 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.9.0
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 7),
+               cdbs,
                autoconf,
                automake,
                libtool,

Modified: packages/unstable/gnome-color-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/rules?rev=24811&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/rules [utf-8] Sun Jul 18 17:49:30 2010
@@ -1,17 +1,6 @@
 #!/usr/bin/make -f
 
-# Skip test suite as it requires a running X session
-# and ressources from the installed package.
-override_dh_auto_test:
-
-# For everything else, there's Debhelper
-%:
-	dh $@
-
-clean::
-	dh clean
-
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-
-GNOME_MODULE=gnome-color-manager
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk




More information about the pkg-gnome-commits mailing list