diff -u autopano-sift-2.4/debian/changelog autopano-sift-2.4/debian/changelog --- autopano-sift-2.4/debian/changelog +++ autopano-sift-2.4/debian/changelog @@ -1,3 +1,13 @@ +autopano-sift (2.4-0ubuntu6) gutsy; urgency=low + + [Markus Schmaus] + * Fix executable paths in some scripts (LP: #114918) + + [Luca Falavigna] + * Update Maintainer field in debian/control + + -- Luca Falavigna Mon, 9 Jul 2007 13:51:11 +0200 + autopano-sift (2.4-0ubuntu5) feisty; urgency=low * debian/control: diff -u autopano-sift-2.4/debian/control autopano-sift-2.4/debian/control --- autopano-sift-2.4/debian/control +++ autopano-sift-2.4/debian/control @@ -1,7 +1,8 @@ Source: autopano-sift Section: graphics Priority: optional -Maintainer: Hubert Figuiere +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Hubert Figuiere Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), cli-common-dev, mono-mcs (>= 1.0.4) | c-sharp-compiler, libmono-corlib1.0-cil (>= 1.0), libmono-system1.0-cil (>= 1.0), libmono1.0-cil (>= 1.1.13.6), libmono-winforms1.0-cil, libgtk2.0-cil (>= 1.0), libglade2.0-cil (>= 1.0), pkg-config Standards-Version: 3.6.2 only in patch2: unchanged: --- autopano-sift-2.4.orig/debian/patches/02_autopano_path.diff +++ autopano-sift-2.4/debian/patches/02_autopano_path.diff @@ -0,0 +1,64 @@ +diff -Nur autopano-sift-2.4/bin/autopano-complete.old.sh autopano-sift-2.4.new/bin/autopano-complete.old.sh +--- autopano-sift-2.4/bin/autopano-complete.old.sh 2005-10-31 13:48:14.000000000 +0100 ++++ autopano-sift-2.4.new/bin/autopano-complete.old.sh 2007-07-09 13:49:32.000000000 +0200 +@@ -5,10 +5,10 @@ + MONO=$(which mono) + + # Set this to the directory you installed autopano-sift into, for example +-#AUTOPANO_PATH=/usr/local/autopano-sift/bin ++AUTOPANO_PATH=/usr/lib/autopano-sift + # Do not use a trailing backslash. If the executeables are within your path + # (recommended, you can leave the line below). +-AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) ++#AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) + + if [ $# -lt 3 ]; then + echo "usage: autopano-complete.sh output.pto image1 image2 [...]" +diff -Nur autopano-sift-2.4/bin/autopano-complete.sh autopano-sift-2.4.new/bin/autopano-complete.sh +--- autopano-sift-2.4/bin/autopano-complete.sh 2005-10-31 13:48:14.000000000 +0100 ++++ autopano-sift-2.4.new/bin/autopano-complete.sh 2007-07-09 13:49:51.000000000 +0200 +@@ -7,10 +7,10 @@ + MONO=$(which mono) + + # Set this to the directory you installed autopano-sift into, for example +-#AUTOPANO_PATH=/usr/local/autopano-sift/bin ++AUTOPANO_PATH=/usr/lib/autopano-sift + # Do not use a trailing backslash. If the executeables are within your path + # (recommended, you can leave the line below). +-AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) ++#AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) + + usage() + { +diff -Nur autopano-sift-2.4/src/bin/autopano-complete.old.sh autopano-sift-2.4.new/src/bin/autopano-complete.old.sh +--- autopano-sift-2.4/src/bin/autopano-complete.old.sh 2004-09-23 10:03:52.000000000 +0200 ++++ autopano-sift-2.4.new/src/bin/autopano-complete.old.sh 2007-07-09 13:50:16.000000000 +0200 +@@ -5,10 +5,10 @@ + MONO=$(which mono) + + # Set this to the directory you installed autopano-sift into, for example +-#AUTOPANO_PATH=/usr/local/autopano-sift/bin ++AUTOPANO_PATH=/usr/lib/autopano-sift + # Do not use a trailing backslash. If the executeables are within your path + # (recommended, you can leave the line below). +-AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) ++#AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) + + if [ $# -lt 3 ]; then + echo "usage: autopano-complete.sh output.pto image1 image2 [...]" +diff -Nur autopano-sift-2.4/src/bin/autopano-complete.sh autopano-sift-2.4.new/src/bin/autopano-complete.sh +--- autopano-sift-2.4/src/bin/autopano-complete.sh 2005-04-09 11:40:12.000000000 +0200 ++++ autopano-sift-2.4.new/src/bin/autopano-complete.sh 2007-07-09 13:50:37.000000000 +0200 +@@ -7,10 +7,10 @@ + MONO=$(which mono) + + # Set this to the directory you installed autopano-sift into, for example +-#AUTOPANO_PATH=/usr/local/autopano-sift/bin ++AUTOPANO_PATH=/usr/lib/autopano-sift + # Do not use a trailing backslash. If the executeables are within your path + # (recommended, you can leave the line below). +-AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) ++#AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) + + usage() + {