Package: dh-make Version: 0.38 Severity: minor -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Please document the following behavior about watch files (preferrably in watch.ex): uscan does not specifically look for a file name in a web page. It looks for the contents between the quotes in the anchor tag. That means that simply specifying the match string as foo-(.*)\.tar\.gz only works if the link will appear as something like <a herf="foo-0.0.tar.gz">. Else, it will not match. For example if the page links to "downloads/foo-0.0.tar.gz", you will need to specify a match string as either downloads/foo-(.*)\.tar\.gz or as .*/foo-(.*)\.tar\.gz or .*foo-(.*)\.tar\.gz. The latter two ensure that if the website designer chooses to restructure the way their releases are stored or of they use a new directory for every major release, or something similar, uscan will still find the link. Thanks, - -Roberto - -- Roberto C. Sanchez http://familiasanchez.net/~sanchezr - -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-miami-15.3 Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1) Versions of packages dh-make depends on: ii debhelper 4.2.32 helper programs for debian/rules ii dpkg-dev 1.10.27 Package building tools for Debian ii make 3.80-9 The GNU version of the "make" util ii perl 5.8.4-8 Larry Wall's Practical Extraction - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCmIucTfhoonTOp2oRAuRkAJ40M0ZSnodNGyn8PV/8VmAjvYKytgCghY/n Mu32V+hFekQ7knei7MK83UA= =6VuG -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

