Control: tags 1073086 + patch Control: tags 1073086 + pending Dear maintainer,
I've prepared an ITS upload for tftp-hpa (versioned as 5.2+20150808-2) and uploaded it to DELAYED/7. Chris
diff -Nru tftp-hpa-5.2+20150808/debian/changelog tftp-hpa-5.2+20150808/debian/changelog --- tftp-hpa-5.2+20150808/debian/changelog 2022-10-25 22:20:18.000000000 +0200 +++ tftp-hpa-5.2+20150808/debian/changelog 2024-07-06 22:27:24.000000000 +0200 @@ -1,3 +1,14 @@ +tftp-hpa (5.2+20150808-2) unstable; urgency=medium + + * Adopt package (Closes: #1073086) + * Setup git-buildpackage + * d/control: reformat + * d/control: remove Architecture restrictions + * d/control: update Vcs-* fields + * d/control: update Homepage + + -- Chris Hofstaedtler <z...@debian.org> Sat, 06 Jul 2024 22:27:24 +0200 + tftp-hpa (5.2+20150808-1.4) unstable; urgency=medium * Non-maintainer upload. diff -Nru tftp-hpa-5.2+20150808/debian/control tftp-hpa-5.2+20150808/debian/control --- tftp-hpa-5.2+20150808/debian/control 2022-10-25 22:20:18.000000000 +0200 +++ tftp-hpa-5.2+20150808/debian/control 2024-07-06 22:27:24.000000000 +0200 @@ -1,18 +1,26 @@ Source: tftp-hpa Section: net Priority: optional -Maintainer: Ron Lee <r...@debian.org> -Build-Depends: debhelper (>= 9), autoconf, autotools-dev, libwrap0-dev, po-debconf +Maintainer: Chris Hofstaedtler <z...@debian.org> +Build-Depends: + autoconf, + autotools-dev, + debhelper (>= 9), + libwrap0-dev, + po-debconf, Standards-Version: 3.9.6.1 -Homepage: http://git.kernel.org/cgit/network/tftp/tftp-hpa.git -Vcs-Git: https://salsa.debian.org/ron/tftp-hpa.git -Vcs-Browser: https://salsa.debian.org/ron/tftp-hpa +Homepage: https://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git/ +Vcs-Git: https://salsa.debian.org/debian/tftp-hpa.git +Vcs-Browser: https://salsa.debian.org/debian/tftp-hpa Package: tftp-hpa -Architecture: linux-any kfreebsd-any -Depends: ${shlibs:Depends} -Breaks: tftp (<< 0.17-23.1) -Replaces: tftp (<< 0.17-23.1) +Architecture: any +Depends: + ${shlibs:Depends}, +Breaks: + tftp (<< 0.17-23.1), +Replaces: + tftp (<< 0.17-23.1), Description: HPA's tftp client Trivial File Transfer Protocol (TFTP) is a file transfer protocol, mainly to serve boot images over the network to other machines (PXE). @@ -24,8 +32,10 @@ Package: tftp-hpa-dbg Section: debug -Architecture: linux-any kfreebsd-any -Depends: tftp-hpa (= ${binary:Version}), tftpd-hpa (= ${binary:Version}) +Architecture: any +Depends: + tftp-hpa (= ${binary:Version}), + tftpd-hpa (= ${binary:Version}), Description: HPA's tftp (debug) Trivial File Transfer Protocol (TFTP) is a file transfer protocol, mainly to serve boot images over the network to other machines (PXE). @@ -36,12 +46,23 @@ This package contains the debugging symbols for both the client and the server. Package: tftpd-hpa -Architecture: linux-any kfreebsd-any -Depends: ${shlibs:Depends}, adduser, ${misc:Depends} -Conflicts: tftp-server, tftpd, atftpd -Replaces: tftp-server, tftpd, atftpd -Provides: tftp-server -Suggests: pxelinux +Architecture: any +Depends: + adduser, + ${misc:Depends}, + ${shlibs:Depends}, +Conflicts: + atftpd, + tftp-server, + tftpd, +Replaces: + atftpd, + tftp-server, + tftpd, +Provides: + tftp-server, +Suggests: + pxelinux, Description: HPA's tftp server Trivial File Transfer Protocol (TFTP) is a file transfer protocol, mainly to serve boot images over the network to other machines (PXE). diff -Nru tftp-hpa-5.2+20150808/debian/gbp.conf tftp-hpa-5.2+20150808/debian/gbp.conf --- tftp-hpa-5.2+20150808/debian/gbp.conf 1970-01-01 01:00:00.000000000 +0100 +++ tftp-hpa-5.2+20150808/debian/gbp.conf 2024-07-06 22:27:24.000000000 +0200 @@ -0,0 +1,4 @@ +[DEFAULT] +pristine-tar = False +debian-branch = debian +upstream-branch = master