|         |      1 Description: Upstream changes introduced in version 2011072500-18 | 
|         |      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-18) stable; urgency=low | 
|         |      7  . | 
|         |      8    * php configuration | 
|         |      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 @@ -2,7 +2,7 @@ | 
|         |     29  # leichte Anpassungen durch hs@schlittermann.de | 
|         |     30  # Aufruf wie immer, dann werden die bisherigen Angaben *root* und das bisherige | 
|         |     31  # Passwort verwendet. Oder | 
|         |     32 -# install_test_iteration_2011-06.sh DB_HOST DB_NAME DB_ADMINUSER DB_ADMINPASS DB_USER DB_PASS | 
|         |     33 +# install_test_iteration_2011-06.sh [options|--help] | 
|         |     34   | 
|         |     35  # ACHTUNG: DIE DATENBANK WIRD KOMPLETT GEERDET! | 
|         |     36   | 
|         |     37 @@ -42,13 +42,13 @@ while true; do | 
|         |     38  	--help)	    cat <<_HELP | 
|         |     39  Usage: $0 [options] | 
|         |     40         Options are | 
|         |     41 +       --replacing=s   The version of the package being replaced ($REPLACING). | 
|         |     42         --host=s        The address of the database host ($DB_HOST). | 
|         |     43         --db=s          The name of the database to be used ($DB_NAME). | 
|         |     44         --adminuser=s   The name of the SUPER user on the db server ($DB_ADMINUSER). | 
|         |     45         --adminpass=s   The password for the user above ($DB_ADMINPASS). | 
|         |     46         --user=s        The name of the user for NORMAL db operations ($DB_USER). | 
|         |     47         --pass=s        The password for the user above ($DB_PASS). | 
|         |     48 -       --replacing=s   The version of the package being replaced ($REPLACING). | 
|         |     49  _HELP | 
|         |     50  		    exit;; | 
|         |     51  	--)	    break;; |