The following commit has been merged in the master branch:
commit 9daf9c757a7dba5fc4a4ae41cb1699b429d6ca51
Author: Bruno Kleinert <[email protected]>
Date:   Sun Aug 15 23:51:03 2010 +0200

    Tighten and clean up debian/rules

diff --git a/debian/rules b/debian/rules
index 0449d1f..a36e9a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -25,21 +20,15 @@ build: build-stamp
 
 build-stamp: 
        dh_testdir
-
-       # Add here commands to compile the package.
        $(MAKE)
        #docbook-to-man debian/spacehero.sgml > spacehero.1
-
        touch $@
 
 clean: 
        dh_testdir
        dh_testroot
        rm -f build-stamp 
-
-       # Add here commands to clean up after the build process.
        $(MAKE) clean
-
        dh_clean 
 
 install: build
@@ -47,16 +36,10 @@ install: build
        dh_testroot
        dh_prep  
        dh_installdirs
-
-       # Add here commands to install the package into debian/spacehero.
        $(MAKE) DESTDIR=$(CURDIR)/debian/spacehero install
 
-
-# Build architecture-independent files here.
 binary-indep: install
-# We have nothing to do by default.
 
-# Build architecture-dependent files here.
 binary-arch: install
        dh_testdir
        dh_testroot

-- 
Packaging for spacehero

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

Reply via email to