tags 442685 + patch thanks Hi,
Attached is the diff for my nco 3.9.0-1.1 NMU.
diff -u nco-3.9.0/debian/control nco-3.9.0/debian/control --- nco-3.9.0/debian/control +++ nco-3.9.0/debian/control @@ -4,6 +4,7 @@ Maintainer: Charlie Zender <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4), antlr, bison, flex, libantlr-dev, netcdf-bin, netcdfg-dev, texinfo Standards-Version: 3.7.2 +Homepage: http://nco.sourceforge.net/ Package: nco Architecture: any diff -u nco-3.9.0/debian/changelog nco-3.9.0/debian/changelog --- nco-3.9.0/debian/changelog +++ nco-3.9.0/debian/changelog @@ -1,3 +1,17 @@ +nco (3.9.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - fixed FTBFS if build twice in a row (Closes: #442685) + * debian/doc-base + - changed section + * debian/watch + - added + * debian/control + - added Homepage field + + -- Sandro Tosi <[EMAIL PROTECTED]> Sat, 19 Apr 2008 16:28:04 +0200 + nco (3.9.0-1) unstable; urgency=low * new upstream version (includes netCDF4 atomic types) diff -u nco-3.9.0/debian/doc-base nco-3.9.0/debian/doc-base --- nco-3.9.0/debian/doc-base +++ nco-3.9.0/debian/doc-base @@ -5,7 +5,7 @@ NCO is a suite of programs, or operators, that take netCDF files as input, perform an operation (e.g. averaging or hyperslabbing) and produce an output netCDF file. -Section: Apps/Science +Section: Science/Data Analysis Format: info Index: /usr/share/info/nco.info.gz diff -u nco-3.9.0/debian/rules nco-3.9.0/debian/rules --- nco-3.9.0/debian/rules +++ nco-3.9.0/debian/rules @@ -68,6 +68,9 @@ dh_testroot rm -f build-arch-stamp build-indep-stamp config-stamp -$(MAKE) distclean + + rm -f data/big.nc + dh_clean install: install-arch only in patch2: unchanged: --- nco-3.9.0.orig/debian/watch +++ nco-3.9.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://dust.ess.uci.edu/nco/src/nco-(.*)\.tar\.gz

