r45140 - in /packages/nlopt/trunk/debian: changelog rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Wed Jun 27 08:52:23 UTC 2012


Author: trophime-guest
Date: Wed Jun 27 08:52:22 2012
New Revision: 45140

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45140
Log:
use dh_autoreconf

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

Modified: packages/nlopt/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/changelog?rev=45140&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/changelog (original)
+++ packages/nlopt/trunk/debian/changelog Wed Jun 27 08:52:22 2012
@@ -1,4 +1,4 @@
-nlopt (2.2.4+dfsg-2) UNRELEASED; urgency=low
+nlopt (2.2.4+dfsg-2) unstablr; urgency=low
 
   [Sergey B Kirpichev]
   * Add patches to get bindings runnings
@@ -8,7 +8,8 @@
 	- change C Trophime email adress
 	- add dh-autoreconf to Build-Depends
   * debian/rules:
-	- set octave paths with octave-config
+	- use dh_autoreconf
+	- use of dh_autotools-dev
 
 
  -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Wed, 27 Jun 2012 10:24:19 +0200

Modified: packages/nlopt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/rules?rev=45140&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/rules (original)
+++ packages/nlopt/trunk/debian/rules Wed Jun 27 08:52:22 2012
@@ -18,20 +18,20 @@
 	dh $@ --buildsystem=autoconf --builddirectory=$(BUILDDIR) --with autotools_dev --with python2
 
 override_dh_auto_reconf:
-	dh-autoreconf
+	dh_autoreconf
 	dh_autotools-dev_updateconfig
-	[ -e bin/scripts ] || mkdir -p bin/scripts
-	cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub bin/scripts
-	libtoolize --automake
-	aclocal -Im4
-	autoreconf -i
-	automake
+	#[ -e bin/scripts ] || mkdir -p bin/scripts
+	#cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub bin/scripts
+	#libtoolize --automake
+	#aclocal -Im4
+	#autoreconf -i
+	#automake
  
 override_dh_auto_clean:
 	for v in $(PYVERS); do \
 	   rm -rf $(BUILDDIR)$$v; \
 	done
-	dh-autoreconf_clean
+	dh_autoreconf_clean
 	dh_autotools-dev_restoreconfig
 	dh_auto_clean
 	#-rm bin/scripts/config.guess bin/scripts/config.sub




More information about the debian-science-commits mailing list