[med-svn] [sphinxcontrib-bibtex] 02/04: Add d/changelog, control, copyright & rules

Kevin Murray daube-guest at moszumanska.debian.org
Mon Sep 28 12:37:34 UTC 2015


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

daube-guest pushed a commit to branch master
in repository sphinxcontrib-bibtex.

commit 4ff0bdb3e9f12a7bc2235294350f297a0120141d
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Mon Sep 28 22:01:53 2015 +1000

    Add d/changelog, control, copyright & rules
---
 debian/changelog |  5 +++++
 debian/control   | 35 +++++++++++++++++++++++++++++++++++
 debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules     |  7 +++++++
 4 files changed, 83 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b51a741
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sphinxcontrib-bibtex (0.3.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Kevin Murray <spam at kdmurray.id.au>  Mon, 28 Sep 2015 21:52:45 +1000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6559982
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: sphinxcontrib-bibtex
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+           Kevin Murray <spam at kdmurray.id.au>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               python,
+               python-setuptools,
+               python-sphinx,
+               python3,
+               python3-setuptools,
+               python3-sphinx
+Standards-Version: 3.9.6
+Homepage: https://github.com/mcmtroffaes/sphinxcontrib-bibtex
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/sphinxcontrib-bibtex.git
+Vcs-Git: git://anonscm.debian.org/debian-med/sphinxcontrib-bibtex.git
+
+Package: python-sphinxcontrib.bibtex
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Description: allows the use of Bibtex citations in sphinx documentation
+ A sphinx extension which allows the use of Bibtex citations in sphinx
+ documentation.
+
+Package: python3-sphinxcontrib.bibtex
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Description: allows the use of Bibtex citations in sphinx documentation
+ A sphinx extension which allows the use of Bibtex citations in sphinx
+ documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1a39666
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sphinxcontrib-bibtex
+Source: https://github.com/mcmtroffaes/sphinxcontrib-bibtex
+
+Files: *
+Copyright: 2011-2014 by Matthias C. M. Troffaes
+License: BSD
+
+Files: debian/*
+Copyright: 2015 Kevin Murray <spam at kdmurray.id.au>
+License: BSD
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e05410e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_DESTDIR_python2=debian/python-sphinxcontrib.bibtex
+export PYBUILD_DESTDIR_python3=debian/python3-sphinxcontrib.bibtex
+
+%:
+	dh $@ --with=python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sphinxcontrib-bibtex.git



More information about the debian-med-commit mailing list