[Pkg-octave-commit] r1037 - octave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Mon Oct 15 08:32:57 UTC 2007


Author: rafael
Date: 2007-10-15 08:32:56 +0000 (Mon, 15 Oct 2007)
New Revision: 1037

Modified:
   octave/trunk/debian/rules
Log:
Link man pages for octave3.0* binaries, fixing a Lintian warning

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2007-10-14 21:34:20 UTC (rev 1036)
+++ octave/trunk/debian/rules	2007-10-15 08:32:56 UTC (rev 1037)
@@ -345,7 +345,6 @@
         ## this file would exist under 2.0 and 2.1 with the same name
 	rm -v 					$(debini)/octaverc
 
-	
 	dh_installdocs -a			README README.kpathsea	\
 						NEWS* PROJECTS THANKS	\
 						BUGS SENDING-PATCHES
@@ -372,12 +371,20 @@
 	dh_link --package=$(PACKAGE) \
 		usr/share/man/man1/octave-$(version).1.gz \
 		usr/share/man/man1/octave$(major).1.gz
+	# FIXME: The following should be removed after the final 3.0 release
+	dh_link --package=$(PACKAGE) \
+		usr/share/man/man1/octave$(major).1.gz \
+		usr/share/man/man1/octave$(PACKAGEVER).1.gz \
 	# make mkoctfileX.Y a symlink and symlink the manpage as well
 	dh_link --package=$(dev_package) \
 		usr/bin/mkoctfile-$(version) usr/bin/mkoctfile$(major)
 	dh_link --package=$(dev_package) \
 		usr/share/man/man1/mkoctfile-$(version).1.gz \
 		usr/share/man/man1/mkoctfile$(major).1.gz
+	# FIXME: The following should be removed after the final 3.0 release
+	dh_link --package=$(dev_package) \
+		usr/share/man/man1/mkoctfile$(major).1.gz \
+		usr/share/man/man1/mkoctfile$(PACKAGEVER).1.gz
 	# make octaveX.Y-depends a symlink and symlink the manpage as well
 	dh_link --package=$(dev_package) \
 		usr/bin/octave-depends-$(version) \
@@ -385,6 +392,10 @@
 	dh_link --package=$(dev_package) \
 		usr/share/man/man1/octave-depends-$(version).1.gz \
 		usr/share/man/man1/octave$(major)-depends.1.gz
+	# FIXME: The following should be removed after the final 3.0 release
+	dh_link --package=$(dev_package) \
+		usr/share/man/man1/octave$(major)-depends.1.gz \
+		usr/share/man/man1/octave$(PACKAGEVER)-depends.1.gz
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a




More information about the Pkg-octave-commit mailing list