[game-data-packager] 10/293: renamed the package to ioquake3

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 9f443f81c55796c48ea739e6784321d35f6a8ace
Author: Bruno "Fuddl" Kleinert <fuddl at debian.org>
Date:   Sun Feb 12 01:02:17 2006 +0000

    renamed the package to ioquake3
    
    cleaned up debian/rules
    
    removed team arena shortcuts, they should be moved into a package that installs the team arena data files
---
 debian/changelog                                   |  13 +-
 debian/control                                     |  35 +--
 debian/ioq3ded                                     |  10 -
 debian/ioquake3                                    |  10 -
 .../{quake3-common.dirs => ioquake3-common.dirs}   |   0
 debian/ioquake3-common.docs                        |   1 +
 ...ake3-common.preinst => ioquake3-common.preinst} |   0
 ...-common.templates => ioquake3-common.templates} |   0
 .../{quake3-server.dirs => ioquake3-server.dirs}   |   0
 .../{quake3-server.docs => ioquake3-server.docs}   |   0
 debian/{quake3.dirs => ioquake3.dirs}              |   0
 debian/{quake3.docs => ioquake3.docs}              |   0
 debian/ioquake3.menu                               |   6 +
 debian/ioquake3ta.desktop                          |   9 -
 debian/ioquake3ta.xpm                              | 254 ---------------------
 debian/quake3-common.docs                          |   0
 debian/quake3.menu                                 |  13 --
 debian/rules                                       |  74 +++---
 18 files changed, 64 insertions(+), 361 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 588ac84..94b02da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-quake3 (1.33+svn530-2) unstable; urgency=low
+ioquake3 (1.33+svn530-1) unstable; urgency=low
 
