r3020 - packages/opencpn/trunk/debian
hamish-guest at alioth.debian.org
hamish-guest at alioth.debian.org
Mon Jun 20 08:31:34 UTC 2011
Author: hamish-guest
Date: 2011-06-20 08:31:34 +0000 (Mon, 20 Jun 2011)
New Revision: 3020
Modified:
packages/opencpn/trunk/debian/changelog
packages/opencpn/trunk/debian/rules
Log:
rm dupe opt flags, rm unused css/javascript stuff
Modified: packages/opencpn/trunk/debian/changelog
===================================================================
--- packages/opencpn/trunk/debian/changelog 2011-06-18 13:28:11 UTC (rev 3019)
+++ packages/opencpn/trunk/debian/changelog 2011-06-20 08:31:34 UTC (rev 3020)
@@ -2,8 +2,9 @@
* Packaged for upstream git beta version 2.4.612
* Add README.Debian
+ * Various minor packaging cleanups
- -- Hamish B <hamish_b at yahoo.com> Wed, 15 Jun 2011 08:43:50 +1200
+ -- Hamish B <hamish_b at yahoo.com> Mon, 20 Jun 2011 18:00:15 +1200
opencpn (2.4.606-1) unstable; urgency=low
Modified: packages/opencpn/trunk/debian/rules
===================================================================
--- packages/opencpn/trunk/debian/rules 2011-06-18 13:28:11 UTC (rev 3019)
+++ packages/opencpn/trunk/debian/rules 2011-06-20 08:31:34 UTC (rev 3020)
@@ -3,6 +3,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# Optimization and debugging flags are added in CMakeLists.txt. To support
+# DEB_BUILD_OPTIONS's noopt perhaps that should be patched away and that
+# logic be made to happen here?
+# Specifically, -O3's function inlining is desired.
+CFLAGS=-Wall
+CXXFLAGS=-Wall
%:
dh $@
@@ -26,3 +32,9 @@
#READMEs already installed to the opencpn-data/docs dir
rm $(CURDIR)/debian/opencpn-data/usr/share/opencpn/sounds/README.bells
rm $(CURDIR)/debian/opencpn-data/usr/share/opencpn/tcdata/README.harmonics
+
+override_dh_installdocs:
+ dh_installdocs
+ rm -rf $(CURDIR)/debian/opencpn-doc/usr/share/doc/opencpn-doc/doc/css/
+ rm -rf $(CURDIR)/debian/opencpn-doc/usr/share/doc/opencpn-doc/doc/js/
+
More information about the Pkg-grass-devel
mailing list