[med-svn] [sphinxcontrib-autoprogram] 01/04: Add initial Debian dir
Timothy Booth
tbooth-guest at moszumanska.debian.org
Sat Jan 31 21:40:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
tbooth-guest pushed a commit to branch master
in repository sphinxcontrib-autoprogram.
commit 23d908f16196d3e2ab8ce4f94eb7701bcda3a9c3
Author: Tim Booth <tbooth at ceh.ac.uk>
Date: Sat Jan 31 15:43:01 2015 +0000
Add initial Debian dir
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 18 ++++++++++++++++++
debian/copyright | 11 +++++++++++
debian/rules | 4 ++++
debian/source/format | 1 +
debian/watch | 3 +++
7 files changed, 43 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..180fc5e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sphinxcontrib-autoprogram (0.1.1-0biolinux2) trusty; urgency=low
+
+ * Initial release for Bio-Linux, as build dep for Khmer
+
+ -- Tim Booth <tbooth at ceh.ac.uk> Tue, 26 Aug 2014 16:15:09 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6c4b696
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: sphinxcontrib-autoprogram
+Section: python
+Priority: optional
+Maintainer: Tim Booth <tbooth at ceh.ac.uk>
+Build-Depends: debhelper (>= 9), python, python-setuptools, python-sphinx
+Standards-Version: 3.9.5
+Homepage: https://pythonhosted.org/sphinxcontrib-autoprogram/
+
+Package: sphinxcontrib-autoprogram
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: automated documentation of CLI programs for Sphinx
+ This contrib extension, sphinxcontrib.autoprogram, provides an automated way
+ to document CLI programs. It scans argparse.ArgumentParser object, and then
+ expands it into a set of .. program:: and .. option:: directives.
+ .
+ In order to use it, add sphinxcontrib.autoprogram into extensions list of your
+ Sphinx configuration file (conf.py)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a6e1620
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sphinxcontrib-autoprogram
+Source: https://bitbucket.org/birkenfeld/sphinx-contrib/autoprogram
+
+Files: sphinxcontrib/*
+Copyright: 2014 by Hong Minhee <@hongminhee.org>
+License: BSD
+
+Files: debian/*
+Copyright: 2014 Tim Booth <tbooth at ceh.ac.uk>
+License: BSD
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9c13336
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with=python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..61f2a6b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.mirror.frontiernet.net/packages/source/s/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-([0-9.]+).tar.*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sphinxcontrib-autoprogram.git
More information about the debian-med-commit
mailing list