Result for 66CB9767098B87AFAA162F3C060F9BC01EB5C149

Query result

Key Value
FileSize1072372
MD5A31804AB5E0809E10E114A286758055F
PackageDescriptionscripts 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 1.x) package names. Also supports calculating the package names for other branches. [tla] - bts: A command-line tool for accessing the Debian Bug Tracking System, 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. * - dd-list: given a list of packages, pretty-print it ordered by maintainer. * - debbisect: bisect snapshot.debian.org to find which change in the archive introduced a certain problem. [mmdebstrap, python3-debian] - 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. - debootsnap: Combines debootstrap and snapshot.debian.org to create a chroot containing exactly the requested selection of packages. This can be used to re-create a chroot from the past, for example to reproduce a bug. The tool is also used by debrebuild to build a package in a chroot with build dependencies in the same version as recorded in the buildinfo file. [apt-utils, dpkg-dev, equivs, mmdebstrap, python3-pycurl] - 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] - debrebuild: A script that provided a .buildinfo file reports the instructions on how to try to reproduce the reported build. [sbuild | mmdebstrap, python3-pycurl, libdpkg-perl] - 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-janitor: command-line client for interacting with the Debian Janitor. - deb-reversion: increases a binary package version number and repacks the package, useful for porters and the like. - deb-why-removed: shows the reason a package was removed from the archive. [libdpkg-perl] - 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. [pristine-tar, pristine-lfs] - 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] - reproducible-check: reports on the reproducible status of installed packages. For more details please see <https://reproducible-builds.org>. - rmadison: remotely query the Debian archive database about packages. [liburi-perl, wget | curl] - sadt: run DEP-8 tests. [python3-debian, autodep8] - 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-dirlist-perl, libfile-touch-perl, 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 an example exim script for sorting mail arriving to Debian mailing lists.
PackageMaintainerDevscripts Maintainers <devscripts@packages.debian.org>
PackageNamedevscripts
PackageSectiondevel
PackageVersion2.23.3
SHA-166CB9767098B87AFAA162F3C060F9BC01EB5C149
SHA-256FFCAB469216E79A54C4721468D740A4B6710038779DED13A7BB6A3F23AE3270F
hashlookup:children-total399
hashlookup:trust50

Network graph view

Children (Total: 399)

The searched file hash includes 399 children files known and seen by metalookup. A sample is included below:

