From cb5c7cec4aa1946f75dc3d408eb7f1051f3fb3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:13:28 +0100 Subject: Switch from repack to Files-Excluded --- debian/watch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/watch') diff --git a/debian/watch b/debian/watch index 00b6fcc..c8ab751 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,6 @@ version=4 #opts="dversionmangle=s/\+repack\d+$//" http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip -opts=dversionmangle=s/\+repack(.*)// \ -http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip debian debian/repack.sh +#opts=dversionmangle=s/\+repack(.*)// \ +http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip + -- cgit v1.2.3 From f16285a236a639ce1513bc6348c8b0dd10c32943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 13:03:05 +0100 Subject: renew debian/patches/0100_spelling.patch; rewrite d/watch --- debian/watch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/watch') diff --git a/debian/watch b/debian/watch index c8ab751..662f4e1 100644 --- a/debian/watch +++ b/debian/watch @@ -1,6 +1,5 @@ version=4 #opts="dversionmangle=s/\+repack\d+$//" http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip -#opts=dversionmangle=s/\+repack(.*)// \ +opts=dversionmangle=s/\+repack(.*)//,repacksuffix=+repack \ http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip - -- cgit v1.2.3 From 850d3b08b58aca2fc8d8374abb1fdf5214402ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 13:50:12 +0100 Subject: add ,compression=xz to d/watch --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/watch') diff --git a/debian/watch b/debian/watch index 662f4e1..22723ec 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ version=4 #opts="dversionmangle=s/\+repack\d+$//" http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip -opts=dversionmangle=s/\+repack(.*)//,repacksuffix=+repack \ +opts=dversionmangle=s/\+repack(.*)//,repacksuffix=+repack,compression=xz \ http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip -- cgit v1.2.3 From ae0528b01b8d26bedb08c08b38927290420b8422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 21:53:10 +0100 Subject: Change to secure URIs; Switch from SSLv23_client_method to TLS_client_method --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/watch') diff --git a/debian/watch b/debian/watch index 22723ec..8592949 100644 --- a/debian/watch +++ b/debian/watch @@ -2,4 +2,4 @@ version=4 #opts="dversionmangle=s/\+repack\d+$//" http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip opts=dversionmangle=s/\+repack(.*)//,repacksuffix=+repack,compression=xz \ -http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip +https://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip -- cgit v1.2.3