Hi,

Thanks for the patch.

Fabian, I uploaded the NMU with a 7 days delay. Reach out if you see a
good reason to either cancel or delay further this NMU.

Bests,

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.
From e054c7aa6fdd402ab63709e15103aab1f50e6119 Mon Sep 17 00:00:00 2001
From: Matthias Geiger <werdah...@riseup.net>
Date: Mon, 29 Apr 2024 23:38:16 +0200
Subject: [PATCH 1/2] Fix watch file to look for Github tags instead of
 releases

---
 debian/changelog | 7 +++++++
 debian/watch     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 592b24f..c303908 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+squirrel3 (3.1-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix watch file to look for Github tags instead of releases 
+
+ -- Matthias Geiger <werdah...@riseup.net>  Fri, 16 Feb 2024 17:46:43 +0100
+
 squirrel3 (3.1-8) unstable; urgency=medium
 
   * Change build dependency from texlive-generic-extra to
diff --git a/debian/watch b/debian/watch
index c174a72..e3733e4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%squirrel-$1.tar.gz%" \
-             https://github.com/albertodemichelis/squirrel/releases \
+             https://github.com/albertodemichelis/squirrel/tags \
              (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
-- 
2.43.0

From fd3d4b9b6014eef4691759b264491a1a370b78c3 Mon Sep 17 00:00:00 2001
From: Matthias Geiger <werdah...@riseup.net>
Date: Mon, 29 Apr 2024 23:39:24 +0200
Subject: [PATCH 2/2] Build-depend on tex-gyre

Closes: #997441
---
 debian/changelog | 5 +++--
 debian/control   | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c303908..b2aacdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-squirrel3 (3.1-8.1) UNRELEASED; urgency=medium
+squirrel3 (3.1-8.1) unstable; urgency=medium
 
   * Non-maintainer upload.
   * Fix watch file to look for Github tags instead of releases 
+  * Build-depend on tex-gyre (Closes: #997441)
 
- -- Matthias Geiger <werdah...@riseup.net>  Fri, 16 Feb 2024 17:46:43 +0100
+ -- Matthias Geiger <werdah...@riseup.net>  Mon, 29 Apr 2024 23:39:09 +0200
 
 squirrel3 (3.1-8) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index c504be7..43afebb 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: debhelper-compat (= 12),
                texlive,
                texlive-latex-extra,
                texlive-plain-generic,
-               latexmk
+               latexmk,
+               tex-gyre,
 Standards-Version: 4.4.0
 Homepage: http://squirrel-lang.org/
 Vcs-Git: https://salsa.debian.org/wolff-guest/squirrel3.git/
-- 
2.43.0

Attachment: signature.asc
Description: PGP signature

Reply via email to