[Python-modules-commits] [python-gammu] 08/09: Fix spacing
Michal Cihar
nijel at moszumanska.debian.org
Tue Apr 14 08:34:08 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 3e9df25e3a77017aea48b4255d4ad04583ec3d7e
Author: Michal Čihař <michal at cihar.com>
Date: Tue Apr 14 10:30:52 2015 +0200
Fix spacing
Signed-off-by: Michal Čihař <michal at cihar.com>
---
debian/control | 4 +-
python_gammu.egg-info/PKG-INFO | 73 -------------------------
python_gammu.egg-info/SOURCES.txt | 88 ------------------------------
python_gammu.egg-info/dependency_links.txt | 1 -
python_gammu.egg-info/top_level.txt | 1 -
5 files changed, 2 insertions(+), 165 deletions(-)
diff --git a/debian/control b/debian/control
index f61f62b..6623cb3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ 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)
+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, ...
.
@@ -19,7 +19,7 @@ Description: Python module to communicate with mobile phones (Python 2)
Package: python3-gammu
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
-Description: Python module to communicate with mobile phones (Python 3)
+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, ...
.
diff --git a/python_gammu.egg-info/PKG-INFO b/python_gammu.egg-info/PKG-INFO
deleted file mode 100644
index c3dc381..0000000
--- a/python_gammu.egg-info/PKG-INFO
+++ /dev/null
@@ -1,73 +0,0 @@
-Metadata-Version: 1.1
-Name: python-gammu
-Version: 2.0
-Summary: Gammu bindings
-Home-page: http://wammu.eu/python-gammu/
-Author: Michal Čihař
-Author-email: michal at cihar.com
-License: GPLv2
-Download-URL: http://wammu.eu/download/gammu/
-Description: 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
-
- Python bindings for Gammu library.
-
- Homepage
- ========
-
- <http://wammu.eu/python-gammu/>
-
- License
- =======
-
- GNU GPL version 2.
-
- Documentation
- =============
-
- Please see included python documentation::
-
- >>> import gammu
- >>> help(gammu)
-
- Alternatively you can use Sphinx to generate browsable version, which is
- also available on-line at <http://wammu.eu/docs/manual/>.
-
- Feedback and bug reports
- ========================
-
- Any feedback is welcome, see <http://wammu.eu/support/> for information
- how to contact developers.
-
-Keywords: mobile,phone,SMS,contact,gammu,calendar,todo
-Platform: Linux
-Platform: Mac OSX
-Platform: Windows XP/2000/NT
-Platform: Windows 95/98/ME
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
-Classifier: Operating System :: Microsoft :: Windows :: Windows 95/98/2000
-Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
-Classifier: Operating System :: POSIX
-Classifier: Operating System :: Unix
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: C
-Classifier: Topic :: Communications :: Telephony
diff --git a/python_gammu.egg-info/SOURCES.txt b/python_gammu.egg-info/SOURCES.txt
deleted file mode 100644
index 9c870b3..0000000
--- a/python_gammu.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,88 +0,0 @@
-AUTHORS
-COPYING
-MANIFEST.in
-README.rst
-setup.py
-examples/__init__.py
-examples/addcontacts.py
-examples/addfile.py
-examples/backup_convertor.py
-examples/batteryinfo.py
-examples/debugging.py
-examples/dialvoice.py
-examples/doc-exceptions.py
-examples/dummy_phone.py
-examples/filesystem_test.py
-examples/getallcalendar.py
-examples/getallmemory.py
-examples/getallmemory_nonext.py
-examples/getallsms.py
-examples/getallsms_decode.py
-examples/getalltodo.py
-examples/getdiverts.py
-examples/incoming.py
-examples/listfilesystem.py
-examples/mass_sms.py
-examples/pdu_decoder.py
-examples/read_sms_backup.py
-examples/savesmspercontact.py
-examples/sendlongsms.py
-examples/sendsms.py
-examples/service_numbers.py
-examples/setdiverts.py
-examples/sms_replier.py
-examples/smsbackup.py
-examples/smsd_inject.py
-examples/smsd_state.py
-examples/vcs.py
-examples/worker.py
-examples/data/cgi.jpg
-gammu/__init__.py
-gammu/data.py
-gammu/exception.py
-gammu/smsd.py
-gammu/worker.py
-gammu/src/data.c
-gammu/src/errors.c
-gammu/src/gammu.c
-gammu/src/misc.c
-gammu/src/smsd.c
-gammu/src/convertors/backup.c
-gammu/src/convertors/base.c
-gammu/src/convertors/bitmap.c
-gammu/src/convertors/calendar.c
-gammu/src/convertors/call.c
-gammu/src/convertors/diverts.c
-gammu/src/convertors/file.c
-gammu/src/convertors/memory.c
-gammu/src/convertors/misc.c
-gammu/src/convertors/ringtone.c
-gammu/src/convertors/sms.c
-gammu/src/convertors/string.c
-gammu/src/convertors/time.c
-gammu/src/convertors/todo.c
-gammu/src/convertors/wap.c
-include/convertors.h
-include/data.h
-include/errors.h
-include/misc.h
-python_gammu.egg-info/PKG-INFO
-python_gammu.egg-info/SOURCES.txt
-python_gammu.egg-info/dependency_links.txt
-python_gammu.egg-info/top_level.txt
-test/__init__.py
-test/test_backup.py
-test/test_config.py
-test/test_data.py
-test/test_dummy.py
-test/test_errors.py
-test/test_sms.py
-test/test_smsd.py
-test/test_worker.py
-test/data/02.vcs
-test/data/UK32Holidays.ics
-test/data/bug-779.vcf
-test/data/gammu.vcf
-test/data/k770.vcs
-test/data/rrule.ics
-test/data/sqlite.sql
\ No newline at end of file
diff --git a/python_gammu.egg-info/dependency_links.txt b/python_gammu.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/python_gammu.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/python_gammu.egg-info/top_level.txt b/python_gammu.egg-info/top_level.txt
deleted file mode 100644
index 5607d1a..0000000
--- a/python_gammu.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-gammu
--
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