r3052 - packages/opencpn/trunk/debian

hamish-guest at alioth.debian.org hamish-guest at alioth.debian.org
Thu Jan 19 09:02:38 UTC 2012


Author: hamish-guest
Date: 2012-01-19 09:02:38 +0000 (Thu, 19 Jan 2012)
New Revision: 3052

Modified:
   packages/opencpn/trunk/debian/README.Debian
   packages/opencpn/trunk/debian/changelog
   packages/opencpn/trunk/debian/rules
Log:
avoid empty plugins dir, add note to README.Debian about it

Modified: packages/opencpn/trunk/debian/README.Debian
===================================================================
--- packages/opencpn/trunk/debian/README.Debian	2012-01-18 09:30:30 UTC (rev 3051)
+++ packages/opencpn/trunk/debian/README.Debian	2012-01-19 09:02:38 UTC (rev 3052)
@@ -1,7 +1,15 @@
+Third party plugins (.so) should go into /usr/lib/opencpn/. If you have
+not installed the opencpn-plugins package you will need to create this
+directory yourself.
+
+
+Free NOAA nautical charts can be downloaded here:
+  http://www.nauticalcharts.noaa.gov/mcd/Raster/
+
+
 User-visible differences from upstream:
-
  - Xtide's higher-resolution vector shoreline is used for the default backdrop.
 
 
 --
-HB 17 June 2011
+Hamish Bowman, January 2012

Modified: packages/opencpn/trunk/debian/changelog
===================================================================
--- packages/opencpn/trunk/debian/changelog	2012-01-18 09:30:30 UTC (rev 3051)
+++ packages/opencpn/trunk/debian/changelog	2012-01-19 09:02:38 UTC (rev 3052)
@@ -5,7 +5,7 @@
   * CSS and JavaScript cruft now dropped upstream
   * Move plugins into new opencpn-plugins package
   * Register docs with doc-base
-  * Lintian override for the sometimes-empty plugins dir
+  * Note what plugins dir should be if -plugins pkg is not installed
   * Closing ITP. (Closes: #538067)
 
  -- M. Hamish Bowman <hamish_b at yahoo.com>  Wed, 18 Jan 2012 22:22:04 +1300

Modified: packages/opencpn/trunk/debian/rules
===================================================================
--- packages/opencpn/trunk/debian/rules	2012-01-18 09:30:30 UTC (rev 3051)
+++ packages/opencpn/trunk/debian/rules	2012-01-19 09:02:38 UTC (rev 3052)
@@ -34,7 +34,7 @@
 	rm -rf $(CURDIR)/debian/opencpn/usr/share/opencpn/doc
 	rm -rf $(CURDIR)/debian/opencpn/usr/share/opencpn/sounds
 	rm -rf $(CURDIR)/debian/opencpn/usr/share/opencpn/tcdata
-	rm -f $(CURDIR)/debian/opencpn/usr/lib/opencpn/*.so
+	rm -rf $(CURDIR)/debian/opencpn/usr/lib/opencpn
 
 	#READMEs already installed to the opencpn-data/docs dir
 	rm $(CURDIR)/debian/opencpn-data/usr/share/opencpn/sounds/README.bells




More information about the Pkg-grass-devel mailing list