-  * Split package to binary packages: quake3, quake3-server and quake3-common
-  * Added some more licensing stuff to debian/copyright
+  * Split package to binary packages: quake3, quake3-server and quake3-common.
+  * Added some more licensing stuff to debian/copyright.
+  * Renamed the whole thing to ioquake3.
+  * 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.
 
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Wed, 08 Feb 2006 10:05:58 +0100
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sun, 12 Feb 2006 00:44:42 +0100
 
 quake3 (1.33+svn530-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 878cd6d..fb83630 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,28 @@
-Source: quake3
+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>
+Uploaders: Moritz Muehlenhoff <jmm at debian.org>, Bruno "Fuddl" Kleinert <fuddl at gmx.de>
 Build-Depends: debhelper (>> 4.0.0), libsdl1.2-dev, docbook-to-man, libopenal-dev
 Standards-Version: 3.6.2
 
-Package: quake3
+Package: ioquake3
 Architecture: i386 amd64 powerpc sparc
-Depends: ${shlibs:Depends}, debconf (>= 0.5.00), quake3-common
+Depends: ${shlibs:Depends}, debconf (>= 0.5.00), ioquake3-common
 Suggests: xqf, qstat
-Description: improved version of id Software's Quake III engine
- Quake III is a 3D action game engine in first-person perspective, commonly
- known as a ``first person shooter''.
+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, 
+ commonly known as a "first person shooter".
  .
- This package contains no data files.  You will need to either install the
- commercial data from the Quake III CD-ROM with the ``quake3-data'' package,
+ This package contains no data files. You will need to either install the 
+ commercial data from the Quake III Arena CD-ROM with the "quake3-data" package,
  or install some free data files.
+ .
+ This package contains the architecture dependend client files.
 
-Package: quake3-server
+Package: ioquake3-server
 Architecture: amd64 i386 powerpc sparc
-Depends: ${shlibs:Depends}, quake3-common
+Depends: ${shlibs:Depends}, ioquake3-common
 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".
@@ -28,9 +30,14 @@ Description: Icculus.Org Quake III Arena dedicated server
  .
  This package contains the architecture dependend server files.
 
-Package: quake3-common
+Package: ioquake3-common
 Architecture: all
 Depends: quake3-data
 Description: Icculus.Org Quake III Arena binary common files
- This package provides files which are common among the packages quake3 and 
- quake3-server.
+ 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 
+ package.
+ .
+ Note that this package depends on quake3-data, which will install the data 
+ files from the commercial Quake III Arena CD-ROM. This will take up to 500 MB 
+ of disk space!
diff --git a/debian/ioq3ded b/debian/ioq3ded
deleted file mode 100644
index 270deef..0000000
--- a/debian/ioq3ded
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-cd "/usr/lib/games/quake3/"
-
-arch=`uname -m`
-case "$arch" in
-i?86) arch=i386 ;;
-esac
-
-./ioq3ded.$arch $*
-exit $?
diff --git a/debian/ioquake3 b/debian/ioquake3
deleted file mode 100644
index bd5f121..0000000
--- a/debian/ioquake3
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-cd "/usr/lib/games/quake3/"
-
-arch=`uname -m`
-case "$arch" in
-i?86) arch=i386 ;;
-esac
-
-./ioquake3.$arch $*
-exit $?
diff --git a/debian/quake3-common.dirs b/debian/ioquake3-common.dirs
similarity index 100%
rename from debian/quake3-common.dirs
rename to debian/ioquake3-common.dirs
diff --git a/debian/ioquake3-common.docs b/debian/ioquake3-common.docs
new file mode 100644
index 0000000..4d0be22
--- /dev/null
+++ b/debian/ioquake3-common.docs
@@ -0,0 +1 @@
+debian/README.ioquake3-common
diff --git a/debian/quake3-common.preinst b/debian/ioquake3-common.preinst
similarity index 100%
rename from debian/quake3-common.preinst
rename to debian/ioquake3-common.preinst
diff --git a/debian/quake3-common.templates b/debian/ioquake3-common.templates
similarity index 100%
rename from debian/quake3-common.templates
rename to debian/ioquake3-common.templates
diff --git a/debian/quake3-server.dirs b/debian/ioquake3-server.dirs
similarity index 100%
rename from debian/quake3-server.dirs
rename to debian/ioquake3-server.dirs
diff --git a/debian/quake3-server.docs b/debian/ioquake3-server.docs
similarity index 100%
rename from debian/quake3-server.docs
rename to debian/ioquake3-server.docs
diff --git a/debian/quake3.dirs b/debian/ioquake3.dirs
similarity index 100%
rename from debian/quake3.dirs
rename to debian/ioquake3.dirs
diff --git a/debian/quake3.docs b/debian/ioquake3.docs
similarity index 100%
rename from debian/quake3.docs
rename to debian/ioquake3.docs
diff --git a/debian/ioquake3.menu b/debian/ioquake3.menu
new file mode 100644
index 0000000..1caa2e7
--- /dev/null
+++ b/debian/ioquake3.menu
@@ -0,0 +1,6 @@
+?package(quake3): \
+  needs="X11" \
+  section="Games/Arcade" \
+  title="Quake III Arena" \
+  command="/usr/games/ioquake3 --quiet" \
+  icon="/usr/share/pixmaps/ioquake3.xpm"
diff --git a/debian/ioquake3ta.desktop b/debian/ioquake3ta.desktop
deleted file mode 100644
index 556e9d8..0000000
--- a/debian/ioquake3ta.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Quake III Team Arena
-Comment=Icculus.Org Quake III Team Arena
-Exec=/usr/games/ioquake3 --quiet +set fs_game missionpack
-Terminal=false
-Icon=ioquake3ta
-Type=Application
-Categories=Application;Game;
diff --git a/debian/ioquake3ta.xpm b/debian/ioquake3ta.xpm
deleted file mode 100644
index d509f61..0000000
--- a/debian/ioquake3ta.xpm
+++ /dev/null
@@ -1,254 +0,0 @@
-/* XPM */
-static char *q3ta[] = {
-/* columns rows colors chars-per-pixel */
-"32 32 216 2",
-"   c black",
-".  c #040404",
-"X  c #0D0202",
-"o  c #090A09",
-"O  c #0D100D",
-"+  c #160606",
-"@  c #1B100E",
-"#  c #131614",
-"$  c #161212",
-"%  c #1B1B18",
-"&  c #1F201D",
-"*  c #1B2222",
-"=  c #260302",
-"-  c #220A0A",
-";  c #2B110E",
-":  c #281515",
-">  c #320100",
-",  c #320908",
-"<  c #320E0B",
-"1  c #3B0301",
-"2  c #3F0705",
-"3  c #371616",
-"4  c #391110",
-"5  c #3D191A",
-"6  c #311E20",
-"7  c #2C2420",
-"8  c #292A26",
-"9  c #2C2F2C",
-"0  c #2F2B34",
-"q  c #352B26",
-"w  c #392F36",
-"e  c #38302B",
-"r  c #333533",
-"t  c #303038",
-"y  c #373A36",
-"u  c #38333E",
-"i  c #3F3A36",
-"p  c #383C3A",
-"a  c #3F3D3A",
-"s  c #3E4644",
-"d  c #440502",
-"f  c #460806",
-"g  c #4B0400",
-"h  c #421312",
-"j  c #411F1E",
-"k  c #441A18",
-"l  c #4B1413",
-"z  c #4E1817",
-"x  c #4D1C1B",
-"c  c #550400",
-"v  c #540A05",
-"b  c #500B08",
-"n  c #5B0603",
-"m  c #5E0A05",
-"M  c #59130E",
-"N  c #541412",
-"B  c #541817",
-"V  c #5A1312",
-"C  c #5B1915",
-"Z  c #5E1E1B",
-"A  c #4A2322",
-"S  c #4D2C2F",
-"D  c #42312C",
-"F  c #413631",
-"G  c #4A3C36",
-"H  c #562120",
-"J  c #552726",
-"K  c #5B302C",
-"L  c #553638",
-"P  c #650602",
-"I  c #660902",
-"U  c #640A06",
-"Y  c #670D03",
-"T  c #6A0902",
-"R  c #6A0905",
-"E  c #6A0C06",
-"W  c #6E0A02",
-"Q  c #6E0A05",
-"!  c #6E0D07",
-"~  c #6A110D",
-"^  c #621512",
-"/  c #601717",
-"(  c #631916",
-")  c #621E1B",
-"_  c #6B1512",
-"`  c #6D1A16",
-"'  c #6A1D1B",
-"]  c #700600",
-"[  c #720B05",
-"{  c #740800",
-"}  c #760903",
-"|  c #7A0B05",
-" . c #7E0A04",
-".. c #751106",
-"X. c #73130E",
-"o. c #76100A",
-"O. c #7C140D",
-"+. c #7E1711",
-"@. c #791815",
-"#. c #7E1F1C",
-"$. c #70201E",
-"%. c #672726",
-"&. c #642E2D",
-"*. c #673937",
-"=. c #6B3031",
-"-. c #762723",
-";. c #7C3534",
-":. c #40423C",
-">. c #4C403D",
-",. c #534038",
-"<. c #57453E",
-"1. c #63473E",
-"2. c #414241",
-"3. c #444948",
-"4. c #4C4644",
-"5. c #4A4C45",
-"6. c #4C4D4B",
-"7. c #4B514D",
-"8. c #4D5456",
-"9. c #5B4942",
-"0. c #554B55",
-"q. c #52514B",
-"w. c #525551",
-"e. c #535A59",
-"r. c #5F5151",
-"t. c #585D5C",
-"y. c #5E6263",
-"u. c #60444E",
-"i. c #664B45",
-"p. c #69544B",
-"a. c #605B55",
-"s. c #68595A",
-"d. c #774C49",
-"f. c #715C52",
-"g. c #795951",
-"h. c #66596A",
-"j. c #7B6158",
-"k. c #666B69",
-"l. c #686560",
-"z. c #646A7A",
-"x. c #6D706C",
-"c. c #6B7579",
-"v. c #746B64",
-"b. c #786E71",
-"n. c #76756A",
-"m. c #757A78",
-"M. c #707E8B",
-"N. c #7C8280",
-"B. c #79858E",
-"V. c #850E07",
-"C. c #8C0F05",
-"Z. c #82130C",
-"A. c #85170F",
-"S. c #8C130B",
-"D. c #8D180F",
-"F. c #8D1E17",
-"G. c #9C0D06",
-"H. c #94130A",
-"J. c #971608",
-"K. c #9A150B",
-"L. c #951910",
-"P. c #961D15",
-"I. c #9E1B12",
-"U. c #91241B",
-"Y. c #8B2E25",
-"T. c #81302C",
-"R. c #A8180C",
-"E. c #A61E16",
-"W. c #B7170B",
-"Q. c #AE2214",
-"!. c #BA2112",
-"~. c #A83021",
-"^. c #8D4A4A",
-"/. c #81685D",
-"(. c #886D62",
-"). c #8F6F65",
-"_. c #8A736A",
-"`. c #8C7D7B",
-"'. c #957669",
-"]. c #A85854",
-"[. c #AC766D",
-"{. c #CC180A",
-"}. c #CD2515",
-"|. c #F01004",
-" X c #E86260",
-".X c #998277",
-"XX c #AA8879",
-"oX c #B68F7F",
-"OX c #888885",
-"+X c #828F91",
-"@X c #8D908E",
-"#X c #82939D",
-"$X c #9D948C",
-"%X c #979995",
-"&X c #8C9BA5",
-"*X c #9DA09D",
-"=X c #8DA4B6",
-"-X c #9FADB5",
-";X c #A9A49D",
-":X c #A6AAA5",
-">X c #A4B4BB",
-",X c #AFB2B0",
-"<X c #ABBCC6",
-"1X c #BCC2C0",
-"2X c #B5CAD9",
-"3X c #C49B8B",
-"4X c #D1A999",
-"5X c #D0B0A5",
-"6X c #FC9E9D",
-"7X c #E7C4B5",
-"8X c #C3CED3",
-"9X c #C2E2F5",
-"0X c #D7E2E2",
-"qX c #FBD4CC",
-"wX c #FFE3D3",
-"eX c #F2F9F9",
-/* pixels */
-"@. at .x K ^.3X[.;.-.$._ ~ o.S.W.{.|.|.{.R.L.+._ ^ M M C =.`.6.m.1X",
-"@.+.( A S *.L %.-.$._ ~ o.J.{.|.|.|.{.W.L.+.` / V N B &.x.a m.*X",
-"+.A.S.^ j j &.-.$.' ` ~ o.K.{.|.|.|.{.W.P. at .` / V l z &.n.:.a.OX",
-"A.S.H.V #.P.~.#.) ' ` _ X.S.W.{.|.|.{.E.F.#.' / B l z K n.:.2.l.",
-"S.K.R.E. X6X XE.' ) ( _ X.Z.K.W.W.W.R.P.#.$.$.) B l x J /.N.w.m.",
-"G.G.R.I.5XeX5XU. at ./ / ^ ~ X.Z.D.L.L.F.#.-.%.&.%.H z k A r.OX1X,X",
-"G.G.H.d.+X#X at Xj.#.( C C ^ ~ X. at .+.#.#.-.=.*.*.L S A 5 3 L t.:X%X",
-"C.G. at .N.<X0X+X+Xs.) B N V ^ ^ _ ` $.%.*.i.u.u.u.L S 5 - j t.t.6.",
-" .V.) e.m.>X3.8.8.J B N N N N V ( ' &.i.s.h.h.h.0.G 6 $ 3 4.& $ ",
-"} } B 7.r & s 8.i H B z z l l l B Z &.u.z.M.B.B.z.0.0 : D y.8 8 ",
-"I n H 7.o . % 7.>.N C l h h 4 h l z H L z.#X2X2X=Xz.w 6 5.& 8 a ",
-"n c L 8 o o @ 6.y.j M l h 4 4 4 4 h z J u.z.=X9X9Xz.u <.8 O :.w.",
-"n l r o $ 7 9.p.y.y.A x h 4 4 < < < 4 z A L 0.z.8.t s.4.O % 7.y.",
-"U >.& 7 D <.XXoX9.6.y.<.J k 4 < - - + - 3 5 j 5 5 s.6.% # % p x.",
-"L y % p.i.(.4X3Xj.G a.N.m.*.J x k 3 , = = - 4 S `.6.& & 8 8 r e.",
-"+Xr F oX'.XX4X3Xg.,.,.e q.N.m.b.l.L 1.i.i.r.`.*Xx.9 s a :.p 2.y.",
-"k.p e 4X3X3X'.f.q 7 q D <.G 4.v.+X+XB.v.$X;Xl.i 7 e.7.7.e.e.t.c.",
-"e.s & 3X4X7X5X/.<.,.F 9.f.p.<.G G i a q :.% & % 8 c.7.3.y.+XN.#X",
-"k.2.# /.4X7X7X3X).f.p.f.j.f./.f.p.,.F e 7 7 e q l.c.e.3.c.+X#XeX",
-"m.r # F 4X7XqXoXXXXX'._._.(._.'.f.f.p.f.p.i.<.>.&X+Xe.8.+XB.<X<X",
-"N.y & % XX7X7XXX[.[.).)._.(.(._./.i.i.j./.f.G l.-XN.2.k.&X&X<X&X",
-"c.y 9 & /.3Xp.p.g.1.,.,.<.i.i.f._./.p.p.j.i.G &X&X9 y B.#X<X>X-X",
-"m.9 & 8 >.)././.g.1.G F q q D ,./.(.f.i.p.9.a.<X&Xz.z.&X&X<X=Xc.",
-"y.8 # 9 y XX4X3XoXoX'.g.i.,.e 7 p.j.p.<.9.1.m.>X<X8X2X2X<X=X4.- ",
-"t.8 & 9 & [.4XXXXXXXXX[.).j.p.<.9.p.<.<.9.9.,.k.y.8.OX1X>X4.X = ",
-"7.9 # + P ].XX).(./.j.g.j./.(.f.9.9.<.9.9.,.G 9.3.* 8 <.3 X = > ",
-"o   = A.C.#./.j.j./.(.j.).'./.f.p.<.9.p.<.L ' O.%.; - = = > > c ",
-"  = F.S.] X.XX5X7X5X3X_._./.j.f.p.<.9.1.%.A.K.L.D.X.n d > > g } ",
-", F.Z.n P P [.wXqX7X5X4XXX_._.g.a.G *.U.R.!.I.D.o.n d 1 > E C.d ",
-"S.| T P T c ;.7X7X4X5X5X3X.X(.p.*.Y.Q.}.!.I.A.! n d 2 1 ! K.g > ",
-"[ T I I W E v j..X_..X$X(.y.i.Y.E.}.}.E.D.O.U v f 2 2 o.R.I > J.",
-"Y I P T Q ! m , ; - - ; B ;.Q.!.}.E.A.X.o.U v f f f O.!.m 1 ..}."
-};
diff --git a/debian/quake3-common.docs b/debian/quake3-common.docs
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/quake3.menu b/debian/quake3.menu
deleted file mode 100644
index 41485b3..0000000
--- a/debian/quake3.menu
+++ /dev/null
@@ -1,13 +0,0 @@
-?package(quake3): \
-  needs="X11" \
-  section="Games/Arcade" \
-  title="Quake III Arena" \
-  command="/usr/games/ioquake3 --quiet" \
-  icon="/usr/share/pixmaps/ioquake3.xpm"
-
-?package(quake3): \
-  needs="X11" \
-  section="Games/Arcade" \
-  title="Quake III Team Arena" \
-  command="/usr/games/ioquake3 --quiet +set fs_game missionpack" \
-  icon="/usr/share/pixmaps/ioquake3ta.xpm"
diff --git a/debian/rules b/debian/rules
index 6addb11..4c57768 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,9 +44,10 @@ build-stamp: configure-stamp
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp ioq3ded.6 ioquake3.6
 	-$(MAKE) distclean
