[DebianGIS-dev] r1191 - packages/gpsdrive/trunk/debian

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Mon Oct 15 18:03:21 UTC 2007


Author: nd-guest
Date: 2007-10-15 18:03:21 +0000 (Mon, 15 Oct 2007)
New Revision: 1191

Modified:
   packages/gpsdrive/trunk/debian/rules
Log:
Strip language extensions from manpages.


Modified: packages/gpsdrive/trunk/debian/rules
===================================================================
--- packages/gpsdrive/trunk/debian/rules	2007-10-15 16:07:06 UTC (rev 1190)
+++ packages/gpsdrive/trunk/debian/rules	2007-10-15 18:03:21 UTC (rev 1191)
@@ -81,7 +81,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
-	dh_installdocs
+	dh_installdocs -Xdebian/TODO
 	dh_installman --language=C 
 	dh_installman --language=de -pgpsdrive man/de/gpsdrive.1 
 	dh_installman --language=es -pgpsdrive man/es/gpsdrive.1 
@@ -98,6 +98,14 @@
 	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpsdrive_mapnik_gentiles.py $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpsdrive_mapnik_gentiles
 	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpspoint2gpsdrive.pl $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpspoint2gpsdrive
 	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/poi-manager.pl $(CURDIR)/debian/gpsdrive-scripts/usr/bin/poi-manager
+	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/share/man/man1/convert-waypoints.pl.1.gz \
+		  $(CURDIR)/debian/gpsdrive-scripts/usr/share/man/man1/convert-waypoints.1.gz
+	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/share/man/man1/geoinfo.pl.1.gz \
+		  $(CURDIR)/debian/gpsdrive-scripts/usr/share/man/man1/geoinfo.1.gz
+	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/share/man/man1/gpspoint2gpsdrive.pl.1.gz \
+		  $(CURDIR)/debian/gpsdrive-scripts/usr/share/man/man1/gpspoint2gpsdrive.1.gz
+	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/share/man/man1/poi-manager.pl.1.gz \
+		  $(CURDIR)/debian/gpsdrive-scripts/usr/share/man/man1/poi-manager.1.gz
 	# install gpsfetchmap from debian/scripts
 	cp -f $(CURDIR)/debian/scripts/gpsfetchmap.pl $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpsfetchmap
 	dh_shlibdeps




More information about the Pkg-grass-devel mailing list