[DebianGIS-dev] r1623 - packages/gmt/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Thu Jun 12 13:05:12 UTC 2008
Author: frankie
Date: 2008-06-12 13:05:09 +0000 (Thu, 12 Jun 2008)
New Revision: 1623
Modified:
packages/gmt/trunk/debian/gmt-doc-pdf.install
packages/gmt/trunk/debian/rules
Log:
Final fixes
Modified: packages/gmt/trunk/debian/gmt-doc-pdf.install
===================================================================
--- packages/gmt/trunk/debian/gmt-doc-pdf.install 2008-06-12 12:37:45 UTC (rev 1622)
+++ packages/gmt/trunk/debian/gmt-doc-pdf.install 2008-06-12 13:05:09 UTC (rev 1623)
@@ -1,5 +1,4 @@
-usr/share/doc/gmt/pdf/GMT_Manpages.pdf
-usr/share/doc/gmt/pdf/GMT_Tutorial.pdf
usr/share/doc/gmt/pdf/GMT_Docs.pdf
+usr/share/doc/gmt/pdf/GMT_Manpages.pdf
usr/share/doc/gmt/pdf/GMT_Manpages_suppl.pdf
Modified: packages/gmt/trunk/debian/rules
===================================================================
--- packages/gmt/trunk/debian/rules 2008-06-12 12:37:45 UTC (rev 1622)
+++ packages/gmt/trunk/debian/rules 2008-06-12 13:05:09 UTC (rev 1623)
@@ -96,7 +96,8 @@
# GMT wrapper does not help in /usr/lib/gmt/bin (not in path by default)
# So: Move it to /usr/bin and patch it a bit locally to alter the PATH var
- sed -e 's/^exec /PATH=\$$PATH:\$${exec_prefix}\/bin exec /' /usr/bin/GMT >$(DESTDIR)/usr/bin/GMT
+ sed -e 's/^exec /PATH=\$$PATH:\$${exec_prefix}\/bin exec /' $(DESTDIR)/usr/lib/gmt/bin/GMT >$(DESTDIR)/usr/bin/GMT
+ rm -f $(DESTDIR)/usr/lib/gmt/bin/GMT
# Move the manpages directory into the right place...
for manpage in $(DESTDIR)/usr/lib/gmt/share/man/man1/*.1; do \
More information about the Pkg-grass-devel
mailing list