[Pkg-octave-commit] rev 631 - trunk/packages/matwrap/debian

Rafael Laboissiere rafael at costa.debian.org
Fri Jun 16 11:00:33 UTC 2006


Author: rafael
Date: 2006-06-16 11:00:33 +0000 (Fri, 16 Jun 2006)
New Revision: 631

Modified:
   trunk/packages/matwrap/debian/changelog
   trunk/packages/matwrap/debian/control
   trunk/packages/matwrap/debian/rules
Log:
Debian release matwrap_0.57-8

Modified: trunk/packages/matwrap/debian/changelog
===================================================================
--- trunk/packages/matwrap/debian/changelog	2006-06-14 11:54:55 UTC (rev 630)
+++ trunk/packages/matwrap/debian/changelog	2006-06-16 11:00:33 UTC (rev 631)
@@ -1,12 +1,18 @@
 matwrap (0.57-8) unstable; urgency=low
 
-  NOT YET RELEASED!
-  
-  [ Rafael Laboissiere ]
   * debian/rules: Switched to cdbs
-  * debian/control: Upgraded Standards-Version to 3.7.2 (no changes needed)
+  * debian/control:
+    - Upgraded Standards-Version to 3.7.2 (no changes needed)
+    - Moved cdbs and debhelper from Build-Depends-Indep to Build-Depends,
+      complying with section 7.6 of the Debian Policy
+    - Changed build-dependencies on octave2.* to octave2.*-headers.  We
+      need the mkoctfile program anyway for generating the loadable module
+      Examples/simple/simple_octave.oct.  Forcing the *-headers packages
+      in Build-Depends-Indep will avoid the case where the octave2.1 and
+      octave2.9-headers are installed and octave2.1-headers is not,
+      causing a build failure.
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 16 Jun 2006 12:47:54 +0200
 
 matwrap (0.57-7) unstable; urgency=low
 

Modified: trunk/packages/matwrap/debian/control
===================================================================
--- trunk/packages/matwrap/debian/control	2006-06-14 11:54:55 UTC (rev 630)
+++ trunk/packages/matwrap/debian/control	2006-06-16 11:00:33 UTC (rev 631)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), cdbs, octave2.1 | octave2.9
+Build-Depends: debhelper (>= 4.0.0), cdbs
+Build-Depends-Indep: octave2.1-headers | octave2.9-headers
 Standards-Version: 3.7.2
 
 Package: matwrap

Modified: trunk/packages/matwrap/debian/rules
===================================================================
--- trunk/packages/matwrap/debian/rules	2006-06-14 11:54:55 UTC (rev 630)
+++ trunk/packages/matwrap/debian/rules	2006-06-16 11:00:33 UTC (rev 631)
@@ -15,8 +15,7 @@
 
 cleanbuilddir/matwrap::
 	( cd share/matwrap/Examples/simple ;	\
-	  make clean ) ;			\
-	done
+	  make clean )
 
 build/matwrap::
 	# Run checks




More information about the Pkg-octave-commit mailing list