[DebianGIS-dev] r2690 - packages/netcdf/branches/4.1/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Wed Feb 3 14:07:41 UTC 2010
Author: frankie
Date: 2010-02-03 14:07:40 +0000 (Wed, 03 Feb 2010)
New Revision: 2690
Modified:
packages/netcdf/branches/4.1/debian/changelog
packages/netcdf/branches/4.1/debian/control
packages/netcdf/branches/4.1/debian/rules
Log:
Fixing netcdf-doc installing.
Modified: packages/netcdf/branches/4.1/debian/changelog
===================================================================
--- packages/netcdf/branches/4.1/debian/changelog 2010-02-03 13:13:54 UTC (rev 2689)
+++ packages/netcdf/branches/4.1/debian/changelog 2010-02-03 14:07:40 UTC (rev 2690)
@@ -1,8 +1,15 @@
netcdf (1:4.1~beta2-1) experimental; urgency=low
+ [ Francesco Paolo Lovergine ]
+ * New upstream beta release.
+ * Policy bumped to 3.8.4, without changes.
+ * Updated install hook for netcdf-doc to cp all types of documents from man4,
+ which are currently no more installed.
+ `
+ [ Alastair McKinstry ]
* Enable --with-libcf to generate libcf.
- -- Alastair McKinstry <mckinstry at debian.org> Wed, 04 Nov 2009 12:43:07 +0000
+ -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 03 Feb 2010 14:54:37 +0100
netcdf (1:4.0.1-2) experimental; urgency=low
Modified: packages/netcdf/branches/4.1/debian/control
===================================================================
--- packages/netcdf/branches/4.1/debian/control 2010-02-03 13:13:54 UTC (rev 2689)
+++ packages/netcdf/branches/4.1/debian/control 2010-02-03 14:07:40 UTC (rev 2690)
@@ -4,7 +4,7 @@
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
Build-Depends: debhelper (>= 7), cdbs, gfortran, texinfo, quilt, zlib1g-dev, libhdf5-serial-dev, libdap-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://www.unidata.ucar.edu/software/netcdf/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/netcdf/
Vcs-Svn: svn://svn.debian.org/pkg-grass/packages/netcdf/
Modified: packages/netcdf/branches/4.1/debian/rules
===================================================================
--- packages/netcdf/branches/4.1/debian/rules 2010-02-03 13:13:54 UTC (rev 2689)
+++ packages/netcdf/branches/4.1/debian/rules 2010-02-03 14:07:40 UTC (rev 2690)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# change at every upstream upgrade
-DEB_TAR_SRCDIR = netcdf-4.1~beta2
+DEB_TAR_SRCDIR = netcdf-4.1-beta2
DEB_TARBALL = $(CURDIR)/upstream/$(DEB_TAR_SRCDIR).tar.gz
SRC_TREE = $(CURDIR)/build-tree/$(DEB_TAR_SRCDIR)
@@ -45,5 +45,11 @@
install/netcdf-doc::
install -d debian/tmp/doc
+ install -d debian/tmp/usr/share/doc/netcdf
+ install -d debian/tmp/usr/share/info
install -m 644 -o root -g root $(SRC_TREE)/man4/*.html debian/tmp/doc/.
+ install -m 644 -o root -g root $(SRC_TREE)/man4/*.pdf debian/tmp/usr/share/doc/netcdf/.
+ install -m 644 -o root -g root $(SRC_TREE)/man4/*.txt debian/tmp/usr/share/doc/netcdf/.
+ install -m 644 -o root -g root $(SRC_TREE)/man4/*.ps debian/tmp/usr/share/doc/netcdf/.
+ install -m 644 -o root -g root $(SRC_TREE)/man4/*.info debian/tmp/usr/share/info/.
More information about the Pkg-grass-devel
mailing list