From 13fc50eda440c032b09707bab02646f955bed001 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 20 Feb 2013 08:47:00 +0000 Subject: [PATCH] do not signature the changefile and dsc file Former-commit-id: e6847bd1520796af11931f748c547f9ef6b50a59 --- syslinux/make_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syslinux/make_deb.sh b/syslinux/make_deb.sh index 52b3af1..4372364 100644 --- a/syslinux/make_deb.sh +++ b/syslinux/make_deb.sh @@ -3,6 +3,6 @@ tar xvfj syslinux-3.86.tar.bz2 cd syslinux-3.86 cp -rL ../debian . -dpkg-buildpackage +dpkg-buildpackage -uc -us cd - rm -rf syslinux-3.86