[SCM] din/master: Remove generated manpage on clean

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Mon Dec 5 20:41:44 UTC 2016


The following commit has been merged in the master branch:
commit f700dc85f20a7dafc538f4bef4db9a22a061dd97
Author: James Cowgill <jcowgill at debian.org>
Date:   Mon Dec 5 18:43:48 2016 +0000

    Remove generated manpage on clean
    
    Also use debhelper files to install the man page

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..7a6c1de
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+debian/din.1
diff --git a/debian/din.manpages b/debian/din.manpages
new file mode 100644
index 0000000..7a6c1de
--- /dev/null
+++ b/debian/din.manpages
@@ -0,0 +1 @@
+debian/din.1
diff --git a/debian/rules b/debian/rules
index d0f6081..83d2232 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 %:
 	dh $@
 
-override_dh_installman:
-	dh_installman debian/din.1
-
 override_dh_fixperms:
 	dh_fixperms
 	chmod a+x debian/din/usr/share/din/m00

-- 
din packaging



More information about the pkg-multimedia-commits mailing list