diff --git a/debian/changelog b/debian/changelog index 8b5dfe5..2d26be3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -swh-lister-github (0.0.0-1) unstable; urgency=low +swh-lister (0.0.1-1~swh1) unstable-swh; urgency=medium - * Initial release + * Initial release + * Release swh.lister.github v0.0.1 - -- Nicolas Dandrimont Thu, 17 Mar 2016 17:52:33 +0100 + -- Nicolas Dandrimont Thu, 17 Mar 2016 19:01:20 +0100 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..c9e1970 --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +swh/lister/_version.py diff --git a/debian/control b/debian/control index 768522c..22c40a0 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,32 @@ -Source: swh-lister-github +Source: swh-lister Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), - dh-python, + dh-python (>= 2), python3-all, python3-dateutil, + python3-debian, python3-nose, - python3-qless, - python3-redis, + python3-requests-mock, python3-setuptools, + python3-sqlalchemy (>= 1.0), python3-swh.core, - python3-swh.storage, - python3-vcversioner + python3-swh.scheduler (>= 0.0.31~), + python3-swh.storage (>= 0.0.103~), + python3-swh.storage.schemata, + python3-testing.postgresql, + python3-vcversioner, + python3-xmltodict Standards-Version: 3.9.6 -Homepage: https://forge.softwareheritage.org/diffusion/DLSGH/ +Homepage: https://forge.softwareheritage.org/source/swh-lister/ -Package: python3-swh.lister.github +Package: python3-swh.lister Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} -Description: Software Heritage GitHub lister +Depends: python3-swh.scheduler (>= 0.0.31~), + python3-swh.storage (>= 0.0.103~), + ${misc:Depends}, + ${python3:Depends} +Breaks: python3-swh.lister.github +Replaces: python3-swh.lister.github +Description: Software Heritage lister diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..7576206 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +upstream-branch=debian/upstream +upstream-tag=debian/upstream/%(version)s +upstream-vcs-tag=v%(version)s +debian-branch=debian/unstable-swh +pristine-tar=True diff --git a/debian/rules b/debian/rules index 6097010..45428fd 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,11 @@ #!/usr/bin/make -f -export PYBUILD_NAME=swh-lister-github +export PYBUILD_NAME=swh.lister +export PYBUILD_TEST_ARGS=--with-doctest -sv -a !db,!fs %: dh $@ --with python3 --buildsystem=pybuild - -override_dh_auto_test: +override_dh_install: + dh_install + rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py