control 1.4 KB

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