diff -r 3572ec238dc1 -r 1267d8034336 debian/patches/debian-changes-2011072500-18 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/patches/debian-changes-2011072500-18 Fri Sep 02 01:13:25 2011 +0200 @@ -0,0 +1,51 @@ +Description: Upstream changes introduced in version 2011072500-18 + 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-18) stable; urgency=low + . + * php configuration + . + 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 +@@ -2,7 +2,7 @@ + # leichte Anpassungen durch hs@schlittermann.de + # Aufruf wie immer, dann werden die bisherigen Angaben *root* und das bisherige + # Passwort verwendet. Oder +-# install_test_iteration_2011-06.sh DB_HOST DB_NAME DB_ADMINUSER DB_ADMINPASS DB_USER DB_PASS ++# install_test_iteration_2011-06.sh [options|--help] + + # ACHTUNG: DIE DATENBANK WIRD KOMPLETT GEERDET! + +@@ -42,13 +42,13 @@ while true; do + --help) cat <<_HELP + Usage: $0 [options] + Options are ++ --replacing=s The version of the package being replaced ($REPLACING). + --host=s The address of the database host ($DB_HOST). + --db=s The name of the database to be used ($DB_NAME). + --adminuser=s The name of the SUPER user on the db server ($DB_ADMINUSER). + --adminpass=s The password for the user above ($DB_ADMINPASS). + --user=s The name of the user for NORMAL db operations ($DB_USER). + --pass=s The password for the user above ($DB_PASS). +- --replacing=s The version of the package being replaced ($REPLACING). + _HELP + exit;; + --) break;;