[Pkg-electronics-commits] [gplcver] 06/18: Imported Debian patch 2.12a-1
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at sabily.org
Thu Mar 26 12:16:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
aelmahmoudy-guest pushed a commit to branch master
in repository gplcver.
commit 1aae120108aef4f4f824a82238590e370363a84e
Merge: 7ae7172 02b9a34
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Wed Aug 1 15:46:09 2007 +0900
Imported Debian patch 2.12a-1
Changelog | 106 +-
INSTALL | 14 +-
NEW.CVER.2001.RELEASE.NOTES | 32 +-
OUR_PHILOSOPHY | 17 +-
README | 9 -
debian/README.Debian | 6 +-
debian/changelog | 6 +
dinotrace.dir/README.dinotrace | 24 -
dinotrace.dir/examples.dino/README | 20 -
dinotrace.dir/examples.dino/dino_tst.sh | 44 -
dinotrace.dir/examples.dino/dmp.v | 245 ---
dinotrace.dir/examples.dino/dmp2.v | 246 ---
doc/cver.FAQ | 160 +-
doc/cver.faq.htm | 175 +-
doc/cver.hlp | 55 +-
doc/systasks.1 | 299 +--
doc/systasks.pdf | Bin 90731 -> 50775 bytes
doc/systasks.ps | 2404 +++++++++++++-----------
src/cver.c | 376 +---
src/cvmacros.h | 14 +-
src/dig_main.c | 2 +-
src/gpl_wrhelp.h | 352 ++++
src/systsks.h | 3 +-
src/v.h | 110 +-
src/v_acc.c | 12 +-
src/v_cnv.c | 81 +-
src/v_dbg.c | 21 +-
src/v_dbg2.c | 13 +-
src/v_del.c | 12 +-
src/v_ex.c | 151 +-
src/v_ex2.c | 110 +-
src/v_ex3.c | 93 +-
src/v_ex4.c | 40 +-
src/v_fx.c | 134 +-
src/v_fx2.c | 37 +-
src/v_fx3.c | 67 +-
src/v_ms.c | 24 +-
src/v_prp.c | 43 +-
src/v_prp2.c | 167 +-
src/v_sdf.c | 32 +-
src/v_sim.c | 106 +-
src/v_src.c | 107 +-
src/v_src2.c | 18 +-
src/v_src3.c | 17 +-
src/v_tf.c | 19 +-
src/v_trch.c | 12 +-
src/v_vpi.c | 185 +-
src/v_vpi2.c | 146 +-
src/v_vpi3.c | 77 +-
tests_and_examples/examples.acc/README | 3 +-
tests_and_examples/examples.acc/inst_pli.sh | 7 +-
tests_and_examples/examples.acc/makefile.lnx64 | 37 +
tests_and_examples/examples.tf/README | 5 +-
tests_and_examples/examples.tf/inst_pli.sh | 7 +-
tests_and_examples/examples.tf/makefile.lnx64 | 37 +
tests_and_examples/examples.vpi/README | 3 +-
tests_and_examples/examples.vpi/inst_pli.sh | 7 +-
tests_and_examples/examples.vpi/makefile.lnx64 | 144 ++
tests_and_examples/install.tst/aspike1d.plg | 4 -
59 files changed, 3520 insertions(+), 3177 deletions(-)
diff --cc debian/README.Debian
index cf6204e,0000000..1ec0489
mode 100644,000000..100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@@ -1,35 -1,0 +1,37 @@@
+Clarification of distribution
+ NIIBE Yutaka
+ 2007-01-09
+
+Cver has two versions, proprietary one and GPL one.
+
+GPL Cver can be distributed under the license of GNU GPL version 2 (or
+later), but packaging for Debian, we found an issue for
+doc/systasks.{1,ps,pdf} and doc/dbg.hlp.
+
+In the source, we have
+
- gplcver-2.11a/doc/systasks.{1,ps,pdf}
- gplcver-2.11a/doc/dbg.hlp
++ gplcver-2.12a/doc/systasks.{1,ps,pdf}
++ gplcver-2.12a/doc/dbg.hlp
+
+and those are copied into /usr/share/doc/gplcver/ in binary package.
+
+doc/systasks.1 says:
+ This document contains confidential and proprietary information
+ belonging to Pragmatic C Software Corp.
+
+dbg.hlp contains the message from proprietary version:
+ Copyright (c) 1991-2003 Pragmatic C Software Corp.
+ All Rights reserved. Licensed software subject to applicable
+ prohibitions and restrictions as to redistribution and/or use.
+(It means that this version of dbg.hlp might contain the output of
+proprietary version of Cver.)
+
+
+I have contacted Pragmatic C Software Corp. if they think those files
+are not to be distributed.
+
+No, there is no problem. They will fix this in future releases of the
+source.
+--
++
++ -- NIIBE Yutaka <gniibe at fsij.org>, Wed, 1 Aug 2007 15:48:16 +0900
diff --cc debian/changelog
index 274dc03,0000000..8971862
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,18 -1,0 +1,24 @@@
++gplcver (2.12a-1) unstable; urgency=low
++
++ * New upstream release.
++
++ -- NIIBE Yutaka <gniibe at fsij.org> Wed, 01 Aug 2007 15:46:09 +0900
++
+gplcver (2.11a-3) unstable; urgency=low
+
+ * Fixes FTBFS on Sparc (src/{cver.c,v_sdf.c,v_ex2.c,v_dbg2.c,v_ms.c}).
+
+ -- NIIBE Yutaka <gniibe at fsij.org> Mon, 29 Jan 2007 14:35:11 +0900
+
+gplcver (2.11a-2) unstable; urgency=low
+
+ * Fixes FTBFS on Sparc (src/v_src3.c).
+
+ -- NIIBE Yutaka <gniibe at fsij.org> Mon, 29 Jan 2007 14:02:33 +0900
+
+gplcver (2.11a-1) unstable; urgency=low
+
+ * Initial release (Closes: #404628).
+
+ -- NIIBE Yutaka <gniibe at fsij.org> Tue, 9 Jan 2007 10:24:01 +0900
+
diff --cc src/v.h
index 0cd8c7c,063aaf3..33ec986
--- a/src/v.h
+++ b/src/v.h
@@@ -1,9 -1,5 +1,9 @@@
- /* Copyright (c) 1991-2005 Pragmatic C Software Corp. */
+ /* Copyright (c) 1991-2007 Pragmatic C Software Corp. */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/*
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gplcver.git
More information about the Pkg-electronics-commits
mailing list