[debrepatch] 01/02: Don't sign the built packages, we're not planning to distribute them

Ximin Luo infinity0 at debian.org
Fri Sep 23 08:09:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository debrepatch.

commit 71a9b868ac6cf3e4c28c8581cbc8260bd5d33a5f
Author: Ximin Luo <infinity0 at debian.org>
Date:   Fri Sep 23 10:08:13 2016 +0200

    Don't sign the built packages, we're not planning to distribute them
---
 repatch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repatch b/repatch
index b314168..23c1db1 100755
--- a/repatch
+++ b/repatch
@@ -50,7 +50,7 @@ build_dsc() {
     #
     # Since we did nothing to the package, "-nc" is fine and we can ignore
     # dpkg-buildpackage's warning about "might contain undesired files".
-    dpkg-buildpackage -d -nc -S
+    dpkg-buildpackage -d -nc -uc -us -S
 }
 
 refreshed_patches=false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debrepatch.git



More information about the Reproducible-commits mailing list