Skip to content

Commit

Permalink
Add debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed May 7, 2014
1 parent 317b0b1 commit 9442f26
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-phonenumbers (6.00a) UNRELEASED; urgency=low

* Initial Debian packaging

-- Torge Szczepanek <[email protected]> Wed, 07 May 2014 13:01:55 +0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
15 changes: 15 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Source: python-phonenumbers
Section: python
Priority: optional
Maintainer: Torge Szczepanek <[email protected]>
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).
21 changes: 21 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -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'.
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

%:
dh $@ --with python2
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)

0 comments on commit 9442f26

Please sign in to comment.