[Pkg-jed-commit] r146 - trunk/packages/slhist/debian

Rafael Laboissiere rafael at costa.debian.org
Mon Nov 7 21:08:11 UTC 2005


Author: rafael
Date: 2005-11-07 21:08:11 +0000 (Mon, 07 Nov 2005)
New Revision: 146

Modified:
   trunk/packages/slhist/debian/changelog
   trunk/packages/slhist/debian/control
   trunk/packages/slhist/debian/rules
   trunk/packages/slhist/debian/slang-histogram.examples
Log:
Debian release slhist_0.3.1-2

Modified: trunk/packages/slhist/debian/changelog
===================================================================
--- trunk/packages/slhist/debian/changelog	2005-11-07 21:04:38 UTC (rev 145)
+++ trunk/packages/slhist/debian/changelog	2005-11-07 21:08:11 UTC (rev 146)
@@ -1,3 +1,11 @@
+slhist (0.3.1-2) unstable; urgency=low
+
+   +++ Changes by Rafael Laboissiere
+
+  * Build-depends on slsh (closes: #337981)
+
+ -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Mon,  7 Nov 2005 22:06:38 +0100
+
 slhist (0.3.1-1) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere

Modified: trunk/packages/slhist/debian/control
===================================================================
--- trunk/packages/slhist/debian/control	2005-11-07 21:04:38 UTC (rev 145)
+++ trunk/packages/slhist/debian/control	2005-11-07 21:08:11 UTC (rev 146)
@@ -2,15 +2,17 @@
 Section: interpreters
 Priority: optional
 Maintainer: Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), cdbs
+Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), slsh, cdbs
 Standards-Version: 3.6.2
 
 Package: slang-histogram
 Architecture: any
 Depends: ${shlibs:Depends}
-Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
+Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4), slang-gtk, slang-cfitsio, isis
 Description: create and manipulate histograms from S-Lang
  The histogram S-Lang module contains several functions for the efficient
  creation and manipulation of one and two dimensional histograms.
  .
+ The evt2img example is included in this package.
+ .
  Homepage: http://space.mit.edu/cxc/software/slang/modules/hist/
\ No newline at end of file

Modified: trunk/packages/slhist/debian/rules
===================================================================
--- trunk/packages/slhist/debian/rules	2005-11-07 21:04:38 UTC (rev 145)
+++ trunk/packages/slhist/debian/rules	2005-11-07 21:08:11 UTC (rev 146)
@@ -3,6 +3,6 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_COMPRESS_EXCLUDE := .sl
+DEB_COMPRESS_EXCLUDE := .sl evt2img
 DEB_MAKE_BUILD_TARGET := all RPATH=
 DEB_MAKE_CHECK_TARGET := test

Modified: trunk/packages/slhist/debian/slang-histogram.examples
===================================================================
--- trunk/packages/slhist/debian/slang-histogram.examples	2005-11-07 21:04:38 UTC (rev 145)
+++ trunk/packages/slhist/debian/slang-histogram.examples	2005-11-07 21:08:11 UTC (rev 146)
@@ -1 +1,2 @@
-src/tests/test_hist.sl
\ No newline at end of file
+src/tests/test_hist.sl
+examples/*
\ No newline at end of file




More information about the Pkg-jed-commit mailing list