debian: initial debian packaging

This commit is contained in:
Nicolas Dandrimont 2016-03-17 17:59:34 +01:00
parent 124ebf34df
commit 04fde18fec
6 changed files with 59 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
swh-lister-github (0.0.0-1) unstable; urgency=low
* Initial release
-- Nicolas Dandrimont <olasd@debian.org> Thu, 17 Mar 2016 17:52:33 +0100

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
9

21
debian/control vendored Normal file
View file

@ -0,0 +1,21 @@
Source: swh-lister-github
Maintainer: Software Heritage developers <swh-devel@inria.fr>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python3-all,
python3-nose,
python3-qless,
python3-redis,
python3-setuptools,
python3-swh.core,
python3-swh.storage,
python3-vcversioner
Standards-Version: 3.9.6
Homepage: https://forge.softwareheritage.org/diffusion/DLSGH/
Package: python3-swh.lister.github
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Software Heritage GitHub lister

22
debian/copyright vendored Normal file
View file

@ -0,0 +1,22 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: 2016 The Software Heritage developers
License: GPL-3+
License: GPL-3+
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, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General Public
License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

9
debian/rules vendored Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/make -f
export PYBUILD_NAME=swh-lister-github
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:

1
debian/source/format vendored Normal file
View file

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