From 586fba4e4c5ad3ec9a344aabdb7450b2ab3a414c Mon Sep 17 00:00:00 2001 From: Carsten Schoenert <c.schoenert@t-online.de> Date: Thu, 6 Jul 2023 20:17:03 +0200 Subject: [PATCH] Document changes and release 2.1-1 --- debian/changelog | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 544f130..02c9502 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,26 @@ -python-django-js-asset (2.0-2) UNRELEASED; urgency=medium +python-django-js-asset (2.1-1) unstable; urgency=medium + [ Debian Janitor ] * Set field Upstream-Name in debian/copyright. * Update standards version to 4.6.1, no changes needed. - -- Debian Janitor <janitor@jelmer.uk> Sun, 04 Sep 2022 20:26:46 -0000 + [ Carsten Schoenert ] + * [6a780a2] New upstream version 2.1 + * [2509113] d/gbp.conf: Add some more defaults + * [4ab5770] Droping not used patch queue + No need to hold a patch queue any more, the one patch is now + obsolete. + * [2745064] d/control: Move over to hatchling and BuildProfileOpts + * [dd6eac9] d/control: Keep handling of Depends by ${python3:Depends} + * [937fbcf] d/control: Update Standards-Version to 4.6.2 + No further changes needed. + * [34f9eaf] d/rules: Remove --with option in default target + * [455e35b] autopkgtest: Split of the test call + * [fee99db] autopkgtest: Use a script d/t/upstream to run tests + * [0036a76] d/copyright: Update copyright data and content + * [fd29eef] d/control: Switch Maintainer to Debian Python Team + + -- Carsten Schoenert <c.schoenert@t-online.de> Thu, 06 Jul 2023 19:54:29 +0200 python-django-js-asset (2.0-1) unstable; urgency=medium -- GitLab