[Pkg-octave-commit] r1509 - in octave-forge-pkgs/octave-octgpr/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Tue Mar 25 22:03:24 UTC 2008


Author: rafael
Date: 2008-03-25 22:03:24 +0000 (Tue, 25 Mar 2008)
New Revision: 1509

Added:
   octave-forge-pkgs/octave-octgpr/trunk/debian/patches/
   octave-forge-pkgs/octave-octgpr/trunk/debian/patches/gfortran-fpic.diff
   octave-forge-pkgs/octave-octgpr/trunk/debian/patches/series
Modified:
   octave-forge-pkgs/octave-octgpr/trunk/debian/control
   octave-forge-pkgs/octave-octgpr/trunk/debian/rules
Log:
Add patch gfortran-fpic.diff for making the pacakge compile correctly
and use quilt

Modified: octave-forge-pkgs/octave-octgpr/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/control	2008-03-25 20:57:28 UTC (rev 1508)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/control	2008-03-25 22:03:24 UTC (rev 1509)
@@ -6,11 +6,11 @@
  Thomas Weber <thomas.weber.mail at gmail.com>,
  Rafael Laboissiere <rafael at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: octave-pkg-dev
+Build-Depends: octave-pkg-dev, quilt
 Standards-Version: 3.7.3
 Homepage: http://octave.sourceforge.net/octgpr/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-octgpr/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-octgpr//
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-octgpr/
 
 Package: octave-octgpr
 Architecture: any

Added: octave-forge-pkgs/octave-octgpr/trunk/debian/patches/gfortran-fpic.diff
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/patches/gfortran-fpic.diff	                        (rev 0)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/patches/gfortran-fpic.diff	2008-03-25 22:03:24 UTC (rev 1509)
@@ -0,0 +1,16 @@
+Index: trunk/src/Makefile.in
+===================================================================
+--- trunk.orig/src/Makefile.in	2008-03-25 17:36:29.000000000 +0000
++++ trunk/src/Makefile.in	2008-03-25 17:37:20.000000000 +0000
+@@ -17,9 +17,9 @@
+ 
+ F77=@F77@
+ MKOCTFILE=@MKOCTFILE@
+-FFLAGS=@FFLAGS@
++FFLAGS=@FFLAGS@ -fPIC
+ CC=@CC@
+-CFLAGS=@CFLAGS@ -I.
++CFLAGS=@CFLAGS@ -I. -fPIC
+ LIBS=@LIBS@
+ 
+ OBJS_GPR_TRAIN=dsdacc.o dwdis2.o dtr2tp.o \

Added: octave-forge-pkgs/octave-octgpr/trunk/debian/patches/series
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/patches/series	                        (rev 0)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/patches/series	2008-03-25 22:03:24 UTC (rev 1509)
@@ -0,0 +1 @@
+gfortran-fpic.diff

Modified: octave-forge-pkgs/octave-octgpr/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/rules	2008-03-25 20:57:28 UTC (rev 1508)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/rules	2008-03-25 22:03:24 UTC (rev 1509)
@@ -2,3 +2,4 @@
 # -*- makefile -*-
 
 include /usr/share/octave/debian/octave-pkg-dev.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk




More information about the Pkg-octave-commit mailing list