[game-data-packager] 12/293: run dh_fixperms on all packages in debian/rules

Simon McVittie smcv at debian.org
Fri Oct 14 00:11:51 UTC 2016


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

smcv pushed a commit to branch quake
in repository game-data-packager.

commit 9687d543a80ca460c259fb7662e5a771844aa600
Author: Bruno "Fuddl" Kleinert <fuddl at debian.org>
Date:   Mon Feb 13 13:10:58 2006 +0000

    run dh_fixperms on all packages in debian/rules
---
 debian/changelog | 4 ++--
 debian/control   | 8 +++++---
 debian/rules     | 4 +++-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 48f91e7..cb38f57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,10 +6,10 @@ ioquake3 (1.33+svn530-1) unstable; urgency=low
   * Removed the Team Arena shortcuts, as they should be more likely part of a 
     Team Arena installer package.
   * Cleaned up debian/rules.
-  * Added Fuddl to Uploaders.
   * Updated ioquake3-common template
+  * debian/control "Replaces: quake3"
 
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sun, 12 Feb 2006 10:49:25 +0100
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Mon, 13 Feb 2006 14:03:50 +0100
 
 quake3 (1.33+svn530-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index fb83630..cf8086c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,14 @@ Source: ioquake3
 Section: contrib/games
 Priority: optional
 Maintainer: Debian Games Group <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Moritz Muehlenhoff <jmm at debian.org>, Bruno "Fuddl" Kleinert <fuddl at gmx.de>
+Uploaders: Moritz Muehlenhoff <jmm at debian.org>
 Build-Depends: debhelper (>> 4.0.0), libsdl1.2-dev, docbook-to-man, libopenal-dev
 Standards-Version: 3.6.2
 
 Package: ioquake3
 Architecture: i386 amd64 powerpc sparc
-Depends: ${shlibs:Depends}, debconf (>= 0.5.00), ioquake3-common
+Depends: ${shlibs:Depends}, ioquake3-common
+Replaces: quake3
 Suggests: xqf, qstat
 Description: Improved version of id Software Inc.'s Quake III engine
  Icculus.Org Quake III is a 3D action game engine in first-person perspective, 
@@ -23,6 +24,7 @@ Description: Improved version of id Software Inc.'s Quake III engine
 Package: ioquake3-server
 Architecture: amd64 i386 powerpc sparc
 Depends: ${shlibs:Depends}, ioquake3-common
+Replaces: quake3
 Description: Icculus.Org Quake III Arena dedicated server
  Icculus.Org Quake III Arena is a 3D action game in first-person perspective, 
  commonly known as a "first person shooter".
@@ -32,7 +34,7 @@ Description: Icculus.Org Quake III Arena dedicated server
 
 Package: ioquake3-common
 Architecture: all
-Depends: quake3-data
+Depends: quake3-data, debconf (>= 0.5.00)
 Description: Icculus.Org Quake III Arena binary common files
  This package provides files which are common among the packages ioquake3 and 
  ioquake3-server. It builds the "glue" to files, installed by the quake3-data 
diff --git a/debian/rules b/debian/rules
index 4c57768..15953a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -106,7 +106,9 @@ binary-arch: build install
 	dh_installchangelogs -pioquake3-server ChangeLog
 	dh_strip
 	dh_compress
-	dh_fixperms
+	dh_fixperms -pioquake3
+	dh_fixperms -pioquake3-server
+	dh_fixperms -pioquake3-common
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

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



More information about the Pkg-games-commits mailing list