control 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Source: dak
  2. Section: misc
  3. Priority: optional
  4. Build-Depends: alembic,
  5. bzip2,
  6. debhelper (>= 9~),
  7. # Either a recent debhelper/dpkg-dev or fakeroot is needed to build test packages
  8. debhelper (>= 11.2~) | fakeroot,
  9. devscripts,
  10. dpkg-dev (>= 1.19.0.5) | fakeroot,
  11. dput-ng,
  12. gzip,
  13. jq,
  14. less,
  15. links,
  16. lintian,
  17. postgresql-12 | postgresql-11 | postgresql-9.6 | postgresql-9.4,
  18. postgresql-12-debversion | postgresql-11-debversion | postgresql-9.6-debversion | postgresql-9.4-debversion,
  19. python3-apt,
  20. python3-debian,
  21. python3-psycopg2,
  22. xz-utils,
  23. Maintainer: Debian FTP-Masters <ftpmaster@debian.org>
  24. Uploaders: Mark Hymers <mhy@debian.org>,
  25. Joerg Jaspert <joerg@debian.org>,
  26. Torsten Werner <twerner@debian.org>
  27. Rules-Requires-Root: no
  28. Standards-Version: 3.9.6.0
  29. Package: dak
  30. Architecture: all
  31. Depends: alembic,
  32. binutils-multiarch,
  33. bzip2,
  34. dpkg-dev,
  35. gnupg,
  36. gzip,
  37. less,
  38. lintian,
  39. python-apt,
  40. python-debian,
  41. python-debianbts,
  42. python-ldap,
  43. python-psycopg2,
  44. python-pyrss2gen,
  45. python-rrdtool,
  46. python-sqlalchemy,
  47. python-tabulate,
  48. python-yaml,
  49. python3-apt,
  50. python3-debian,
  51. python3-psycopg2,
  52. symlinks,
  53. xz-utils,
  54. ${python:Depends}
  55. Description: Debian's archive maintenance scripts
  56. This is a collection of archive maintenance scripts used by the
  57. Debian project.