1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384
|
Source: perl
Section: perl
Priority: standard
Maintainer: Niko Tyni <ntyni@debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.8
Homepage: http://dev.perl.org/perl5/
Rules-Requires-Root: no
Build-Depends: file,
cpio,
libdb-dev,
libgdbm-dev (>= 1.18-3),
libgdbm-compat-dev,
netbase <!nocheck>,
procps [!hurd-any] <!nocheck>,
debhelper-compat (= 13),
zlib1g-dev | libz-dev,
libbz2-dev,
dpkg-dev (>= 1.17.14),
dist (>= 3.5-236),
libc6-dev (>= 2.19-9) [s390x]
Vcs-Git: https://salsa.debian.org/perl-team/interpreter/perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/interpreter/perl
Package: perl-base
Essential: yes
Priority: required
Architecture: any
Pre-Depends: ${shlibs:Depends}, dpkg (>= 1.17.17)
Depends: ${misc:Depends}
Conflicts: safe-rm (<< 0.8),
update-inetd (<< 4.41),
defoma (<< 0.11.12),
doc-base (<< 0.10.3),
mono-gac (<< 2.10.8.1-3),
Breaks: perl (<< ${Upstream-Version}~),
perl-modules (<< ${Upstream-Version}~),
libfile-spec-perl (<< 3.8400),
libxsloader-perl (<< 0.31),
libsocket-perl (<< 2.033),
libio-socket-ip-perl (<< 0.41),
libfile-temp-perl (<< 0.2311),
libfile-path-perl (<< 2.18),
libscalar-list-utils-perl (<< 1:1.62),
libsbuild-perl (<< 0.67.0-1),
backuppc (<< 4.4.0-7~),
mailagent (<< 1:3.1-81-2),
texinfo (<< 6.1.0.dfsg.1-8),
dh-haskell (<< 0.3),
amanda-common (<< 1:3.3.9-2),
libexception-class-perl (<< 1.42),
debconf (<< 1.5.61),
intltool (<< 0.51.0-4),
slic3r (<< 1.2.9+dfsg-6.1),
slic3r-prusa (<< 1.37.0+dfsg-1.1),
pod2pdf (<< 0.42-5.1),
bucardo (<< 5.5.0-1.1),
latexml (<< 0.8.4-2),
kio-perldoc (<< 20.04.1-1),
libencode-arabic-perl (<< 14.2-2),
libmp3-tag-perl (<< 1.13-1.2),
libdevel-mat-dumper-perl (<< 0.42-3),
duck (<< 0.14.1),
Replaces: perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3),
libscalar-list-utils-perl (<< 1:1.62),
libxsloader-perl (<< 0.31),
libsocket-perl (<< 2.033),
libfile-temp-perl (<< 0.2311),
libfile-path-perl (<< 2.18),
libio-socket-ip-perl (<< 0.41),
Provides: ${perlapi:Provides},
libscalar-list-utils-perl (= 1:1.62),
libxsloader-perl (= 0.31),
libsocket-perl (= 2.033),
libfile-temp-perl (= 0.2311),
libfile-path-perl (= 2.18),
libio-socket-ip-perl (= 0.41),
Suggests: perl, sensible-utils
Description: minimal Perl system
Perl is a scripting language used in many system scripts and utilities.
.
This package provides a Perl interpreter and the small subset of the
standard run-time library required to perform basic tasks. For a full
Perl installation, install "perl" (and its dependencies, "perl-modules-5.36"
and "perl-doc").
Package: perl-doc
Section: doc
Priority: optional
Architecture: all
Depends: perl (>= ${Upstream-Version}-1), ${misc:Depends}
Suggests: man-browser, groff-base
Multi-Arch: foreign
Description: Perl documentation
Perl manual pages, POD documentation and the `perldoc' program. If you are
writing Perl programs, you almost certainly need this.
Package: perl-debug
Section: devel
Priority: optional
Architecture: any
Depends: perl (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: debug-enabled Perl interpreter
debugperl provides a debug-enabled version of Perl which can produce
extensive information about the interpreter as it compiles and executes
a program (see the -D switch in perlrun(1)).
.
Note that this package is primarily of use in debugging *Perl* rather
than perl programs, which may be traced/debugged using the standard
perl binary using the -d switch (see perldebug(1)).
.
In addition, this package also includes debugging information for the normal
Perl interpreter.
Package: libperl5.36
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, perl-modules-5.36 (>= ${source:Version}), ${misc:Depends}
Breaks: libdigest-md5-perl (<< 2.58),
libmime-base64-perl (<< 3.16),
libtime-hires-perl (<< 1.9770),
libstorable-perl (<< 3.26),
libdigest-sha-perl (<< 6.02),
libsys-syslog-perl (<< 0.36),
libcompress-zlib-perl (<< 2.106),
libcompress-raw-zlib-perl (<< 2.105),
libcompress-raw-bzip2-perl (<< 2.103),
libio-compress-zlib-perl (<< 2.106),
libio-compress-bzip2-perl (<< 2.106),
libio-compress-base-perl (<< 2.106),
libio-compress-perl (<< 2.106),
libthreads-perl (<< 2.27),
libthreads-shared-perl (<< 1.64),
libtime-piece-perl (<< 1.3401),
libencode-perl (<< 3.17),
libfilter-perl (<< 1.60),
Replaces: perl-base (<< 5.22.0~), perl (<< 5.22.0~),
libarchive-tar-perl (<= 1.38-2),
libdigest-md5-perl (<< 2.58),
libmime-base64-perl (<< 3.16),
libtime-hires-perl (<< 1.9770),
libstorable-perl (<< 3.26),
libdigest-sha-perl (<< 6.02),
libtime-piece-perl (<< 1.3401),
libsys-syslog-perl (<< 0.36),
libcompress-zlib-perl (<< 2.106),
libcompress-raw-zlib-perl (<< 2.105),
libcompress-raw-bzip2-perl (<< 2.103),
libio-compress-zlib-perl (<< 2.106),
libio-compress-bzip2-perl (<< 2.106),
libio-compress-base-perl (<< 2.106),
libio-compress-perl (<< 2.106),
libthreads-perl (<< 2.27),
libthreads-shared-perl (<< 1.64),
libmodule-corelist-perl (<< 2.14-2),
libencode-perl (<< 3.17),
Suggests: sensible-utils
Multi-Arch: same
Description: shared Perl library
This package contains the shared Perl library, used by applications
which embed a Perl interpreter.
.
It also contains the architecture-dependent parts of the standard
library (and depends on perl-modules-5.36 which contains the
architecture-independent parts).
Package: libperl-dev
Section: libdevel
Priority: optional
Architecture: any
Provides: perl-xs-dev
Multi-Arch: same
Depends: perl:any (= ${binary:Version}), libperl5.36 (= ${binary:Version}),
${misc:Depends}, libc6-dev | libc-dev
Description: Perl library: development files
Files for developing applications which embed a Perl interpreter.
Package: perl-modules-5.36
Section: libs
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: perl-base (>= ${Upstream-Version}-1), ${misc:Depends}
Pre-Depends: dpkg (>= 1.17.17)
Recommends: perl (>= ${Upstream-Version}-1),
Conflicts: perl-modules (<< 5.22.0~),
Breaks: perl (<< ${Upstream-Version}~),
libansicolor-perl (<< 5.01),
libnet-perl (<< 1:3.14),
libattribute-handlers-perl (<< 1.02),
libi18n-langtags-perl (<< 0.45),
liblocale-maketext-perl (<< 1.31),
libmath-bigint-perl (<< 1.999830),
libnet-ping-perl (<< 2.74),
libtest-harness-perl (<< 3.44),
libtest-simple-perl (<< 1.302190),
libmodule-corelist-perl (<< 5.20220520),
libio-zlib-perl (<< 1.11),
libarchive-tar-perl (<< 2.40),
libextutils-cbuilder-perl (<< 0.280236),
libmodule-load-perl (<< 0.36),
liblocale-maketext-simple-perl (<< 0.21.01),
libparams-check-perl (<< 0.38),
libmodule-load-conditional-perl (<< 0.74),
libversion-perl (<< 1:0.9929),
libpod-simple-perl (<< 3.43),
libextutils-parsexs-perl (<< 3.450000),
libpod-escapes-perl (<< 1.07),
libparse-cpan-meta-perl (<< 2.150010),
libparent-perl (<< 0.238),
libautodie-perl (<< 2.34),
libthread-queue-perl (<< 3.14),
libfile-spec-perl (<< 3.8400),
libtime-local-perl (<< 1.3000),
podlators-perl (<< 4.14),
libunicode-collate-perl (<< 1.31),
libcpan-meta-perl (<< 2.150010),
libmath-complex-perl (<< 1.5902),
libextutils-command-perl (<< 7.64),
libmodule-metadata-perl (<< 1.000037),
libjson-pp-perl (<< 4.07000),
libperl-ostype-perl (<< 1.010),
libcpan-meta-yaml-perl (<< 0.018),
libdigest-perl (<< 1.20),
libextutils-install-perl (<< 2.20),
libhttp-tiny-perl (<< 0.080),
libcpan-meta-requirements-perl (<< 2.140),
libexperimental-perl (<< 0.028),
libtest-use-ok-perl (<< 1.302190),
libtest-tester-perl (<< 1.302190),
libtext-balanced-perl (<< 2.04),
maildirsync (<< 1.2-2.1),
Replaces: perl-modules,
perl-base (<< 5.22.0~),
libansicolor-perl (<< 5.01),
libnet-perl (<< 1:3.14),
libattribute-handlers-perl (<< 1.02),
libi18n-langtags-perl (<< 0.45),
liblocale-maketext-perl (<< 1.31),
libmath-bigint-perl (<< 1.999830),
libnet-ping-perl (<< 2.74),
libtest-harness-perl (<< 3.44),
libtest-simple-perl (<< 1.302190),
libmodule-corelist-perl (<< 5.20220520),
libio-zlib-perl (<< 1.11),
libarchive-tar-perl (<< 2.40),
libextutils-cbuilder-perl (<< 0.280236),
libmodule-load-perl (<< 0.36),
liblocale-maketext-simple-perl (<< 0.21.01),
libparams-check-perl (<< 0.38),
libmodule-load-conditional-perl (<< 0.74),
libversion-perl (<< 1:0.9929),
libpod-simple-perl (<< 3.43),
libextutils-parsexs-perl (<< 3.450000),
libpod-escapes-perl (<< 1.07),
libparse-cpan-meta-perl (<< 2.150010),
libparent-perl (<< 0.238),
libautodie-perl (<< 2.34),
libthread-queue-perl (<< 3.14),
libfile-spec-perl (<< 3.8400),
libtime-local-perl (<< 1.3000),
podlators-perl (<< 4.14),
libunicode-collate-perl (<< 1.31),
libcpan-meta-perl (<< 2.150010),
libmath-complex-perl (<< 1.5902),
libextutils-command-perl (<< 7.64),
libmodule-metadata-perl (<< 1.000037),
libjson-pp-perl (<< 4.07000),
libperl-ostype-perl (<< 1.010),
libcpan-meta-yaml-perl (<< 0.018),
libdigest-perl (<< 1.20),
libextutils-install-perl (<< 2.20),
libhttp-tiny-perl (<< 0.080),
libcpan-meta-requirements-perl (<< 2.140),
libexperimental-perl (<< 0.028),
libtest-use-ok-perl (<< 1.302190),
libtest-tester-perl (<< 1.302190),
libtext-balanced-perl (<< 2.04),
Provides: perl-modules
Description: Core Perl modules
Architecture independent Perl modules. These modules are part of Perl and
required if the `perl' package is installed.
.
Note that this package only exists to save archive space and should be
considered an internal implementation detail of the `perl' package.
Other packages should not depend on `perl-modules-5.36' directly, they
should use `perl' (which depends on `perl-modules-5.36') instead.
Package: perl
Priority: standard
Architecture: any
Multi-Arch: allowed
Pre-Depends: dpkg (>= 1.17.17)
Depends: perl-base (= ${binary:Version}), perl-modules-5.36 (>= ${source:Version}), libperl5.36 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: libjson-pp-perl (<< 2.27200-2)
Breaks: perl-doc (<< ${Upstream-Version}-1),
libperl-dev (<< 5.24.0~),
perl-modules-5.22,
perl-modules-5.24,
perl-modules-5.26 (<< 5.26.2-5),
apt-show-versions (<< 0.22.10),
libmarc-charset-perl (<< 1.35-3),
libdist-inkt-perl (<< 0.024-5)
Replaces: perl-modules (<< 5.22.0~), perl-base (<< 5.36.0-2)
Provides: libdigest-md5-perl (= 2.58),
libmime-base64-perl (= 3.16),
libtime-hires-perl (= 1.9770),
libstorable-perl (= 3.26),
libdigest-sha-perl (= 6.02),
libsys-syslog-perl (= 0.36),
libcompress-zlib-perl (= 2.106),
libcompress-raw-zlib-perl (= 2.105),
libcompress-raw-bzip2-perl (= 2.103),
libio-compress-zlib-perl (= 2.106),
libio-compress-bzip2-perl (= 2.106),
libio-compress-base-perl (= 2.106),
libio-compress-perl (= 2.106),
libthreads-perl (= 2.27),
libthreads-shared-perl (= 1.64),
libtime-piece-perl (= 1.3401),
libencode-perl (= 3.17),
libansicolor-perl (= 5.01),
libnet-perl (= 1:3.14),
libattribute-handlers-perl (= 1.02),
libi18n-langtags-perl (= 0.45),
liblocale-maketext-perl (= 1.31),
libmath-bigint-perl (= 1.999830),
libnet-ping-perl (= 2.74),
libtest-harness-perl (= 3.44),
libtest-simple-perl (= 1.302190),
libmodule-corelist-perl (= 5.20220520),
libio-zlib-perl (= 1.11),
libarchive-tar-perl (= 2.40),
libextutils-cbuilder-perl (= 0.280236),
libmodule-load-perl (= 0.36),
liblocale-maketext-simple-perl (= 0.21.01),
libparams-check-perl (= 0.38),
libmodule-load-conditional-perl (= 0.74),
libversion-perl (= 1:0.9929),
libpod-simple-perl (= 3.43),
libextutils-parsexs-perl (= 3.450000),
libpod-escapes-perl (= 1.07),
libparse-cpan-meta-perl (= 2.150010),
libparent-perl (= 0.238),
libautodie-perl (= 2.34),
libthread-queue-perl (= 3.14),
libfile-spec-perl (= 3.8400),
libtime-local-perl (= 1.3000),
podlators-perl (= 4.14),
libunicode-collate-perl (= 1.31),
libcpan-meta-perl (= 2.150010),
libmath-complex-perl (= 1.5902),
libextutils-command-perl (= 7.64),
libmodule-metadata-perl (= 1.000037),
libjson-pp-perl (= 4.07000),
libperl-ostype-perl (= 1.010),
libversion-requirements-perl,
libcpan-meta-yaml-perl (= 0.018),
libdigest-perl (= 1.20),
libextutils-install-perl (= 2.20),
libhttp-tiny-perl (= 0.080),
libcpan-meta-requirements-perl (= 2.140),
libexperimental-perl (= 0.028),
libtest-use-ok-perl (= 1.302190),
libtest-tester-perl (= 1.302190),
libtext-balanced-perl (= 2.04),
Recommends: netbase
Suggests: perl-doc,
libterm-readline-gnu-perl | libterm-readline-perl-perl,
make,
libtap-harness-archive-perl
Description: Larry Wall's Practical Extraction and Report Language
Perl is a highly capable, feature-rich programming language with over
20 years of development. Perl 5 runs on over 100 platforms from
portables to mainframes. Perl is suitable for both rapid prototyping
and large scale development projects.
.
Perl 5 supports many programming styles, including procedural,
functional, and object-oriented. In addition to this, it is supported
by an ever-growing collection of reusable modules which accelerate
development. Some of these modules include Web frameworks, database
integration, networking protocols, and encryption. Perl provides
interfaces to C and C++ for custom extension development.
|