Control: tags 1089482 + patch Control: tags 1089482 + pending
Dear maintainer, I've prepared an NMU for xplot (versioned as 1.19-9.2) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru xplot-1.19/debian/changelog xplot-1.19/debian/changelog --- xplot-1.19/debian/changelog 2022-11-06 17:18:50.000000000 +0100 +++ xplot-1.19/debian/changelog 2024-12-15 14:01:48.000000000 +0100 @@ -1,3 +1,10 @@ +xplot (1.19-9.2) unstable; urgency=medium + + * Non-maintainer upload. + * Use modern debhelper (Closes: #1089482) + + -- Chris Hofstaedtler <z...@debian.org> Sun, 15 Dec 2024 14:01:48 +0100 + xplot (1.19-9.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru xplot-1.19/debian/compat xplot-1.19/debian/compat --- xplot-1.19/debian/compat 2010-05-28 02:59:00.000000000 +0200 +++ xplot-1.19/debian/compat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -7 diff -Nru xplot-1.19/debian/control xplot-1.19/debian/control --- xplot-1.19/debian/control 2010-05-28 03:00:07.000000000 +0200 +++ xplot-1.19/debian/control 2024-12-15 14:01:48.000000000 +0100 @@ -2,7 +2,7 @@ Section: science Priority: optional Maintainer: Peter S Galbraith <p...@debian.org> -Build-Depends: debhelper (>= 7), libforms-dev +Build-Depends: debhelper-compat (= 13), libforms-dev Standards-Version: 3.8.4 Package: xplot diff -Nru xplot-1.19/debian/install xplot-1.19/debian/install --- xplot-1.19/debian/install 1970-01-01 01:00:00.000000000 +0100 +++ xplot-1.19/debian/install 2024-12-15 14:01:48.000000000 +0100 @@ -0,0 +1,2 @@ +src/xplot usr/bin +xplot.help usr/share/xplot diff -Nru xplot-1.19/debian/manpages xplot-1.19/debian/manpages --- xplot-1.19/debian/manpages 1970-01-01 01:00:00.000000000 +0100 +++ xplot-1.19/debian/manpages 2024-12-15 14:01:48.000000000 +0100 @@ -0,0 +1 @@ +src/xplot.1 diff -Nru xplot-1.19/debian/rules xplot-1.19/debian/rules --- xplot-1.19/debian/rules 2022-11-06 17:18:50.000000000 +0100 +++ xplot-1.19/debian/rules 2024-12-15 14:01:48.000000000 +0100 @@ -1,66 +1,18 @@ #!/usr/bin/make -f -# Made with the aid of debmake, by Christoph Lameter, -# based on the sample debian/rules file for GNU hello by Ian Jackson. - # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -package=xplot - -build: - $(checkdir) +%: + dh $@ - (cd src; make xplot PREFIX="/usr") - touch build +override_dh_auto_build: + make -C src xplot PREFIX="/usr" -clean: - $(checkdir) - -rm -f build - (cd src; make clean) - -mv src/.makedist.orig src/.makedist-orig - dh_clean - -mv src/.makedist-orig src/.makedist.orig +override_dh_auto_clean: + make -C src clean + #-mv src/.makedist.orig src/.makedist-orig + #dh_clean + #-mv src/.makedist-orig src/.makedist.orig -binary-indep: checkroot build - $(checkdir) -# There are no architecture-independent files to be uploaded -# generated by this package. If there were any they would be -# made here. - -binary-arch: checkroot build - $(checkdir) - -rm -rf debian/xplot - install -d debian/xplot/usr/bin - install -d debian/xplot/usr/share/xplot - install -m 0644 xplot.help debian/xplot/usr/share/xplot/ - install -m 755 src/xplot debian/xplot/usr/bin/ - dh_installdirs - dh_installdocs xplot.README - dh_installexamples +override_dh_installchangelogs: dh_installchangelogs src/ChangeLog - dh_installmenu - dh_installcron - dh_installman -pxplot src/xplot.1 - dh_strip - dh_compress - dh_fixperms - dh_shlibdeps - dh_gencontrol - dh_installdeb - dh_md5sums - dh_builddeb - -define checkdir - test -f debian/rules -endef - -binary: binary-indep binary-arch - -checkroot: - $(checkdir) - test root = "`whoami`" - -build-arch: build -build-indep: build - -.PHONY: build-arch build-indep binary binary-arch binary-indep clean checkroot diff -Nru xplot-1.19/debian/xplot.docs xplot-1.19/debian/xplot.docs --- xplot-1.19/debian/xplot.docs 1970-01-01 01:00:00.000000000 +0100 +++ xplot-1.19/debian/xplot.docs 2024-12-15 14:01:48.000000000 +0100 @@ -0,0 +1 @@ +xplot.README