Key Value
FileName./usr/share/man/man1/pts-subscribe.1.gz
FileSize1152
MD542D9F1E9D875183ECF826A0AB87CEC95
RDS:package_id298503
SHA-1002538455FF43A5A384858738CB3D51ABFFF185A
SHA-256401ADF9CB374D76D9A87757BC689A2ABEE946687CBBF53584CDDFC9E8DA905E6
SHA-5128C0950812D794922EC549126D5D631BDCF3438178BD2D7B2405CAA2DC4BBE1C286636B9A05ACB1798E7896A1811E6044CA4C2016B842DC79E2182E727E9653DB
SSDEEP24:Xxx5uk+6VwFfGd8uVp+VCHRswDWLSM3fBO09Xs0sg2Lf5O:X7LpVwFuGuVEVCHRswKz3gaegeY
TLSHT11C21CA30B10B682FD5F50B71272FAAE49055F11FA791594218D7525B71DB063CD617CC
insert-timestamp1727081798.7778883
mimetypeinode/symlink
sourcesnap:XEfqMqIdGNQZIlv8w6g4AbeE6GAYESal_45
Key Value
FileName./usr/share/bash-completion/completions/debchange
FileSize3263
MD59A40A368FB7169B03C93CA966E167A50
RDS:package_id298503
SHA-101BCB7C221E32FE71E2BC7BBCDA869169071E330
SHA-2561E4F16A5FD8BC8125453E8E3028A208A108F311C998FB868055E35508B1DA63E
SHA-512641D9C67D476450DFB63A078D3A7C4842049A884DE673574E38EA247E0E2ACFC4CA38643A31CF772AE9CB5D10C7ED6A4E0D35B74A23B4B3BB45DCA7E34826941
SSDEEP96:SQsS/0x3qN7IbcwgMBkHmvgRxvaLH5Y6y:KmXN7IAwgMBkHmevCKP
TLSHT19F6102208E9CA4798397D23AB3E17847E17DC657640339297ACDD7D25F0B034D28E9E6
insert-timestamp1727081791.3452854
mimetypeinode/symlink
sourcesnap:XEfqMqIdGNQZIlv8w6g4AbeE6GAYESal_45
Key Value
FileName./usr/share/man/fr/man1/plotchangelog.1.gz
FileSize2898
MD591DAA248B1383C2E768A4E15347DE795
SHA-101F85B61D9BA29AF72BE3440732FEBBE8F0AB2F5
SHA-2565537F2ADCE116497A30F2B87725A5AE1811DA1CB335EEB4017425C35B6FCE653
SSDEEP48:X1apbjDV8kI3Fo+BYLBROzs2QbvhVar+efQVlmqE4/aDxfRprBr/I0FLi/Phtel:AJOdFo+2jr++eIdE4CFDtA0Rr
TLSHT11D513DA56860B4C813320013ABC8470A7D56FF47FED23CAA291919F9A1FB704D567485
Key Value
FileName./usr/share/man/de/man1/who-permits-upload.1.gz
FileSize2872
MD5A29CAF056B4B0EB054C689619D99A892
SHA-102027D588088BEC5B394EBC0DAD19EEF43B6EE2C
SHA-25606A02ED4D5080BACE6CF5BA8A502BE754D6ADD3BC65EEB393661D584491C448A
SSDEEP48:Xw8uYmQoMIHdhR5++SuYpTIc8IKN7RnW4CZamxYOAfiBqzwwDSKlbIP+HMslgwR/:TuZMI9SuYpTnKJ9CZZTQzrIPnslRn
TLSHT1E4513B4D0164B8F39A29641EAA099EB6DDDAB6D277CE1F05F80260D0D5394165F2CE22
Key Value
FileName./usr/share/perl5/Devscripts/Compression.pm
FileSize3172
MD56D6B2777EC486D50430ACB0E3451B5DF
RDS:package_id293702
SHA-1033691112B5E758B28532E8C953A7150E99FF109
SHA-25674A7A2095AAAA819A6B8DA036973CDCD760A7BE07A1EE89E1F6143DB1F60B040
SHA-51253A926490D45078393D0B1F4BF205401E7819E149F96CFADAA79C47277BDACE2C5A376DF994403D1B6BD91D5F569F52F0284CC0B1053E8D842F1326F25D232F7
SSDEEP96:rzffPymiR6Le0sTMGavMuwC7LJR1FlVZQJ8Q52:HffPuR6KQR1FllQg
TLSHT1F36125E9B89286F09983B15E5F2AF08C637A151F3DA9B400B74C621C1F05BBD56F63C4
insert-timestamp1727081811.7434773
mimetypetext/plain
sourcesnap:XEfqMqIdGNQZIlv8w6g4AbeE6GAYESal_45
Key Value
FileName./usr/bin/manpage-alert
FileSize4717
MD578BF1A035EBB0DA09B02322FAB4B92F0
SHA-104128201222207BFDB4FD1AC7B7200E758DDFBE1
SHA-256EB45FC376189D0577FEF28CE078A46D706D54D48F0BE5263BDB09F81FB0CC291
SSDEEP96:hzfThBR1HjdG17Y4Uar55QuTy02I2AY2cIX2V14IfYAAi642zcatLqT:dfThj1507vUaN5hTNiImV1Ys642z9K
TLSHT116A1930D7A4483B491094AB62E43A4897328222F36367CA435CEE25EBF1573933F6385
Key Value
FileName./usr/share/man/fr/man1/wnpp-check.1.gz
FileSize1262
MD50D8758E75CF4BAD860B81CA32431F427
SHA-1057DBA213215ADCFEE3C585D8147EAD52A5F7705
SHA-2566247564567172179A2507397BBB55D64F90D6050425AEE352A216C40CD24BA49
SSDEEP24:XxZeDqCI/HR9D5LJym2pw2936cBbvbMkoCWDAVRtl:XxZCqTP/0fV//M7CWsVRX
TLSHT14221C5748170A4A5382210B2C199FB93460C2A43CFC1A4EEFA19429D87442BFDEE8A50
Key Value
FileName./usr/bin/tagpending
FileSize12339
MD56CD2D96FC314798FA01DDA1FCEE7E6F0
SHA-10649A81D5E74EEA32439F7E57AB1F980DD3E8D0B
SHA-2568115306D681E92E72B716AD08299BB65C51FC041CB9FE6D6A4F42AB0EE82BD1C
SSDEEP192:gpyfTzo3j4yr2vrKLnDLl85icTucNF1Ajm424yz6mdC8pkUIhBMii/v9WjV9X7ZA:9fH45LDLWicTuWFHdQhNPjJpNq
TLSHT17B42C654E1CB4B330193246BBFCD829963ADA4D3112DBE067E4C928DBF41978817DF89
Key Value
FileName./usr/share/man/man1/salsa.1.gz
FileSize10089
MD5F290766F0555B00D05111B75AC3E31CC
SHA-106831D1184487F1084C0B8E42808757977380D15
SHA-2564F10BF3393B588C1F46DDA99CEC9157A4AD1919AE2B12DEB55691F46C1F82E74
SSDEEP192:jeOiyzlIhL33y0KZLBtsqrat+YrwVYkLG+3cjIiok+wbeMKH4S2H:z5a3yZLTbratbYHIN7+weMKH4P
TLSHT1B322DF4DFBB6055BF0E01F0362CE6A18D5AD69860CA53977E3F463F511326E031AEAC5
Key Value
FileName./usr/share/man/de/man1/dscverify.1.gz
FileSize2032
MD532CA8711B704A63A97344DFF2910AB2D
SHA-106F773B918A21254E0259DEF17219BF1C7756448
SHA-25644D1605E999F6676AA936BAD5D8D62BE063CED5712CE9EE2B265EE518FF8EEA7
SSDEEP48:XLLUp7Lr8qLRggPC+mZra5XMn1HHP6VnOjA/1/Q5JCPQJ2J:Y7NlFg45M1nyVOa1Y7CPDJ
TLSHT115416C926AA326D05D4C03975100AFB3500BE0932FA79FF173FE7088092A3D90402C2F