From 2956aa2efc9e8ce7ce0c0da76619e83a5a0f53dc Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 1 Apr 2006 02:36:00 +0000 Subject: pdebuild --help works without ./debian dir. --- pdebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pdebuild') diff --git a/pdebuild b/pdebuild index 69e3757..e541835 100644 --- a/pdebuild +++ b/pdebuild @@ -17,6 +17,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA set -e +export PBCURRENTCOMMANDLINEOPERATION="pdebuild" +. /usr/lib/pbuilder/pdebuild-checkparams + while ! test -d ./debian -o "$(pwd)" = "/" ; do cd ..; done @@ -26,9 +29,6 @@ if test ! -d ./debian; then exit 1 fi; -export PBCURRENTCOMMANDLINEOPERATION="pdebuild" -. /usr/lib/pbuilder/pdebuild-checkparams - PKG_SOURCENAME=$(dpkg-parsechangelog|sed -n 's/^Source: //p') PKG_VERSION=$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p') ARCHITECTURE=$(dpkg-architecture -qDEB_HOST_ARCH) -- cgit v1.2.3