Hi, On Mon, May 31, 2010 at 07:36:18PM +0200, Artur Rona wrote: > diff -Nur connman-0.48+dfsg.orig/debian/watch connman-0.48+dfsg/debian/watch > --- connman-0.48+dfsg.orig/debian/watch 2010-05-31 19:14:23.000000000 > +0200 > +++ connman-0.48+dfsg/debian/watch 2010-05-31 19:20:51.000000000 +0200 > @@ -1,5 +1,2 @@ > -# This software is retrieved directly from the upstream git tree, using tags > -# on the tree. > -# > -# Please see debian/rules, especially GET_SOURCE, get-orig-source as well as > -# get-current-source targets. > +version=3 > +http://www.kernel.org/pub/linux/network/connman/connman-(?:[\d\.]*)\.tar\.(?:gz|bz2)
I tried but dont see this regex working as it was downloading connman-0.1.tar.bz, thinking it was version 1. As explained in the uscan man-page there needs to be at least one regex group which extracts the version number. So the following regex worked for me (also forcing tar.gz download): http://www.kernel.org/pub/linux/network/connman/connman-([\d\.]*)\.tar\.gz But the current GET_SOURCE target from debian/rules also takes care to remove doc/*.txt for dfsg compliance. What is the matter with these files? Is the copyright just undecided (didnt see any copyright notice about them) or under any not dfsg-compliant license? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org