[med-svn] [pybtex-docutils] 02/05: Add debian config sans copyright

Kevin Murray daube-guest at moszumanska.debian.org
Fri Oct 9 10:19:06 UTC 2015


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

daube-guest pushed a commit to branch master
in repository pybtex-docutils.

commit cc42d708f28b35a85619ed30ae4c11c85711dc0e
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Thu Oct 8 19:25:25 2015 +1100

    Add debian config sans copyright
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 32 ++++++++++++++++++++++++++++++++
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 6 files changed, 49 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f47c952
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pybtex-docutils (0.2.1-1) unstable; urgency=medium
+
+  * Initial package (Closes: #NNNNN)
+
+ -- Kevin Murray <spam at kdmurray.id.au>  Thu, 08 Oct 2015 19:10:19 +1100
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..e0f4b93
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: pybtex-docutils
+Maintainer: Kevin Murray <spam at kdmurray.id.au>
+Section: python
+Priority: optional
+Build-Depends: dh-python,
+               python-all,
+               python-setuptools,
+               python-six,
+               python3-all,
+               python3-setuptools,
+               python3-six,
+               pybtex,
+               docutils,
+               debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: https://github.com/mcmtroffaes/pybtex-docutils
+
+Package: python-pybtex-docutils
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: docutils backend for pybtex
+ Pybtex is a drop-in replacement for BibTeX written in Python. pybtex-docutils
+ is a docutils backend for pybtex.
+
+Package: python3-pybtex-docutils
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: docutils backend for pybtex
+ Pybtex is a drop-in replacement for BibTeX written in Python. pybtex-docutils
+ is a docutils backend for pybtex.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1af01ef
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=pybtex-docutils
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild --parallel
+
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..a5b442e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+opts="uversionmangle=s/(rc|a|b|c)/~$1/,filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/pybtex-docutils_$1.tar.gz/" \
+  https://github.com/mcmtroffaes/pybtex-docutils/releases .*/archive/?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)

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



More information about the debian-med-commit mailing list