[SCM] Debian packaging for sketch 3D line drawing software branch, debian/Doc-make-pl, updated. upstream/0.2.89-11-g5184983

David Bremner bremner at unb.ca
Sun Jan 10 01:34:21 UTC 2010


The following commit has been merged in the debian/Doc-make-pl branch:
commit 40e832f0ce21aa240ea739e6ea9dee97ebb27be1
Author: David Bremner <bremner at unb.ca>
Date:   Sat Jan 9 17:59:54 2010 -0400

    Remove version flag now that we build with a recent pstricks

diff --git a/Doc/make.pl b/Doc/make.pl
index b786e79..c143663 100644
--- a/Doc/make.pl
+++ b/Doc/make.pl
@@ -14,7 +14,7 @@ sub make_example {
   
   my $GS=$arg{linux} ? "gs" :"gs.exe";
   unless ($arg{nosketch}) {
-    my $cmd = "../sketch -V 1.15 -D $ex manexamples.sk > $ex.tex";
+    my $cmd = "../sketch -D $ex manexamples.sk > $ex.tex";
     print STDERR "$cmd\n";
     system($cmd) == 0 or die "$!";
   }

-- 
Debian packaging for sketch 3D line drawing software



More information about the debian-science-commits mailing list