Version in base suite: 5.1.4-1 Base version: nco_5.1.4-1 Target version: nco_5.1.4-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/n/nco/nco_5.1.4-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/n/nco/nco_5.1.4-1+deb12u1.dsc changelog | 8 ++++++++ control | 2 +- gbp.conf | 2 +- rules | 1 - 4 files changed, 10 insertions(+), 3 deletions(-) diff -Nru nco-5.1.4/debian/changelog nco-5.1.4/debian/changelog --- nco-5.1.4/debian/changelog 2023-01-11 07:01:46.000000000 +0000 +++ nco-5.1.4/debian/changelog 2023-08-10 17:23:45.000000000 +0000 @@ -1,3 +1,11 @@ +nco (5.1.4-1+deb12u1) bookworm; urgency=medium + + * Update branch in gbp.conf & Vcs-Git URL. + * Fix udunits2 support. + (closes: #1043409) + + -- Bas Couwenberg Thu, 10 Aug 2023 19:23:45 +0200 + nco (5.1.4-1) unstable; urgency=medium * New upstream release. diff -Nru nco-5.1.4/debian/control nco-5.1.4/debian/control --- nco-5.1.4/debian/control 2023-01-11 07:01:46.000000000 +0000 +++ nco-5.1.4/debian/control 2023-08-10 17:23:45.000000000 +0000 @@ -18,7 +18,7 @@ texinfo Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/nco -Vcs-Git: https://salsa.debian.org/debian-gis-team/nco.git +Vcs-Git: https://salsa.debian.org/debian-gis-team/nco.git -b bookworm Homepage: http://nco.sourceforge.net/ Rules-Requires-Root: no diff -Nru nco-5.1.4/debian/gbp.conf nco-5.1.4/debian/gbp.conf --- nco-5.1.4/debian/gbp.conf 2023-01-11 07:01:46.000000000 +0000 +++ nco-5.1.4/debian/gbp.conf 2023-08-10 17:23:45.000000000 +0000 @@ -6,7 +6,7 @@ # The default name for the Debian branch is "master". # Change it if the name is different (for instance, "debian/unstable"). -debian-branch = master +debian-branch = bookworm # git-import-orig uses the following names for the upstream tags. # Change the value if you are not using git-import-orig diff -Nru nco-5.1.4/debian/rules nco-5.1.4/debian/rules --- nco-5.1.4/debian/rules 2023-01-11 07:01:46.000000000 +0000 +++ nco-5.1.4/debian/rules 2023-08-10 17:23:45.000000000 +0000 @@ -25,7 +25,6 @@ --libdir=/usr/lib/nco \ --disable-nco_cplusplus \ --disable-static \ - --disable-udunits \ --enable-dap \ --enable-gsl \ --enable-ncap2 \