r51094 - in /desktop/unstable/intltool/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 21:33:09 UTC 2016


Author: biebl
Date: Wed Sep 21 21:33:09 2016
New Revision: 51094

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

Modified:
    desktop/unstable/intltool/debian/changelog
    desktop/unstable/intltool/debian/control
    desktop/unstable/intltool/debian/control.in
    desktop/unstable/intltool/debian/docs
    desktop/unstable/intltool/debian/rules

Modified: desktop/unstable/intltool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/intltool/debian/changelog?rev=51094&op=diff
==============================================================================
--- desktop/unstable/intltool/debian/changelog	[utf-8] (original)
+++ desktop/unstable/intltool/debian/changelog	[utf-8] Wed Sep 21 21:33:09 2016
@@ -1,3 +1,9 @@
+intltool (0.51.0-3) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 21 Sep 2016 23:32:50 +0200
+
 intltool (0.51.0-2) experimental; urgency=medium
 
   * Take patch from upstream bug#1490906 to silence warnings in

Modified: desktop/unstable/intltool/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/intltool/debian/control?rev=51094&op=diff
==============================================================================
--- desktop/unstable/intltool/debian/control	[utf-8] (original)
+++ desktop/unstable/intltool/debian/control	[utf-8] Wed Sep 21 21:33:09 2016
@@ -8,7 +8,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Iain Lane <laney at debian.org>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 8),
-               cdbs,
                gnome-pkg-tools (>= 0.10),
                perl (>= 5.8.1)
 Build-Depends-Indep: libxml-parser-perl
@@ -26,7 +25,8 @@
          ${perl:Depends},
          perl (>= 5.8.1),
          libxml-parser-perl,
-         file, ${misc:Depends}
+         file,
+         ${misc:Depends}
 Provides: xml-i18n-tools
 Description: Utility scripts for internationalizing XML
  Automatically extracts translatable strings from oaf, glade, bonobo

Modified: desktop/unstable/intltool/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/intltool/debian/control.in?rev=51094&op=diff
==============================================================================
--- desktop/unstable/intltool/debian/control.in	[utf-8] (original)
+++ desktop/unstable/intltool/debian/control.in	[utf-8] Wed Sep 21 21:33:09 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 (>= 0.10),
                perl (>= 5.8.1)
 Build-Depends-Indep: libxml-parser-perl
@@ -22,7 +21,8 @@
          ${perl:Depends},
          perl (>= 5.8.1),
          libxml-parser-perl,
-         file, ${misc:Depends}
+         file,
+         ${misc:Depends}
 Provides: xml-i18n-tools
 Description: Utility scripts for internationalizing XML
  Automatically extracts translatable strings from oaf, glade, bonobo

Modified: desktop/unstable/intltool/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/intltool/debian/docs?rev=51094&op=diff
==============================================================================
--- desktop/unstable/intltool/debian/docs	[utf-8] (original)
+++ desktop/unstable/intltool/debian/docs	[utf-8] Wed Sep 21 21:33:09 2016
@@ -1,3 +1,3 @@
+AUTHORS
 NEWS
 README
-AUTHORS

Modified: desktop/unstable/intltool/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/intltool/debian/rules?rev=51094&op=diff
==============================================================================
--- desktop/unstable/intltool/debian/rules	[utf-8] (original)
+++ desktop/unstable/intltool/debian/rules	[utf-8] Wed Sep 21 21:33:09 2016
@@ -1,6 +1,6 @@
 #!/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/lp-get-source.mk
+
+%:
+	dh $@ --with gnome




More information about the pkg-gnome-commits mailing list