Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2020-06-26 20:47:05 +02:00
parent 622f550cc9
commit 097eea7d5f
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

View File

@ -22,6 +22,7 @@ from ubuntutools.update_maintainer import (update_maintainer,
restore_maintainer, restore_maintainer,
MaintainerUpdateException) MaintainerUpdateException)
def find_debian_dir(depth=6): def find_debian_dir(depth=6):
"""Scans up the directory hierarchy looking for a ./debian dir """Scans up the directory hierarchy looking for a ./debian dir
@ -36,6 +37,7 @@ def find_debian_dir(depth=6):
return debian_path return debian_path
return None return None
def main(): def main():
script_name = os.path.basename(sys.argv[0]) script_name = os.path.basename(sys.argv[0])
usage = "%s [options]" % (script_name) usage = "%s [options]" % (script_name)