-	-rm -f ioquake3.xpm # clean up our own stuff
+	
+	# Clean up files we generated on our own
+	-rm -f build-stamp configure-stamp ioq3ded.6 ioquake3.6 ioquake3.xpm
 	dh_clean
 
 install: DH_OPTIONS=
@@ -63,75 +64,54 @@ install: build
 	cp code/unix/quake3.xpm ioquake3.xpm
 	
 	### client files
-	dh_install -pquake3 debian/scripts/ioquake3 usr/games
-	dh_install -pquake3 ioquake3.xpm usr/share/pixmaps
-	dh_install -pquake3 debian/ioquake3.desktop usr/share/applications # TODO waiting for dh_desktop to do this job...
-	dh_install -pquake3 build/release-linux-$(Q3ARCH)/ioquake3 \
+	dh_install -pioquake3 debian/scripts/ioquake3 usr/games
+	dh_install -pioquake3 ioquake3.xpm usr/share/pixmaps
+	dh_install -pioquake3 debian/ioquake3.desktop usr/share/applications # TODO waiting for dh_desktop to do that job! :(
+	dh_install -pioquake3 build/release-linux-$(Q3ARCH)/ioquake3 \
 		   build/release-linux-$(Q3ARCH)/ioquake3-smp \
 		   usr/lib/games/ioquake3
