summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-07-31 17:33:20 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-07-31 17:47:38 +0200
commit7dd7c53d365a646aa4e93f944a17fbcb971ff604 (patch)
tree35cab038093706e1d521e4617e47dcd33e0524a9
parentc89cb94d7a781f5e4e8a315fc68dcc22b13021ae (diff)
Add debian/README.source
-rw-r--r--debian/README.source40
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 00000000..cdd4070d
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,40 @@
+--------------------------
++ Coq package for Debian +
+--------------------------
+
+
+Packaging a new upstream version
+--------------------------------
+
+Coq documentation may be distributed only subject to the terms and
+conditions set forth in the Open Publication License, v1.0 or later,
+which is not DFSG-compliant. See:
+
+ http://lists.debian.org/debian-legal/2004/03/msg00226.html
+
+Only coqdoc-generated documentation of the standard library is shipped
+in main. The full documentation is shipped in non-free (as coq-doc
+package).
+
+The script debian/purify_tarball removes non-DFSG content from an
+upstream tarball. It should be run first when packaging a new upstream
+version. The suffix "+dfsg" is used to being appended to upstream
+version (the script will do it for you).
+
+
+Patch system
+------------
+
+This package uses dpatch for patching the source. Please consider
+reading dpatch manpage to patch the source.
+
+
+Version Control System
+----------------------
+
+Packaging is versioned with git, using git-import-orig (with
+--pristine-tar option) and git-buildpackage (with --git-pristine-tar
+option). Debian changelog can be updated based on git changelog using
+git-dch. Please consider reading the documentation of these tools.
+
+It was versioned with subversion until Wed, 23 Jul 2008.