r10929 - packages/trunk/billard-gl/debian

Paul Wise pabs at alioth.debian.org
Tue Apr 13 15:31:58 UTC 2010


Author: pabs
Date: 2010-04-13 15:31:57 +0000 (Tue, 13 Apr 2010)
New Revision: 10929

Modified:
   packages/trunk/billard-gl/debian/billard-gl.6
   packages/trunk/billard-gl/debian/rules
Log:
remove junk from rules and manual page

Modified: packages/trunk/billard-gl/debian/billard-gl.6
===================================================================
--- packages/trunk/billard-gl/debian/billard-gl.6	2010-04-13 15:30:21 UTC (rev 10928)
+++ packages/trunk/billard-gl/debian/billard-gl.6	2010-04-13 15:31:57 UTC (rev 10929)
@@ -1,20 +1,4 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
 .TH BILLARD-GL 6 "January 22, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
 .SH NAME
 billard-gl \- OpenGL billiards game
 .SH SYNOPSIS

Modified: packages/trunk/billard-gl/debian/rules
===================================================================
--- packages/trunk/billard-gl/debian/rules	2010-04-13 15:30:21 UTC (rev 10928)
+++ packages/trunk/billard-gl/debian/rules	2010-04-13 15:31:57 UTC (rev 10929)
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-# Modified for billardgl by Martin Butterweck
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 export MORE_CFLAGS=-g
@@ -38,10 +35,7 @@
 	dh_testdir
 	dh_testroot
 	dh_install -a
-
-	#install desktop file
 	install -D -m 644 $(CURDIR)/debian/billard-gl.desktop $(CURDIR)/debian/billard-gl/usr/share/applications/billard-gl.desktop
-	#install icon
 	install -D -m 644 $(CURDIR)/debian/billard-gl.xpm $(CURDIR)/debian/billard-gl/usr/share/pixmaps/billard-gl.xpm
 
 install: install-arch install-indep




More information about the Pkg-games-commits mailing list