[Pkg-octave-commit] r1060 - octplot/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Tue Nov 27 22:17:57 UTC 2007


Author: rafael
Date: 2007-11-27 22:17:57 +0000 (Tue, 27 Nov 2007)
New Revision: 1060

Modified:
   octplot/trunk/debian/changelog
   octplot/trunk/debian/rules
Log:
Debian release octplot_0.4.0-4

Modified: octplot/trunk/debian/changelog
===================================================================
--- octplot/trunk/debian/changelog	2007-11-18 07:33:42 UTC (rev 1059)
+++ octplot/trunk/debian/changelog	2007-11-27 22:17:57 UTC (rev 1060)
@@ -1,10 +1,13 @@
-octplot (0.4.0-4) UNRELEASED; urgency=low
+octplot (0.4.0-4) unstable; urgency=low
 
-  [ Rafael Laboissiere ]
+  * Rebuild against the newest octave2.9-headers (api-v29, closes:
+    #453126)
+  * debian/rules: Tell dh_shlibdeps to look for libraries in the Octave
+    library directory
   * debian/control: Use the now official Vcs-* fields instead of the
     obsolete XS-Vcs-*
 
- -- Rafael Laboissiere <rafael at debian.org>  Mon, 29 Oct 2007 22:51:43 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Tue, 27 Nov 2007 23:06:39 +0100
 
 octplot (0.4.0-3) unstable; urgency=low
 

Modified: octplot/trunk/debian/rules
===================================================================
--- octplot/trunk/debian/rules	2007-11-18 07:33:42 UTC (rev 1059)
+++ octplot/trunk/debian/rules	2007-11-27 22:17:57 UTC (rev 1060)
@@ -24,6 +24,9 @@
 	--with-fontpath=$(FONTPATH) 			\
 	--with-opath=$(OPATH)
 
+# Tell dh_shlibdeps to look for libraries in the Octave library directory
+DEB_DH_SHLIBDEPS_ARGS = -l$(shell octave-config --print OCTLIBDIR)
+
 CXXFLAGS += -fPIC
 
 # Symlink config.guess and config.sub and remove them when cleaning
@@ -36,8 +39,8 @@
 	find \( -name config.sub -o -name config.guess \) -print0 | xargs -0 -r rm -f \;
 	find -name __contourc__.o -print0 | xargs -0 --no-run-if-empty rm -f \;
 	# FIXME: the second one should be sent upstream; a change in Makefile.am is needed
-	
 
+
 binary-predeb/octplot::
 	cd $(DEB_DESTDIR)/$(FONTPATH) &&	\
 		rm -f copying ChangeLog README.tweaks readme




More information about the Pkg-octave-commit mailing list