[DebianGIS-dev] r1633 - packages/gmt/branches/4.2.1/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Fri Jun 13 11:59:36 UTC 2008
Author: frankie
Date: 2008-06-13 11:59:35 +0000 (Fri, 13 Jun 2008)
New Revision: 1633
Modified:
packages/gmt/branches/4.2.1/debian/changelog
packages/gmt/branches/4.2.1/debian/control
Log:
Fixing build-dep
Modified: packages/gmt/branches/4.2.1/debian/changelog
===================================================================
--- packages/gmt/branches/4.2.1/debian/changelog 2008-06-13 11:56:28 UTC (rev 1632)
+++ packages/gmt/branches/4.2.1/debian/changelog 2008-06-13 11:59:35 UTC (rev 1633)
@@ -1,3 +1,9 @@
+gmt (4.2.1-3) UNRELEASED; urgency=low
+
+ * Changed build-dep to libnetcdf-dev instead of netcdfg-dev now obsolete.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Fri, 13 Jun 2008 13:57:46 +0200
+
gmt (4.2.1-2) unstable; urgency=low
* Fixed duplicates of man pages in /usr/lib/gmt/man (merged from trunk).
@@ -2,3 +8,4 @@
* Missing man section 3 page added (merged from trunk).
- * Fixed clean target to remove GMT symlink and quilt .pc dir (merged from trunk).
+ * Fixed clean target to remove GMT symlink and quilt .pc dir (merged
+ from trunk).
@@ -8,11 +15,13 @@
gmt (4.2.1-1) unstable; urgency=low
- * New upstream release. There is no more a _man file, all manpages are in _src.
- debian/rules changed as consequence.
- This partially fixes #181557 but project.1 is still a bit weird.
- * Revised man page installation in debian/rules, due to changes in the building system.
- * In debian/rules: added LDFLAGS="-g" at build-time, in order to create unstripped binaries.
+ * New upstream release. There is no more a _man file, all manpages
+ are in _src debian/rules changed as consequence This partially fixes
+ #181557 but project.1 is still a bit weird.
+ * Revised man page installation in debian/rules, due to changes in the
+ building system.
+ * In debian/rules: added LDFLAGS="-g" at build-time, in order to
+ create unstripped binaries.
(closes: #437047)
* In debian/rules: added private libraries path to search for libs when
calling dh_shlibdeps
@@ -22,8 +31,8 @@
* GMT wrapper changed to modify PATH before calling a GMT command.
Patch applied on fly in debian/rules.
(closes: #416869)
- * Fixed patches and debian/rules to use quilt in top dir and support next generation
- source package.
+ * Fixed patches and debian/rules to use quilt in top dir and support
+ next generation source package.
(closes: #485163)
-- Francesco Paolo Lovergine <frankie at debian.org> Thu, 12 Jun 2008 14:21:53 +0200
Modified: packages/gmt/branches/4.2.1/debian/control
===================================================================
--- packages/gmt/branches/4.2.1/debian/control 2008-06-13 11:56:28 UTC (rev 1632)
+++ packages/gmt/branches/4.2.1/debian/control 2008-06-13 11:59:35 UTC (rev 1633)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Torsten Landschoff <torsten at debian.org>, Francesco P. Lovergine <frankie at debian.org>
-Build-Depends: netcdfg-dev, tcsh | csh | c-shell, debhelper (>= 5.0), bzip2, quilt, libxmu-headers, libxaw7-dev
+Build-Depends: libnetcdf-dev, tcsh | csh | c-shell, debhelper (>= 5.0), bzip2, quilt, libxmu-headers, libxaw7-dev
Build-Depends-Indep: debhelper (>= 5.0), bzip2, quilt
Standards-Version: 3.7.3
Homepage: http://gmt.soest.hawaii.edu/
More information about the Pkg-grass-devel
mailing list