r38319 - in /packages/nlopt/trunk/debian: control rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Wed Apr 6 09:04:47 UTC 2011


Author: trophime-guest
Date: Wed Apr  6 09:04:40 2011
New Revision: 38319

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38319
Log:
fix missing Build-Depends for sid

Modified:
    packages/nlopt/trunk/debian/control
    packages/nlopt/trunk/debian/rules

Modified: packages/nlopt/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/control?rev=38319&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/control (original)
+++ packages/nlopt/trunk/debian/control Wed Apr  6 09:04:40 2011
@@ -2,8 +2,9 @@
 Section: devel
 Priority: extra
 Maintainer: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
-Build-Depends: quilt, debhelper (>= 7.0.50~), autotools-dev, gcc (>= 4.2), g++ (>= 4.2),
- octave-pkg-dev (>= 0.7.0), python-central (>= 0.5.6), python-all-dev, python-numpy, 
+Build-Depends: quilt, debhelper (>= 7.0.50~), autotools-dev, libtool, automake,
+ gcc (>= 4.2), g++ (>= 4.2), octave-pkg-dev (>= 0.7.0), 
+ python-central (>= 0.5.6), python-all-dev, python-numpy, 
  guile-1.8, guile-1.8-dev
 Standards-Version: 3.9.1
 XS-Python-Version: >= 2.5
@@ -75,7 +76,7 @@
  
 Package: octave-nlopt
 Architecture: any
-Depends: libnlopt0, ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends} 
+Depends: libnlopt0, ${shlibs:Depends}, ${misc:Depends}, ${octave:Depends} 
 Description: nlopt for octave
  NLopt is a free/open-source library for nonlinear optimization, providing 
  a common interface for a number of different free optimization routines 
@@ -95,7 +96,8 @@
 
 Package: libnlopt-guile0
 Architecture: any
-Depends: libnlopt0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, guile-1.8 
+Depends: libnlopt0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
+ guile-1.8 
 Description: guile plugins for nlopt
  NLopt is a free/open-source library for nonlinear optimization, providing 
  a common interface for a number of different free optimization routines 

Modified: packages/nlopt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/rules?rev=38319&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/rules (original)
+++ packages/nlopt/trunk/debian/rules Wed Apr  6 09:04:40 2011
@@ -73,6 +73,7 @@
 	-rm bin/scripts/config.guess bin/scripts/config.sub
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean
+	-rm ltmain.sh octave/nlopt_optimize-oct.o m4/ltversion.m4
 
 install: build
 	dh_testdir




More information about the debian-science-commits mailing list