debian/patches/debian-changes-2011072500-17
changeset 12 3572ec238dc1
equal deleted inserted replaced
11:24417d8949b5 12:3572ec238dc1
       
     1 Description: Upstream changes introduced in version 2011072500-17
       
     2  This patch has been created by dpkg-source during the package build.
       
     3  Here's the last changelog entry, hopefully it gives details on why
       
     4  those changes were made:
       
     5  .
       
     6  littlebird (2011072500-17) stable; urgency=low
       
     7  .
       
     8    * database handling seems to be better than ever before.
       
     9  .
       
    10  The person named in the Author field signed this changelog entry.
       
    11 Author: Heiko Schlittermann <hs@schlittermann.de>
       
    12 
       
    13 ---
       
    14 The information above should follow the Patch Tagging Guidelines, please
       
    15 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
       
    16 are templates for supplementary fields that you might want to add:
       
    17 
       
    18 Origin: <vendor|upstream|other>, <url of original patch>
       
    19 Bug: <url in upstream bugtracker>
       
    20 Bug-Debian: http://bugs.debian.org/<bugnumber>
       
    21 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
       
    22 Forwarded: <no|not-needed|url proving that it has been forwarded>
       
    23 Reviewed-By: <name and email of someone who approved the patch>
       
    24 Last-Update: <YYYY-MM-DD>
       
    25 
       
    26 --- littlebird-2011072500.orig/LittleBird/encoded/LittleBird-Test/Database/install_test_iteration_2011-06.sh
       
    27 +++ littlebird-2011072500/LittleBird/encoded/LittleBird-Test/Database/install_test_iteration_2011-06.sh
       
    28 @@ -28,7 +28,7 @@ tmp=$(getopt --name $0 --options "" \
       
    29      --long help,replacing:,host:,db:,adminuser:,adminpass:,user:,pass: \
       
    30      -- "$@") || exit 2
       
    31  eval set -- "$tmp"
       
    32 -echo "$@"
       
    33 +
       
    34  while true; do
       
    35      opt="$1"; shift
       
    36      case "$opt" in
       
    37 @@ -51,6 +51,7 @@ Usage: $0 [options]
       
    38         --replacing=s   The version of the package being replaced ($REPLACING).
       
    39  _HELP
       
    40  		    exit;;
       
    41 +	--)	    break;;
       
    42  	*)	    echo "$0: bad usage" >&2; exit 2;;
       
    43      esac
       
    44  done