From f8a8a5e86474434541f16b607f8639815d9e153d Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 23 Apr 2023 22:43:01 +0200 Subject: [PATCH] Update packaging and bump changelog for 0.7.0-1 --- debian/changelog | 9 +++++++-- debian/control | 3 ++- debian/python3-pylibacl.docs | 1 + debian/rules | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 debian/python3-pylibacl.docs diff --git a/debian/changelog b/debian/changelog index a520000..4154dba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ -python-pylibacl (0.6.0-4) UNRELEASED; urgency=medium +python-pylibacl (0.7.0-1) sid; urgency=medium + [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. * Fix field name case in debian/copyright (Upstream-contact ⇒ Upstream-Contact). - -- Debian Janitor Wed, 16 Nov 2022 10:19:25 -0000 + [ Iustin Pop ] + * New (minor) upstream release (error handling improvements, testing + improvements, adopt to more modern Python guidelines). + + -- Iustin Pop Sun, 23 Apr 2023 22:37:00 +0200 python-pylibacl (0.6.0-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index b27ac75..70f9e35 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Iustin Pop Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-all-dev, - libacl1-dev, python3-setuptools, python3-sphinx + libacl1-dev, python3-setuptools, + python3-sphinx, python3-recommonmark Standards-Version: 4.6.2 Homepage: https://pylibacl.k1024.org/ Vcs-Browser: https://salsa.debian.org/debian/python-pylibacl diff --git a/debian/python3-pylibacl.docs b/debian/python3-pylibacl.docs new file mode 100644 index 0000000..0d9b59b --- /dev/null +++ b/debian/python3-pylibacl.docs @@ -0,0 +1 @@ +SECURITY.md diff --git a/debian/rules b/debian/rules index ff218d9..92ad3e9 100755 --- a/debian/rules +++ b/debian/rules @@ -33,4 +33,4 @@ override_dh_installdocs: dh_installdocs -A --remaining-packages README.md override_dh_installchangelogs: - dh_installchangelogs -A NEWS + dh_installchangelogs -A NEWS.md -- 2.39.2