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 <[email protected]>  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.


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to