[sketch] 01/01: debian/disable-src-mods

David Bremner bremner at debian.org
Tue Jun 14 10:48:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

bremner pushed a commit to branch patch-queue/upstream
in repository sketch.

commit a85a945d146d24d8e959cb7b1e2da85340275816
Author: David Bremner <bremner at unb.ca>
Date:   Wed Dec 15 22:37:42 2010 -0400

    debian/disable-src-mods
    
    Disable several buildtime modifications of the source that complicate
    building the debian package, and are not needed in this context.
    
    Signed-off-by: David Bremner <bremner at debian.org>
---
 makefile   | 4 ++--
 makever.pl | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/makefile b/makefile
index ad96ad7..b563f09 100644
--- a/makefile
+++ b/makefile
@@ -49,9 +49,9 @@ y.tab.c y.tab.h : sketch.y
 lex.yy.c : sketch.l
 	$(LEX) $<
 
-version.h : version.dat FORCE
+version.h : version.dat #FORCE
 	perl makever.pl
-FORCE:
+#FORCE:
 
 .PHONY : dist
 dist : clean
diff --git a/makever.pl b/makever.pl
index c816cf8..75bcf36 100644
--- a/makever.pl
+++ b/makever.pl
@@ -68,9 +68,9 @@ sub run {
   }
 
   # update the version header
-  open(F, "> version.dat") || die "can't open version.dat for output";
-  print F join('', map { "$_ = $pairs{$_}\n" } keys %pairs);
-  close F;
+#  open(F, "> version.dat") || die "can't open version.dat for output";
+#  print F join('', map { "$_ = $pairs{$_}\n" } keys %pairs);
+#  close F;
 }
 
 run;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sketch.git



More information about the debian-science-commits mailing list