[project @ tidied debian/rules]
authorIan Beckwith <ianb@nessie.mcc.ac.uk>
Mon, 28 May 2007 03:09:16 +0000 (03:09 +0000)
committerIan Beckwith <ianb@nessie.mcc.ac.uk>
Mon, 28 May 2007 03:09:16 +0000 (03:09 +0000)
debian/changelog
debian/rules

index 2741d93..c309381 100644 (file)
@@ -2,8 +2,9 @@ ckermit (211-8) unstable; urgency=low
 
   * Change netbase dependency to openbsd-inetd | inet-superserver.
   * Tweak debconf templates to keep lintian happy.
+  * Tidied debian/rules.
 
- -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Mon, 28 May 2007 02:53:29 +0100
+ -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Mon, 28 May 2007 04:08:06 +0100
 
 ckermit (211-7) unstable; urgency=low
 
index b945e34..f7fc0a2 100644 (file)
@@ -32,17 +32,15 @@ endif
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       # Add here commands to configure the package.
 
        touch configure-stamp
 
 
 build: build-stamp
 
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
        dh_testdir
 
-       # Add here commands to compile the package.
        $(MAKE) $(MAKEOPTS) $(MAKETARGET)
 
        touch build-stamp
@@ -52,16 +50,15 @@ clean:
        dh_testroot
        rm -f build-stamp configure-stamp
 
-       # Add here commands to clean up after the build process.
        -$(MAKE) $(MAKEOPTS) clean
        -rm -f wermit # no longer cleaned by upstream makefile
-       -rm -f UNINSTALL 
-       dh_clean 
+       -rm -f UNINSTALL
+       dh_clean
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_clean -k
        dh_installdirs
 
        # Add here commands to install the package into debian/ckermit.
@@ -86,25 +83,15 @@ binary-arch: build install
        dh_testroot
        dh_installchangelogs -k ckc211.txt
        dh_installdocs
-#      dh_installexamples
-       dh_installdirs 
-#      dh_install
+       dh_installdirs
        dh_installmenu
-       dh_installdebconf       
-#      dh_installlogrotate
-#      dh_installemacsen
+       dh_installdebconf
        dh_installpam --name=kermit
-#      dh_installmime
-#      dh_installinit
-#      dh_installcron
-#      dh_installinfo
        dh_installman
        dh_link
        dh_strip
        dh_compress
        dh_fixperms
-#      dh_perl
-#      dh_python
        dh_makeshlibs
        dh_installdeb
        dh_shlibdeps