[Pkg-octave-commit] r2641 - in octave/trunk/debian: . in

Rafael Laboissiere rafael at alioth.debian.org
Wed Feb 11 09:36:50 UTC 2009


Author: rafael
Date: 2009-02-11 09:36:50 +0000 (Wed, 11 Feb 2009)
New Revision: 2641

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/00list
   octave/trunk/debian/rules
Log:
Set api_version equal to 34 for octave3.1

Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2009-02-11 02:06:49 UTC (rev 2640)
+++ octave/trunk/debian/changelog	2009-02-11 09:36:50 UTC (rev 2641)
@@ -18,6 +18,7 @@
       octave package in the future.
     + Do not install the documentation file THANKS for octave3.1 since
       this file is not distributed anymore
+    + Set api_version equal to 34 for octave3.1
   * debian/in/PACKAGE.postinst: Do not generate the ls-R kpathsea database
     file.  It is not used by Octave anymore.
 

Modified: octave/trunk/debian/in/00list
===================================================================
--- octave/trunk/debian/in/00list	2009-02-11 02:06:49 UTC (rev 2640)
+++ octave/trunk/debian/in/00list	2009-02-11 09:36:50 UTC (rev 2641)
@@ -22,4 +22,5 @@
 50_octave-bug-tempfile
 no_pdf_in_print.dpatch
 dont_set_helvetica-3.1.dpatch
+clean-examples-subdir.dpatch
 :]

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2009-02-11 02:06:49 UTC (rev 2640)
+++ octave/trunk/debian/rules	2009-02-11 09:36:50 UTC (rev 2641)
@@ -27,7 +27,7 @@
 
 ifeq ($(major),3.1)
 priority	:= 70
-api_version	:= 33+
+api_version	:= 34
 else
 ifeq ($(major),3.0)
 priority	:= 90




More information about the Pkg-octave-commit mailing list