--- python-phoneutils-0.1+git20100219.orig/debian/changelog +++ python-phoneutils-0.1+git20100219/debian/changelog @@ -0,0 +1,29 @@ +python-phoneutils (0.1+git20100219-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build using dh-python. Closes: #786226. + + -- Matthias Klose Sat, 22 Aug 2015 15:30:42 +0200 + +python-phoneutils (0.1+git20100219-1) unstable; urgency=low + + * New git checkout + - Added numbers_compare + * Updated Debian Standards Version to 3.9.1 + * Add Python dependency (Closes: #591996) + * Allow DM-Upload + + -- Sebastian Reichel Sun, 08 Aug 2010 18:54:00 +0200 + +python-phoneutils (0.1+git20090801-2) unstable; urgency=low + + * Prepare for Debian main + - add get-orig-source target instead of using README.source + + -- Sebastian Reichel Wed, 23 Sep 2009 17:51:00 +0200 + +python-phoneutils (0.1+git20090801-1) pkg-fso; urgency=low + + * Initial release + + -- Sebastian Reichel Sun, 20 Sep 2009 23:12:00 +0200 --- python-phoneutils-0.1+git20100219.orig/debian/compat +++ python-phoneutils-0.1+git20100219/debian/compat @@ -0,0 +1 @@ +7 --- python-phoneutils-0.1+git20100219.orig/debian/control +++ python-phoneutils-0.1+git20100219/debian/control @@ -0,0 +1,30 @@ +Source: python-phoneutils +Section: python +Priority: extra +Maintainer: Debian freesmartphone.org Team +Uploaders: Sebastian Reichel +DM-Upload-Allowed: yes +Build-Depends: cdbs, + cython, + debhelper (>= 7), + libphone-utils-dev, + pkg-config, + python-all-dev (>= 2.5), + python-setuptools, + python-pyrex, + dh-python +Standards-Version: 3.9.1 +Homepage: http://www.shr-project.org +Vcs-Git: git://git.debian.org/pkg-fso/python-phoneutils.git +Vcs-Browser: http://git.debian.org/?p=pkg-fso/python-phoneutils.git;a=summary + +Package: python-phoneutils +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends} +Description: python bindings for libphone-utils + This package contains the Python bindings for libphone-utils, + which is a library for phonenumber handling. It is currently + used by the SHR project for finding the appropriate contact + for the number one is called from. --- python-phoneutils-0.1+git20100219.orig/debian/copyright +++ python-phoneutils-0.1+git20100219/debian/copyright @@ -0,0 +1,39 @@ +This work was packaged for Debian by: + + Sebastian Reichel on Sun, 20 Sep 2009 23:12:00 +0200 + +It was downloaded from git, see README.source. + +Upstream Author: + + Sebastian Krzyszkowiak + +Copyright: + + Copyright © 2009-2010 Sebastian Krzyszkowiak + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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 complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +The Debian packaging is: + + Copyright (C) 2009 Sebastian Reichel + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- python-phoneutils-0.1+git20100219.orig/debian/pyversions +++ python-phoneutils-0.1+git20100219/debian/pyversions @@ -0,0 +1 @@ +2.5- --- python-phoneutils-0.1+git20100219.orig/debian/rules +++ python-phoneutils-0.1+git20100219/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk