[Pkg-octave-commit] rev 546 - in trunk/packages/octave-forge/debian: . patches

Thomas Weber thomas-guest at costa.debian.org
Thu Mar 30 15:03:58 UTC 2006


Author: thomas-guest
Date: 2006-03-30 15:03:56 +0000 (Thu, 30 Mar 2006)
New Revision: 546

Removed:
   trunk/packages/octave-forge/debian/patches/50_extra-pdb-sinclude.patch
   trunk/packages/octave-forge/debian/patches/50_main-set-makefile.patch
   trunk/packages/octave-forge/debian/patches/50_make-clean.patch
   trunk/packages/octave-forge/debian/patches/50_make-pattern-rules.patch
   trunk/packages/octave-forge/debian/patches/50_makefile-syntax-fix.patch
   trunk/packages/octave-forge/debian/patches/60_make-distclean.patch
Modified:
   trunk/packages/octave-forge/debian/changelog
   trunk/packages/octave-forge/debian/control
   trunk/packages/octave-forge/debian/rules
Log:
Preparation for new release


Modified: trunk/packages/octave-forge/debian/changelog
===================================================================
--- trunk/packages/octave-forge/debian/changelog	2006-03-30 13:24:04 UTC (rev 545)
+++ trunk/packages/octave-forge/debian/changelog	2006-03-30 15:03:56 UTC (rev 546)
@@ -1,3 +1,21 @@
+octave-forge (2006.03.17-1) experimental; urgency=low
+
+   NOT YET RELEASED!
+
+   [ Thomas Weber ]
+  * New upstream release
+  * removed patches (applied upstream)
+    - 50_main-set-makefile.patch
+    - 50_make-clean.patch
+    - 50_makefile-syntax-fix.patch
+    - 60_make-distclean.patch
+    - 50_make-pattern-rules.patch 
+    - 50_extra-pdb-sinclude.patch
+  * debian/rules: revert calling of versioned form of octave-config; the
+    autobuilders should have recovered by now
+
+ -- 
+
 octave-forge (2006.01.28-2) unstable; urgency=low
 
   * debian/control: Build-depends on cdbs (to use simple-patchsys.mk)

Modified: trunk/packages/octave-forge/debian/control
===================================================================
--- trunk/packages/octave-forge/debian/control	2006-03-30 13:24:04 UTC (rev 545)
+++ trunk/packages/octave-forge/debian/control	2006-03-30 15:03:56 UTC (rev 546)
@@ -4,7 +4,7 @@
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 4), octave2.1-headers (>= 2.1.72-9), libxt-dev, gfortran, libqhull-dev, libginac-dev (>= 1.3.3-2+b1), libgmp3-dev, autoconf, libjpeg62-dev, libpng12-dev, libncurses5-dev, libreadline5-dev, tetex-bin, libgsl0-dev, netcdfg-dev, units, cdbs
+Build-Depends: debhelper (>= 4), octave2.1-headers (>= 2.1.73-1), libxt-dev, gfortran, libqhull-dev, libginac-dev (>= 1.3.3-2+b1), libgmp3-dev, autoconf, libjpeg62-dev, libpng12-dev, libncurses5-dev, libreadline5-dev, tetex-bin, libgsl0-dev, netcdfg-dev, units, cdbs
 Build-Conflicts: octave2.0-headers, octave2.0
 
 Package: octave-forge

Deleted: trunk/packages/octave-forge/debian/patches/50_extra-pdb-sinclude.patch

Deleted: trunk/packages/octave-forge/debian/patches/50_main-set-makefile.patch

Deleted: trunk/packages/octave-forge/debian/patches/50_make-clean.patch

Deleted: trunk/packages/octave-forge/debian/patches/50_make-pattern-rules.patch

Deleted: trunk/packages/octave-forge/debian/patches/50_makefile-syntax-fix.patch

Deleted: trunk/packages/octave-forge/debian/patches/60_make-distclean.patch

Modified: trunk/packages/octave-forge/debian/rules
===================================================================
--- trunk/packages/octave-forge/debian/rules	2006-03-30 13:24:04 UTC (rev 545)
+++ trunk/packages/octave-forge/debian/rules	2006-03-30 15:03:56 UTC (rev 546)
@@ -15,7 +15,7 @@
 mdir	  	:= $(MDIR)
 altoctdir       := /usr/lib/$(altname)
 altmdir         := /usr/share/$(altname)
-octbin		:= $(shell octave-config-2.1.72 -p LOCALARCHLIBDIR)
+octbin		:= $(shell octave-config -p LOCALARCHLIBDIR)
 
 mycheck:
 		@echo "debtmp $(debtmp)"




More information about the Pkg-octave-commit mailing list