added the latest patch
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Thu, 01 Sep 2011 12:28:28 +0200
changeset 12 3572ec238dc1
parent 11 24417d8949b5
child 13 2919af430c45
child 14 1267d8034336
added the latest patch
debian/patches/debian-changes-2011072500-17
debian/patches/series
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/patches/debian-changes-2011072500-17	Thu Sep 01 12:28:28 2011 +0200
@@ -0,0 +1,44 @@
+Description: Upstream changes introduced in version 2011072500-17
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ littlebird (2011072500-17) stable; urgency=low
+ .
+   * database handling seems to be better than ever before.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Heiko Schlittermann <hs@schlittermann.de>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- littlebird-2011072500.orig/LittleBird/encoded/LittleBird-Test/Database/install_test_iteration_2011-06.sh
++++ littlebird-2011072500/LittleBird/encoded/LittleBird-Test/Database/install_test_iteration_2011-06.sh
+@@ -28,7 +28,7 @@ tmp=$(getopt --name $0 --options "" \
+     --long help,replacing:,host:,db:,adminuser:,adminpass:,user:,pass: \
+     -- "$@") || exit 2
+ eval set -- "$tmp"
+-echo "$@"
++
+ while true; do
+     opt="$1"; shift
+     case "$opt" in
+@@ -51,6 +51,7 @@ Usage: $0 [options]
+        --replacing=s   The version of the package being replaced ($REPLACING).
+ _HELP
+ 		    exit;;
++	--)	    break;;
+ 	*)	    echo "$0: bad usage" >&2; exit 2;;
+     esac
+ done
--- a/debian/patches/series	Thu Sep 01 12:23:59 2011 +0200
+++ b/debian/patches/series	Thu Sep 01 12:28:28 2011 +0200
@@ -1,2 +1,3 @@
 debian-changes-2011072500-8
 debian-changes-2011072500-14
+debian-changes-2011072500-17