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

Rafael Laboissiere rafael at alioth.debian.org
Wed Aug 1 17:07:59 UTC 2007


Author: rafael
Date: 2007-08-01 17:07:59 +0000 (Wed, 01 Aug 2007)
New Revision: 999

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/rules
Log:
Increased the update-alternatives priority of octave2.9 to 90 and keep
that of octave2.1 at 80



Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2007-08-01 17:05:19 UTC (rev 998)
+++ octave/trunk/debian/changelog	2007-08-01 17:07:59 UTC (rev 999)
@@ -3,8 +3,11 @@
   * debian/in/PACKAGE.menu: Adapted to the new menu hierarchy, which will
     be in the next release of Policy
 
- -- Rafael Laboissiere <rafael at debian.org>  Wed,  1 Aug 2007 19:04:43 +0200
+  * debian/rules: Increased the update-alternatives priority of octave2.9
+    to 90 and keep that of octave2.1 at 80
 
+ -- Rafael Laboissiere <rafael at debian.org>  Wed,  1 Aug 2007 19:06:54 +0200
+
 octave2.9 (1:2.9.13-1) unstable; urgency=low
 
   * New upstream release

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2007-08-01 17:05:19 UTC (rev 998)
+++ octave/trunk/debian/rules	2007-08-01 17:07:59 UTC (rev 999)
@@ -17,11 +17,13 @@
 major       	:= $(shell echo $(version) | perl -nle \
 			'm/(\d\.\d)\.\d+/ and print $$1')
 
+ifeq ($(major),2.9)
+priority	:= 90
+else
 ifeq ($(major),2.1)
 priority	:= 80
-else
-priority	:= 70
 endif
+endif
 
 doc_package	= $(PACKAGE)-doc
 html_package	= $(PACKAGE)-htmldoc




More information about the Pkg-octave-commit mailing list