Re: Help with debian/watch file

2024-02-23 Thread Hilmar Preuße
On 23.02.24 01:15, Soren Stoutner wrote: Hello, Try the following: That worked fine. Many thanks! Hilmar opts="searchmode=plain,repack,compression=xz,repacksuffix=+ds1,dversionmangle=s/ \+ds1//, \ pgpsigurlmangle=s%$%.asc%" \ https://api.github.com/repos/silnrsi/teckit/releases \

Re: Help with debian/watch file

2024-02-22 Thread Soren Stoutner
t@any_vers...@.tar.gz On Thursday, February 22, 2024 3:59:18 PM MST Hilmar Preuße wrote: > Hello, > > I could need some help with a debian/watch file [1]. The file is mostly > not written by me, I just replaced just some regexes to introduce the > correct versioning scheme. When running

Help with debian/watch file

2024-02-22 Thread Hilmar Preuße
Hello, I could need some help with a debian/watch file [1]. The file is mostly not written by me, I just replaced just some regexes to introduce the correct versioning scheme. When running "uscan -vv" it downloads correctly upstreams tar ball, the pgp is checked and th

Re: Help needed for watch file after bitbucket changed download page

2022-09-29 Thread Juri Grabowski
Hello Andreas, On 2022-09-29 14:54 4, Andreas Tille wrote: I confirm this works. However, uscan does not do the usual link to orig.tar.gz. Any idea why this is the case? I have found this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896705 But did you have signing key from Rob

Re: Help needed for watch file after bitbucket changed download page

2022-09-29 Thread Andreas Tille
Hi Juri, Am Thu, Sep 29, 2022 at 12:38:03PM +0200 schrieb Juri Grabowski: > maybe it can be helpfull for you. So you can get commit hash of your tag > with bitbucket api: > curl -s -L > https://api.bitbucket.org/2.0/repositories/berkeleylab/metabat/refs/tags/v2.15 > |jq -C -r .target.hash I

Re: Help needed for watch file after bitbucket changed download page

2022-09-29 Thread Juri Grabowski
Hello, maybe it can be helpfull for you. So you can get commit hash of your tag with bitbucket api: curl -s -L https://api.bitbucket.org/2.0/repositories/berkeleylab/metabat/refs/tags/v2.15 |jq -C -r .target.hash Other way is to use more generic git mode: cat <<'EOF'>debian/watch version=4

Help needed for watch file after bitbucket changed download page

2022-09-29 Thread Andreas Tille
Hi, the watch file for metabat[1] used to work nicely until some point in time when bitbucket replaced `v@ANY_VERSION@` by the commit ID which is not sensibly sorting any more. Is there any trick how I can get bitbucket pages working again? Kind regards Andreas. [1]

Re: Need help with elinks' watch file

2020-02-05 Thread Andrey Rahmatullin
On Wed, Feb 05, 2020 at 11:38:07AM +0100, أحمد المحمودي wrote: > When running uscan for elinks, it tries to fetch an older version for > elinks, I cannot understand the reason, I hope someone would help me. You have two watch files. > uscan info: Process watch file at: debian/watch > package

Need help with elinks' watch file

2020-02-05 Thread أحمد المحمودي
When running uscan for elinks, it tries to fetch an older version for elinks, I cannot understand the reason, I hope someone would help me. Both the watch file and uscan verbose report are attached. -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyIDs: 4096R/A7EF5671 2048R

Re: help for a watch file

2018-11-07 Thread Paul Wise
On Wed, Nov 7, 2018 at 11:48 PM PICCA Frederic-Emmanuel wrote: > so do you think that it is possible to write a watch file for this ? These days uscan can check pretty much any page that contains a version number. Look at the searchmode=plain or pagemangle options. If something more complicated

Re: help for a watch file

2018-11-07 Thread eamanu15
Hi! The watch file have to be something like this: version=4 http://xds.mpimf-heidelberg.mpg.de/html_doc/downloading.html XDS-INTEL64_Linux_x86_64.tar.gz The [1] will help you Cheers! [1] https://wiki.debian.org/debian/watch El mié., 7 de nov. de 2018 a la(s) 12:48, PICCA

Re: help for a watch file

2018-11-07 Thread Mo Zhou
Hi, IMHO a watch file for the site you refered is impossible. Source of both the main page and the download page don't contain any proper URI containing version string. uscan does regular expression matching on the source of webpage. for detail please refer uscan(1) On Wed, Nov 07, 2018 at

help for a watch file

2018-11-07 Thread PICCA Frederic-Emmanuel
Hello, I would like to create a watch file for this package http://xds.mpimf-heidelberg.mpg.de/ as explained in page a new version is when the laast line of the page change. then we can download the binaries from here http://xds.mpimf-heidelberg.mpg.de/html_doc/downloading.html so do you

Re: Fwd: Re: Bug#694418: ITP: fits ... help needed for watch file

2013-01-04 Thread Florian Rothmaier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Gregor, thank you very much! Your solution is exactly what I was looking for. Best regards, Florian Am 03.01.2013 23:35, schrieb gregor herrmann: On Thu, 03 Jan 2013 18:08:58 +0100, Florian Rothmaier wrote: My watch file currently looks as

Fwd: Re: Bug#694418: ITP: fits ... help needed for watch file

