[Pkg-octave-commit] r2435 - in octave-forge-pkgs/octave-vrml/trunk/debian: . patches
Thomas Weber
thomas-guest at alioth.debian.org
Mon Sep 29 09:56:54 UTC 2008
tags 499918 pending
thanks
Author: thomas-guest
Date: 2008-09-29 09:56:54 +0000 (Mon, 29 Sep 2008)
New Revision: 2435
Added:
octave-forge-pkgs/octave-vrml/trunk/debian/patches/
octave-forge-pkgs/octave-vrml/trunk/debian/patches/series
octave-forge-pkgs/octave-vrml/trunk/debian/patches/whitedune_for_freewrl
Modified:
octave-forge-pkgs/octave-vrml/trunk/debian/changelog
octave-forge-pkgs/octave-vrml/trunk/debian/control
octave-forge-pkgs/octave-vrml/trunk/debian/rules
Log:
Debian release octave-vrml_1.0.6-3
Modified: octave-forge-pkgs/octave-vrml/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-vrml/trunk/debian/changelog 2008-09-24 20:43:41 UTC (rev 2434)
+++ octave-forge-pkgs/octave-vrml/trunk/debian/changelog 2008-09-29 09:56:54 UTC (rev 2435)
@@ -1,10 +1,17 @@
-octave-vrml (1.0.6-3) UNRELEASED; urgency=low
+octave-vrml (1.0.6-3) unstable; urgency=low
+ [ Ólafur Jens Sigurðsson ]
* debian/control: Bumped Standards-Version to 3.8.0 (no changes
needed)
- -- Ólafur Jens Sigurðsson <ojsbug at gmail.com> Wed, 30 Jul 2008 01:16:15 +0200
+ [ Thomas Weber ]
+ * New patch: whitedune_for_freewrl: use whitedune instead of freewrl, the
+ later is not packaged in Debian (closes: 499918)
+ * debian/control: Add necessary dependencies for whitedune and dependencies
+ used in the demos.
+ -- Thomas Weber <thomas.weber.mail at gmail.com> Mon, 29 Sep 2008 09:42:13 +0200
+
octave-vrml (1.0.6-2) unstable; urgency=low
[ Rafael Laboissiere ]
Modified: octave-forge-pkgs/octave-vrml/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-vrml/trunk/debian/control 2008-09-24 20:43:41 UTC (rev 2434)
+++ octave-forge-pkgs/octave-vrml/trunk/debian/control 2008-09-29 09:56:54 UTC (rev 2435)
@@ -6,7 +6,7 @@
Thomas Weber <thomas.weber.mail at gmail.com>,
Rafael Laboissiere <rafael at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.5)
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.5), quilt
Standards-Version: 3.8.0
Homepage: http://octave.sourceforge.net/vrml
Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-vrml/trunk
@@ -14,7 +14,8 @@
Package: octave-vrml
Architecture: all
-Depends: ${octave:Depends}
+Depends: ${octave:Depends}, octave-miscellaneous, octave-struct,
+ octave-statistics, whitedune
Description: VRML functions for Octave
This package provides functions to do 3D graphics using VRML in
Octave a numerical computation software. It allows the visualization
Added: octave-forge-pkgs/octave-vrml/trunk/debian/patches/series
===================================================================
--- octave-forge-pkgs/octave-vrml/trunk/debian/patches/series (rev 0)
+++ octave-forge-pkgs/octave-vrml/trunk/debian/patches/series 2008-09-29 09:56:54 UTC (rev 2435)
@@ -0,0 +1 @@
+whitedune_for_freewrl
Added: octave-forge-pkgs/octave-vrml/trunk/debian/patches/whitedune_for_freewrl
===================================================================
--- octave-forge-pkgs/octave-vrml/trunk/debian/patches/whitedune_for_freewrl (rev 0)
+++ octave-forge-pkgs/octave-vrml/trunk/debian/patches/whitedune_for_freewrl 2008-09-29 09:56:54 UTC (rev 2435)
@@ -0,0 +1,11 @@
+--- a/inst/vrml_browse.m
++++ b/inst/vrml_browse.m
+@@ -83,7 +83,7 @@
+
+
+
+-vrml_b_name = "freewrl" ;
++vrml_b_name = "whitedune" ;
+ ##vrml_b_name = "/home/etienne/bin/my_freewrl.sh";
+
+ ##b_opt = [out_option," ",bop," ",best_option," --server --snapb octave.snap "]
Modified: octave-forge-pkgs/octave-vrml/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-vrml/trunk/debian/rules 2008-09-24 20:43:41 UTC (rev 2434)
+++ octave-forge-pkgs/octave-vrml/trunk/debian/rules 2008-09-29 09:56:54 UTC (rev 2435)
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/class/octave-pkg.mk
More information about the Pkg-octave-commit
mailing list