Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian....@packages.debian.org
Usertags: pu
X-Debbugs-Cc: n...@packages.debian.org
Control: affects -1 + src:nco

[ Reason ]
As reported in #1043409, nco in bookworm lost udunits2 support causing a 
significant loss in functionality.

[ Impact ]
Significant loss of functionality.

[ Tests ]
Upstream test suite.

[ Risks ]
Low, trivial change to a leaf package.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
The branch needs to be updated to keep git-buildpackage and debcheckout working.

The --disable-udunits configure option now disables udunits2 support instead of 
udunits support as before, dropping the option makes --enable-udunits2 works as 
intended again.

[ Other info ]
N/A

Kind Regards,

Bas
diff -Nru nco-5.1.4/debian/changelog nco-5.1.4/debian/changelog
--- nco-5.1.4/debian/changelog  2023-01-11 08:01:46.000000000 +0100
+++ nco-5.1.4/debian/changelog  2023-08-10 19:23:45.000000000 +0200
@@ -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 <sebas...@debian.org>  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 08:01:46.000000000 +0100
+++ nco-5.1.4/debian/control    2023-08-10 19:23:43.000000000 +0200
@@ -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 08:01:46.000000000 +0100
+++ nco-5.1.4/debian/gbp.conf   2023-08-10 19:23:36.000000000 +0200
@@ -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 08:01:46.000000000 +0100
+++ nco-5.1.4/debian/rules      2023-08-10 19:23:45.000000000 +0200
@@ -25,7 +25,6 @@
                --libdir=/usr/lib/nco \
                --disable-nco_cplusplus \
                --disable-static \
-               --disable-udunits \
                --enable-dap \
                --enable-gsl \
                --enable-ncap2 \

Reply via email to