codesearch for Debian binary control data
Web front-end for a csearch (apt-get install codesearch) command running on
all unpacked Debian Sid and Testing amd64 binary package control data.
The directory structure indexed by csearch has the suite (oldstable, stable, testing
and unstable) at the root and contain each the names of all binary packages in the
suites, respectively. Each of these directories then contains the contents of
respective binary package control data.
The csearch binary is run with arguments supplied by the GET parameters q
(which is used as the -l parameter) and path (which is used as the -f
parameter).
The md5sums files have been removed as they occupy most space without any
utility. If you want to search for packages by their hash, use
dedup.debian.net. If you want to find
binary packages without a md5sums file, have a look at the
no-md5sums-control-file lintian tag
The query and path parameters support RE2 regular expressions. The query
field can be empty in which case all packages containing the specified path
will be found regardless of their content. Example: all packages with the file
"clilibs": ?path=/clilibs$
You can limit your search to a certain list of packages by using the
path field. Example: search for all "liba*" packages containing the file
"conffiles": ?path=/liba[^/]*/conffiles
You can limit your search to a certain suite by prefixing the path with
the suite name. Example: same as before but limited to unstable:
"conffiles": ?path=/unstable/liba[^/]*/conffiles
You can change the output format from html with clickable links to the
found files to a plain text list by appending the "&format=plain" parameter
or to a plain text list of the containing packages by appending the
"&format=pkglist" parameter to your query.
The raw data that is searched can also be downloaded as a tarball per suite
for oldstable,
stable
testing
and unstable.
This service is only temporary (famous last words) until
codesearch.debian.net adds
support for searching for packages containing a path only
and supports a machine readable interface
and supports searching binary control data in addition to source code.
Results
oldstable/apparmor/templates
oldstable/atftpd/postinst
oldstable/atftpd/templates
oldstable/ckermit/postinst
oldstable/ckermit/templates
oldstable/libc-icap-mod-contentfiltering/conffiles
oldstable/libc-icap-mod-urlcheck/conffiles
oldstable/local-apt-repository/control
oldstable/open-infrastructure-container-tools/templates
oldstable/pagure/postrm
oldstable/proftpd-basic/postinst
oldstable/proftpd-basic/postrm
oldstable/proftpd-core/postinst
oldstable/proftpd-core/postrm
oldstable/python3-samba/shlibs
oldstable/tftpd/postinst
oldstable/tftpd-hpa/postinst
oldstable/tftpd-hpa/templates
oldstable/vsftpd/postinst
oldstable/vsftpd/postrm
oldstable/vsftpd/templates
stable/apparmor/templates
stable/atftpd/postinst
stable/atftpd/templates
stable/ckermit/postinst
stable/ckermit/templates
stable/elpa-srv/control
stable/libc-icap-mod-contentfiltering/conffiles
stable/libc-icap-mod-urlcheck/conffiles
stable/local-apt-repository/control
stable/obs-server/postinst
stable/obs-worker/postrm
stable/open-infrastructure-compute-tools/templates
stable/open-infrastructure-container-tools/templates
stable/pagure/postrm
stable/proftpd-core/postinst
stable/proftpd-core/postrm
stable/tftpd-hpa/postinst
stable/tftpd-hpa/templates
stable/vsftpd/postinst
stable/vsftpd/postrm
stable/vsftpd/templates
testing/apparmor/templates
testing/atftpd/postinst
testing/atftpd/templates
testing/ckermit/postinst
testing/ckermit/templates
testing/elpa-srv/control
testing/libc-icap-mod-contentfiltering/conffiles
testing/libc-icap-mod-urlcheck/conffiles
testing/local-apt-repository/control
testing/open-infrastructure-compute-tools/templates
testing/pagure/postrm
testing/proftpd-core/postinst
testing/proftpd-core/postrm
testing/slm/postinst
testing/slm/postrm
testing/tftpd-hpa/postinst
testing/tftpd-hpa/templates
testing/vsftpd/postinst
testing/vsftpd/postrm
testing/vsftpd/templates
unstable/apparmor/templates
unstable/atftpd/postinst
unstable/atftpd/templates
unstable/ckermit/postinst
unstable/ckermit/templates
unstable/elpa-srv/control
unstable/libc-icap-mod-contentfiltering/conffiles
unstable/libc-icap-mod-urlcheck/conffiles
unstable/local-apt-repository/control
unstable/obs-server/postinst
unstable/obs-worker/postrm
unstable/open-infrastructure-compute-tools/templates
unstable/pagure/postrm
unstable/proftpd-core/postinst
unstable/proftpd-core/postrm
unstable/slm/postinst
unstable/slm/postrm
unstable/tftpd-hpa/postinst
unstable/tftpd-hpa/templates
unstable/vsftpd/postinst
unstable/vsftpd/postrm
unstable/vsftpd/templates
- Contact: Johannes Schauer Marin Rodrigues <josch@debian.org>
- Source: https://salsa.debian.org/josch/binarycontrol.debian.net