From 90d4855414bbf82baf94438275947ca2337d241c Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Mon, 12 Jun 2017 18:11:39 +0200 Subject: [PATCH] debian: update for swh-lister-github -> swh-lister rename --- debian/changelog | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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