Hi, Apologies for not responding to this earlier, and for not realizing the correct procedure before uploading to testing-proposed-updates first. (I should have initiated the discussion and got agreement before uploading, rather than using the queue to "propose" the update).
In retrospect, the bug severity should be higher than 'normal', due to the data loss issue. The patch is as small as possible to make the change acceptable for release. Should I proceed with an unblock: bug to release.debian.org? best regards Alastair diff -urN debian/changelog debian-1.5/changelog --- debian/changelog 2012-02-14 13:58:35.000000000 +0000 +++ debian-1.5/changelog 2012-12-04 21:43:40.000000000 +0000 @@ -1,3 +1,10 @@ +cdo (1.5.4+dfsg.1-5) testing-proposed-updates; urgency=low + + * Fix for data loss due to '--enable-cgribex' not enabled. Thanks to + Marco Galli. Closes: #695009. + + -- Alastair McKinstry <[email protected]> Tue, 04 Dec 2012 21:42:43 +0000 + cdo (1.5.4+dfsg.1-4) unstable; urgency=low * New upstream release. diff -urN debian/rules debian-1.5/rules --- debian/rules 2011-11-27 11:07:41.000000000 +0000 +++ debian-1.5/rules 2012-12-04 21:43:53.000000000 +0000 @@ -13,7 +13,7 @@ CFLAGS += -fPIC ARCH:=$(shell dpkg --print-architecture) -WITH_GRIB:= --with-grib-api=/usr --disable-cgribex +WITH_GRIB:= --with-grib-api=/usr --enable-cgribex WITH_JASPER:= --with-jasper=/usr On 2013-01-27 17:52, Julien Cristau wrote: > On Thu, Dec 6, 2012 at 22:16:14 +0000, Adam D. Barratt wrote: > >> On Thu, 2012-12-06 at 11:50 +0000, Alastair McKinstry wrote: >>> cdo (1.5.4+dfsg.1-5) testing-proposed-updates; urgency=low >>> . >>> * Fix for data loss due to '--enable-cgribex' not enabled. Thanks to >>> Marco Galli. Closes: #695009. >> The bug mentioned in the changelog is filed with a severity of "normal". >> Is that correct / appropriate? Was this upload discussed in advance? >> Apologies if I've missed that. >> > Ping? > > Cheers, > Julien -- Alastair McKinstry , <[email protected]> , <[email protected]> http://diaspora.sceal.ie/u/amckinstry Anyone who believes exponential growth can go on forever in a finite world is either a madman or an economist - Kenneth Boulter, Economist. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