2013-01-03 Thread Florian Rothmaier
Hi everyone, I wish you a Happy New Year 2013! Even though Aaron Ucko was very kind and helpful, I still have some problems to provide a correct watch file for my libfits-java package (see http://anonscm.debian.org/gitweb/?p=debian-science/packages/fits.git ). My watch file currently looks as

Re: Fwd: Re: Bug#694418: ITP: fits ... help needed for watch file

2013-01-03 Thread Bart Martens
Hi Florian, On Thu, Jan 03, 2013 at 06:08:58PM +0100, Florian Rothmaier wrote: Even though Aaron Ucko was very kind and helpful, I still have some problems to provide a correct watch file for my libfits-java package Maybe this is what you're looking for ? | version=3 |

Re: Fwd: Re: Bug#694418: ITP: fits ... help needed for watch file

2013-01-03 Thread gregor herrmann
On Thu, 03 Jan 2013 18:08:58 +0100, Florian Rothmaier wrote: My watch file currently looks as follows: version=3 opts=downloadurlmangle=s:$:fits_src.jar: \ http://heasarc.gsfc.nasa.gov/docs/heasarc/fits/java/v([\d\.]+)\/v([\d\.]+).* Instead of the source file fits_src.jar, a binary file

Help needed with watch file

2012-08-07 Thread Radostan Riedel
Dear Mentors, I'd like to ask for some advise about my debian/watch file[1]. Problem is that the current watch file is only finding upstreams nightly builds. The latest release can be found in this[2] remote directory. Problem is as you see that the tarball does not contain any version string.

Help writing a watch file for rnahybrid

2012-04-19 Thread Andreas Tille
Hi, I tried to write a watch file for rnahybrid package: version=3 http://bibiserv.techfak.uni-bielefeld.de/download/tools/rnahybrid.html RNAhybrid-(.*)-src\.tar\.gz The first question is: Why does it not find a new version at all: $ uscan --verbose -- Scanning for watchfiles in . -- Found

Re: Help writing a watch file for rnahybrid

2012-04-19 Thread Paul Wise
On Thu, Apr 19, 2012 at 2:40 PM, Andreas Tille wrote: The first question is: Why does it not find a new version at all: uscan relies solely on links and since there are no links to the tarballs, it cannot find any tarballs. you don't know a reasonable solution I might need to negotiate with

Re: Help writing a watch file for rnahybrid

2012-04-19 Thread Andreas Tille
Hi Paul, On Thu, Apr 19, 2012 at 02:54:42PM +0800, Paul Wise wrote: On Thu, Apr 19, 2012 at 2:40 PM, Andreas Tille wrote: The first question is: Why does it not find a new version at all: uscan relies solely on links and since there are no links to the tarballs, it cannot find any

Re: Help writing a watch file for rnahybrid

2012-04-19 Thread Björn Esser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Try something like: version=3 http://www.bioconductor.org/packages/release/bioc/src/contrib/qvalue_([\d\.]+)\.tar\.gz `wget http://www.bioconductor.org/packages/release/bioc/src/contrib/qvalue_1.30.0.tar.gz` works fine for me. Cheers, Björn

Need help creating a watch file

2008-06-16 Thread Hanno Zulla
Hi, it's a bit difficult for me to find the right format for the watch file for this project: http://www.joachim-wilke.de/?alias=vdr-patches What can I put in there so that it detects Version 0.0.10-jw5? Thanks, Hanno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Need help creating a watch file

2008-06-16 Thread Dmitry E. Oboukhov
it's a bit difficult for me to find the right format for the watch file for this project: http://www.joachim-wilke.de/?alias=vdr-patches What can I put in there so that it detects Version 0.0.10-jw5? jw4 only (jw5 is not in this site) cat debian/watch: version=3

Re: Need help with a watch file

2007-11-06 Thread Gudjon I. Gudjonsson
Hi Michael The following lines version=3 http://www.alwins-world.de/programs/download/kdesvn/(.*)x/kdesvn-(.*)\.tar\.bz2 give me the following results: $ uscan --verbose -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line:

Re: Need help with a watch file

2007-11-06 Thread Michael Biebl
Gudjon I. Gudjonsson schrieb: Hi Michael Hi Gudjon! http://www.alwins-world.de/programs/download/kdesvn/(.*)x/kdesvn-(.*)\.tar\.bz2 [..] This seems to be OK but I think the x is needed. Yeah, works great. Thanks a lot! Cheers, Michael -- Why is it that all of the instruments seeking

Re: Need help with a watch file

2007-11-05 Thread Asheesh Laroia
On Tue, 6 Nov 2007, Michael Biebl wrote: Hi everyone, I've got some troubles creating a working watch file for kdesvn. Upstream uses version numbered subdirectories. http://www.alwins-world.de/programs/download/kdesvn/ Currently the latest version is

Re: Need help with a watch file

2007-11-05 Thread Michael Biebl
Michael Biebl schrieb: Asheesh Laroia schrieb: On Tue, 6 Nov 2007, Michael Biebl wrote: I tried to use a match for the sub directory, as the uscan man page claims that this is supported: http://www.alwins-world.de/programs/download/kdesvn/(.)/kdesvn-(.*).tar.bz2 Don't you mean

Need help with a watch file

2007-11-05 Thread Michael Biebl
Hi everyone, I've got some troubles creating a working watch file for kdesvn. Upstream uses version numbered subdirectories. http://www.alwins-world.de/programs/download/kdesvn/ Currently the latest version is http://www.alwins-world.de/programs/download/kdesvn/0.14.x/kdesvn-0.14.0.tar.bz2 I

Re: Need help with a watch file

2007-11-05 Thread Michael Biebl
Asheesh Laroia schrieb: On Tue, 6 Nov 2007, Michael Biebl wrote: I tried to use a match for the sub directory, as the uscan man page claims that this is supported: http://www.alwins-world.de/programs/download/kdesvn/(.)/kdesvn-(.*).tar.bz2 Don't you mean