Result for 55A25325D660EB5B8AF8578D7620C12F8335F139

Query result

Key Value
FileSize1045436
MD59834C4D041EB47D58859F7C5996B24AE
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) package names. Also supports calculating the package names for other branches. [tla | bazaar] - 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. * - 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.
PackageMaintainerDevscripts Maintainers <devscripts@packages.debian.org>
PackageNamedevscripts
PackageSectiondevel
PackageVersion2.19.5+deb10u1
SHA-155A25325D660EB5B8AF8578D7620C12F8335F139
SHA-2566E08CC57AAC05A3A38C43388870FF4D90BEF6DA7BB9E0A8177BBFC71AF5E2360
hashlookup:children-total386
hashlookup:trust50

Network graph view

Children (Total: 386)

The searched file hash includes 386 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/de/man1/debclean.1.gz
FileSize2575
MD5517F7D02D6197A4C23D634A2DF3B3583
RDS:package_id298503
SHA-102CAEE199D8FCFF42E31376FEB645AD02A097B23
SHA-256A460E04D25D2D8B12EE8F5DD70B0EBE02359F5F37C702ACBF8F81941A2DDA30C
SHA-512406108E5AD63BBF9F5F244233A4ED27B9E9D69C9398B504E0ADDF8C81D2D3966094EC3568E3D6A1C983FEE8CF433A11AE7602BE46040B51C8EF121B0CB1D3AC6
SSDEEP48:X6PrSmpnC5KfQcELmRy1FHIhP8rFLCEEsDJDEBSIi669Szp5pCp6:6rQiALdoEpNQi/SzbpCp6
TLSHT1B3516C506B24A3A29D20337DE682C6F1F1DE907012C77B48B9BC5DF312BCDA762A1427
insert-timestamp1727081799.8840575
mimetypeapplication/gzip
sourcesnap:XEfqMqIdGNQZIlv8w6g4AbeE6GAYESal_45
Key Value
FileName./usr/share/man/fr/man1/dpkg-depcheck.1.gz
FileSize2915
MD507210C020B414C6C4DF3F774AE56AC35
SHA-102D87963D5BE57626DD5EBD707F8A247951EC0DB
SHA-2561CF8F91F4F6D667034494091B59A726E33F6E0AF0DF4629F39C153FFC5765977
SHA-5121C4E8833DAA3324D1B234C1412FC2B147A8C25BB495F9B81536EE96231222FBD31CA07F2F692A5F8A1AE3221D696D7DA1E49CA7D42759CE10B3C7F588F108E68
SSDEEP48:Xg+SXU1SpCcT+Bw3CtL2Yx+9Rvgg5luj3ppWL8nSjf5mESsUFc30FdZHNWj2h:Zg+B3L9+9Rvlqz0Ur7c3LO
TLSHT1F1514E289F71E59CDB5978220494F48E9D2D50B7E3510C8C2BF3F8DDD856E02C732054
insert-timestamp1641567397.6835074
mimetypeapplication/gzip
sourcesnap:eO6PPvZ4aqeHdSzVG3HTQySZ6JVV9mOS_82
Key Value
FileName./usr/bin/chdist
FileSize20865
MD50A022DB3235C166FE90715D8C2837E0C
SHA-1036122028B296D7FA36198EA142F71E2526D51BD
SHA-2567FD1B2736A26040CE6CB529893F3F1BE7429DA05F3CE1C71488674423779DC30
SSDEEP384:qfbvHoyFK6KAeiN006ljLgpjFM/+YHTl38lZBHK/9HBhfStM:qfbvHvFK/06ljLgpjSTHKHKVhctM
TLSHT13092842425D3473A9BF329A53FCA9004736AD1972D0BAE847D9CD3949F8043ED4F9B54
Key Value
FileName./usr/share/man/fr/man1/wnpp-check.1.gz
FileSize1267
MD5FFB665B9ECC19BBE6522B34D4D2F48C4
SHA-1037FA3FA7C152E59881ACC150FB8FFEC82715B3B
SHA-2569E62F6B7C61D8732D626307630AE354BA02E5F380723A66CD7F70C3DD35DB94E
SHA-51211A127C1C687DCC0F5CB016764290AFC271E459CAA93ABD71EB26813AF1EC2901DDF6700FE7E0D2D6DD0D9E859EE6AED47EF062198AF8596B120E69C3266E9AC
SSDEEP24:Xx1pgINdc+Uo4ePdASWuw8XpAJtoNAhx3eDDpxk34H0+qXW91:Xx1TqHeiYxbNux3aDMoGA1
TLSHT1DD21B7E968D16857F56DBC70DD479183CE2400E95E86F8AB68E910330A8D82E1C55928
insert-timestamp1641567397.7089267
mimetypeapplication/gzip
sourcesnap:eO6PPvZ4aqeHdSzVG3HTQySZ6JVV9mOS_82
Key Value
FileName./usr/bin/debrepro
FileSize5982
MD59A45DD21991BB8361388B771D2D13DC6
SHA-1044EA7165EF9565AD346AE3922A7C79724A5E210
SHA-25670ABE70DD10FDA14614AA61713176952F0BB243EB174B4D803213BF64C30C0E6
SSDEEP96:GLzf4CSVbHEUguoSPPQrAbRH5YrM4NlqF4dAPrWXqd:Gnf6bHEUgxSPPQr4LYAylqLyXs
TLSHT182C1D87A744202F4242EC4FB3E9A6140B239933714887C6CB14FE7581FB63F502FA99A
Key Value
FileName./usr/lib/perl5/vendor_perl/5.26.1/Devscripts/Uscan/ftp.pm
FileSize10655
MD51952DFF3979BC3FEF951536EE3161A85
SHA-10699C2E3FE7C5FC1C5B612DCE53F7F6505D51564
SHA-256CBBD9FE00160718DBA2FBE71C0C9E65E0DE26AEB0A953A1423E8C6865B7565FA
SSDEEP192:frc9vjCMBjibiK5S8yiYCFtpQiQfnsA91ma3p3w1GBqXp3Q1my6hJns0oJQNL:frQfzA+Kbn5V
TLSHT17B22133A7896C26703A3212E57CD91447B66C0332E4BDC05BDAD40C8EF90A75E6F57AE
Key Value
FileName./usr/bin/rc-alert
FileSize15348
MD51BEA6A5B30CC8F2DEE617250D9830C8D
SHA-106B8C9E87EBF3769B14E7CBC5A4156C92D259799
SHA-256F573F73750BAE6532A0BD9D8DD9402AA9DBAA9BF254DB64F231AFC76E506F07E
SSDEEP192:LQ9Kfa0Hz0wtnnpsfieR0FL7pQl2H1WQ31ur77ieK0kZKvK1i6LFDPcAkXETRAVn:rfa0TNxlp/W2o1lCKSZFDkZjZt9yG3
TLSHT14F62B515D1EF53B226EB10A97ED8D055627DA02337095E147E8E82C9EF4CE7C82B76C8
Key Value
FileName./usr/bin/dcmd
FileSize10101
MD53A6E837841A2015EC60B60FF9E358297
SHA-107262FA5A7DA1F890C568CC7F9BBBE153B538B34
SHA-2566B78785BF78F22E57E49AFA3AA2078991E96E86922DE57B5C34F2CCB745B47D6
SSDEEP192:hGf2HY7dUNq7S8lrz35r01CTe6pw5b/f51NNrVTNeMmNkLUgSzLjP:hGfwcdkq289z3WoQ5ZLUgg
TLSHT10D224348FB4917E5295C30322EA3E982323D0B13068C5D6933597AF6BF3895A74FA49C