-	dh_install -pquake3 build/release-linux-$(Q3ARCH)/baseq3/cgame$(Q3ARCH).so \
+	dh_install -pioquake3 build/release-linux-$(Q3ARCH)/baseq3/cgame$(Q3ARCH).so \
 		   build/release-linux-$(Q3ARCH)/baseq3/qagame$(Q3ARCH).so \
 		   build/release-linux-$(Q3ARCH)/baseq3/ui$(Q3ARCH).so \
 		   usr/lib/games/ioquake3/baseq3
-	dh_install -pquake3 build/release-linux-$(Q3ARCH)/missionpack/cgame$(Q3ARCH).so \
+	dh_install -pioquake3 build/release-linux-$(Q3ARCH)/missionpack/cgame$(Q3ARCH).so \
 		   build/release-linux-$(Q3ARCH)/missionpack/qagame$(Q3ARCH).so \
 		   build/release-linux-$(Q3ARCH)/missionpack/ui$(Q3ARCH).so \
 		   usr/lib/games/ioquake3/missionpack
 	
 	### server files
-	dh_install -pquake3-server debian/scripts/ioq3ded usr/games
-	dh_install -pquake3-server build/release-linux-$(Q3ARCH)/ioq3ded usr/lib/games/ioquake3
-
-	#$(MAKE) copyfiles COPYDIR=$(CURDIR)/debian/quake3/usr/lib/games/quake3/
-	#install -p -m 644 code/unix/quake3.xpm $(CURDIR)/debian/quake3/usr/share/pixmaps/
-	#install -p -m 755 debian/ioquake3 $(CURDIR)/debian/quake3/usr/games/
-	#install -p -m 755 debian/ioq3ded $(CURDIR)/debian/quake3/usr/games/
-	## install -p -m 755 code/unix/setup/ioquake3.sh $(CURDIR)/debian/quake3/usr/lib/games/quake3/
-	#install -p -m 644 debian/ioquake3.desktop $(CURDIR)/debian/quake3/usr/share/applications/
-	install -p -m 644 debian/ioquake3ta.xpm $(CURDIR)/debian/quake3/usr/share/pixmaps/
-	install -p -m 644 debian/ioquake3ta.desktop $(CURDIR)/debian/quake3/usr/share/applications/
+	dh_install -pioquake3-server debian/scripts/ioq3ded usr/games
+	dh_install -pioquake3-server build/release-linux-$(Q3ARCH)/ioq3ded usr/lib/games/ioquake3
 
 binary-indep: build install
 binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installdebconf
