diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..4c77cb7d3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-phonenumbers (6.00a) UNRELEASED; urgency=low + + * Initial Debian packaging + + -- Torge Szczepanek Wed, 07 May 2014 13:01:55 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..318ed3da6 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: python-phonenumbers +Section: python +Priority: optional +Maintainer: Torge Szczepanek +Build-Depends: debhelper (>= 9), python-all, python-setuptools +Standards-Version: 3.9.5 + +Package: python-phonenumbers +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: Python port of Google libphonenumber + This is a Python port of libphonenumber, originally from + http://code.google.com/p/libphonenumber/. + It supports Python 2.5-2.7 and Python 3.x (in the same codebase, with + no 2to3 conversion needed). diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..e5546b12c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://github.com/daviddrysdale/python-phonenumbers + +Files: * +Copyright: 2009-2013 The Libphonenumber Authors +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache Licens, Version 2.0 can be + found in the file + `/usr/share/common-licenses/Apache-2.0'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 000000000..4647c9c00 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)