summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2022-11-02 21:07:49 +0000
committerJelmer Vernooij <jelmer@debian.org>2022-11-02 21:07:49 +0000
commit2a5082ad4273d13cd9ba1d23a33c73f599289a38 (patch)
tree8ec2d7e69f4f37b6165976781a276e4c3e65e963
parent65a292a0afd2bf4b3888d5fe0ca6024db10ac0bf (diff)
parent232bd86eb7f19c55ac459f71986daa8ca41de777 (diff)
Record python-libnacl (1.8.0-3) in archive suite sid
-rw-r--r--debian/.gitignore6
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
3 files changed, 10 insertions, 8 deletions
diff --git a/debian/.gitignore b/debian/.gitignore
deleted file mode 100644
index 4ab905a..0000000
--- a/debian/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-*.debhelper*
-*.substvars
-debhelper-build-stamp
-files
-python-libnacl
-python3-libnacl
diff --git a/debian/changelog b/debian/changelog
index ceaab34..9dd4a72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-libnacl (1.8.0-3) unstable; urgency=medium
+
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since buster (oldstable):
+ + Build-Depends: Drop versioned constraint on libsodium-dev and python3.
+
+ -- Jelmer Vernooij <jelmer@debian.org> Wed, 02 Nov 2022 21:07:49 +0000
+
python-libnacl (1.8.0-2) unstable; urgency=medium
[ Debian Janitor ]
diff --git a/debian/control b/debian/control
index fc20549..38ee287 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
- libsodium-dev (>= 1.0.15),
+ libsodium-dev,
pkg-config,
- python3 (>= 3.1.2-8~),
+ python3,
python3-all,
python3-pytest,
python3-setuptools,