Code

Fixed some typos in the package description.
[pkg-enblend.git] / debian / rules
index a8b41860cb514c724e2e85ee4835283b126ec588..84f46a17e83ae4e20ba335422e1841fdedda16f1 100755 (executable)
@@ -19,7 +19,9 @@ else
        CFLAGS += -O2
 endif
 
-config.status: configure
+include /usr/share/dpatch/dpatch.make
+
+config.status: configure $(DPATCH_STAMPFN)
        dh_testdir
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \
@@ -34,7 +36,7 @@ build-stamp:  config.status
        
        touch build-stamp
 
-clean:
+clean: unpatch
        dh_testdir
        dh_testroot
        rm -f build-stamp 
@@ -58,9 +60,10 @@ binary-arch: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs ChangeLog
-       dh_installdocs NEWS TODO
+       dh_installdocs NEWS TODO AUTHORS
        dh_installexamples
        dh_installman
+       dh_installinfo doc/*.info
        dh_link
        dh_strip
        dh_compress