aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-internal
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild-internal')
-rw-r--r--pdebuild-internal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdebuild-internal b/pdebuild-internal
index 686226f..bc91c01 100644
--- a/pdebuild-internal
+++ b/pdebuild-internal
@@ -29,7 +29,7 @@ set -e
echo "Using: $Id$"
# I am probably running as root; make sure I have pbuilder installed here.
-apt-get install -y pbuilder devscripts
+apt-get install -y pbuilder
# I'm not going to have the same LOGNAME as outside, I'm root.
export LOGNAME=root
@@ -37,4 +37,4 @@ export LOGNAME=root
cd "$1"
export PBCURRENTCOMMANDLINEOPERATION="pdebuild"
/usr/lib/pbuilder/pbuilder-satisfydepends
-/usr/bin/debuild
+/usr/bin/dpkg-buildpackage -us -uc