[debrepatch] 01/01: postpatch: use the same pattern for *_.changes everywhere

Ximin Luo infinity0 at debian.org
Mon Sep 26 16:56:41 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 488089caba13505ea8e94331d621c3da48193054
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Sep 26 18:56:22 2016 +0200

    postpatch: use the same pattern for *_.changes everywhere
---
 postpatch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/postpatch b/postpatch
index 6c8f9e8..03fe7d9 100755
--- a/postpatch
+++ b/postpatch
@@ -25,8 +25,8 @@ dput)
         ls -l ../"$srcpkg"*_source.changes
         exit 1
     fi
-    debsign ../*_source.changes
-    exec dput "$@" ../*_source.changes
+    debsign ../"$srcpkg"*_source.changes
+    exec dput "$@" ../"$srcpkg"*_source.changes
     ;;
 reprotest)
     exec reprotest 'debuild -us -uc -b' '../*.deb' "$@"

-- 
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