Re: [SCM] ardour3/master-a4: Add watch file.

2015-04-23 Thread Jaromír Mikeš
2015-04-23 12:19 GMT+02:00 mira-gu...@users.alioth.debian.org:

 The following commit has been merged in the master-a4 branch:
 commit 2fc08ab5d244ca4c8a7d3ae3dac5c87846bbf4a5
 Author: Jaromír Mikeš mira.mi...@seznam.cz
 Date:   Thu Apr 23 12:21:09 2015 +0200

 Add watch file.

 diff --git a/debian/watch b/debian/watch
 new file mode 100644
 index 000..b44211b
 --- /dev/null
 +++ b/debian/watch
 @@ -0,0 +1,3 @@
 +version=3
 +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/ardour-$1\.tar\.gz/ \
 +  https://github.com/Ardour/ardour/tags .*/v?(\d\S*)\.tar\.gz

 --
 ardour3 packagin


Hi,

my watch file recognize 4.0-rc4 as higher version then 4.0 :(
Can someone help me to fix it?

regards

mira
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: [SCM] ardour3/master-a4: Add watch file.

2015-04-23 Thread Jonas Smedegaard
Quoting Jaromír Mikeš (2015-04-23 12:22:37)
 my watch file recognize 4.0-rc4 as higher version then 4.0 :(
 Can someone help me to fix it?

Adding this to opts (multiple opts should be comma-separated) should 
work:

uversionmangle=s/-rc/~rc/

 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: [SCM] ardour3/master-a4: Add watch file.

2015-04-23 Thread Jaromír Mikeš
2015-04-23 12:42 GMT+02:00 Jonas Smedegaard d...@jones.dk:

 Quoting Jaromír Mikeš (2015-04-23 12:22:37)
  my watch file recognize 4.0-rc4 as higher version then 4.0 :(
  Can someone help me to fix it?

 Adding this to opts (multiple opts should be comma-separated) should
 work:

 uversionmangle=s/-rc/~rc/


Thank you Jonas! Working indeed.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers