[neon/extras/grantlee/Neon/release] debian: switch away from dead grantlee.org

Pino Toscano null at kde.org
Mon Sep 2 17:01:22 BST 2024


Git commit c908df300daae2746a4d9773a209661a564e2e06 by Pino Toscano.
Committed on 05/08/2023 at 08:16.
Pushed by jriddell into branch 'Neon/release'.

switch away from dead grantlee.org

M  +4    -0    debian/changelog
M  +1    -1    debian/control
M  +1    -1    debian/copyright
M  +3    -1    debian/watch

https://invent.kde.org/neon/extras/grantlee/-/commit/c908df300daae2746a4d9773a209661a564e2e06

diff --git a/debian/changelog b/debian/changelog
index cbe7bdb..755af4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 grantlee5 (5.2.0-5) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * grantlee.org is gone, so:
+    - switch Homepage & Source to https://github.com/steveire/grantlee
+    - switch watch to use the github tags
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Sat, 05 Aug 2023 10:12:07 +0200
 
diff --git a/debian/control b/debian/control
index 849e87f..78d6256 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: cmake (>= 3.5~),
                xvfb <!nocheck>,
 Standards-Version: 4.6.1
 Rules-Requires-Root: no
-Homepage: http://www.grantlee.org/
+Homepage: https://github.com/steveire/grantlee
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/grantlee
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/grantlee.git
 
diff --git a/debian/copyright b/debian/copyright
index 64f4cf0..b7792a9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: grantlee
-Source: http://downloads.grantlee.org
+Source: https://github.com/steveire/grantlee
 
 Files: *
 Copyright: 1991-1999, Free Software Foundation, Inc
diff --git a/debian/watch b/debian/watch
index 92684b1..ca98846 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=4
-opts=pgpsigurlmangle=s/$/.asc/ http://www.grantlee.org/downloads/grantlee-([\d\.]+)\.tar\.(?:gz|xz)
+opts="filenamemangle=s%(?:.*?)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE at -$1$2%" \
+    https://github.com/steveire/grantlee/tags \
+    (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@



More information about the Neon-commits mailing list