r54435 - in /packages/unstable/jhbuild/debian: changelog control control.in docs rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sun Oct 15 00:10:10 UTC 2017


Author: jbicha
Date: Sun Oct 15 00:10:09 2017
New Revision: 54435

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

Bump debhelper compat to 10

Modified:
    packages/unstable/jhbuild/debian/changelog
    packages/unstable/jhbuild/debian/control
    packages/unstable/jhbuild/debian/control.in
    packages/unstable/jhbuild/debian/docs
    packages/unstable/jhbuild/debian/rules

Modified: packages/unstable/jhbuild/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/changelog?rev=54435&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/changelog	[utf-8] (original)
+++ packages/unstable/jhbuild/debian/changelog	[utf-8] Sun Oct 15 00:10:09 2017
@@ -1,6 +1,8 @@
 jhbuild (3.15.92+20171014~ed1297d-1) UNRELEASED; urgency=medium
 
   * New upstream git snapshot
+  * Switch from cdbs to dh
+  * Bump debhelper compat to 10
 
  -- Jeremy Bicha <jbicha at debian.org>  Sat, 14 Oct 2017 18:07:42 -0400
 

Modified: packages/unstable/jhbuild/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/control?rev=54435&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/control	[utf-8] (original)
+++ packages/unstable/jhbuild/debian/control	[utf-8] Sun Oct 15 00:10:09 2017
@@ -6,15 +6,14 @@
 Section: devel
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>
-Build-Depends: cdbs (>= 0.4.90~),
-               debhelper (>= 9),
-               dh-autoreconf,
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Jeremy Bicha <jbicha at debian.org>, Jordi Mallach <jordi at debian.org>
+Build-Depends: debhelper (>= 10),
                dh-python,
                gnome-pkg-tools,
                intltool (>= 0.40.0),
                pkg-config,
                python (>= 2.6.6-3~),
+               trang <!nocheck>,
                yelp-tools
 Standards-Version: 4.0.0
 X-Python-Version: >= 2.6

Modified: packages/unstable/jhbuild/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/control.in?rev=54435&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/control.in	[utf-8] (original)
+++ packages/unstable/jhbuild/debian/control.in	[utf-8] Sun Oct 15 00:10:09 2017
@@ -3,14 +3,13 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.90~),
-               debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                dh-python,
                gnome-pkg-tools,
                intltool (>= 0.40.0),
                pkg-config,
                python (>= 2.6.6-3~),
+               trang <!nocheck>,
                yelp-tools
 Standards-Version: 4.0.0
 X-Python-Version: >= 2.6

Modified: packages/unstable/jhbuild/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/docs?rev=54435&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/docs	[utf-8] (original)
+++ packages/unstable/jhbuild/debian/docs	[utf-8] Sun Oct 15 00:10:09 2017
@@ -1 +1,3 @@
+AUTHORS
 NEWS
+README

Modified: packages/unstable/jhbuild/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/rules?rev=54435&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/rules	[utf-8] (original)
+++ packages/unstable/jhbuild/debian/rules	[utf-8] Sun Oct 15 00:10:09 2017
@@ -1,15 +1,8 @@
 #!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/class/gnome.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 += --enable-doc-installation=yes
+%:
+	dh $@ --with gnome,python2
 
-DEB_MAKE_ENVVARS += MAKEFLAGS=pythondir=/usr/share/jhbuild
-
-binary-install/jhbuild::
-	dh_python2 -p$(cdbs_curpkg)
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-doc-installation=yes




More information about the pkg-gnome-commits mailing list