[Pkg-octave-commit] r2594 - in octave-forge-pkgs/octave-symbolic/branches/lenny/debian: . patches

Thomas Weber thomas-guest at alioth.debian.org
Sat Jan 24 18:24:13 UTC 2009


tags 512075 pending
thanks

Author: thomas-guest
Date: 2009-01-24 18:24:13 +0000 (Sat, 24 Jan 2009)
New Revision: 2594

Added:
   octave-forge-pkgs/octave-symbolic/branches/lenny/debian/patches/
   octave-forge-pkgs/octave-symbolic/branches/lenny/debian/patches/link_against_ginac
   octave-forge-pkgs/octave-symbolic/branches/lenny/debian/patches/series
Modified:
   octave-forge-pkgs/octave-symbolic/branches/lenny/debian/changelog
   octave-forge-pkgs/octave-symbolic/branches/lenny/debian/control
   octave-forge-pkgs/octave-symbolic/branches/lenny/debian/rules
Log:
Release octave-symbolic 1.0.6-2

Modified: octave-forge-pkgs/octave-symbolic/branches/lenny/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-symbolic/branches/lenny/debian/changelog	2009-01-24 14:16:33 UTC (rev 2593)
+++ octave-forge-pkgs/octave-symbolic/branches/lenny/debian/changelog	2009-01-24 18:24:13 UTC (rev 2594)
@@ -1,3 +1,12 @@
+octave-symbolic (1.0.6-2) unstable; urgency=low
+
+  * Link symbols.oct against Ginac, fix backported from upstream's 1.0.7
+    release (closes: #512075)
+  * debian/control, debian/rules: Add quilt for managing the necessary patch
+  * patches/link_against_ginac: New patch.
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Sat, 24 Jan 2009 15:51:39 +0100
+
 octave-symbolic (1.0.6-1) unstable; urgency=low
 
   [ Ólafur Jens Sigurðsson ]

Modified: octave-forge-pkgs/octave-symbolic/branches/lenny/debian/control
===================================================================
--- octave-forge-pkgs/octave-symbolic/branches/lenny/debian/control	2009-01-24 14:16:33 UTC (rev 2593)
+++ octave-forge-pkgs/octave-symbolic/branches/lenny/debian/control	2009-01-24 18:24:13 UTC (rev 2594)
@@ -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.6), libginac-dev, pkg-config
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.6), libginac-dev, pkg-config, quilt
 Standards-Version: 3.7.3
 Homepage: http://octave.sourceforge.net/symbolic
 Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-symbolic/trunk

Added: octave-forge-pkgs/octave-symbolic/branches/lenny/debian/patches/link_against_ginac
===================================================================
--- octave-forge-pkgs/octave-symbolic/branches/lenny/debian/patches/link_against_ginac	                        (rev 0)
+++ octave-forge-pkgs/octave-symbolic/branches/lenny/debian/patches/link_against_ginac	2009-01-24 18:24:13 UTC (rev 2594)
@@ -0,0 +1,11 @@
+Link against ginac, bug fix for #512075, already in 1.0.7
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -34,6 +34,6 @@
+ $(PROGS): Makefile
+ 
+ symbols.oct: $(OBJ)
+-	$(MKOCTFILE) -v -o $@ $(OBJ) $(GINAC_LIBS)
++	$(MKOCTFILE) -v -o $@ $(OBJ) `pkg-config --libs ginac`
+ 
+ clean: ; $(RM) *.o core octave-core *.oct *~

Added: octave-forge-pkgs/octave-symbolic/branches/lenny/debian/patches/series
===================================================================
--- octave-forge-pkgs/octave-symbolic/branches/lenny/debian/patches/series	                        (rev 0)
+++ octave-forge-pkgs/octave-symbolic/branches/lenny/debian/patches/series	2009-01-24 18:24:13 UTC (rev 2594)
@@ -0,0 +1 @@
+link_against_ginac

Modified: octave-forge-pkgs/octave-symbolic/branches/lenny/debian/rules
===================================================================
--- octave-forge-pkgs/octave-symbolic/branches/lenny/debian/rules	2009-01-24 14:16:33 UTC (rev 2593)
+++ octave-forge-pkgs/octave-symbolic/branches/lenny/debian/rules	2009-01-24 18:24:13 UTC (rev 2594)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/octave-pkg.mk
 
 clean::




More information about the Pkg-octave-commit mailing list