initial commit

This commit is contained in:
boyska 2015-12-16 18:58:13 +01:00
commit 17d9751e98
9 changed files with 44 additions and 0 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
# avoid orig package pollution
/*
!.gitignore
!/debian
# real files to ignore
.*.sw*
.*~
*.substvars
*.log
*.debhelper
debian/files
debian/python-*/

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
peewee (2.7.4-1) testing; urgency=low
* Initial release. (Closes: #XXXXXX)
-- boyska <piuttosto@logorroici.org> Thu, 10 Dec 2015 19:24:29 +0100

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
9

13
debian/control vendored Normal file
View file

@ -0,0 +1,13 @@
Source: peewee
Section: net
Priority: optional
Maintainer: boyska <piuttosto@logorroici.org>
Build-Depends: debhelper (>= 9), dh-python, python-all (>=2.6), python-setuptools
Standards-Version: 3.9.4
Package: python-peewee
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: skel
skeleton, fill me
.

1
debian/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)

1
debian/pyversions vendored Normal file
View file

@ -0,0 +1 @@
2.7-

6
debian/rules vendored Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/make -f
export PYBUILD_NAME = peewee
%:
dh $@ --with python2

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)

3
debian/watch vendored Normal file
View file

@ -0,0 +1,3 @@
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
https://pypi.debian.net/peewee/peewee-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))