add debian packaging

This commit is contained in:
Benjamin Dauvergne 2016-05-18 18:10:01 +02:00
parent 9c44bb9711
commit f70c83aa08
8 changed files with 57 additions and 0 deletions

2
MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
include VERSION
include create_dates.sql

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
publik-bi (0.0.0-1) jessie; urgency=low
* Initial package, targetting jessie.
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 18 May 2016 13:59:28 +0200

1
debian/clean vendored Normal file
View File

@ -0,0 +1 @@
wcs-olap.egg-info/*

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
Source: publik-bi
Section: python
Priority: optional
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3)
Standards-Version: 3.9.1
X-Python-Version: >= 2.7
Homepage: http://dev.entrouvert.org/projects/publik-bi/
Package: publik-bi
Architecture: all
Depends: ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: Publik BI tools

25
debian/copyright vendored Normal file
View File

@ -0,0 +1,25 @@
This package was debianized by Benjamin Dauvergne <bdauvergne@entrouvert.com> on
Mon, 18 May 2016 21:00:09 +0200
Upstream Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Copyright (c) 2016 Entr'ouvert;
License is GNU GPL v3.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at your option)
any later version.
This program 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 General Public License
for more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place - Suite 330, Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL'.

3
debian/pydist-overrides vendored Normal file
View File

@ -0,0 +1,3 @@
python-ldap python-ldap
isodate python-isodate
psycopg2 python-psycopg2

6
debian/rules vendored Executable file
View File

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