[Pkg-scicomp-commits] xmds/trunk/debian

Rafael Laboissiere rafael at debian.org
Tue Apr 8 07:57:18 UTC 2008


SVN commit 2378 by rafael:

Ue quilt and add patch for compiling the pacakge with GCC 4.3

 M  +9 -0      xmds/trunk/debian/changelog  
 M  +1 -1      xmds/trunk/debian/control  
 A             xmds/trunk/debian/patches (directory)  
 A             xmds/trunk/debian/patches/compile-with-gcc-4.3.diff  
 A             xmds/trunk/debian/patches/series  
 M  +1 -0      xmds/trunk/debian/rules  


--- xmds/trunk/debian/changelog #2377:2378
@@ -1,3 +1,12 @@
+xmds (1.6.5-2) UNRELEASED; urgency=low
+
+  * debian/control: Build-depend on quilt
+  * debian/rules: Include quilt's CDBS scrap
+  * debian/patches/compile-with-gcc-4.3.diff: Add patch for building the
+    package with GCC 4.3 (closes: #474820)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Tue, 08 Apr 2008 09:37:27 +0200
+
 xmds (1.6.5-1) unstable; urgency=low
 
   * New upstream release
--- xmds/trunk/debian/control #2377:2378
@@ -5,7 +5,7 @@
 Uploaders: Christian T. Steigies <cts at debian.org>,
  Rafael Laboissiere <rafael at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), autotools-dev, fftw-dev, libfftw3-dev,
- libmpich1.0-dev, octave2.1-headers, octave3.0-headers, autoconf
+ libmpich1.0-dev, octave2.1-headers, octave3.0-headers, autoconf, quilt
 Standards-Version: 3.7.3
 Homepage: http://xmds.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/xmds/
--- xmds/trunk/debian/rules #2377:2378
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 debdir  = $(CURDIR)/debian
 instdir = $(debdir)/xmds



More information about the Pkg-scicomp-commits mailing list