Control: tags 1030456 + patch Control: tags 1030456 + pending Dear maintainer,
I've prepared an NMU for drslib (versioned as 0.3.1.p3-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru drslib-0.3.1.p3/debian/changelog drslib-0.3.1.p3/debian/changelog --- drslib-0.3.1.p3/debian/changelog 2019-09-02 12:01:07.000000000 +0300 +++ drslib-0.3.1.p3/debian/changelog 2023-02-25 23:47:55.000000000 +0200 @@ -1,3 +1,10 @@ +drslib (0.3.1.p3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * setup.py: Use a valid version. (Closes: #1030456) + + -- Adrian Bunk <b...@debian.org> Sat, 25 Feb 2023 23:47:55 +0200 + drslib (0.3.1.p3-2) unstable; urgency=medium * Drop python2 support as EOL. Closes: #936446 diff -Nru drslib-0.3.1.p3/debian/patches/series drslib-0.3.1.p3/debian/patches/series --- drslib-0.3.1.p3/debian/patches/series 2019-09-02 12:01:07.000000000 +0300 +++ drslib-0.3.1.p3/debian/patches/series 2023-02-25 23:47:55.000000000 +0200 @@ -1,2 +1,3 @@ deb-config.patch python3.patch +version.patch diff -Nru drslib-0.3.1.p3/debian/patches/version.patch drslib-0.3.1.p3/debian/patches/version.patch --- drslib-0.3.1.p3/debian/patches/version.patch 1970-01-01 02:00:00.000000000 +0200 +++ drslib-0.3.1.p3/debian/patches/version.patch 2023-02-25 23:47:55.000000000 +0200 @@ -0,0 +1,15 @@ +Description: setup.py: Use a valid version +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/1030456 + +--- drslib-0.3.1.p3.orig/setup.py ++++ drslib-0.3.1.p3/setup.py +@@ -8,7 +8,7 @@ + from setuptools import setup, find_packages + import sys, os + +-version = '0.3.1p3' ++version = '0.3.1' + drs_version = '0.28' + + setup(name='drslib',