[Python-modules-commits] [python-gammu] 01/07: source package automatically created by stdeb 0.8.2

Michal Cihar nijel at moszumanska.debian.org
Tue Apr 14 07:43:41 UTC 2015


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

nijel pushed a commit to branch master
in repository python-gammu.

commit c93ae67e161e16ec20ad74579b57281bb9e3bbfb
Author: Michal Cihar <nijel at debian.org>
Date:   Tue Apr 14 09:14:40 2015 +0200

    source package automatically created by stdeb 0.8.2
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 5 files changed, 72 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..84579bb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-gammu (2.0-1) UNRELEASED; urgency=low
+
+  * source package automatically created by stdeb 0.8.2
+
+ -- Michal Cihar <nijel at debian.org>  Tue, 14 Apr 2015 09:14:40 +0200
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..28b362f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,57 @@
+Source: python-gammu
+Maintainer: Michal Cihar <nijel at debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python3-setuptools, python-all-dev (>= 2.6.6-3), python3-all-dev, debhelper (>= 9)
+Standards-Version: 3.9.1
+
+Package: python-python-gammu
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: Gammu bindings
+ python-gammu
+ ============
+ .
+ .. image:: https://travis-ci.org/gammu/python-gammu.svg?branch=master
+     :target: https://travis-ci.org/gammu/python-gammu
+ .
+ .. image:: https://www.codacy.com/project/badge/c7e87df480fb4609aa48482873f5c46b
+     :target: https://www.codacy.com/public/michal_2/python-gammu_2
+ .
+ .. image:: https://scrutinizer-ci.com/g/gammu/python-gammu/badges/quality-score.png?b=master
+    :target: https://scrutinizer-ci.com/g/gammu/python-gammu/?branch=master
+ .
+ .. image:: https://landscape.io/github/gammu/python-gammu/master/landscape.svg?style=flat
+    :target: https://landscape.io/github/gammu/python-gammu/master
+ .
+ .. image:: https://coveralls.io/repos/gammu/python-gammu/badge.svg
+     :target: https://coveralls.io/r/gammu/python-gammu
+ .
+ .. image:: https://buildtimetrend.herokuapp.com/badge/gammu/python-gammu/latest
+     :target: https://buildtimetrend.herokuapp.com/dashboard/gammu/python-gammu
+
+Package: python3-python-gammu
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Description: Gammu bindings
+ python-gammu
+ ============
+ .
+ .. image:: https://travis-ci.org/gammu/python-gammu.svg?branch=master
+     :target: https://travis-ci.org/gammu/python-gammu
+ .
+ .. image:: https://www.codacy.com/project/badge/c7e87df480fb4609aa48482873f5c46b
+     :target: https://www.codacy.com/public/michal_2/python-gammu_2
+ .
+ .. image:: https://scrutinizer-ci.com/g/gammu/python-gammu/badges/quality-score.png?b=master
+    :target: https://scrutinizer-ci.com/g/gammu/python-gammu/?branch=master
+ .
+ .. image:: https://landscape.io/github/gammu/python-gammu/master/landscape.svg?style=flat
+    :target: https://landscape.io/github/gammu/python-gammu/master
+ .
+ .. image:: https://coveralls.io/repos/gammu/python-gammu/badge.svg
+     :target: https://coveralls.io/r/gammu/python-gammu
+ .
+ .. image:: https://buildtimetrend.herokuapp.com/badge/gammu/python-gammu/latest
+     :target: https://buildtimetrend.herokuapp.com/dashboard/gammu/python-gammu
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9283fc0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.2 at
+# Tue, 14 Apr 2015 09:14:40 +0200
+export PYBUILD_NAME=python-gammu
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gammu.git



More information about the Python-modules-commits mailing list