[xpenguins] 22/35: Converting rules from cdbs to minmal dh

Andreas Tille tille at debian.org
Wed Jan 31 13:43:08 UTC 2018


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository xpenguins.

commit e9b45148b78f4873bbd7d92220756f28ee4dc464
Author: Alexander Reichle-Schmehl <tolimar at debian.org>
Date:   Mon Oct 24 15:58:10 2011 +0000

    Converting rules from cdbs to minmal dh
---
 debian/changelog | 3 ++-
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 8 ++++----
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed8398a..fd19eb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ xpenguins (2.2-8) UNRELEASED; urgency=low
     no format arguments" error (Closes: #646491)
   * Urgency set to medium, as the above is release critical
   * Add Vcs-* headers to debian/control
+  * Converting rules to minimal dh syntax
 
- -- Alexander Reichle-Schmehl <tolimar at debian.org>  Mon, 24 Oct 2011 17:47:45 +0200
+ -- Alexander Reichle-Schmehl <tolimar at debian.org>  Mon, 24 Oct 2011 17:56:50 +0200
 
 xpenguins (2.2-7) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 5c9c79e..f5a6c7d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xpenguins
 Section: games
 Priority: optional
 Maintainer: Alexander Reichle-Schmehl <tolimar at debian.org>
-Build-Depends: debhelper (>= 5), libx11-dev, libxext-dev, libxpm-dev, libxt-dev, x11proto-core-dev, quilt, cdbs
+Build-Depends: debhelper (>= 7.0.50~), libx11-dev, libxext-dev, libxpm-dev, libxt-dev, x11proto-core-dev, quilt (>= 0.46-7~)
 Standards-Version: 3.8.3
 Homepage: http://xpenguins.seul.org/
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/xpenguins/trunk/
diff --git a/debian/rules b/debian/rules
index 56da6c1..89f5b81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,11 @@
 #!/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/patchsys-quilt.mk
+%:
+	dh $@ --with quilt
 
 BASE := $(CURDIR)/debian/xpenguins
 
-binary-post-install/xpenguins::
+override_dh_auto_install:
+	dh_auto_install
 	install -m 0644 debian/*.xpm $(BASE)/usr/share/pixmaps
 	install -m 0755 debian/xpenguins-stop $(BASE)/usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xpenguins.git



More information about the Pkg-games-commits mailing list