r50864 - in /desktop/unstable/accerciser/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 10:18:25 UTC 2016


Author: biebl
Date: Tue Sep 20 10:18:25 2016
New Revision: 50864

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

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

Modified: desktop/unstable/accerciser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/changelog?rev=50864&op=diff
==============================================================================
--- desktop/unstable/accerciser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/accerciser/debian/changelog	[utf-8] Tue Sep 20 10:18:25 2016
@@ -1,6 +1,7 @@
 accerciser (3.22.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 20 Sep 2016 11:57:54 +0200
 

Modified: desktop/unstable/accerciser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/control?rev=50864&op=diff
==============================================================================
--- desktop/unstable/accerciser/debian/control	[utf-8] (original)
+++ desktop/unstable/accerciser/debian/control	[utf-8] Tue Sep 20 10:18:25 2016
@@ -6,9 +6,9 @@
 Section: gnome
 Priority: extra
 Maintainer: Debian Accessibility Team <debian-accessibility at lists.debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Jordi Mallach <jordi at debian.org>, Mario Lang <mlang at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: cdbs (>= 0.4.90~),
-               debhelper (>= 9),
+Uploaders: Jordi Mallach <jordi at debian.org>, Mario Lang <mlang at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
                gnome-pkg-tools (>= 0.10)
 Build-Depends-Indep: yelp-tools,
                      gsettings-desktop-schemas-dev,

Modified: desktop/unstable/accerciser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/control.in?rev=50864&op=diff
==============================================================================
--- desktop/unstable/accerciser/debian/control.in	[utf-8] (original)
+++ desktop/unstable/accerciser/debian/control.in	[utf-8] Tue Sep 20 10:18:25 2016
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian Accessibility Team <debian-accessibility at lists.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.90~),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
+               dh-python,
                gnome-pkg-tools (>= 0.10)
 Build-Depends-Indep: yelp-tools,
                      gsettings-desktop-schemas-dev,

Added: desktop/unstable/accerciser/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/docs?rev=50864&op=file
==============================================================================
--- desktop/unstable/accerciser/debian/docs	(added)
+++ desktop/unstable/accerciser/debian/docs	[utf-8] Tue Sep 20 10:18:25 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: desktop/unstable/accerciser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/rules?rev=50864&op=diff
==============================================================================
--- desktop/unstable/accerciser/debian/rules	[utf-8] (original)
+++ desktop/unstable/accerciser/debian/rules	[utf-8] Tue Sep 20 10:18:25 2016
@@ -1,15 +1,7 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.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
 
-$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
-	dh_python3 -p$(cdbs_curpkg)
-
-binary-post-install/accerciser::
-	# force executable bit on files looking like python scripts
-	egrep -rlZ '^#!(.*)python' debian/accerciser/usr/share/accerciser/plugins | xargs -0 chmod a+x --
+%:
+	dh $@ --with gnome,python3




More information about the pkg-gnome-commits mailing list