Code

Removed a bashism from debian/rules.
authorSebastian Harl <sh@tokkee.org>
Wed, 26 Dec 2007 12:24:58 +0000 (13:24 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 26 Dec 2007 12:24:58 +0000 (13:24 +0100)
debian/changelog
debian/rules

index 96f44a1a21fe99316d6ae9f4198811d6ec88c97e..5d67096ab86998c3eec8d18d05a0269cf19efd08 100644 (file)
@@ -2,12 +2,13 @@ pfstools (1.6.2-2) unstable; urgency=low
 
   * Downgraded pfstool's requirement on octave{,pfstools} to a recommendation
     (Closes: #445909).
+  * Removed a bashism from debian/rules (Closes: #456508).
   * Renamed "XS-Vcs-*" fields to Vcs-* and moved "Homepage" field from the
     package description to the source stanza:
     - Added versioned build dependency on dpkg-dev (>= 1.14.6).
   * Updated to standards version 3.7.3 (no changes).
 
- -- Sebastian Harl <sh@tokkee.org>  Wed, 26 Dec 2007 13:01:07 +0100
+ -- Sebastian Harl <sh@tokkee.org>  Wed, 26 Dec 2007 13:23:56 +0100
 
 pfstools (1.6.2-1) unstable; urgency=low
 
index df6bacf06592194cfbc16a8038304356cbfaf74a..027f1c23421b10a1c7b76a69028b435692f7de83 100755 (executable)
@@ -75,7 +75,7 @@ install: build
        chmod 644 debian/tmp/usr/share/octave/site/api-v13/m/pfstools/*
        
        # these binaries are not available
-       rm debian/tmp/usr/share/man/man1/pfs{in,out}jpeghdr.1
+       rm debian/tmp/usr/share/man/man1/pfs*jpeghdr.1
 
 binary-indep: build install
        # nothing to do here