summaryrefslogtreecommitdiff
diff options
-rw-r--r--debian/changelog9
-rw-r--r--debian/compat1
-rw-r--r--debian/control4
3 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f1c4947..c19eede 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-u2flib-server (5.0.0-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop dependency on python3-nose (Closes: #1018592)
+ * Bump debhelper from old 11 to 13.
+ * Set "Rules-Requires-Root: no"
+
+ -- Alexandre Detiste <tchet@debian.org> Sat, 25 May 2024 16:16:32 +0200
+
python-u2flib-server (5.0.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index e155223..1a8cb7f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: python-u2flib-server
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
-Build-Depends: debhelper (>= 11~)
+Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
dh-python,
python3-m2crypto,
- python3-nose (>= 1.3.4),
python3-all,
python3-pyasn1,
python3-pyasn1-modules,
python3-setuptools,
+Rules-Requires-Root: no
Standards-Version: 4.2.1
Homepage: https://developers.yubico.com/python-u2flib-server
Vcs-Git: https://salsa.debian.org/debian/python-u2flib-server.git