diff --git a/debian/changelog b/debian/changelog index 8b5dfe5..6ef1b64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -swh-lister-github (0.0.0-1) unstable; urgency=low +swh-lister (0.0.0-1) unstable; urgency=low * Initial release diff --git a/debian/control b/debian/control index 2dd4789..2d4fefe 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: swh-lister-github +Source: swh-lister Maintainer: Software Heritage developers Section: python Priority: optional diff --git a/debian/rules b/debian/rules index 6097010..6ce1946 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export PYBUILD_NAME=swh-lister-github +export PYBUILD_NAME=swh-lister %: dh $@ --with python3 --buildsystem=pybuild