From a1d7aa472f9e6ed934b883cd5a0b813bc6523bd5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 30 Oct 2013 11:56:00 +0000 Subject: [PATCH] Do not attempt to sign Debian packages. See MKAdmin commit b13d3fb0f46860b9f240036119a7cd0d95b69ddf --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 2750492..2985131 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,7 @@ __EOT__ sub MY::postamble { "debian: debian/output debian/output: - dpkg-buildpackage -rfakeroot -d + dpkg-buildpackage -us -uc -rfakeroot -d rm -rf debian/output mkdir debian/output mv ../libnet-z3950-zoom-perl* debian/output -- 1.7.10.4