summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2022-12-05 14:13:11 +0000
committerRafael Laboissière <rafael@debian.org>2022-12-05 14:13:11 +0000
commitf6ace52033111f31ae4a1b751c405af424ff3cc3 (patch)
treeb137b60d0a7e873ecc92eb1ae1198b6be7eb82bc
parente78acd366e2bd30913dd58f6f933becce5448444 (diff)
parentfa2211d7ebbd2343ae75acac07679458a8de05cf (diff)
Merge branch 'scrub-obsolete' into 'debian/latest'
Remove unnecessary constraints See merge request debian/slcurl!1
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3fd5a24..4618373 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+slcurl (0.2.2~pre.12-2) UNRELEASED; urgency=medium
+
+ * Remove constraints unnecessary since buster (oldstable):
+ + Build-Depends: Drop versioned constraint on libslang2-dev.
+ + slang-curl: Drop versioned constraint on slsh in Suggests.
+
+ -- Debian Janitor <janitor@jelmer.uk> Tue, 25 Oct 2022 19:38:14 -0000
+
slcurl (0.2.2~pre.12-1) unstable; urgency=medium
* New upstream version 0.2.2~pre.12
diff --git a/debian/control b/debian/control
index 2abe04a..47915f5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: interpreters
Priority: optional
Maintainer: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
- libslang2-dev (>= 2.0.4-6),
+ libslang2-dev,
libcurl4-gnutls-dev
Standards-Version: 4.6.1
Homepage: https://jedsoft.org/slang/modules/curl.html
@@ -15,7 +15,7 @@ Package: slang-curl
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
-Suggests: slsh (>= 2.0) | jed | slrn
+Suggests: slsh | jed | slrn
Description: transfer files using HTTP and FTP from S-Lang
The S-Lang curl module makes use of the cURL library to provide the
S-Lang interpreter the ability to transfer files in a simple but