[med-svn] r4124 - in trunk/packages/volpack/trunk/debian: . examples
Andreas Tille
tille at alioth.debian.org
Sat Oct 3 06:32:22 UTC 2009
Author: tille
Date: 2009-10-03 06:32:22 +0000 (Sat, 03 Oct 2009)
New Revision: 4124
Modified:
trunk/packages/volpack/trunk/debian/changelog
trunk/packages/volpack/trunk/debian/compat
trunk/packages/volpack/trunk/debian/control
trunk/packages/volpack/trunk/debian/examples/test.sh
Log:
Fix bashism in test script
Modified: trunk/packages/volpack/trunk/debian/changelog
===================================================================
--- trunk/packages/volpack/trunk/debian/changelog 2009-10-02 20:03:57 UTC (rev 4123)
+++ trunk/packages/volpack/trunk/debian/changelog 2009-10-03 06:32:22 UTC (rev 4124)
@@ -2,9 +2,12 @@
* debian/control:
- Fixed Vcs-Svn (missing svn/)
- - Updated Standards-Version to 3.8.1 (no changes needed)
+ - Updated Standards-Version to 3.8.3 (no changes needed)
+ * examples/test.sh: s?bin/sh?bin/bash? because the script
+ uses the bash internal time
+ Closes: #535875
- -- Andreas Tille <tille at debian.org> Thu, 04 Jun 2009 09:49:17 +0200
+ -- Andreas Tille <tille at debian.org> Thu, 01 Oct 2009 22:25:16 +0200
volpack (1.0b3-2) unstable; urgency=low
Modified: trunk/packages/volpack/trunk/debian/compat
===================================================================
--- trunk/packages/volpack/trunk/debian/compat 2009-10-02 20:03:57 UTC (rev 4123)
+++ trunk/packages/volpack/trunk/debian/compat 2009-10-03 06:32:22 UTC (rev 4124)
@@ -1 +1 @@
-5
+7
Modified: trunk/packages/volpack/trunk/debian/control
===================================================================
--- trunk/packages/volpack/trunk/debian/control 2009-10-02 20:03:57 UTC (rev 4123)
+++ trunk/packages/volpack/trunk/debian/control 2009-10-03 06:32:22 UTC (rev 4124)
@@ -4,8 +4,8 @@
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Michael Hanke <michael.hanke at gmail.com>, Andreas Tille <tille at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), m4, autotools-dev, dpatch, d-shlibs
-Standards-Version: 3.8.1
+Build-Depends: cdbs, debhelper (>= 7), m4, autotools-dev, dpatch, d-shlibs
+Standards-Version: 3.8.3
Homepage: http://graphics.stanford.edu/software/volpack/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/volpack/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/volpack/trunk/
Modified: trunk/packages/volpack/trunk/debian/examples/test.sh
===================================================================
--- trunk/packages/volpack/trunk/debian/examples/test.sh 2009-10-02 20:03:57 UTC (rev 4123)
+++ trunk/packages/volpack/trunk/debian/examples/test.sh 2009-10-03 06:32:22 UTC (rev 4124)
@@ -1,4 +1,4 @@
-#!/bin/sh -f
+#!/bin/bash -f
echo "*** makevolume ***"
time makevolume
More information about the debian-med-commit
mailing list