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

Bug#813484: wayland: improve debian/watch



Package: wayland
Severity: minor
Tags: patch

Hi,

 wayland package's debian/watch file looks wrong upstream file.

$ LANG=C uscan
uscan: uscan (version 2.15.10) See uscan(1) for help
uscan: Scan watch files in .
uscan: ./debian/changelog sets package="wayland" version="1.9.0"
dpkg: warning: version '1:protocols-1.0-0' has bad syntax: version number does not start with digit
dpkg: warning: version '1:protocols-1.0-0' has bad syntax: version number does not start with digit
uscan: Newest version on remote site is protocols-1.0, local version is 1.9.0
uscan:    => Newer package available
uscan: Don't download and use the existing file: wayland-protocols-1.0.tar.xz

 It checks wayland-protocols file.
 Could you apply attached patch to fix it, please?


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
--- wayland-1.9.0/debian/watch	2016-02-02 21:55:06.000000000 +0900
+++ wayland-1.9.91/debian/watch	2016-02-02 21:56:14.077034170 +0900
@@ -1,3 +1,3 @@
 #git=git://anongit.freedesktop.org/wayland/wayland
 version=3
-http://wayland.freedesktop.org/releases/wayland-(.*)\.tar\.xz
+http://wayland.freedesktop.org/releases/wayland-([\d].*)\.tar\.xz

Reply to: