scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
29 stars 52 forks source link

dist/debian: apply generated package version for .orig.tar.gz file #121

Closed syuu1228 closed 4 years ago

syuu1228 commented 4 years ago

Same as scylladb/scylla#6752, we currently does not able to apply version number fixup for .orig.tar.gz file, even we applied correct fixup on debian/changelog, becuase it just reading SCYLLA-VERSION-FILE. We should parse debian/{changelog,control} instead.

Fixes #120

syuu1228 commented 4 years ago

@avikivity Could you review & merge this patch? It required to fix scylla-4.2 build error. Unlike other repo, scylla-jmx does not have reviewer candidate list, it just shows @penberg is always reviewer..