r134 - in trunk/debian: . patches
rousseau at alioth.debian.org
rousseau at alioth.debian.org
Wed Aug 6 19:32:17 UTC 2008
Author: rousseau
Date: 2008-08-06 19:32:16 +0000 (Wed, 06 Aug 2008)
New Revision: 134
Added:
trunk/debian/patches/23_bashism
Modified:
trunk/debian/changelog
trunk/debian/patches/series
Log:
debian/patches/23_bashism: Closes: #489542 "bins: bashism in /bin/sh script"
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-07-30 19:48:54 UTC (rev 133)
+++ trunk/debian/changelog 2008-08-06 19:32:16 UTC (rev 134)
@@ -1,8 +1,10 @@
bins (1.1.29-12) unstable; urgency=low
* move from dpatch to quilt to manage Debian patches
+ * debian/patches/23_bashism: Closes: #489542 "bins: bashism in /bin/sh
+ script"
- -- Ludovic Rousseau <rousseau at debian.org> Wed, 30 Jul 2008 21:47:57 +0200
+ -- Ludovic Rousseau <rousseau at debian.org> Wed, 06 Aug 2008 21:30:47 +0200
bins (1.1.29-11) unstable; urgency=low
Added: trunk/debian/patches/23_bashism
===================================================================
--- trunk/debian/patches/23_bashism (rev 0)
+++ trunk/debian/patches/23_bashism 2008-08-06 19:32:16 UTC (rev 134)
@@ -0,0 +1,19 @@
+--- bins-1.1.29.orig/tools/anti_bins
++++ bins-1.1.29/tools/anti_bins
+@@ -47,7 +47,7 @@
+ exit 2
+ fi
+
+-if [[ $CONFIGURATION_IS_OK == 0 ]] ; then
++if [ $CONFIGURATION_IS_OK = 0 ] ; then
+ echo "Edit this script to set configuration variables."
+ exit 1
+ fi
+--- bins-1.1.29.orig/tools/add_num_prefix
++++ bins-1.1.29/tools/add_num_prefix
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+
+ # Add a numeric prefix starting at $1, incrementing by $2 on $3..$n files
+
Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series 2008-07-30 19:48:54 UTC (rev 133)
+++ trunk/debian/patches/series 2008-08-06 19:32:16 UTC (rev 134)
@@ -1,3 +1,4 @@
+23_bashism
04_bins-edit-gui
05_share-man
06_doc_bins.sgml
More information about the pkg-bins-commits
mailing list