Package: desktop-file-utils Version: 0.20-0.1 Severity: minor Tags: patch Hi,
I've noticed that upstream is now releasing xz-compressed source archives
that debian/watch is not looking for.
The attached patch fixes d/watch to look for xz archives as well as updates
version to 3 (from 2).
Worth to mention that there is a new upstream release 0.21 with important
fixes, see
http://cgit.freedesktop.org/xdg/desktop-file-utils/commit/?id=7a647466f4455c289549e399b20f86bd50190df3
https://bugs.freedesktop.org/show_bug.cgi?id=35844
Thanks.
--
Regards,
Dmitry.
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=2
-http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-(.*)\.tar\.(gz|bz2)
+version=3
+http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-(.*)\.tar\.(gz|bz2|xz)
From bbb5672096c7549109bb0786b841bd8c81c0b7de Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov <[email protected]> Date: Fri, 12 Oct 2012 10:48:39 +1100 Subject: [PATCH] d/watch update --- debian/watch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index 6ebb74d..5a2271d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=2 -http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-(.*)\.tar\.(gz|bz2) +version=3 +http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-(.*)\.tar\.(gz|bz2|xz) -- 1.7.10.4
signature.asc
Description: This is a digitally signed message part.

