[Pkg-octave-commit] rev 471 - trunk/packages/octave/debian

Rafael Laboissiere rafael at costa.debian.org
Thu Jan 26 15:21:21 UTC 2006


Author: rafael
Date: 2006-01-26 15:21:20 +0000 (Thu, 26 Jan 2006)
New Revision: 471

Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/rules
Log:
Debian release octave2.1_2.1.72-10


Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2006-01-26 06:58:35 UTC (rev 470)
+++ trunk/packages/octave/debian/changelog	2006-01-26 15:21:20 UTC (rev 471)
@@ -1,3 +1,10 @@
+octave2.1 (1:2.1.72-10) unstable; urgency=low
+
+  * debian/rules: Symlink /usr/bin/octave<major> to
+    /usr/bin/octave-<version>
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 26 Jan 2006 13:49:23 +0100
+
 octave2.1 (1:2.1.72-9) unstable; urgency=low
 
   * debian/in/deps.make: Added this template file, where the octave-config

Modified: trunk/packages/octave/debian/rules
===================================================================
--- trunk/packages/octave/debian/rules	2006-01-26 06:58:35 UTC (rev 470)
+++ trunk/packages/octave/debian/rules	2006-01-26 15:21:20 UTC (rev 471)
@@ -179,7 +179,7 @@
 	test ! -f octave-bug.in.orig || mv octave-bug.in.orig octave-bug.in
 
 	rm -f `ls debian/in/PACKAGE* | sed 's/PACKAGE/$(PACKAGE)/;s:/in::'`
-	rm -f octave-depends-$(version).1 
+	rm -f octave-depends-$(version).1
 	( cd debian ; rm -f watch octave-depends defs.make )
 
 	for f in $(texifiles) ; do			\
@@ -301,6 +301,8 @@
 	dh_installchangelogs -a ChangeLog ChangeLog.1
 	for i in glob libcruft liboctave src scripts test doc; do \
 		cp -vax $$i/ChangeLog $(debdoc)/changelog.$$i; done
+	dh_link --package=$(PACKAGE) \
+		usr/bin/octave-$(version) usr/bin/$(PACKAGE)
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a




More information about the Pkg-octave-commit mailing list