-	dh_installdocs -a
-	dh_installexamples -a
-	dh_installmenu -a
-#	dh_installlogrotate -a
-#	dh_installemacsen -a
-#	dh_installpam -a
-#	dh_installmime -a
-#	dh_installinit -a
-	dh_installcron -a
-#	dh_installman -a debian/quake3.6
-	dh_installman -pquake3-server ioq3ded.6
-	dh_installman -pquake3 ioquake3.6
-	dh_link -pquake3-common usr/share/games/quake3/baseq3/pak0.pk3 usr/lib/games/ioquake3/baseq3/pak0.pk3
-	dh_link -pquake3-common usr/share/games/quake3/baseq3/pak1.pk3 usr/lib/games/ioquake3/baseq3/pak1.pk3
-	dh_link -pquake3-common usr/share/games/quake3/baseq3/pak2.pk3 usr/lib/games/ioquake3/baseq3/pak2.pk3
-	dh_link -pquake3-common usr/share/games/quake3/baseq3/pak3.pk3 usr/lib/games/ioquake3/baseq3/pak3.pk3
-	dh_link -pquake3-common usr/share/games/quake3/baseq3/pak4.pk3 usr/lib/games/ioquake3/baseq3/pak4.pk3
-	dh_link -pquake3-common usr/share/games/quake3/baseq3/pak5.pk3 usr/lib/games/ioquake3/baseq3/pak5.pk3
-	dh_link -pquake3-common usr/share/games/quake3/baseq3/pak6.pk3 usr/lib/games/ioquake3/baseq3/pak6.pk3
-	dh_link -pquake3-common usr/share/games/quake3/baseq3/pak7.pk3 usr/lib/games/ioquake3/baseq3/pak7.pk3
-	dh_link -pquake3-common usr/share/games/quake3/baseq3/pak8.pk3 usr/lib/games/ioquake3/baseq3/pak8.pk3
+	dh_installdocs
+	dh_installmenu
+	dh_installman -pioquake3-server ioq3ded.6
+	dh_installman -pioquake3 ioquake3.6
+	dh_link -pioquake3-common usr/share/games/quake3/baseq3/pak0.pk3 usr/lib/games/ioquake3/baseq3/pak0.pk3
+	dh_link -pioquake3-common usr/share/games/quake3/baseq3/pak1.pk3 usr/lib/games/ioquake3/baseq3/pak1.pk3
+	dh_link -pioquake3-common usr/share/games/quake3/baseq3/pak2.pk3 usr/lib/games/ioquake3/baseq3/pak2.pk3
+	dh_link -pioquake3-common usr/share/games/quake3/baseq3/pak3.pk3 usr/lib/games/ioquake3/baseq3/pak3.pk3
+	dh_link -pioquake3-common usr/share/games/quake3/baseq3/pak4.pk3 usr/lib/games/ioquake3/baseq3/pak4.pk3
+	dh_link -pioquake3-common usr/share/games/quake3/baseq3/pak5.pk3 usr/lib/games/ioquake3/baseq3/pak5.pk3
+	dh_link -pioquake3-common usr/share/games/quake3/baseq3/pak6.pk3 usr/lib/games/ioquake3/baseq3/pak6.pk3
+	dh_link -pioquake3-common usr/share/games/quake3/baseq3/pak7.pk3 usr/lib/games/ioquake3/baseq3/pak7.pk3
+	dh_link -pioquake3-common usr/share/games/quake3/baseq3/pak8.pk3 usr/lib/games/ioquake3/baseq3/pak8.pk3
 	dh_installinfo
-#	dh_undocumented -a
-	dh_installchangelogs -pquake3 ChangeLog
-	dh_installchangelogs -pquake3-server ChangeLog
-	dh_strip -a
+	dh_installchangelogs -pioquake3 ChangeLog
+	dh_installchangelogs -pioquake3-server ChangeLog
+	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs -a
 	dh_installdeb
-#	dh_perl -a
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
 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/game-data-packager.git



More information about the Pkg-games-commits mailing list