Source: e17 Version: 0.17.1-2 Severity: wishlist Tags: patch Attached is a patch to update the watch file to track the releases directory instead of snapshots. Feel free to use or discard.
-- System Information: Debian Release: 7.1 APT prefers stable APT policy: (900, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From 418a07fafbea193cdc70c434ac26062a182db432 Mon Sep 17 00:00:00 2001 From: David Bremner <[email protected]> Date: Sun, 21 Jul 2013 12:23:19 -0300 Subject: [PATCH] debian/watch: track releases instead of snapshots. Also update the name mangling to avoid naming files .tar.gz.tar.gz --- debian/watch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index 47672df..48b8c1f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts=filenamemangle=s/enlightenment-(.*)/e17-$1\.tar\.gz/ \ -http://download.enlightenment.org/snapshots/LATEST/enlightenment-(.*)\.tar\.gz +opts=filenamemangle=s/enlightenment-(.*).tar.gz/e17-$1\.tar\.gz/ \ +http://download.enlightenment.org/releases/enlightenment-(.*)\.tar\.gz -- 1.8.3.2

