Author: frankie
Date: 2009-09-21 20:18:35 +0000 (Mon, 21 Sep 2009)
New Revision: 2480

Modified:
   packages/netcdf/trunk/debian/changelog
   packages/netcdf/trunk/debian/control
   packages/netcdf/trunk/debian/rules
   packages/netcdf/trunk/debian/watch
Log:
Released 3.6.3-1


Modified: packages/netcdf/trunk/debian/changelog
===================================================================
--- packages/netcdf/trunk/debian/changelog      2009-09-21 15:42:26 UTC (rev 
2479)
+++ packages/netcdf/trunk/debian/changelog      2009-09-21 20:18:35 UTC (rev 
2480)
@@ -10,8 +10,16 @@
   * Removed both patches merged upstream.
   * HTML documentation is now merged in single files.
   * Added Homepage and Vcs-* fields.
+  * Now netcdf-dbg moved to debug section.
+  * Now depends on dpkg (>= 1.15.4) | install-info
+  * Removed old Replaces/Conflicts on obsolete (pre-Lenny) netcdf packages.
+  * Moved netcdf-doc to Suggests instead of Recommends for libnetcdf-dev.
+  * Fixed debhelper-but-no-misc-depends lintian warn for netcdf-dbg
+    and netcdf-doc.
+  * Removed gfortran among Suggests for libnetcdf-dev.
+  * Fixed debian/watch file to show the most recent non-beta version.
 
- -- Francesco Paolo Lovergine <fran...@debian.org>  Mon, 21 Sep 2009 15:42:06 
+0200
+ -- Francesco Paolo Lovergine <fran...@debian.org>  Mon, 21 Sep 2009 21:37:50 
+0200
 
 netcdf (1:3.6.2-3.2) unstable; urgency=low
 

Modified: packages/netcdf/trunk/debian/control
===================================================================
--- packages/netcdf/trunk/debian/control        2009-09-21 15:42:26 UTC (rev 
2479)
+++ packages/netcdf/trunk/debian/control        2009-09-21 20:18:35 UTC (rev 
2480)
@@ -12,6 +12,7 @@
 Package: netcdf-doc
 Section: doc
 Architecture: all
+Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
 Description: Documentation for NetCDF
  This package contains documentation for the NetCDF library in a
  variety of formats.
@@ -29,10 +30,10 @@
  access, and sharing of scientific data.
 
 Package: netcdf-dbg
-Section: libdevel
+Section: debug
 Priority: extra
 Architecture: any
-Depends: libnetcdf4 (= ${binary:Version})
+Depends: libnetcdf4 (= ${binary:Version}), ${misc:Depends}
 Suggests: gdb
 Description: debugging symbols for NetCDF
  This package contains the files that make it possible to debug the
@@ -43,10 +44,7 @@
 Section: libdevel
 Architecture: any
 Depends: libnetcdf4 (= ${binary:Version}), ${misc:Depends}
-Suggests: gfortran, netcdf-bin
-Recommends: netcdf-doc
-Conflicts: netcdf-dev, netcdfg-dev (<< 3.6.2)
-Replaces: netcdf-dev, netcdfg-dev (<< 3.6.2)
+Suggests: netcdf-bin, netcdf-doc
 Description: Development kit for NetCDF
  NetCDF (network Common Data Form) is an interface for scientific
  data access and a freely-distributed software library that provides an

Modified: packages/netcdf/trunk/debian/rules
===================================================================
--- packages/netcdf/trunk/debian/rules  2009-09-21 15:42:26 UTC (rev 2479)
+++ packages/netcdf/trunk/debian/rules  2009-09-21 20:18:35 UTC (rev 2480)
@@ -30,11 +30,11 @@
 install/netcdf-bin::
        mv debian/tmp/usr/bin/* debian/netcdf-bin/usr/bin/
 
-clean::
-       for dir in netcdf netcdf-install netcdf-c netcdf-tutorial \
-                  netcdf-f77 netcdf-f90 netcdf-cxx; do \
-               rm -rf man/$$dir; \
-       done
+#clean::
+#      for dir in netcdf netcdf-install netcdf-c netcdf-tutorial \
+#                 netcdf-f77 netcdf-f90 netcdf-cxx; do \
+#              rm -rf man/$$dir; \
+#      done
 #      netcdf-c netcdf-cxx netcdf-f77 netcdf-f90 \
 #              netcdf-install netcdf-tutorial netcdf ; do \
 #              rm -f man/$$file.ps man/$$file.pdf \

Modified: packages/netcdf/trunk/debian/watch
===================================================================
--- packages/netcdf/trunk/debian/watch  2009-09-21 15:42:26 UTC (rev 2479)
+++ packages/netcdf/trunk/debian/watch  2009-09-21 20:18:35 UTC (rev 2480)
@@ -2,6 +2,6 @@
 
 # Compulsory line, this is a version 3 file
 version=3
-opts="uversionmangle=s/^[[:digit:]]*\.[[:digit:]]*-beta[[:digit:]]*/0.0.1/" \
- ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-([[:digit:]].*)\.tar\.gz debian 
uupdate
+#opts="uversionmangle=s/^[[:digit:]]*\.[[:digit:]]*-beta[[:digit:]]*/0.0.1/" \
+ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-([[:digit:]\.]*)\.tar\.gz debian 
uupdate
 


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to