Functions | |
def | get_changelogs (package_name, package_maintainer_name, package_maintainer_email, changelog_path, releaser_history=None) |
def | save_changelog (package_name, package_version, package_maintainer_name, package_maintainer_email, package_distribution, package_debian_increment, package_changelog_path, output_path) |
Variables | |
arguments = parser.parse_args() | |
default | |
description | |
exit | |
help | |
nargs | |
parser = argparse.ArgumentParser() | |
prog | |
to_unicode = unicode | |
type | |
def create_debian_changelog.get_changelogs | ( | package_name, | |
package_maintainer_name, | |||
package_maintainer_email, | |||
changelog_path, | |||
releaser_history = None |
|||
) |
Definition at line 62 of file create_debian_changelog.py.
def create_debian_changelog.save_changelog | ( | package_name, | |
package_version, | |||
package_maintainer_name, | |||
package_maintainer_email, | |||
package_distribution, | |||
package_debian_increment, | |||
package_changelog_path, | |||
output_path | |||
) |
Definition at line 92 of file create_debian_changelog.py.
create_debian_changelog.arguments = parser.parse_args() |
Definition at line 180 of file create_debian_changelog.py.
create_debian_changelog.default |
Definition at line 178 of file create_debian_changelog.py.
create_debian_changelog.description |
Definition at line 168 of file create_debian_changelog.py.
create_debian_changelog.exit |
Definition at line 53 of file create_debian_changelog.py.
create_debian_changelog.help |
Definition at line 171 of file create_debian_changelog.py.
create_debian_changelog.nargs |
Definition at line 171 of file create_debian_changelog.py.
create_debian_changelog.parser = argparse.ArgumentParser() |
Definition at line 167 of file create_debian_changelog.py.
create_debian_changelog.prog |
Definition at line 169 of file create_debian_changelog.py.
create_debian_changelog.to_unicode = unicode |
Definition at line 44 of file create_debian_changelog.py.
create_debian_changelog.type |
Definition at line 171 of file create_debian_changelog.py.