r3089 - packages/mbsystem/trunk/debian

hamish-guest at alioth.debian.org hamish-guest at alioth.debian.org
Sun Jun 2 08:11:26 UTC 2013


Author: hamish-guest
Date: 2013-06-02 08:11:25 +0000 (Sun, 02 Jun 2013)
New Revision: 3089

Modified:
   packages/mbsystem/trunk/debian/rules
Log:
clear out some comment cruft

Modified: packages/mbsystem/trunk/debian/rules
===================================================================
--- packages/mbsystem/trunk/debian/rules	2013-06-02 07:42:08 UTC (rev 3088)
+++ packages/mbsystem/trunk/debian/rules	2013-06-02 08:11:25 UTC (rev 3089)
@@ -3,13 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# 
-# # These are used for cross-compiling and for saving the configure script
-# # from having to guess our platform (since we know it already)
-# DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-# DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
@@ -31,26 +25,9 @@
 #	uscan --noconf --destdir=. --download-current-version --rename --verbose
 
 
+# cleaner doc install
+# install --mode=644 html /usr/share/doc/mbsystem-doc/html
+# install --mode=644 ps /usr/share/doc/mbsystem-doc/ps
+# ps2pdf + pdftk cat all .ps man pages into a single PDF document.
+#   see the osgeolive mb-system build script for the code.
 
-# # apply patches
-# include /usr/share/dpatch/dpatch.make
-# 
-# 
-# # install
-# ## sort of modeled after GMT packaging:
-# install bin/* /usr/lib/mbsystem/bin
-# install --mode=644 lib/* /usr/lib/mbsystem
-# install --mode=644 man/manl/* /usr/share/man/man1
-# install --mode=644 html /usr/share/doc/mbsystem/html
-# install --mode=644 ps /usr/share/doc/mbsystem/ps
-# install --mode=644 share /usr/share/mbsystem
-# install --mode=644 include /usr/lib/mbsystem/include
-# 
-#now integrated:
-# # get Levitus annual water temperature profile database (binary blob)
-# # needed for mblevitus program, uncompressed it is 16mb.
-# #
-# wget -nv ftp://ftp.ldeo.columbia.edu/pub/MB-System/annual.gz
-# gzip -d annual.gz
-# \mv annual LevitusAnnual82.dat
-# install --mode=644 LevitusAnnual82.data /usr/share/mbsystem/




More information about the Pkg-grass-devel mailing list