[Pkg-octave-commit] r1961 - octave-forge-pkgs/octave-ann/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed May 21 08:19:30 UTC 2008


Author: rafael
Date: 2008-05-21 08:19:29 +0000 (Wed, 21 May 2008)
New Revision: 1961

Modified:
   octave-forge-pkgs/octave-ann/trunk/debian/control
   octave-forge-pkgs/octave-ann/trunk/debian/rules
Log:
Patch for compiling a shared library

Modified: octave-forge-pkgs/octave-ann/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-ann/trunk/debian/control	2008-05-21 07:09:45 UTC (rev 1960)
+++ octave-forge-pkgs/octave-ann/trunk/debian/control	2008-05-21 08:19:29 UTC (rev 1961)
@@ -6,7 +6,7 @@
  Rafael Laboissiere <rafael at debian.org>,
  Thomas Weber <thomas.weber.mail at gmail.com>
 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.7.3
 Homepage: http://octave.sourceforge.net/ann
 Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-ann/trunk
@@ -21,4 +21,4 @@
  functions for computing exact and approximate nearest neighbors on an
  arbitrarily high dimensional point set.
  .
- This Octave add-on package is part of the Octave-Forge project.
\ No newline at end of file
+ This Octave add-on package is part of the Octave-Forge project.

Modified: octave-forge-pkgs/octave-ann/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-ann/trunk/debian/rules	2008-05-21 07:09:45 UTC (rev 1960)
+++ octave-forge-pkgs/octave-ann/trunk/debian/rules	2008-05-21 08:19:29 UTC (rev 1961)
@@ -2,6 +2,7 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 clean::
 	rm -rf src/Makeconf src/config.log src/config.status




More information about the Pkg-octave-commit mailing list