[ri-li] 66/93: * Add myself to uploaders. * Fix binary-indep target. (Closes: #470311).

Markus Koschany apo-guest at moszumanska.debian.org
Wed Dec 2 17:55:48 UTC 2015


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

apo-guest pushed a commit to branch master
in repository ri-li.

commit 299504224b3457ecf995cd32765e0fb2c5030a97
Author: Barry deFreese <bddebian at comcast.net>
Date:   Mon Mar 10 21:41:23 2008 +0000

      * Add myself to uploaders.
      * Fix binary-indep target. (Closes: #470311).
---
 debian/changelog |  8 ++++++++
 debian/control   |  2 +-
 debian/rules     | 45 +++++++++++++++++++++++++++++----------------
 3 files changed, 38 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fd3418b..12c2079 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ri-li (2.0.1-2) UNRELEASED; urgency=low
+
+  [ Barry deFreese ]
+  * Add myself to uploaders.
+  * Fix binary-indep target. (Closes: #470311).
+
+ -- Barry deFreese <bddebian at comcast.net>  Mon, 10 Mar 2008 17:37:53 -0400
+
 ri-li (2.0.1-1) unstable; urgency=low
 
   [ Cyril Brulebois ]
diff --git a/debian/control b/debian/control
index 3f9d27d..93c3b03 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ri-li
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Stu Teasdale <sdt at debian.org>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Stu Teasdale <sdt at debian.org>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Barry deFreese <bddebian at comcast.net>
 Build-Depends: debhelper (>= 5.0.0), libsdl-mixer1.2-dev, libsdl1.2-dev, zlib1g-dev, docbook-to-man, quilt, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.3
 Homepage: http://www.ri-li.org/
diff --git a/debian/rules b/debian/rules
index 93b2d02..de37a98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,24 +47,37 @@ install-stamp: build
 	rm debian/tmp/usr/share/games/ri-li/Ri-li/COPYING.Music
 
 binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_install -i
+	dh_installdocs -i README AUTHORS NEWS
+	dh_installchangelogs -i
+	dh_strip -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_shlibdeps -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_install
-	dh_installdocs README AUTHORS NEWS
-	dh_installmenu
-	dh_desktop debian/ri-li.desktop
-	dh_installchangelogs
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_testdir -a
+	dh_testroot -a
+	dh_install -a
+	dh_installdocs -a README AUTHORS NEWS
+	dh_installmenu -a
+	dh_desktop -a debian/ri-li.desktop
+	dh_installchangelogs -a
+	dh_link -a
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure

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



More information about the Pkg-games-commits mailing list