From 544cc81678326c81958d331b0ba3c522487bd409 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 20 Feb 2013 08:48:23 +0000 Subject: [PATCH] do not signature the changefile and dsc file Former-commit-id: 35a3a07da986e5cfc7aa6c32904262ff811c2660 --- elilo/make_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elilo/make_deb.sh b/elilo/make_deb.sh index 8e19cfe..e6f52d4 100755 --- a/elilo/make_deb.sh +++ b/elilo/make_deb.sh @@ -3,6 +3,6 @@ tar xvfz elilo-3.14-source.tar.gz cd elilo cp -rL ../debian . -dpkg-buildpackage +dpkg-buildpackage -uc -us cd - rm -rf elilo