Author: frankie
Date: 2009-03-26 10:27:00 +0000 (Thu, 26 Mar 2009)
New Revision: 2077

Modified:
   packages/gmt/trunk/debian/changelog
   packages/gmt/trunk/debian/rules
Log:
Minor fixes


Modified: packages/gmt/trunk/debian/changelog
===================================================================
--- packages/gmt/trunk/debian/changelog 2009-03-26 08:44:53 UTC (rev 2076)
+++ packages/gmt/trunk/debian/changelog 2009-03-26 10:27:00 UTC (rev 2077)
@@ -1,12 +1,14 @@
 gmt (4.4.0-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream release. Note that /etc/gmt/gmt_formats.conf is no more 
installed
+    and all provided files are removed.
+    (closes: #490268, #499648)
   * Moved to debhelper level 7.
   * Added a dh_prep call at building start.
   * Revised debian/rules to work with new upstream locations.
   * Updated README.Debian.
 
- -- Francesco Paolo Lovergine <fran...@debian.org>  Tue, 17 Mar 2009 00:17:41 
+0100
+ -- Francesco Paolo Lovergine <fran...@debian.org>  Thu, 26 Mar 2009 11:19:15 
+0100
 
 gmt (4.3.1-3) unstable; urgency=medium
 

Modified: packages/gmt/trunk/debian/rules
===================================================================
--- packages/gmt/trunk/debian/rules     2009-03-26 08:44:53 UTC (rev 2076)
+++ packages/gmt/trunk/debian/rules     2009-03-26 10:27:00 UTC (rev 2077)
@@ -110,8 +110,13 @@
        done
        
        # 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 /' 
$(DESTDIR)/usr/lib/gmt/bin/GMT >$(DESTDIR)/usr/bin/GMT
+       # So: Move it to /usr/bin and patch it a bit locally to alter the PATH 
var.
+       # Also use 'pager' instead of more as default pager in the script.
+       sed -e 's/^exec /PATH=\$$PATH:\$${exec_prefix}\/bin exec /' \
+           -e 's/:-more/:-pager/' \
+               $(DESTDIR)/usr/lib/gmt/bin/GMT >$(DESTDIR)/usr/bin/GMT
+       # Use 'pager' instead of more as default pager 
+       sed -i -e 's/:-more/:-pager/' $(DESTDIR)/usr/bin/GMT
        rm -f $(DESTDIR)/usr/lib/gmt/bin/GMT
        
        # Move the manpages directory into the right place...


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to