diff -Nru dav-text-0.9.0/debian/changelog dav-text-0.9.0/debian/changelog --- dav-text-0.9.0/debian/changelog 2020-09-06 19:58:14.000000000 +0000 +++ dav-text-0.9.0/debian/changelog 2024-05-03 20:04:13.000000000 +0000 @@ -1,3 +1,17 @@ +dav-text (0.9.0-3) unstable; urgency=medium + + * QA upload. + + * Added d/gbp.conf to describe branch layout. + * Updated vcs in d/control to Salsa. + * Updated d/gbp.conf to enforce the use of pristine-tar. + * Updated Standards-Version from 4.5.0 to 4.7.0. + * Use wrap-and-sort -at for debian control files + * Flag in d/control that no root is needed during build. + * Remove obsolete override_dh_auto_build entry from d/rules. + + -- Petter Reinholdtsen Fri, 03 May 2024 22:04:13 +0200 + dav-text (0.9.0-2) unstable; urgency=medium * QA upload. diff -Nru dav-text-0.9.0/debian/control dav-text-0.9.0/debian/control --- dav-text-0.9.0/debian/control 2020-09-06 19:57:04.000000000 +0000 +++ dav-text-0.9.0/debian/control 2024-05-03 20:01:09.000000000 +0000 @@ -2,13 +2,18 @@ Section: text Priority: optional Maintainer: Debian QA Group -Build-Depends: debhelper-compat (= 13), libncurses-dev -Standards-Version: 4.5.0 +Build-Depends: debhelper-compat (= 13), + libncurses-dev, +Standards-Version: 4.7.0 Homepage: https://github.com/atsb/dav-text +Vcs-Browser: https://salsa.debian.org/debian/dav-text +Vcs-Git: https://salsa.debian.org/debian/dav-text.git +Rules-Requires-Root: no Package: dav-text Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, Description: minimalist ncurses-based text editor Dav is meant to provide a stable text editor that is efficient in both memory and processor usage. It is simple to use, making it ideal for diff -Nru dav-text-0.9.0/debian/copyright dav-text-0.9.0/debian/copyright --- dav-text-0.9.0/debian/copyright 2020-09-06 19:35:36.000000000 +0000 +++ dav-text-0.9.0/debian/copyright 2024-05-03 19:59:35.000000000 +0000 @@ -25,4 +25,3 @@ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. - diff -Nru dav-text-0.9.0/debian/gbp.conf dav-text-0.9.0/debian/gbp.conf --- dav-text-0.9.0/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ dav-text-0.9.0/debian/gbp.conf 2024-05-03 19:59:22.000000000 +0000 @@ -0,0 +1,4 @@ +[DEFAULT] +debian-branch = debian/latest +upstream-branch = upstream/latest +pristine-tar = True diff -Nru dav-text-0.9.0/debian/rules dav-text-0.9.0/debian/rules --- dav-text-0.9.0/debian/rules 2020-09-06 19:35:36.000000000 +0000 +++ dav-text-0.9.0/debian/rules 2024-05-03 20:02:16.000000000 +0000 @@ -3,8 +3,5 @@ %: dh $@ -override_dh_auto_build: - dh_auto_build - override_dh_auto_install: dh_auto_install -- prefix=/usr