diff --git a/debian/changelog b/debian/changelog index 8b5dfe5..6ef1b64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -swh-lister-github (0.0.0-1) unstable; urgency=low +swh-lister (0.0.0-1) unstable; urgency=low * Initial release -- Nicolas Dandrimont Thu, 17 Mar 2016 17:52:33 +0100 diff --git a/debian/control b/debian/control index 2dd4789..2d4fefe 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,26 @@ -Source: swh-lister-github +Source: swh-lister Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-dateutil, python3-nose, python3-setuptools, python3-swh.core, python3-swh.scheduler (>= 0.0.14~), python3-swh.storage (>= 0.0.76~), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-lister/ Package: python3-swh.lister Architecture: all Depends: python3-swh.scheduler (>= 0.0.14~), python3-swh.storage (>= 0.0.76~), ${misc:Depends}, ${python3:Depends} Breaks: python3-swh.lister.github Replaces: python3-swh.lister.github Description: Software Heritage lister diff --git a/debian/rules b/debian/rules index 6097010..6ce1946 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f -export PYBUILD_NAME=swh-lister-github +export PYBUILD_NAME=swh-lister %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: