[Pkg-jed-commit] r679 - slxfig/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Sat May 12 22:31:22 UTC 2007


Author: rafael
Date: 2007-05-12 22:31:21 +0000 (Sat, 12 May 2007)
New Revision: 679

Modified:
   slxfig/trunk/debian/changelog
   slxfig/trunk/debian/control
   slxfig/trunk/debian/rules
Log:
Debian release slxfig_0~svn.114-3

Modified: slxfig/trunk/debian/changelog
===================================================================
--- slxfig/trunk/debian/changelog	2007-05-12 12:11:07 UTC (rev 678)
+++ slxfig/trunk/debian/changelog	2007-05-12 22:31:21 UTC (rev 679)
@@ -1,3 +1,13 @@
+slxfig (0~svn.114-3) unstable; urgency=low
+
+  * debian/control: Build-depends on libslang2-dev such that configure
+    succeeds (closes: #423535)
+  * debian/rules: Drop image.png from the list of targets when running the
+    regression tests.  (This should be reverted in the future if/when
+    the slsh package will include the PNG module, see Bug#423571)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 13 May 2007 00:27:25 +0200
+
 slxfig (0~svn.114-2) unstable; urgency=low
 
   * First upload to unstable (closes: #421819)

Modified: slxfig/trunk/debian/control
===================================================================
--- slxfig/trunk/debian/control	2007-05-12 12:11:07 UTC (rev 678)
+++ slxfig/trunk/debian/control	2007-05-12 22:31:21 UTC (rev 679)
@@ -5,7 +5,7 @@
 Uploaders: Rafael Laboissiere <rafael at debian.org>
 Build-Depends: debhelper (>= 5), cdbs, slang-gsl, slang-histogram,
  transfig, texlive-latex-base, texlive-base-bin, autotools-dev,
- slsh (>= 2.0.7)
+ slsh (>= 2.0.7), libslang2-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/slxfig/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-jed/slxfig/

Modified: slxfig/trunk/debian/rules
===================================================================
--- slxfig/trunk/debian/rules	2007-05-12 12:11:07 UTC (rev 678)
+++ slxfig/trunk/debian/rules	2007-05-12 22:31:21 UTC (rev 679)
@@ -17,4 +17,7 @@
 
 build/slang-xfig::
 	# Run examples
-	(cd examples/plot ; SLSH_PATH=/usr/share/slsh:../../src make)
+	( cd examples/plot ;			\
+	  SLSH_PATH=/usr/share/slsh:../../src	\
+	    $(MAKE)				\
+	    PNG_FILES="simple.png subplot.png color.png histplt.png errbar.png" )




More information about the Pkg-jed-commit mailing list