Hi, splitvt 1.6.6-7 has been uploaded to unstable fixing #489663 for the /bin/sh release goal and therefore should be unblocked. debdiff attached. Cheers, -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
diff -u splitvt-1.6.6/debian/changelog splitvt-1.6.6/debian/changelog
--- splitvt-1.6.6/debian/changelog
+++ splitvt-1.6.6/debian/changelog
@@ -1,3 +1,11 @@
+splitvt (1.6.6-7) unstable; urgency=medium
+
+ * QA upload.
+ * Fix bashisms (Closes: #489663)
+ * Bump standard version
+
+ -- Julien Danjou <acid@debian.org> Sun, 03 Aug 2008 14:19:50 +0200
+
splitvt (1.6.6-6) unstable; urgency=low
* Orphaned the package.
diff -u splitvt-1.6.6/debian/control splitvt-1.6.6/debian/control
--- splitvt-1.6.6/debian/control
+++ splitvt-1.6.6/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Build-Depends: debhelper (>= 7), libncurses5-dev, dpkg-dev (>= 1.9.0)
Maintainer: Debian QA Group <packages@qa.debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Vcs-Git: git://git.kitenet.net/joey/packages/splitvt
Homepage: http://www.devolution.com/~slouken/projects/splitvt/
only in patch2:
unchanged:
--- splitvt-1.6.6.orig/examples/menu
+++ splitvt-1.6.6/examples/menu
@@ -3,17 +3,6 @@
# An example menu utilizing the SPLITVT environment variable.
#
-# Portably echo a line with no trailing newline:
-echo_n() {
- if [ "`echo -n \"\"`" = "" ]; then
- echo -n "$*"
- elif [ "`echo -e \"\\c\"`" == "" ]; then
- echo -e "$*\c"
- else
- echo "$*\c"
- fi
-}
-
if [ "$SPLITVT" = "upper" ]; then
echo "This is the upper window MENU:"
echo ""
@@ -21,7 +10,7 @@
echo "2) oranges"
echo "3) bananas"
echo ""
- echo_n "Enter your fruit of choice: "
+ printf "Enter your fruit of choice: "
read fruit
case $fruit in
1) echo "You like apples!";;
@@ -36,7 +25,7 @@
echo "2) carrots"
echo "3) cabbage"
echo ""
- echo_n "Enter your vegetable of choice: "
+ printf "Enter your vegetable of choice: "
read fruit
case $fruit in
1) echo "You like pickles!";;
Attachment:
signature.asc
Description: Digital signature