diff options
author | Samuel Mimram <smimram@debian.org> | 2009-04-14 13:29:34 +0200 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2009-04-14 13:29:34 +0200 |
commit | b1104f93c07c08aef2cff437f30d5a29949bd2cb (patch) | |
tree | 84b3b266b5dc4d6ce1ec28fda126fa329b63b1f7 /debian | |
parent | 0cdc973f967b09282237536f1f98682b26bb1e8d (diff) |
Remove upstream url from long descriptions since we already use the Homepage field.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 253d3292..8f10e390 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ coq (8.2-1+dfsg-2) UNRELEASED; urgency=low + * Remove upstream url from long descriptions since we already use the + Homepage field, closes: #524037. * Updated watch file. - -- Samuel Mimram <smimram@debian.org> Mon, 06 Apr 2009 19:51:50 +0200 + -- Samuel Mimram <smimram@debian.org> Tue, 14 Apr 2009 13:28:26 +0200 coq (8.2-1+dfsg-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 84656a39..1042ec47 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,6 @@ Description: proof assistant for higher-order logic (toplevel and compiler) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. - For more information, see <http://coq.inria.fr/>. . This packages provides coqtop, a command line interface to Coq. . @@ -67,7 +66,6 @@ Description: proof assistant for higher-order logic (gtk interface) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. - For more information, see <http://coq.inria.fr/>. . This package provides CoqIde, a graphical user interface for developing proofs. @@ -82,7 +80,6 @@ Description: proof assistant for higher-order logic (theories) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. - For more information, see <http://coq.inria.fr/>. . This package provides existing theories that new proofs can be based upon, including theories of arithmetic and Boolean values. @@ -101,7 +98,6 @@ Description: development libraries and tools for Coq Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. - For more information, see <http://coq.inria.fr/>. . This package provides coqmktop, and libraries needed to develop OCaml-side extensions to Coq. |