diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:39:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:39:23 +0000 |
commit | a164e7824392ff5d95c457c2c1c91969587abafd (patch) | |
tree | 3bf8eb7d01ac72f0e3125feaac6db0bef16ceb92 /debian/control | |
parent | Adding upstream version 2.19.5+deb10u1. (diff) | |
download | devscripts-debian.tar.xz devscripts-debian.zip |
Adding debian version 2.19.5+deb10u1.debian/2.19.5+deb10u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..dfb4855 --- /dev/null +++ b/debian/control @@ -0,0 +1,159 @@ +Source: devscripts +Section: devel +Priority: optional +Maintainer: Devscripts Maintainers <devscripts@packages.debian.org> +Uploaders: + Mattia Rizzolo <mattia@debian.org>, + Pierre-Elliott Bécue <becue@crans.org>, +Build-Depends: + bash-completion, + debhelper-compat (= 12), + dh-python, + docbook-xsl, + dpkg-dev (>= 1.18.19), + fakeroot <!nocheck>, + faketime <!nocheck>, + file <!nocheck>, + git (>= 1:2.7.0) <!nocheck>, + gnupg <!nocheck> | gnupg2 <!nocheck>, + help2man, + libdistro-info-perl <!nocheck>, + libdpkg-perl <!nocheck>, + libfile-desktopentry-perl <!nocheck>, + libfile-homedir-perl <!nocheck>, + libfile-which-perl <!nocheck>, + libgit-wrapper-perl <!nocheck>, + libgitlab-api-v4-perl (>= 0.13) <!nocheck>, + libipc-run-perl <!nocheck>, + liblist-compare-perl <!nocheck>, + libmoo-perl <!nocheck>, + libstring-shellquote-perl <!nocheck>, + libtest-output-perl <!nocheck>, + libtimedate-perl <!nocheck>, + libtry-tiny-perl <!nocheck>, + liburi-perl <!nocheck>, + libwww-perl <!nocheck>, + lsb-release <!nocheck>, + mozilla-devscripts <!nocheck>, + perl:any, + perltidy <!nocheck>, + pkg-config, + po4a, + pylint3 <!nocheck>, + python3-all:any, + python3-apt <!nocheck>, + python3-debian <!nocheck>, + python3-flake8 <!nocheck>, + python3-magic <!nocheck>, + python3-pyftpdlib <!nocheck>, + python3-requests <!nocheck>, + python3-setuptools, + python3-unidiff <!nocheck>, + python3-xdg <!nocheck>, + shunit2 <!nocheck>, + unzip <!nocheck>, + wdiff <!nocheck>, + xsltproc, + xz-utils <!nocheck>, + zip <!nocheck>, +Standards-Version: 4.3.0 +Rules-Requires-Root: no +Vcs-Browser: https://salsa.debian.org/debian/devscripts +Vcs-Git: https://salsa.debian.org/debian/devscripts.git + +Package: devscripts +Architecture: any +Multi-Arch: foreign +Depends: + dpkg-dev (>= 1.18.19), + fakeroot, + file, + gnupg | gnupg2, + gpgv | gpgv2, + libfile-homedir-perl, + libfile-which-perl, + libipc-run-perl, + libmoo-perl, + libwww-perl, + patchutils, + sensible-utils, + wdiff, + ${misc:Depends}, + ${perl:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, +Recommends: + apt (>= 1.3~pre3), + at, + dctrl-tools, + dput | dupload, + libdistro-info-perl, + libdpkg-perl, + libencode-locale-perl, + libgit-wrapper-perl, + libgitlab-api-v4-perl, + liblist-compare-perl, + libstring-shellquote-perl, + libtry-tiny-perl, + liburi-perl, + licensecheck, + lintian, + man-db, + patch, + python3-apt, + python3-debian (>= 0.1.15), + python3-magic, + python3-requests, + python3-unidiff, + python3-xdg, + strace, + unzip, + wget | curl, + xz-utils, + ${vendor:Recommends}, +Suggests: + adequate, + autopkgtest, + bls-standalone, + bsd-mailx | mailx, + build-essential, + check-all-the-things, + cvs-buildpackage, + debhelper, + devscripts-el, + diffoscope, + disorderfs, + dose-extra (>= 4.0), + duck, + faketime, + gnuplot, + how-can-i-help, + libauthen-sasl-perl, + libdbd-pg-perl, + libfile-desktopentry-perl, + libnet-smtps-perl, + libterm-size-perl, + libtimedate-perl, + libyaml-syck-perl, + mozilla-devscripts, + mutt, + piuparts, + postgresql-client, + quilt, + ratt, + reprotest, + ssh-client, + svn-buildpackage, + w3m, + ${vendor:Suggests}, +Breaks: + hardening-includes, + ubuntu-dev-tools (<< 0.147~), +Replaces: + hardening-includes, + ubuntu-dev-tools (<< 0.124~), +Description: scripts to make the life of a Debian Package maintainer easier + Contains the following scripts, dependencies/recommendations shown in + brackets afterwards: + . + ${devscripts:LongDesc} |