[med-svn] [python-avro] 02/02: Initial packaging

Afif Elghraoui afif-guest at moszumanska.debian.org
Sat Oct 17 08:36:41 UTC 2015


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

afif-guest pushed a commit to branch master
in repository python-avro.

commit 1e079acd2df29b18ba82e6ace4cb4226aacd9330
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Oct 17 01:35:58 2015 -0700

    Initial packaging
---
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 32 ++++++++++++++++++++++++++++++++
 debian/rules          | 24 ++++++++++++++++++++++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 6 files changed, 64 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b430b55
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-avro (1.7.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Afif Elghraoui <afif at ghraoui.name>  Fri, 16 Oct 2015 23:22:29 -0700
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..eaa8fae
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: python-avro
+Section: python
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Afif Elghraoui <afif at ghraoui.name>
+Build-Depends:
+	debhelper (>= 9),
+	dh-python,
+	python,
+	python-setuptools,
+	python3,
+	python3-setuptools
+Standards-Version: 3.9.6
+Homepage: http://avro.apache.org
+Vcs-Git: git://anonscm.debian.org/debian-med/python-avro.git
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-avro.git
+
+Package: python-avro
+Architecture: all
+Depends:
+	${misc:Depends},
+	${python:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: python3-avro
+Architecture: all
+Depends:
+	${misc:Depends},
+	${python3:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..86ec3ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+#DH_VERBOSE = 1
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+export PYBUILD_NAME = avro
+
+export LC_ALL=C.UTF-8
+
+%:
+	PYBUILD_DISABLE_python3=1               \
+	dh $@                                   \
+		--with python2                  \
+		--buildsystem=pybuild           \
+		--sourcedirectory=lang/py       \
+		--package=python-avro
+	PYBUILD_DISABLE_python2=1               \
+	dh $@                                   \
+		--with python3                  \
+		--buildsystem=pybuild           \
+		--sourcedirectory=lang/py3      \
+		--package=python3-avro
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/source/options b/debian/source/options
new file mode 100644
index 0000000..7423a2d
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+single-debian-patch

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



More information about the debian-med-commit mailing list