From 604d871d27b715369f8d4e4636cb5e1799bbf7ae Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 Jun 2010 14:37:38 +1200 Subject: [PATCH] Build with pdebuild, not debuild. This checks build dependency declarations more thoroughly. Signed-off-by: Galen Charlton --- debian/build-git-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot index e46069c22b..4b63141a33 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 -- 2.39.5