[SCM] din/master: Add debian/din.links instead of calling dh_link in debian/rules.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 13 13:05:46 UTC 2013


The following commit has been merged in the master branch:
commit 8fdbf150654e61bbf0386ecec093cb84ff91220d
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Mar 13 13:04:37 2013 +0000

    Add debian/din.links instead of calling dh_link in debian/rules.

diff --git a/debian/din.links b/debian/din.links
new file mode 100644
index 0000000..f6101f3
--- /dev/null
+++ b/debian/din.links
@@ -0,0 +1 @@
+usr/share/man/man1/din.1.gz usr/share/man/man1/checkdotdin.1.gz
diff --git a/debian/rules b/debian/rules
index dc76332..1ec026f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@
 
 override_dh_installman:
 	dh_installman debian/din.1
-	dh_link usr/share/man/man1/din.1.gz usr/share/man/man1/checkdotdin.1.gz
 
 override_dh_install:
 	dh_install

-- 
din packaging



More information about the pkg-multimedia-commits mailing list