[SCM] Packaging for Xgalaga branch, master, updated. debian/2.1.1.0-3-11-g515c63f

Stephen M. Webb stephen.webb at bregmasoft.ca
Sat Dec 10 04:35:02 UTC 2011


The following commit has been merged in the master branch:
commit 95fd7c0d97f8aabdf8fa3541f7ed0f9196d4963a
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Fri Dec 9 23:17:07 2011 -0500

    Converted previous source mods to quilt format.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845ca06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc
diff --git a/debian/changelog b/debian/changelog
index 81ecc8a..e5e270a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,9 @@ xgalaga (2.1.1.0-4) UNRELEASED; urgency=low
   * Converted copyright file to DEP5 format.
   * debian/rules: added build-arch and build-indep targets.
   * Fixed FTBFS with ld --as-needed (Closes: #641293) (LP: #832918).
+  * Converted previous source mods to quilt format.
 
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 09 Dec 2011 22:36:01 -0500
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 09 Dec 2011 23:15:22 -0500
 
 xgalaga (2.1.1.0-3) unstable; urgency=low
 
diff --git a/debian/patches/0001-manpages-install.patch b/debian/patches/0001-manpages-install.patch
new file mode 100644
index 0000000..37ddf5f
--- /dev/null
+++ b/debian/patches/0001-manpages-install.patch
@@ -0,0 +1,25 @@
+Description: Uses DESTDIR for manpage installation.
+Origin: Pre-quilt-3.0 source modifications by Joey Hess.
+
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -65,8 +65,8 @@
+ 	for i in levels/*.xgl; do $(INSTALL) $$i $(DESTDIR)$(prefix)/$$i ; done
+ 	for i in sounds/*.raw; do $(INSTALL) $$i $(DESTDIR)$(prefix)/$$i ; done
+ 	$(INSTALL) CREDITS $(DESTDIR)$(creditsfile)
+-	$(INSTALL) xgalaga.6x.gz $(mandir)/man6/xgalaga.6x.gz
+-	chmod 644 $(mandir)/man6/xgalaga.6x.gz
++	$(INSTALL) xgalaga.6x.gz $(DESTDIR)$(mandir)/man6/xgalaga.6x.gz
++#	chmod 644 $(mandir)/man6/xgalaga.6x.gz
+ #	touch $(prefix)/scores
+ #	chmod 666 $(prefix)/scores
+ #       chown ${GAMEOWN}:${GAMEGRP} $(prefix)/scores
+@@ -86,7 +86,7 @@
+ 	$(CC) $(LDFLAGS) -o $(TARGET2) $(OBJS_HYPER) $(LIBS)
+ 
+ %.6x.gz: %.6x
+-	gzip -c $< > $@
++	gzip -9 -c $< > $@
+ 
+ %.o: %.c
+ 	$(CC) $(CFLAGS) -DORIGINAL_XGALAGA -c $< -o $@
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bb67879
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-manpages-install.patch

-- 
Packaging for Xgalaga



More information about the Pkg-games-commits mailing list