diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8b5dfe5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +swh-lister-github (0.0.0-1) unstable; urgency=low + + * Initial release + + -- Nicolas Dandrimont Thu, 17 Mar 2016 17:52:33 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2435c75 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: swh-lister-github +Maintainer: Software Heritage developers +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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..bec3a30 --- /dev/null +++ b/debian/copyright @@ -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 . + . + On Debian systems, the complete text of the GNU General Public + License version 3 can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6097010 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=swh-lister-github + +%: + dh $@ --with python3 --buildsystem=pybuild + + +override_dh_auto_test: diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)