From: Sebastian Harl Date: Wed, 26 Dec 2007 12:24:58 +0000 (+0100) Subject: Removed a bashism from debian/rules. X-Git-Tag: pfstools-1.6.4-1~13 X-Git-Url: https://git.tokkee.org/?p=pkg-pfstools.git;a=commitdiff_plain;h=7c55e692aed46bb5aa3a65acaa87819b7b7d3b37 Removed a bashism from debian/rules. --- diff --git a/debian/changelog b/debian/changelog index 96f44a1..5d67096 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 26 Dec 2007 13:01:07 +0100 + -- Sebastian Harl Wed, 26 Dec 2007 13:23:56 +0100 pfstools (1.6.2-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index df6bacf..027f1c2 100755 --- a/debian/rules +++ b/debian/rules @@ -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