[DebianGIS-dev] r1759 - packages/proj/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Aug 28 17:32:01 UTC 2008


Author: frankie
Date: 2008-08-28 17:32:01 +0000 (Thu, 28 Aug 2008)
New Revision: 1759

Modified:
   packages/proj/trunk/debian/changelog
   packages/proj/trunk/debian/links
   packages/proj/trunk/debian/rules
Log:
Fixing documentation issues.


Modified: packages/proj/trunk/debian/changelog
===================================================================
--- packages/proj/trunk/debian/changelog	2008-08-11 12:42:39 UTC (rev 1758)
+++ packages/proj/trunk/debian/changelog	2008-08-28 17:32:01 UTC (rev 1759)
@@ -1,9 +1,17 @@
-proj (4.6.0-1) UNRELEASED; urgency=low
+proj (4.6.0-2) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * proj.3 link moved in the right directory.
+  * Fixing manpages in debian/rules to avoid too narrow rendering.
+    (closes: #495995)
 
- -- Peter Galbraith <psg at dnydns.org>  Sat, 22 Dec 2007 16:46:09 -0500
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 28 Aug 2008 19:31:20 +0200
 
+proj (4.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Peter Galbraith <psg at dnydns.org>  Sat, 21 Dec 2007 16:46:09 -0500
+
 proj (4.5.0-2) unstable; urgency=low
 
   * Releasing for unstable.

Modified: packages/proj/trunk/debian/links
===================================================================
--- packages/proj/trunk/debian/links	2008-08-11 12:42:39 UTC (rev 1758)
+++ packages/proj/trunk/debian/links	2008-08-28 17:32:01 UTC (rev 1759)
@@ -1,4 +1,4 @@
 usr/share/man/man1/proj.1 usr/share/man/man1/invproj.1
 usr/share/man/man1/geod.1 usr/share/man/man1/invgeod.1
-usr/share/man/man3/pj_init.3 usr/share/man/man1/proj.3
+usr/share/man/man3/pj_init.3 usr/share/man/man3/proj.3
 

Modified: packages/proj/trunk/debian/rules
===================================================================
--- packages/proj/trunk/debian/rules	2008-08-11 12:42:39 UTC (rev 1758)
+++ packages/proj/trunk/debian/rules	2008-08-28 17:32:01 UTC (rev 1759)
@@ -35,6 +35,11 @@
 
 	# Add here commands to install the package into debian/proj.
 	make install DESTDIR=`pwd`/debian/proj
+	# Fix manpages 
+	for man in debian/proj/usr/share/man/man1/*.1 debian/proj/usr/share/man/man3/*.3; \
+	do \
+		sed -i -e 's/^\.nr LL 5.5i$$/\.\\"/' $$man; \
+	done
 
 	touch install-stamp
 




More information about the Pkg-grass-devel mailing list