[Koha-patches] [PATCH] Build with pdebuild, not debuild.

Lars Wirzenius lars at catalyst.net.nz
Tue Jun 8 04:37:38 CEST 2010


This checks build dependency declarations more thoroughly.
---
 debian/build-git-snapshot |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot
index e46069c..4b63141 100755
--- a/debian/build-git-snapshot
+++ b/debian/build-git-snapshot
@@ -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
-- 
1.7.1



More information about the Koha-patches mailing list