r50979 - in /desktop/unstable/yelp-xsl/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 01:46:21 UTC 2016


Author: biebl
Date: Wed Sep 21 01:46:20 2016
New Revision: 50979

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

Modified:
    desktop/unstable/yelp-xsl/debian/changelog
    desktop/unstable/yelp-xsl/debian/control
    desktop/unstable/yelp-xsl/debian/control.in
    desktop/unstable/yelp-xsl/debian/docs
    desktop/unstable/yelp-xsl/debian/rules

Modified: desktop/unstable/yelp-xsl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-xsl/debian/changelog?rev=50979&op=diff
==============================================================================
--- desktop/unstable/yelp-xsl/debian/changelog	[utf-8] (original)
+++ desktop/unstable/yelp-xsl/debian/changelog	[utf-8] Wed Sep 21 01:46:20 2016
@@ -1,3 +1,9 @@
+yelp-xsl (3.20.1-2) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 21 Sep 2016 03:46:10 +0200
+
 yelp-xsl (3.20.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/yelp-xsl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-xsl/debian/control?rev=50979&op=diff
==============================================================================
--- desktop/unstable/yelp-xsl/debian/control	[utf-8] (original)
+++ desktop/unstable/yelp-xsl/debian/control	[utf-8] Wed Sep 21 01:46:20 2016
@@ -8,7 +8,6 @@
 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 (>= 8),
-               cdbs,
                gnome-pkg-tools,
                autotools-dev,
                pkg-config,

Modified: desktop/unstable/yelp-xsl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-xsl/debian/control.in?rev=50979&op=diff
==============================================================================
--- desktop/unstable/yelp-xsl/debian/control.in	[utf-8] (original)
+++ desktop/unstable/yelp-xsl/debian/control.in	[utf-8] Wed Sep 21 01:46:20 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
-               cdbs,
                gnome-pkg-tools,
                autotools-dev,
                pkg-config,

Modified: desktop/unstable/yelp-xsl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-xsl/debian/docs?rev=50979&op=diff
==============================================================================
--- desktop/unstable/yelp-xsl/debian/docs	[utf-8] (original)
+++ desktop/unstable/yelp-xsl/debian/docs	[utf-8] Wed Sep 21 01:46:20 2016
@@ -1,2 +1,3 @@
+AUTHORS
 NEWS
 README

Modified: desktop/unstable/yelp-xsl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-xsl/debian/rules?rev=50979&op=diff
==============================================================================
--- desktop/unstable/yelp-xsl/debian/rules	[utf-8] (original)
+++ desktop/unstable/yelp-xsl/debian/rules	[utf-8] Wed Sep 21 01:46:20 2016
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.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
+




More information about the pkg-gnome-commits mailing list