# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1314872908 -7200 # Node ID 3572ec238dc133b4e9e18379b76447c864915d5c # Parent 24417d8949b5c52eb1e971e7f241a7d12c50800d added the latest patch diff -r 24417d8949b5 -r 3572ec238dc1 debian/patches/debian-changes-2011072500-17 --- /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 + +--- +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: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- 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 diff -r 24417d8949b5 -r 3572ec238dc1 debian/patches/series --- 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