chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't attempt to build debs for dapper (which is where the
[disorder]
/
scripts
/
make-version-string
diff --git
a/scripts/make-version-string
b/scripts/make-version-string
index dfcca410158dcde9ef04f1a1ad7f776ba5889a11..41a7115c1882462515ed7ab4203d3e4a7f799590 100755
(executable)
--- a/
scripts/make-version-string
+++ b/
scripts/make-version-string
@@
-25,13
+25,11
@@
if(exists $ENV{CC}) {
}
die "no version found\n" unless defined $version;
output("%s (DisOrder) $version\n");
}
die "no version found\n" unless defined $version;
output("%s (DisOrder) $version\n");
-output(" configure options: $options\n") if defined $options;
-output(" compiler: $cc\n") if defined $compiler;
-output(" version: $compiler\n") if defined $cc;
output("Copyright (C) 2003-2008 Richard Kettlewell et al\n");
output("Copyright (C) 2003-2008 Richard Kettlewell et al\n");
-output("License GPLv
2+: GNU GPL version 2
or later:\n");
-output(" http://www.gnu.org/licenses/
old-licenses/gpl-2
.0.html\n");
+output("License GPLv
3+: GNU GPL version 3
or later:\n");
+output(" http://www.gnu.org/licenses/
gpl-3
.0.html\n");
output("This is free software: you are free to change and redistribute it.\n");
output("There is NO WARRANTY, to the extent permitted by law.\n");
output("This is free software: you are free to change and redistribute it.\n");
output("There is NO WARRANTY, to the extent permitted by law.\n");
+output("WARNING: -Werror not used in this build\n") if $cc !~ /-Werror/;
close STDOUT or die "$0: stdout: $!\n";
close STDOUT or die "$0: stdout: $!\n";