On 29/02/2016 16:37, Jakub Wilk wrote:
> * Giulio Paci <[email protected]>, 2016-02-29, 13:24:
>> 1) I need to package latest version, as the differences are not trivial
>> anymore;
>> 2) I have to convince upstream stop these bad practices (however it seems
>> very hard, as they stop for one release and then start again a immediately
>> after);
>> 3) *mangle mechanism seems not enough in this case as we need some math (we
>> have to compute "<something>+1") and the math has to be applied to a value
>> that is not the
>> current one
>
> Nah, we don't have to do any arithmetic. The last revision number is written
> down on the download page. It's not part of any link, but we can use
> pagemangle to shove it
> into the href attribute. I've attached watch file that implements this idea.
Thank you very much for this file: it would have been taken ages to me to
understand how to write something similar.
During these days, I:
- integrated the watch file in the Debian package;
- imported latest upstream revision of openfst 1.5.1;
- discussed with upstream about tarball versioning and soname;
- added a new patch 1008_fix_linking_issues.patch, replacing and extending
unresolved_symbols.diff.
I hope the package is now in a better state for upload.
Bests,
Giulio