[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:01 UTC 2011


The following commit has been merged in the master branch:
commit 1247dccacfbe63846c702893e2c7ba67fcf799cb
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Fri Dec 9 23:09:55 2011 -0500

    Makefile.in: reverted debian changes

diff --git a/Makefile.in b/Makefile.in
index 72e8c12..d046125 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -65,8 +65,8 @@ install: all
 	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 $(DESTDIR)$(mandir)/man6/xgalaga.6x.gz
-#	chmod 644 $(mandir)/man6/xgalaga.6x.gz
+	$(INSTALL) xgalaga.6x.gz $(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 @@ $(TARGET2): subdirs $(OBJS_HYPER)
 	$(CC) $(LDFLAGS) -o $(TARGET2) $(OBJS_HYPER) $(LIBS)
 
 %.6x.gz: %.6x
-	gzip -9 -c $< > $@
+	gzip -c $< > $@
 
 %.o: %.c
 	$(CC) $(CFLAGS) -DORIGINAL_XGALAGA -c $< -o $@

-- 
Packaging for Xgalaga



More information about the Pkg-games-commits mailing list