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

Rafael Laboissiere rafael at alioth.debian.org
Thu Jun 21 11:27:56 UTC 2007


Author: rafael
Date: 2007-06-21 11:27:56 +0000 (Thu, 21 Jun 2007)
New Revision: 787

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

Modified: slxfig/trunk/debian/changelog
===================================================================
--- slxfig/trunk/debian/changelog	2007-06-21 10:40:36 UTC (rev 786)
+++ slxfig/trunk/debian/changelog	2007-06-21 11:27:56 UTC (rev 787)
@@ -1,3 +1,13 @@
+slxfig (0~svn.114-4) unstable; urgency=low
+
+  * debian/control: Bumped the build-dependency on slsh to >= 2.0.7-2,
+    since this version includes the PNG S-Lang module, needed for the
+    histplt.sl regression test
+  * debian/rules: Changed according to the above, which allows running all
+    the available regression tests
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 21 Jun 2007 10:17:49 +0200
+
 slxfig (0~svn.114-3) unstable; urgency=low
 
   * debian/control: Build-depends on libslang2-dev such that configure

Modified: slxfig/trunk/debian/control
===================================================================
--- slxfig/trunk/debian/control	2007-06-21 10:40:36 UTC (rev 786)
+++ slxfig/trunk/debian/control	2007-06-21 11:27:56 UTC (rev 787)
@@ -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), libslang2-dev
+ slsh (>= 2.0.7-2), 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-06-21 10:40:36 UTC (rev 786)
+++ slxfig/trunk/debian/rules	2007-06-21 11:27:56 UTC (rev 787)
@@ -19,5 +19,4 @@
 	# Run examples
 	( cd examples/plot ;			\
 	  SLSH_PATH=/usr/share/slsh:../../src	\
-	    $(MAKE)				\
-	    PNG_FILES="simple.png subplot.png color.png histplt.png errbar.png" )
+	    $(MAKE) )




More information about the Pkg-jed-commit mailing list