[Git][haskell-team/pkg-haskell-tools][master] upload: default to source-only uploads if no changes file is provided
Samuel Henrique (@samueloph)
gitlab at salsa.debian.org
Sun Nov 14 21:17:04 GMT 2021
Samuel Henrique pushed to branch master at Debian Haskell Group / pkg-haskell-tools
Commits:
a649ff2a by Samuel Henrique at 2021-11-14T21:17:02+00:00
upload: default to source-only uploads if no changes file is provided
This is a 4 year old bug from when this feature was supposed to be initially introduced on ef0eb82e459b158715214617822e3eaf8ec70c3c
- - - - -
1 changed file:
- scripts/upload
Changes:
=====================================
scripts/upload
=====================================
@@ -68,7 +68,7 @@ then
src="$(dpkg-parsechangelog -SSource)"
ver="$(dpkg-parsechangelog -SVersion | perl -pe 's/^\d+://')"
arch="$(dpkg-architecture -qDEB_HOST_ARCH)"
- changes_path_source="../${src}_${ver}_${arch}.changes"
+ changes_path_source="../${src}_${ver}_source.changes"
changes_path_arch="../${src}_${ver}_${arch}.changes"
if [ -e $changes_path_source ]
then
View it on GitLab: https://salsa.debian.org/haskell-team/pkg-haskell-tools/-/commit/a649ff2a25d8b3225b1bba5aa73e49ac6e74db05
--
View it on GitLab: https://salsa.debian.org/haskell-team/pkg-haskell-tools/-/commit/a649ff2a25d8b3225b1bba5aa73e49ac6e74db05
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20211114/1ca70a80/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list