Build with pdebuild, not debuild.
authorLars Wirzenius <lars@catalyst.net.nz>
Tue, 8 Jun 2010 02:37:38 +0000 (14:37 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 9 Jun 2010 12:31:40 +0000 (08:31 -0400)
This checks build dependency declarations more thoroughly.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
debian/build-git-snapshot

index e46069c..4b63141 100755 (executable)
@@ -46,7 +46,7 @@ reset_debian_changelog() {
 build_package() {
     git archive --format=tar --prefix="koha-$1/" HEAD | 
         gzip -9 > "../koha_$1.tar.gz"
-    debuild -us -uc
+    pdebuild
 }
 
 if ! everything_is_commited