[Python-modules-commits] [python-gammu] 01/04: Import python-gammu_2.9-1.debian.tar.xz
Michal Cihar
nijel at moszumanska.debian.org
Tue Nov 7 08:22:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
nijel pushed a commit to annotated tag archive/debian/2.10-1
in repository python-gammu.
commit c1115b720f5f7c1fd30212f07a876391a932a972
Author: Michal Čihař <nijel at debian.org>
Date: Mon Jul 10 20:17:45 2017 +0200
Import python-gammu_2.9-1.debian.tar.xz
[dgit import tarball python-gammu 2.9-1 python-gammu_2.9-1.debian.tar.xz]
---
changelog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
compat | 1 +
control | 37 +++++++++++++++++++++++++++++++++
copyright | 37 +++++++++++++++++++++++++++++++++
gbp.conf | 5 +++++
rules | 13 ++++++++++++
source/format | 1 +
watch | 3 +++
8 files changed, 164 insertions(+)
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..1e22fee
--- /dev/null
+++ b/changelog
@@ -0,0 +1,67 @@
+python-gammu (2.9-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Switch Vcs-Git URL to https.
+ * Bump standards to 4.0.0.
+
+ -- Michal Čihař <nijel at debian.org> Mon, 10 Jul 2017 20:17:45 +0200
+
+python-gammu (2.7-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Depends on Gammu 1.37.90 or newer.
+
+ -- Michal Čihař <nijel at debian.org> Sun, 23 Oct 2016 15:13:02 +0200
+
+python-gammu (2.6-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Add dh-python to Build-Depends.
+ * Bump standards to 3.9.8.
+ * Build depend on Gammu 1.37.3 to avoid possible crashes in testsuite.
+
+ -- Michal Čihař <nijel at debian.org> Thu, 26 May 2016 09:10:22 +0200
+
+python-gammu (2.5-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Compatible with current Gammu (Closes: #811492).
+ * Add forgotten Vcs-* headers to debian/control.
+
+ -- Michal Čihař <nijel at debian.org> Tue, 19 Jan 2016 15:37:46 +0100
+
+python-gammu (2.4-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Fixes FTBFS on s390x and ppc64.
+ - Patch merged upstream.
+
+ -- Michal Čihař <nijel at debian.org> Wed, 02 Sep 2015 10:24:23 +0200
+
+python-gammu (2.3-2) unstable; urgency=medium
+
+ * Upload to unstable.
+
+ -- Michal Čihař <nijel at debian.org> Tue, 01 Sep 2015 18:30:45 +0200
+
+python-gammu (2.3-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Update debian/copyright to match upstream licensing.
+
+ -- Michal Čihař <nijel at debian.org> Wed, 03 Jun 2015 15:37:07 +0200
+
+python-gammu (2.1-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Enable build time testsuite.
+ * Install upstream changelog.
+
+ -- Michal Čihař <nijel at debian.org> Wed, 15 Apr 2015 10:12:26 +0200
+
+python-gammu (2.0-1) experimental; urgency=low
+
+ * New source package split from Gammu by upstream.
+ * Supports python 3 now.
+
+ -- Michal Čihař <nijel at debian.org> Tue, 14 Apr 2015 10:36:55 +0200
diff --git a/compat b/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+9
diff --git a/control b/control
new file mode 100644
index 0000000..371250a
--- /dev/null
+++ b/control
@@ -0,0 +1,37 @@
+Source: python-gammu
+Maintainer: Michal Čihař <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),
+ libgammu-dev (>= 1.37.90),
+ pkg-config,
+ libdbd-sqlite3,
+ dh-python
+Standards-Version: 4.0.0
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-gammu.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-gammu.git
+Homepage: http://wammu.eu/python-gammu/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python-gammu
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: Python module to communicate with mobile phones (Python 2)
+ This provides gammu module, that can work with any phone Gammu
+ supports - many Nokias, Siemens, Alcatel, ...
+ .
+ This package installs the library for Python 2.
+
+Package: python3-gammu
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Description: Python module to communicate with mobile phones (Python 3)
+ This provides gammu module, that can work with any phone Gammu
+ supports - many Nokias, Siemens, Alcatel, ...
+ .
+ This package installs the library for Python 3.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..eb7ea1b
--- /dev/null
+++ b/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-gammu
+Source: http://wammu.eu/download/python-gammu/source/
+
+Files: *
+Copyright: Copyright © 2003 - 2015 Michal Čihař <michal at cihar.com>
+License: GPL-2
+
+Files: examples/filesystem_test.py examples/listfilesystem.py
+Copyright: Copyright © 2003 - 2015 Matthias Blaesing <matthias.blaesing at rwth-aachen.de>
+License: GPL-2
+
+Files: debian/*
+Copyright: Copyright © 2015 Michal Čihař <nijel at debian.org>
+License: GPL-2
+
+License: GPL-2
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..41f4f8c
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+sign-tags = True
+pristine-tar = True
diff --git a/rules b/rules
new file mode 100755
index 0000000..b510745
--- /dev/null
+++ b/rules
@@ -0,0 +1,13 @@
+#!/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=gammu
+%:
+ dh $@ --fail-missing --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+ export LC_ALL=C.UTF-8 && dh_auto_test
+
+override_dh_installchangelogs:
+ dh_installchangelogs NEWS.rst
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..4571101
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/python-gammu/python-gammu-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
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