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

[Pkg-fonts-devel] Bug#680152: fonts-mplus: uscan failed with current debian/watch due to the trailing slash



Package: fonts-mplus
Version: 049-1
Severity: minor
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Dear Maintainer,

After 'apt-get source"ing, I ran 'uscan' to check for the new version.
Uscan failed to download the new version because current debian/watch 
does not split trailing slash after *.xz.

The attached patch for debian/watch fixes this issue.

Best regards,
- -- 
Ryo IGARASHI, Ph.D.
rigarash@gmail.com


- -- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/3 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJP86fhAAoJEOx5ooBqGSMZNBoP/2tDTrhAZ5GuDahebXbIOSGc
t5uM94ArL3XJkJh9qWngFsoA3mYs1LzZxgVKVFV1Z9kfs5quX4OwxnEFlJq+VtY+
59a7ILlfMwu6AFMLSSl8t28xh8bVsHvFSG3UCtuu9mPOt9vElRUXi+AWARaOeS0+
Bjt+QHDcu4XJmlBPW6fROjQtTvO8luWeQQf03WNuWQ2LQurl5W0TwyEKB7zFKQkn
ZEr8yDLeFuilewM/PPqszSbG/ZFh7c3JxK8QCSuZdeeqGS6MJIqnc19E9YqvvLyX
MiETNVcWzF50+JBion5ejbiwpqg5I0MpGQP1uIgdTm+buR9sB7A15O2YZFrki4gX
BmQpxH4xz+CbEbWUzjQOsM8rNDTMvqsgb04C+AFNOEMB03uQZhnEpp539f7rq3M7
Waxr0F/eWy41CA2mDpQ0Qcr4AzFXJfEHzrbrUfxgHkIA1Pf/Q3wZw2ZiKJBdM/3J
hN27hrxrse1X7qjqYggp/XxmK0Yy5Akox/I/IyT3crS9/25rUefCddWI2LmlEpHY
dyIR70Kwy5JLJR6YGd6WeG1TpEZXudWLL9q87Yv04drQsjYJh9T0ZSS0LDFrXDhR
uNpTdwL8Xm6E1IYU6FD3RFajbvaZmGHVhNXbmWeW2dv2KIKW+vK/iwu9KnwMBY3B
/TCU0mdaI9/ukYCoe/9Q
=3DZO
-----END PGP SIGNATURE-----
--- debian/watch.old	2012-07-04 10:53:07.000000000 +0900
+++ debian/watch	2012-07-03 12:55:58.000000000 +0900
@@ -1,7 +1,7 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-opts="downloadurlmangle=s/sourceforge/osdn.dl.sourceforge/;s/downloads\///;s/projects\///;s/gz\//gz/,\
+opts="downloadurlmangle=s/sourceforge/osdn.dl.sourceforge/;s/downloads\///;s/projects\///;s/gz\//gz/;s/xz\//xz/,\
 uversionmangle=s/-beta/~beta/;s/-rc/~rc/;s/-preview/~preview/" \
  http://sourceforge.jp/projects/mplus-fonts/releases/ \
  /projects/mplus-fonts/downloads/.*/mplus-TESTFLIGHT-(.*)\.tar\.xz/

Reply to: