Code

control: Use my @debian.org E-mail address.
[pkg-enblend.git] / debian / rules
index 75fa59dcbb39cc4275527b3f1cea5fb6fd560245..08084df05c730de6e21a145f6b072fd32d2737d4 100755 (executable)
@@ -45,20 +45,21 @@ build-stamp:  config.status
 clean: unpatch
        dh_testdir
        dh_testroot
-       rm -f build-stamp 
+       rm -f build-stamp
        
        [ ! -f Makefile ] || $(MAKE) distclean
        rm -f doc/*.info
        
-       dh_clean 
+       dh_clean
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_clean -k
        dh_installdirs
        
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+       rm -f $(CURDIR)/debian/tmp/usr/share/info/dir
 
 binary-indep:
        # nothing to do here
@@ -67,7 +68,7 @@ binary-arch: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs ChangeLog
-       dh_installdocs NEWS TODO AUTHORS
+       dh_installdocs NEWS AUTHORS
        dh_installexamples
        dh_install --sourcedir=debian/tmp --fail-missing
        dh_installman