Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
Usertags: pu

Hi,

the version of the psk31lx binary package in stretch (2.1-1) is lower
than the version in lenny (2.1+2.2beta1-8) which was built from
src:twpsk. Buster is fine with 2.2-1.
There was no psk31lx package in squeeze, wheezy or jessie.

Let's tune the version of the binary package to be
2.1+2.2really2.1-1+deb9u1 which nicely sorts between lenny and buster
and makes upgrades of grown systems work as intended.


Andreas
diff -Nru psk31lx-2.1/debian/changelog psk31lx-2.1/debian/changelog
--- psk31lx-2.1/debian/changelog        2015-11-08 01:51:54.000000000 +0100
+++ psk31lx-2.1/debian/changelog        2019-03-24 12:16:56.000000000 +0100
@@ -1,3 +1,12 @@
+psk31lx (2.1-1+deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Make the version of the binary package 2.1+2.2really2.1-1+deb9u1 s.t. this
+    sorts after the package in lenny (2.1+2.2beta1-8, built from src:twpsk)
+    and before the the package in buster (2.2-1).  (Closes: #911780)
+
+ -- Andreas Beckmann <a...@debian.org>  Sun, 24 Mar 2019 12:16:56 +0100
+
 psk31lx (2.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #772087)
diff -Nru psk31lx-2.1/debian/rules psk31lx-2.1/debian/rules
--- psk31lx-2.1/debian/rules    2015-06-14 16:43:14.000000000 +0200
+++ psk31lx-2.1/debian/rules    2019-03-24 12:16:56.000000000 +0100
@@ -2,6 +2,8 @@
 
 export DH_VERBOSE=1
 
+include /usr/share/dpkg/pkg-info.mk
+
 VER ?= $(shell head -n1 `echo $(MAKEFILE_LIST) \
                          | sed -e "s,rules$$,../debian/changelog,"` \
                | sed -e "s,.*(,," \
@@ -12,6 +14,9 @@
 %:
        dh $@ 
 
+override_dh_gencontrol:
+       dh_gencontrol -- -v2.1+2.2really$(DEB_VERSION)
+
 get-orig-source:
        @wget http://wa0eir.bcts.info/src/psk31lx-$(VER).src.tar.gz \
              -O psk31lx_$(VER).orig.tar.gz

Reply via email to