[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian/watch problem



On Fri, Jun 13, 2014 at 12:50 PM, Eugene Zhukov <jevgeni.zh@gmail.com> wrote:
> Hello,
>
> I'm struggling to get debian/watch working for the package jing-trang.
> The problem is upstream says Google no longer allows publishing
> tarballs under [0]. So they only have tag for the latest release [1].
> My question is, is it possible to write a d/watch file for that?
>
> [0] https://code.google.com/p/jing-trang/downloads/list
> [1] https://code.google.com/p/jing-trang/source/browse/#svn%2Ftags%2FV20131210
>
> Thanks,
> Eugene
>

That should get you started:

$ cat debian/watch
version=3
https://code.google.com/p/jing-trang/source/browse/tags/ V(.*)

You'll still need a repack script shell to create the tarball but at
least you can scan for newever version automagically.


Reply to: