[DebianGIS-dev] r1634 - packages/gmt/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Fri Jun 13 12:00:22 UTC 2008


Author: frankie
Date: 2008-06-13 12:00:19 +0000 (Fri, 13 Jun 2008)
New Revision: 1634

Modified:
   packages/gmt/trunk/debian/changelog
   packages/gmt/trunk/debian/control
   packages/gmt/trunk/debian/copyright
   packages/gmt/trunk/debian/rules
Log:
Other changes 


Modified: packages/gmt/trunk/debian/changelog
===================================================================
--- packages/gmt/trunk/debian/changelog	2008-06-13 11:59:35 UTC (rev 1633)
+++ packages/gmt/trunk/debian/changelog	2008-06-13 12:00:19 UTC (rev 1634)
@@ -3,26 +3,35 @@
   * New upstream release
     (closes: #480931)
   * Fixed download URL. 
-  * Added a README.source file to document how creating the upstream tarball. 
-  * Patch disable_unsupported.diff dropped and moved to use appropriate configure flag.
+  * Added a README.source file to document how creating the upstream
+    tarball.
+  * Patch disable_unsupported.diff dropped and moved to use appropriate
+    configure flag.
   * Added three new PDF documents in different formats.
   * Policy bumped to 3.8.0.
-  * Now GMT is providing correct versioning and SONAMEs for shared libs, so
-    moving to supporting development libraries by splitting libgmt4 and libgmt-dev
-    binary packages. A long due wishlist finally managed, yeah!
+  * Now GMT is providing correct versioning and SONAMEs for shared libs,
+    so moving to supporting development libraries by splitting libgmt4 and
+    libgmt-dev binary packages. A long due wishlist finally managed, yeah!
     (closes: #210611)
-  * Removed manpages duplicates.
+  * Removed manpages duplicates and changing man section to *gmt 
+    in man headers [lintian].
+  * Removed empty man directories.
   * Fixed clean target to remove GMT symlink.
+  * Fixed wrapping in debian/changelog [lintian]
+  * Added copyright notice to debian/copyright [lintian]
+  * Moved to libnetcdf-dev instead of old netcdfg-dev now obsolete.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 13 Jun 2008 10:08:30 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 13 Jun 2008 13:59:56 +0200
 
 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
@@ -32,8 +41,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/trunk/debian/control
===================================================================
--- packages/gmt/trunk/debian/control	2008-06-13 11:59:35 UTC (rev 1633)
+++ packages/gmt/trunk/debian/control	2008-06-13 12:00:19 UTC (rev 1634)
@@ -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.8.0
 Homepage: http://gmt.soest.hawaii.edu/
@@ -31,6 +31,7 @@
 
 Package: libgmt4
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}
 Suggests: gmt
 Description: Generic Mapping Tools Library
@@ -42,7 +43,8 @@
 
 Package: libgmt-dev
 Architecture: any
-Depends: ${shlibs:Depends}, libgmt4 (=${binary:Version})
+Section: libdevel
+Depends: ${shlibs:Depends}, libgmt4 (=${binary:Version}), libnetcdf-dev
 Suggests: gmt
 Description: Generic Mapping Tools Library
  These set of libraries allow manipulating geographic and Cartesian data sets

Modified: packages/gmt/trunk/debian/copyright
===================================================================
--- packages/gmt/trunk/debian/copyright	2008-06-13 11:59:35 UTC (rev 1633)
+++ packages/gmt/trunk/debian/copyright	2008-06-13 12:00:19 UTC (rev 1634)
@@ -13,6 +13,8 @@
 
 Copyright:
 
+Copyright (c) 1991-2008, P. Wessel & W. H. F. Smith
+
 This software is covered by the GNU Library General Public Licence
 (version 2, or if you choose, a later version).
 

Modified: packages/gmt/trunk/debian/rules
===================================================================
--- packages/gmt/trunk/debian/rules	2008-06-13 11:59:35 UTC (rev 1633)
+++ packages/gmt/trunk/debian/rules	2008-06-13 12:00:19 UTC (rev 1634)
@@ -101,10 +101,12 @@
 	for section in 1 3 5; do \
 		mkdir -p $(DESTDIR)/usr/share/man/man$${section}; \
 		for manpage in $(DESTDIR)/usr/lib/gmt/share/man/man$${section}/*.$${section}; do \
-			gzip -c $${manpage} >$(DESTDIR)/usr/share/man/man$${section}/`basename $${manpage}`gmt.gz; \
+			sed -e "s/^\.TH \(.*\) $${section}/\.TH \1 $${section}gmt/" $${manpage}|gzip \
+			       >$(DESTDIR)/usr/share/man/man$${section}/`basename $${manpage}`gmt.gz; \
 			rm -f $${manpage}; \
 		done; \
 	done
+	rm -rf $(DESTDIR)/usr/share/gmt/man
 
 	touch $@
 
@@ -122,9 +124,9 @@
 	dh_link -a
 	dh_compress -a -X.pdf
 	dh_fixperms -a
-	dh_installdeb -a
 	dh_makeshlibs -a
 	dh_shlibdeps -a -l$(DESTDIR)/usr/lib/gmt/lib
+	dh_installdeb -a
 	dh_gencontrol -a
 	dh_md5sums -a
 	dh_builddeb -a




More information about the Pkg-grass-devel mailing list