running-autopkgtests: make running-autopkgtests available

Previously running-autopkgtests was added to the source but
wasn't correctly added to the scripts in setup.py, so it wasn't
actually available in the installed package. This also adds the
script to the package description.
This commit is contained in:
Chris Peterson 2024-02-29 13:06:12 -08:00
parent f73f2c1df1
commit f07d3df40c
2 changed files with 3 additions and 0 deletions

2
debian/control vendored
View File

@ -116,6 +116,8 @@ Description: useful tools for Ubuntu developers
- requestsync - files a sync request with Debian changelog and rationale.
- reverse-depends - find the reverse dependencies (or build dependencies) of
a package.
- running-autopkgtests - lists the currently running and/or queued
autopkgtests on the Ubuntu autopkgtest infrastructure
- seeded-in-ubuntu - query if a package is safe to upload during a freeze.
- setup-packaging-environment - assistant to get an Ubuntu installation
ready for packaging work.

View File

@ -64,6 +64,7 @@ scripts = [
"requestbackport",
"requestsync",
"reverse-depends",
"running-autopkgtests",
"seeded-in-ubuntu",
"setup-packaging-environment",
"sponsor-patch",