a b c d e f g h i j k l m n o p q r s t u v w x y z
devscripts
Source: devscripts
Package: devscripts
Versions: devscripts (2.19.2)
Prioritize: 43
Description: scripts to make the life of a Debian Package maintainer easier
Contains the following scripts, dependencies/recommendations shown in
brackets afterwards:
.
- annotate-output: run a command and prepend time and stream (O for stdout,
E for stderr) for every line of output.
- archpath: Prints arch (tla/Bazaar) package names. Also supports
calculating the package names for other branches. [tla | bazaar]
- bts: A command-line tool for accessing the BTS, both to
send mails to control@bts.debian.org and to access the web pages and
SOAP interface of the BTS. [www-browser, libauthen-sasl-perl,
libnet-smtps-perl, libsoap-lite-perl, liburi-perl, libwww-perl,
bsd-mailx | mailx]
- build-rdeps: Searches for all packages that build-depend on a given package.
[dctrl-tools, dose-extra, libdpkg-perl]
- chdist: tool to easily play with several distributions. [dctrl-tools]
- checkbashisms: check whether a /bin/sh script contains any common
bash-specific constructs.
- cowpoke: upload a Debian source package to a cowbuilder host and build it,
optionally also signing and uploading the result to an incoming queue.
[ssh-client]
- cvs-debi, cvs-debc: wrappers around debi and debc respectively (see below)
which allow them to be called from the CVS working directory.
[cvs-buildpackage]
- cvs-debrelease: wrapper around debrelease which allows it to be called
from the CVS working directory. [cvs-buildpackage, dupload | dput,
ssh-client]
- cvs-debuild: A wrapper for cvs-buildpackage to use debuild as its package
building program. [cvs-buildpackage, fakeroot, lintian, gnupg |gnupg2]
- dcmd: run a given command replacing the name of a .changes or .dsc file
with each of the files referenced therein. *
- dcontrol: remotely query package and source control files for all Debian
distributions. [liburl-perl, libwww-perl]
- dd-list: given a list of packages, pretty-print it ordered by maintainer. *
- debc: List contents of current package. Do this after a successful
"debuild" to see if the package looks all right.
- debchange (abbreviation dch): Modifies debian/changelog and manages version
numbers for you. It will either increment the version number or add an
entry for the current version, depending upon the options given to it.
[libdistro-info-perl, libsoap-lite-perl]*
- debcheckout: checkout the development repository of a Debian package. *
- debclean: Clean a Debian source tree. Debclean will clean all Debian
source trees below the current directory, and if requested, also remove
all files that were generated from these source trees (that is .deb, .dsc
and .changes files). It will keep the .diffs and original files, though,
so that the binaries and other files can be rebuilt if necessary.
[fakeroot]*
- debcommit: Commits changes to cvs, darcs, svn, svk, tla, bzr, git, or hg,
using new entries in debian/changelog as the commit message. Also supports
tagging Debian package releases. [cvs | darcs | subversion | svk | tla |
bzr | git-core | mercurial, libtimedate-perl]
- debdiff: A program which examines two .deb files or two .changes files and
reports on any difference found in their file lists. Useful for ensuring
that no files were inadvertently lost between versions. Can also examine
two .dsc files and report on the changes between source versions.
For a deeper comparison one can use the diffoscope package.
[wdiff, patchutils]*
- debdiff-apply: Apply unified diffs of two Debian source packages, such as
those generated by debdiff, to a target Debian source package. Any changes
to debian/changelog are dealt with specially, to avoid the conflicts that
changelog diffs typically produce when applied naively. May be used to check
that old patches still apply to newer versions of those packages.
[python3-debian, python3-unidiff, quilt]
- debi: Installs the current package by using the setuid root debpkg
script described below. It assumes that the current package has
just been built (for example by debuild), and the .deb lives in the
parent directory, and will effectively run dpkg -i on the .deb. The
ability to install the package with a very short command is very
useful when troubleshooting packages.
- debpkg: A wrapper for dpkg used by debi to allow convenient testing
of packages. For debpkg to work, it needs to be made setuid root,
and this needs to be performed by the sysadmin -- it is not
installed as setuid root by default. (Note that being able to run a
setuid root debpkg is effectively the same as having root access to
the system, so this should be done with caution.) Having debpkg as
a wrapper for dpkg can be a Good Thing (TM), as it decreases the
potential for damage by accidental wrong use of commands in
superuser mode (e.g., an inadvertent rm -rf * in the wrong directory
is disastrous as many can attest to).
- debrelease: A wrapper around dupload or dput which figures out which
version to upload, and then calls dupload or dput to actually perform
the upload. [dupload | dput, ssh-client]
- debrepro: A script that tests reproducibility of Debian packages. It will
build a given source directory twice, with a set of variation between the
first and second build, and compare the binary packages produced. If
diffoscope is installed, it is used to compare non-matching binaries. If
disorderfs is installed, it is used during the build to inject
non-determinism in filesystem listing operations.
[faketime, diffoscope, disorderfs]
- debrsign: This transfers a .changes/.dsc pair to a remote machine for
signing, and runs debsign on the remote machine over an SSH connection.
[gnupg | gnupg2, debian-keyring, ssh-client]
- debsign: Use GNU Privacy Guard to sign the changes (and possibly dsc)
files created by running dpkg-buildpackage with no-sign options. Useful
if you are building a package on a remote machine and wish to sign it on
a local one. This script is capable of automatically downloading the
.changes and .dsc files from a remote machine. [gnupg |gnupg2,
debian-keyring, ssh-client]*
- debsnap: grab packages from https://snapshot.debian.org [libwww-perl,
libjson-perl]
- debuild: A wrapper for building a package (i.e., dpkg-buildpackage) to
avoid problems with insufficient permissions and wrong paths etc.
Debuild will set up the proper environment for building a package.
Debuild will use the fakeroot program to build the package by default, but
can be instructed to use any other gain-root command, or can even be
installed setuid root. Debuild can also be used to run various of
the debian/rules operations with the same root-gaining procedure.
Debuild will also run lintian to check that the package does not
have any major policy violations. [fakeroot, lintian, gnupg | gnupg2]*
- deb-reversion: increases a binary package version number and repacks the
package, useful for porters and the like.
- dep3changelog: generate a changelog entry from a DEP3-style patch header.
- desktop2menu: given a freedesktop.org desktop file, generate a skeleton
for a menu file. [libfile-desktopentry-perl]
- dget: Downloads Debian source and binary packages. Point at a .changes or
.dsc to download all references files. Specify a package name to download
it from the configured apt repository. [wget | curl]
- diff2patches: extracts patches from a .diff.gz file placing them under
debian/ or, if present, debian/patches. [patchutils]
- dpkg-depcheck, dpkg-genbuilddeps: Runs a specified command (such as
debian/rules build) or dpkg-buildpackage, respectively, to determine the
packages used during the build process. This information can be helpful
when trying to determine the packages needed in the Build-Depends etc.
lines in the debian/control file. [build-essential, strace]
- dscextract: extract a single file from a Debian source package. [patchutils]
- dscverify: check the signature and MD5 sums of a dsc file against the most
current Debian keyring on your system. [gnupg | gnupg2, debian-keyring]
- edit-patch: add/edit a patch for a source package and commit the changes.
[quilt | dpatch | cdbs]
- getbuildlog: download package build logs from Debian auto-builders. [wget]
- git-deborig: try to produce Debian orig.tar using git-archive(1).
[libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl,
libstring-shellquote-perl, libtry-tiny-perl]
- grep-excuses: grep britney's excuses to find out what is happening to your
packages. [libdbd-pg-perl, libterm-size-perl, libyaml-syck-perl, wget, w3m]
- hardening-check: report the hardening characteristics of a set of binaries.
- list-unreleased: searches for packages marked UNRELEASED in their
changelog.
- ltnu (Long Time No Upload): List all uploads of packages by the
given uploader or maintainer and display them ordered by the last
upload of that package, oldest uploads first.
- manpage-alert: locate binaries without corresponding manpages. [man-db]
- mass-bug: mass-file bug reports. [bsd-mailx | mailx]
- mergechanges: merge .changes files from the same release but built
on different architectures.
- mk-build-deps: Given a package name and/or control file, generate a binary
package which may be installed to satisfy the build-dependencies of the
given package. [equivs]
- mk-origtargz: Rename upstream tarball, optionally changing the compression
and removing unwanted files.
[libfile-which-perl, unzip, xz-utils, file]
- namecheck: Check project names are not already taken.
- nmudiff: prepare a diff of this version (presumably an NMU against the
previously released version (as per the changelog) and submit the diff
to the BTS. [patchutils, mutt]
- origtargz: fetch the orig tarball of a Debian package from various sources,
and unpack it.
- plotchangelog: display information from a changelog graphically using
gnuplot. [libtimedate-perl, gnuplot]
- pts-subscribe: subscribe to the PTS (Package Tracking System) for a
limited period of time. [bsd-mailx | mailx, at]
- rc-alert: list installed packages which have release-critical bugs.
[wget | curl]
- rmadison: remotely query the Debian archive database about packages.
[liburi-perl, wget | curl]
- sadt: run DEP-8 tests. [python3-debian]
- salsa: manipulates salsa.debian.org repositories and users
[libgitlab-api-v4-perl]
- suspicious-source: output a list of files which are not common source
files. [python3-magic]
- svnpath: Prints the path to the Subversion repository of a Subversion
checkout. Also supports calculating the paths for branches and
tags in a repository independent fashion. Used by debcommit to generate
svn tags. [subversion]
- tagpending: runs from a Debian source tree and tags bugs that are to be
closed in the latest changelog as pending. [libsoap-lite-perl]
- transition-check: Check a list of source packages for involvement in
transitions for which uploads to unstable are currently blocked.
[libwww-perl, libyaml-syck-perl]
- uscan: Automatically scan for and download upstream updates. Uscan can
also call a program such as uupdate to attempt to update the Debianised
version based on the new update. Whilst uscan could be used to release
the updated version automatically, it is probably better not to without
testing it first. Uscan can also verify detached OpenPGP signatures if
upstream's signing key is known. [file, gpgv | gpgv2, gnupg | gnupg2,
libfile-which-perl, liblwp-protocol-https-perl, libmoo-perl, libwww-perl,
unzip, xz-utils]*
- uupdate: Update the package with an archive or patches from
an upstream author. This will be of help if you have to update your
package. It will try to apply the latest diffs to your package and
tell you how successful it was. [patch]
- what-patch: determine what patch system, if any, a source package is using.
[patchutils]
- whodepends: check which maintainers' packages depend on a package.
- who-permits-upload: Retrieve information about Debian Maintainer access
control lists. [gnupg | gnupg2, libencode-locale-perl, libwww-perl,
debian-keyring]
- who-uploads: determine the most recent uploaders of a package to the Debian
archive. [gnupg | gnupg2, debian-keyring, debian-maintainers, wget]
- wnpp-alert: list installed packages which are orphaned or up for adoption.
[wget | curl]
- wnpp-check: check whether there is an open request for packaging or
intention to package bug for a package. [wget | curl]
- wrap-and-sort: wrap long lines and sort items in packaging files.
[python3-debian]
- /usr/share/doc/devscripts/examples: This directory contains examples of
procmail and exim scripts for sorting mail arriving to Debian
mailing lists.
This Description was in buster from 2019-01-16 to 2019-02-28;
This Description was in sid from 2019-01-14 to 2019-02-19;
This Description is not yet translated to ar
This Description is not yet translated to bg
This Description is not yet translated to ca
This Description is not yet translated to cs
This Description is translated to da
This Description is not yet translated to de
This Description is not yet translated to de_DE
This Description is not yet translated to el
This Description is not yet translated to eo
This Description is not yet translated to es
This Description is not yet translated to eu
This Description is not yet translated to fi
This Description is not yet translated to fr
This Description is not yet translated to gl
This Description is not yet translated to hr
This Description is not yet translated to hu
This Description is not yet translated to id
This Description is translated to it
This Description is not yet translated to ja
This Description is not yet translated to km
This Description is not yet translated to ko
This Description is not yet translated to ml
This Description is not yet translated to nb
This Description is not yet translated to nl
This Description is not yet translated to pl
This Description is not yet translated to pt
This Description is not yet translated to pt_AO
This Description is not yet translated to pt_BR
This Description is not yet translated to ro
This Description is not yet translated to ru
This Description is not yet translated to sk
This Description is not yet translated to sr
This Description is not yet translated to sv
This Description is not yet translated to tr
This Description is not yet translated to uk
This Description is not yet translated to vi
This Description is not yet translated to zh
This Description is not yet translated to zh_CN
This Description is not yet translated to zh_TW
parts-md5sum:
8be52d5d7fad2e3e3533fc6e7451d2a2 da de es it ja pt_BR ru sk uk 319531
e6d0edbdd3d7210924c0b19b952c6395 da de es it ja pt_BR ru sk uk 319531
e13c97cdd01eb831bd250dc7c660881f da it
other Descriptions of the devscripts package:
Description: 39872
patch
This Description was in lenny from 2007-12-06 to 2008-01-22;
This Description was in sid from 2007-11-16 to 2008-01-08;
Description: 251669
patch
This Description was in sid from 2017-07-10 to 2017-07-11;
Description: 1673
patch
This Description was in sid from 2005-07-16 to 2005-07-20;
This Description was in etch from 2005-07-16 to 2005-08-15;
Description: 86139
patch
This Description was in sid from 2011-08-24 to 2011-11-16;
This Description was in wheezy from 2011-09-03 to 2011-11-26;
Description: 16544
patch
This Description was in sid from 2005-07-21 to 2005-08-02;
Description: 16572
patch
This Description was in sid from 2005-07-22 to 2005-08-02;
Description: 17067
patch
This Description was in sid from 2005-08-01 to 2006-02-21;
This Description was in etch from 2005-08-16 to 2005-10-28;
Description: 19103
patch
This Description was in etch from 2005-10-29 to 2006-02-27;
Description: 21210
patch
This Description was in etch from 2006-02-28 to 2006-04-09;
This Description was in sid from 2006-02-21 to 2006-03-29;
Description: 22511
patch
This Description was in sid from 2006-03-30 to 2006-04-17;
This Description was in etch from 2006-04-10 to 2006-05-03;
Description: 23123
patch
This Description was in sid from 2006-04-18 to 2006-10-13;
This Description was in etch from 2006-05-04 to 2006-10-24;
Description: 35842
patch
This Description was in sid from 2007-07-01 to 2007-08-10;
This Description was in lenny from 2007-07-12 to 2007-08-19;
Description: 29304
patch
This Description was in etch from 2006-10-25 to 2006-11-29;
This Description was in sid from 2006-10-14 to 2006-11-13;
Description: 30132
patch
This Description was in sid from 2006-11-08 to 2006-11-11;
Description: 30218
patch
This Description was in sid from 2006-11-11 to 2007-03-25;
This Description was in lenny from 2009-10-06 to 2011-06-22;
This Description was in etch from 2006-11-29 to 2011-07-22;
Description: 32733
patch
This Description was in sid from 2007-03-25 to 2007-06-07;
Description: 32620
patch
This Description was in sid from 2007-03-18 to 2007-03-26;
Description: 33307
patch
This Description was in sid from 2007-04-18 to 2007-07-03;
This Description was in lenny from 2007-06-14 to 2007-07-11;
Description: 74471
patch
This Description was in wheezy from 2011-02-12 to 2011-04-25;
This Description was in sid from 2010-07-14 to 2011-07-22;
This Description was in squeeze from 2010-07-25 to 2014-07-22;
Description: 36979
patch
This Description was in lenny from 2007-08-22 to 2007-09-22;
This Description was in sid from 2007-08-11 to 2007-09-14;
Description: 37940
patch
This Description was in lenny from 2007-09-23 to 2007-12-05;
This Description was in sid from 2007-09-12 to 2008-01-07;
Description: 42404
patch
This Description was in sid from 2008-01-06 to 2008-01-18;
Description: 42696
patch
This Description was in sid from 2008-01-13 to 2008-02-08;
This Description was in lenny from 2008-01-23 to 2008-02-22;
Description: 43553
patch
This Description was in sid from 2008-02-04 to 2008-02-07;
Description: 43841
patch
This Description was in sid from 2008-02-07 to 2008-02-29;
This Description was in lenny from 2008-02-23 to 2008-03-11;
Description: 45346
patch
This Description was in sid from 2008-02-28 to 2008-03-17;
This Description was in lenny from 2008-03-12 to 2008-04-05;
Description: 251719
patch
This Description was in sid from 2017-07-12 to 2017-09-14;
This Description was in buster from 2017-07-28 to 2017-09-19;
Description: 46026
patch
This Description was in sid from 2008-03-17 to 2008-04-03;
Description: 46525
patch
This Description was in sid from 2008-03-26 to 2008-04-08;
This Description was in lenny from 2008-04-06 to 2008-04-20;
Description: 47478
patch
This Description was in sid from 2008-04-06 to 2008-04-08;
Description: 47624
patch
This Description was in lenny from 2008-04-21 to 2008-05-14;
This Description was in sid from 2008-04-08 to 2008-05-07;
Description: 48543
patch
This Description was in lenny from 2008-05-15 to 2008-05-30;
This Description was in sid from 2008-05-04 to 2008-05-25;
Description: 49177
patch
This Description was in lenny from 2008-05-31 to 2008-06-15;
This Description was in sid from 2008-05-20 to 2008-06-07;
Description: 49593
patch
This Description was in lenny from 2008-06-16 to 2008-06-27;
This Description was in sid from 2008-06-04 to 2008-06-24;
Description: 50157
patch
This Description was in sid from 2008-06-17 to 2008-07-02;
This Description was in lenny from 2008-06-28 to 2008-07-10;
Description: 50874
patch
This Description was in etch from 2009-10-02 to 2011-07-22;
This Description was in lenny from 2008-07-11 to 2011-07-22;
This Description was in sid from 2008-06-29 to 2009-10-02;
This Description was in squeeze from 2009-02-16 to 2009-02-23;
Description: 54114
patch
This Description was in sid from 2008-09-22 to 2009-09-30;
Description: 55675
patch
This Description was in sid from 2009-01-23 to 2009-10-02;
This Description was in squeeze from 2009-02-24 to 2009-03-14;
Description: 56631
patch
This Description was in sid from 2009-03-05 to 2009-08-01;
This Description was in squeeze from 2009-03-15 to 2009-08-09;
Description: 271794
patch
This Description was in bullseye from 2020-03-03 to 2020-07-02;
This Description was in sid from 2019-10-18 to 2020-06-28;
Description: 62316
patch
This Description was in sid from 2009-07-30 to 2009-09-05;
This Description was in squeeze from 2009-08-10 to 2009-09-14;
Description: 277620
patch
This Description was in bullseye from 2020-07-03 to 2020-11-30;
This Description was in sid from 2020-06-29 to 2020-11-29;
Description: 63941
patch
This Description was in squeeze from 2009-09-15 to 2011-07-22;
This Description was in etch from 2009-10-02 to 2011-07-22;
This Description was in sid from 2009-09-04 to 2009-12-17;
This Description was in lenny from 2009-10-02 to 2011-07-22;
Description: 66138
patch
This Description was in squeeze from 2009-12-18 to 2010-04-19;
This Description was in sid from 2009-12-18 to 2010-04-11;
Description: 71034
patch
This Description was in sid from 2010-04-07 to 2010-04-17;
Description: 71520
patch
This Description was in sid from 2010-04-14 to 2010-07-15;
This Description was in squeeze from 2010-04-26 to 2010-07-24;
Description: 80487
patch
This Description was in sid from 2011-04-16 to 2011-06-22;
This Description was in wheezy from 2011-04-26 to 2011-06-22;
Description: 82019
patch
This Description was in wheezy from 2011-06-23 to 2011-09-02;
This Description was in sid from 2011-05-26 to 2011-08-23;
Description: 227799
patch
This Description was in sid from 2014-12-05 to 2015-04-26;
This Description was in jessie from 2014-12-10 to 2018-06-26;
Description: 88903
patch
This Description was in wheezy from 2011-11-27 to 2016-06-07;
This Description was in sid from 2011-11-17 to 2013-05-13;
Description: 208382
patch
This Description was in sid from 2013-05-14 to 2013-08-17;
This Description was in jessie from 2013-08-08 to 2013-08-26;
Description: 214607
patch
This Description was in sid from 2013-09-21 to 2013-12-06;
This Description was in jessie from 2013-10-02 to 2013-12-10;
Description: 213358
patch
This Description was in jessie from 2013-08-27 to 2013-09-30;
This Description was in sid from 2013-08-17 to 2013-09-24;
Description: 217323
patch
This Description was in jessie from 2013-12-11 to 2014-01-31;
This Description was in sid from 2013-12-06 to 2014-01-25;
Description: 218720
patch
This Description was in jessie from 2014-02-01 to 2014-05-17;
This Description was in sid from 2014-01-26 to 2014-05-13;
Description: 230348
patch
This Description was in stretch from 2015-06-22 to 2016-01-10;
This Description was in sid from 2015-06-12 to 2015-12-31;
Description: 228515
patch
This Description was in sid from 2015-04-27 to 2015-06-12;
This Description was in stretch from 2015-05-03 to 2015-06-21;
Description: 221608
patch
This Description was in jessie from 2014-05-18 to 2014-12-09;
This Description was in sid from 2014-05-12 to 2014-12-04;
Description: 237486
patch
This Description was in stretch from 2016-01-11 to 2016-02-17;
This Description was in sid from 2016-01-01 to 2016-02-12;
Description: 240505
patch
This Description was in stretch from 2016-03-26 to 2016-07-09;
This Description was in sid from 2016-03-20 to 2016-07-04;
Description: 239227
patch
This Description was in stretch from 2016-02-18 to 2016-03-25;
This Description was in sid from 2016-02-13 to 2016-03-20;
Description: 243506
patch
This Description was in stretch from 2016-07-10 to 2016-08-28;
This Description was in sid from 2016-07-05 to 2016-08-22;
Description: 245674
patch
This Description was in stretch from 2016-10-08 to 2016-12-02;
This Description was in sid from 2016-10-02 to 2016-11-24;
Description: 244686
patch
This Description was in stretch from 2016-08-29 to 2016-10-07;
This Description was in sid from 2016-08-23 to 2016-10-01;
Description: 247829
patch
This Description was in stretch from 2016-12-03 to 2017-01-16;
This Description was in sid from 2016-11-25 to 2017-01-11;
Description: 253545
patch
This Description was in buster from 2017-09-20 to 2017-11-01;
This Description was in sid from 2017-09-15 to 2017-10-28;
Description: 249241
patch
This Description was in stretch from 2017-01-17 to 2020-07-21;
This Description was in sid from 2017-01-12 to 2017-07-09;
Description: 254613
patch
This Description was in buster from 2017-11-02 to 2018-01-05;
This Description was in sid from 2017-10-28 to 2019-06-06;
Description: 259170
patch
This Description was in buster from 2018-05-02 to 2018-05-26;
This Description was in sid from 2018-04-27 to 2018-05-23;
Description: 263087
patch
This Description was in buster from 2018-10-08 to 2018-10-30;
This Description was in sid from 2018-10-04 to 2018-10-25;
Description: 259979
patch
This Description was in buster from 2018-05-27 to 2018-09-06;
This Description was in sid from 2018-05-24 to 2018-09-05;
Description: 256495
patch
This Description was in buster from 2018-01-06 to 2018-05-01;
This Description was in sid from 2018-01-01 to 2018-04-30;
Description: 263782
patch
This Description was in buster from 2018-10-31 to 2019-01-15;
This Description was in sid from 2018-10-26 to 2019-01-11;
Description: 262338
patch
This Description was in buster from 2018-09-07 to 2018-10-07;
This Description was in sid from 2018-09-05 to 2018-10-04;
Description: 267979
patch
This Description was in buster from 2019-03-01 to 2022-09-13;
This Description was in sid from 2019-02-19 to 2019-10-18;
Description: 291797
patch
This Description was in bookworm from 2022-06-21 to 2023-03-01;
This Description was in sid from 2022-06-19 to 2023-02-06;
Description: 287069
patch
This Description was in bookworm from 2021-12-03 to 2022-01-29;
This Description was in sid from 2021-12-01 to 2022-01-24;
Description: 288199
patch
This Description was in bookworm from 2022-01-30 to 2022-06-20;
This Description was in sid from 2022-01-24 to 2022-06-18;
Description: 286340
patch
This Description was in sid from 2021-11-11 to 2021-11-30;
Description: 283645
patch
This Description was in bookworm from 2021-08-18 to 2021-12-02;
This Description was in bullseye from 2021-02-28 to 2024-09-02;
This Description was in sid from 2021-02-17 to 2021-11-14;
Description: 281246
patch
This Description was in sid from 2020-11-29 to 2021-02-17;
This Description was in bullseye from 2020-12-01 to 2021-02-27;
Description: 297211
patch
This Description was in bookworm from 2023-03-02 to 2023-04-05;
This Description was in sid from 2023-02-11 to 2023-03-16;
Description: 311449
patch
This Description was in trixie from 2024-12-19 to 2025-01-06;
This Description was in sid from 2024-12-08 to 2024-12-25;
Description: 297709
patch
This Description was in bookworm from 2023-06-04 to 2026-07-13;
This Description was in trixie from 2023-06-12 to 2023-06-17;
This Description was in sid from 2023-04-06 to 2023-06-12;
Description: 297607
patch
This Description was in bookworm from 2023-04-06 to 2023-06-03;
This Description was in sid from 2023-03-17 to 2023-04-05;
Description: 297083
patch
This Description was in sid from 2023-02-06 to 2023-02-19;
Description: 310569
patch
This Description was in trixie from 2024-11-07 to 2024-11-18;
This Description was in sid from 2024-11-01 to 2024-11-12;
Description: 301966
patch
This Description was in trixie from 2024-01-05 to 2024-09-26;
This Description was in sid from 2023-12-14 to 2024-09-19;
Description: 298080
patch
This Description was in trixie from 2023-06-18 to 2024-01-04;
This Description was in sid from 2023-06-13 to 2023-12-13;
Description: 310851
patch
This Description was in trixie from 2024-11-19 to 2024-12-18;
This Description was in sid from 2024-11-13 to 2024-12-07;
Description: 312007
patch
This Description was in trixie from 2025-01-07 to 2025-01-19;
This Description was in sid from 2024-12-26 to 2025-01-14;
Description: 315563
patch
This Description was in trixie from 2025-04-28 to 2025-05-10;
This Description was in sid from 2025-04-18 to 2025-04-30;
Description: 318326
patch
This Description was in forky from 2025-10-23 to 2025-10-26;
This Description was in sid from 2025-10-20 to 2025-10-24;
Description: 309450
patch
This Description was in trixie from 2024-09-27 to 2024-11-06;
This Description was in sid from 2024-09-20 to 2024-10-31;
Description: 312453
patch
This Description was in trixie from 2025-01-20 to 2025-03-31;
This Description was in sid from 2025-01-15 to 2025-03-28;
Description: 314858
patch
This Description was in trixie from 2025-04-01 to 2025-04-04;
This Description was in sid from 2025-03-29 to 2025-04-02;
Description: 316602
patch
This Description was in forky from 2025-08-26 to 2025-10-22;
This Description was in sid from 2025-08-17 to 2025-10-19;
Description: 315658
patch
This Description was in forky from 2025-08-10 to 2025-08-25;
This Description was in trixie from 2025-05-11 to 2026-07-13;
This Description was in sid from 2025-05-01 to 2025-08-16;
Description: 315080
patch
This Description was in trixie from 2025-04-05 to 2025-04-27;
This Description was in sid from 2025-04-03 to 2025-04-17;
Description: 318382
patch
This Description was in forky from 2025-10-27 to 2025-12-31;
This Description was in sid from 2025-10-25 to 2025-12-16;
Description: 319531
patch
This Description is active
This Description was in forky from 2026-01-01 to 2026-09-01;
This Description was in sid from 2025-12-17 to 2026-09-01;