So my changelog was incorrect as it set to 20070815.3-1+deb10u4, which actually should be 20070815.3-1+deb10u1, as this is uml-utilities package's first stable update proposed.
Attached patch revises the version revision number. On Wed, 2020-02-19 at 12:06 +0530, Ritesh Raj Sarraf wrote: > Control: tag -1 +patch > > Sorry to have missed to attach the debdiff. > > > On Tue, 2020-02-18 at 13:49 +0530, Ritesh Raj Sarraf wrote: > > Package: release.debian.org > > Severity: normal > > Tags: buster > > User: release.debian....@packages.debian.org > > Usertags: pu > > > > The port-helper binary shipped with the uml-utilities package was > > installed to a non-standard path creating problems for the uml tool > > to > > find the helper binary. Details are mentioned in DBUG: 928924 > > > > This change simply picks up the latest package version from > > Unstable. > > > > Note: the uml-utilities package is upstream maintained in the > > Debian > > salsa repository itself. Because there's no effective upstream for > > uml-utilities and all distributions that care of this pacakge > > maintain > > their respective forks. > > > > Some time ago, there was intent from Mattia Dongli, the previous > > co-maintainer for UML, to take upstream maintenance for uml- > > utilities. > > But since he retired from the Debian project, he's also been > > dormant > > on > > the UML side. So far, I've been taking care of uml-utilities > > (upstream) maintenance. > > > > > > Please let me know if the diff is okay and I'll then push it to > > proposed-updates > > > > > > -- System Information: > > Debian Release: bullseye/sid > > APT prefers testing > > APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable'), > > (1, 'experimental') > > Architecture: amd64 (x86_64) > > Foreign Architectures: i386 > > > > Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores) > > Kernel taint flags: TAINT_USER > > Locale: LANG=en_IN.UTF-8, LC_CTYPE=en_IN.UTF-8 (charmap=UTF-8), > > LANGUAGE=en_US (charmap=UTF-8) > > Shell: /bin/sh linked to /bin/dash > > Init: systemd (via /run/systemd/system) > > LSM: AppArmor: enabled -- Ritesh Raj Sarraf | http://people.debian.org/~rrs Debian - The Universal Operating System
diff -Nru uml-utilities-20070815.2/debian/changelog uml-utilities-20070815.3/debian/changelog --- uml-utilities-20070815.2/debian/changelog 2018-12-27 19:31:55.000000000 +0530 +++ uml-utilities-20070815.3/debian/changelog 2020-02-24 15:31:55.000000000 +0530 @@ -1,3 +1,18 @@ +uml-utilities (20070815.3-1+deb10u1) buster; urgency=medium + + * Fix long standing issue of port-helper binary not found by the uml + linux binary package + + -- Ritesh Raj Sarraf <r...@debian.org> Mon, 24 Feb 2020 15:31:55 +0530 + +uml-utilities (20070815.3-1) unstable; urgency=medium + + [ New Maintenance Release ] + * Drop Mattia Dongili from Uploaders list (Closes: #933155) + * Use standard path for libray installation. (Closes: #928924) + + -- Ritesh Raj Sarraf <r...@debian.org> Thu, 09 Jan 2020 16:50:07 +0530 + uml-utilities (20070815.2-1) unstable; urgency=medium [ New Maintenance Release ] diff -Nru uml-utilities-20070815.2/debian/control uml-utilities-20070815.3/debian/control --- uml-utilities-20070815.2/debian/control 2018-06-12 09:54:57.000000000 +0530 +++ uml-utilities-20070815.3/debian/control 2020-01-09 16:43:49.000000000 +0530 @@ -2,7 +2,7 @@ Section: otherosfs Priority: extra Maintainer: User Mode Linux Maintainers <team+...@tracker.debian.org> -Uploaders: Mattia Dongili <malat...@debian.org>, Ritesh Raj Sarraf <r...@debian.org> +Uploaders: Ritesh Raj Sarraf <r...@debian.org> Build-Depends: debhelper (>> 9.0.0), libreadline-dev, docbook-to-man, libfuse-dev Standards-Version: 3.9.8 Homepage: http://user-mode-linux.sourceforge.net/ diff -Nru uml-utilities-20070815.2/Makefile uml-utilities-20070815.3/Makefile --- uml-utilities-20070815.2/Makefile 2018-12-27 19:24:38.000000000 +0530 +++ uml-utilities-20070815.3/Makefile 2020-01-06 22:32:02.000000000 +0530 @@ -5,12 +5,7 @@ UMLVER = $(shell date +%Y%m%d) TARBALL = uml_utilities_$(UMLVER).tar.bz2 BIN_DIR = /usr/bin - -ifeq ($(shell uname -m),x86_64) -LIB_DIR = /usr/lib64/uml -else LIB_DIR = /usr/lib/uml -endif CFLAGS = -g -Wall #CFLAGS = -g -O2 -Wall
signature.asc
Description: This is a digitally signed message part