[dreamchess] 33/80: dpkg-buildpackage -B doesn't create arch all package anymore

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 9 20:26:29 UTC 2015


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

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

commit 6daec79e547d5c0ce6cd73d0514a80fe45012e34
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Sat Sep 22 00:45:00 2007 +0000

    dpkg-buildpackage -B doesn't create arch all package anymore
---
 debian/changelog |  6 ++++++
 debian/rules     | 47 +++++++++++++++++++++++++++--------------------
 2 files changed, 33 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d6f7213..585bc88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dreamchess (0.1.0-3) unstable; urgency=low
+
+  * dpkg-buildpackage -B doesn't create arch all package anymore 
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat, 22 Sep 2007 01:14:29 +0000
+
 dreamchess (0.1.0-2) unstable; urgency=low
 
   * fix the watchfile
diff --git a/debian/rules b/debian/rules
index 19c5b0f..9981549 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,29 +69,36 @@ install: build
 	dh_install -pdreamchess debian/dreamchess-fullscreen.desktop usr/share/applications
 
 
-# Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs ChangeLog -i
+	dh_install -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
-# Build architecture-dependent files here.
 binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	dh_install
-	dh_installmenu
-	dh_installman
-	dh_desktop
-	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_installchangelogs ChangeLog -a
+	dh_installdocs -a
+	dh_install -a
+	dh_installmenu -a
+	dh_installman -a
+	dh_desktop -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 

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



More information about the Pkg-games-commits mailing list