r9385 - packages/trunk/cookietool/debian

Peter Pentchev roam-guest at alioth.debian.org
Fri Apr 3 14:58:26 UTC 2009


Author: roam-guest
Date: 2009-04-03 14:58:26 +0000 (Fri, 03 Apr 2009)
New Revision: 9385

Modified:
   packages/trunk/cookietool/debian/changelog
   packages/trunk/cookietool/debian/rules
Log:
Remove some cruft from the rules file.


Modified: packages/trunk/cookietool/debian/changelog
===================================================================
--- packages/trunk/cookietool/debian/changelog	2009-04-03 14:56:19 UTC (rev 9384)
+++ packages/trunk/cookietool/debian/changelog	2009-04-03 14:58:26 UTC (rev 9385)
@@ -20,6 +20,7 @@
       the "noopt" build option may be honored
     - add a README.source file mentioning the use of quilt
     - add a Homepage field pointing to cookietool.readme on the FTP site
+  * Remove some cruft from the rules file.
 
  -- Peter Pentchev <roam at ringlet.net>  Fri, 03 Apr 2009 16:18:42 +0300
 

Modified: packages/trunk/cookietool/debian/rules
===================================================================
--- packages/trunk/cookietool/debian/rules	2009-04-03 14:56:19 UTC (rev 9384)
+++ packages/trunk/cookietool/debian/rules	2009-04-03 14:58:26 UTC (rev 9385)
@@ -1,31 +1,22 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+# debhelper config file for cookietool, the fortune database maintenante suite
 
 include /usr/share/quilt/quilt.make
 
 PACKAGE=	cookietool
 D=		$(CURDIR)/debian/$(PACKAGE)
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 build: build-stamp
 build-stamp:	${QUILT_STAMPFN}
 	dh_testdir
-
 	$(MAKE)
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-
-	# Add here commands to clean up after the build process.
 	$(MAKE) clean
-
 	dh_clean
 	$(MAKE) -f debian/rules unpatch
 
@@ -34,11 +25,8 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install DESTDIR=$D
 
-
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.




More information about the Pkg-games-commits mailing list