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

frankie at alioth.debian.org frankie at alioth.debian.org
Tue Mar 10 22:02:42 UTC 2009


Author: frankie
Date: 2009-03-10 22:02:42 +0000 (Tue, 10 Mar 2009)
New Revision: 1993

Modified:
   packages/proj/trunk/debian/changelog
   packages/proj/trunk/debian/control
   packages/proj/trunk/debian/rules
Log:
Fixing man page section.


Modified: packages/proj/trunk/debian/changelog
===================================================================
--- packages/proj/trunk/debian/changelog	2009-03-10 07:11:58 UTC (rev 1992)
+++ packages/proj/trunk/debian/changelog	2009-03-10 22:02:42 UTC (rev 1993)
@@ -1,4 +1,4 @@
-proj (4.6.1-2) UNRELEASED; urgency=low
+proj (4.6.1-2) unstable; urgency=low
 
   * Reordered dh_* rules.
   * Now moving to a usual set of packages, with libraries, tools and 

Modified: packages/proj/trunk/debian/control
===================================================================
--- packages/proj/trunk/debian/control	2009-03-10 07:11:58 UTC (rev 1992)
+++ packages/proj/trunk/debian/control	2009-03-10 22:02:42 UTC (rev 1993)
@@ -11,7 +11,7 @@
 
 Package: proj
 Architecture: all
-Depends: libproj0 (>= 4.6.1-2), proj-bin (>= 4.6.1-2), libproj-dev (>= 4.6.1-2)
+Depends: libproj0 (>= 4.6.1-2), proj-bin (>= 4.6.1-2), libproj-dev (>= 4.6.1-2), ${misc:Depends}
 Description: Cartographic projection filter and library (transitional package)
  Proj and invproj perform respective forward and inverse transformation
  of cartographic data to or from Cartesian data with a wide range of
@@ -27,7 +27,7 @@
 
 Package: libproj0
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: proj-bin
 Description: Cartographic projection library 
  Proj and invproj perform respective forward and inverse transformation
@@ -45,7 +45,7 @@
 
 Package: libproj-dev
 Architecture: any
-Depends: libproj0 (=${binary:Version}), ${shlibs:Depends}
+Depends: libproj0 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Suggests: proj-bin
 Description: Cartographic projection library (development files) 
  Proj and invproj perform respective forward and inverse transformation
@@ -62,7 +62,7 @@
 
 Package: proj-bin
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Cartographic projection library (tools) 
  Proj and invproj perform respective forward and inverse transformation
  of cartographic data to or from Cartesian data with a wide range of

Modified: packages/proj/trunk/debian/rules
===================================================================
--- packages/proj/trunk/debian/rules	2009-03-10 07:11:58 UTC (rev 1992)
+++ packages/proj/trunk/debian/rules	2009-03-10 22:02:42 UTC (rev 1993)
@@ -20,7 +20,7 @@
 	unshar -c -d $(CURDIR)/nad $(CURDIR)/debian/datumgrids-ch.shar
 	touch $@
 
-config: patch datumgrids config.status
+config: datumgrids patch config.status
 config.status: 
 	./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man
 
@@ -47,11 +47,14 @@
 	
 	# Add here commands to install the package into debian/proj.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+	
 	# Fix manpages 
 	for man in $(CURDIR)/debian/tmp/usr/share/man/man1/*.1 $(CURDIR)/debian/tmp/usr/share/man/man3/*.3; \
 	do \
 		sed -i -e 's/^\.nr LL 5.5i$$/\.\\"/' $$man; \
 	done
+	# Fixating man section in pj_init.3
+	sed -i -e 's/\(.TH PJ_INIT\) 3U\(.*\)/\1 3\2/' $(CURDIR)/debian/tmp/usr/share/man/man3/pj_init.3
 	
 	touch $@
 




More information about the Pkg-grass-devel mailing list