control 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Source: dput
  2. Section: devel
  3. Priority: optional
  4. Maintainer: Ben Finney <bignose@debian.org>
  5. Build-Depends-Indep:
  6. python-unittest2,
  7. python-mock (>= 1.3),
  8. python-testtools,
  9. python-testscenarios,
  10. python-httpretty,
  11. python-debian,
  12. python-gpgme,
  13. python-setuptools,
  14. python (>= 2.7),
  15. debconf-utils (>= 1.1.1),
  16. bash-completion,
  17. dh-python,
  18. debhelper (>= 9~)
  19. Standards-Version: 3.9.8
  20. VCS-Git: https://anonscm.debian.org/git/collab-maint/dput.git
  21. VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/dput.git
  22. Homepage: https://packages.debian.org/source/sid/dput
  23. Package: dput
  24. Architecture: all
  25. Depends:
  26. ${python:Depends},
  27. ${misc:Depends}
  28. Suggests: openssh-client, lintian, mini-dinstall, rsync
  29. Description: Debian package upload tool
  30. dput allows you to put one or more Debian packages into the archive. This
  31. package also includes a dcut utility which can be used to generate and / or
  32. upload a commands file for the Debian FTP archive upload queue.
  33. .
  34. dput includes some tests to verify that the package is policy-compliant.
  35. It offers the possibility to run lintian before the upload. It can also
  36. run dinstall in dry-run-mode, when having used an appropriate upload method.
  37. This is very useful to see if the upload will pass dinstall sanity checks
  38. in the next run.
  39. .
  40. It is intended mainly for Debian maintainers only, although it can
  41. also be useful for people maintaining local APT repositories.