Skip to content

Tags: nthykier/apt-file

Tags

debian/3.2.2

Toggle debian/3.2.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.2.2

Format: 1.8
Date: Sat, 09 Feb 2019 09:20:04 +0000
Source: apt-file
Architecture: source
Version: 3.2.2
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Closes: 921115
Changes:
 apt-file (3.2.2) unstable; urgency=medium
 .
   * Fix bug where the progress indicator was still been using
     under debug mode (despite the intention for it to be
     disabled as it clashes with the debug messages).
   * README.md: Update links to Julian's blog.  (Closes: #921115)
   * Optimize imports to reduce start up time a bit.
Checksums-Sha1:
 2624351e97c661d8b59e52a8a07a01c9d311dbd8 1783 apt-file_3.2.2.dsc
 25e8595a2513cac68c856ca93b81d47ce863bfd9 42160 apt-file_3.2.2.tar.xz
 b000a7cd1b3075f82f93c1de6ed0e05dfaea961b 6868 apt-file_3.2.2_source.buildinfo
Checksums-Sha256:
 4217dc6811b34b1424edfa75cfda1509a36894f6b4060a34d537a0a68d0bb646 1783 apt-file_3.2.2.dsc
 bacbfb038dca6d2f0b740dcd05064d0b81fd0f086ce2eb59c5157d13ef064edf 42160 apt-file_3.2.2.tar.xz
 dd4b9e32a3a460d4f0de211a6b32b39201a60bd9af8856e722d1031ef92c40cc 6868 apt-file_3.2.2_source.buildinfo
Files:
 dba0d28e0f5d24c4df458d679168994f 1783 admin optional apt-file_3.2.2.dsc
 af15b09d9a31c35bdbd18b2fb730cc5a 42160 admin optional apt-file_3.2.2.tar.xz
 e9e445e52c0b868647e3755c7f230013 6868 admin optional apt-file_3.2.2_source.buildinfo

debian/3.2.1

Toggle debian/3.2.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.2.1

Format: 1.8
Date: Fri, 28 Dec 2018 10:06:14 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 3.2.1
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Closes: 917304
Changes:
 apt-file (3.2.1) unstable; urgency=medium
 .
   * Include a final new-line in the 50apt-file.conf file.  Thanks to
     Sven Joachim for reporting its absence.  (Closes: #917304)
   * Optimize "apt-file list-indices" by about a factor 3 in the
     default case by calling "apt-get indextargets" only once rather
     than once per index.
   * Have apt-file print status indicators when stdout is a TTY
     (and when not running in debug mode).
   * Explicitly pass configuration file to apt-file during the test
     to fix a problem with the autopkgtests failing.
Checksums-Sha1:
 d9032193635919c87d2768ff202b835081d0b656 1751 apt-file_3.2.1.dsc
 5c323293fdac35a70f9e20803f416ad18e352b25 41744 apt-file_3.2.1.tar.xz
 286e6e214d726d5822985fd9db61d3ec85670689 6889 apt-file_3.2.1_source.buildinfo
Checksums-Sha256:
 21211e6945bdc5906434f0d294f7f2cb5667573327efa5ffec26110bbe8124ed 1751 apt-file_3.2.1.dsc
 1827f18311aab1579df2dcb5a2ce7bff400900af539898b1acf92925cfae6258 41744 apt-file_3.2.1.tar.xz
 8cecab488c4c1db6c7e0935697728167f3ee6299d2d0c8e0ce38f83ce5f203c9 6889 apt-file_3.2.1_source.buildinfo
Files:
 528e25a9dd9e3527c1a97ce735689eed 1751 admin optional apt-file_3.2.1.dsc
 90ea1650bbb520efbe47ae66e1a193a3 41744 admin optional apt-file_3.2.1.tar.xz
 f993b6df22e401c7d7bc24503cf38b4c 6889 admin optional apt-file_3.2.1_source.buildinfo

debian/3.2

Toggle debian/3.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.2

Format: 1.8
Date: Tue, 25 Dec 2018 16:00:53 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 3.2
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Closes: 651684 857095 881406
Changes:
 apt-file (3.2) unstable; urgency=medium
 .
   * Drop now unnecessary lintian-overrides.
   * Add a new "list-indices" command to list which indices can be
     enabled/disabled and searched (using the -I command).
   * Assume that Contents files no longer have a descriptive header
     that contains human-readable instructions for how to read the
     file.  If you are working with Contents files that still have
     them, then set "apt-file::Parser::Check-For-Description-Header"
     to "true" in /etc/apt/apt.conf.d/50apt-file.conf.  Thanks to
     Paul Wise for making this factor 2 speed improvement possible.
     (Closes: #881406)
   * Reset the error message for when the apt-file cache is empty
     to refer to "apt-file update" instead of "apt update".
     (Closes: #857095)
   * Clarify in apt-file.1 that "apt-file update" is not deprecated
     as it has a special case where it is different from a regular
     "apt update" / "apt-get update".
   * Sort the options in the --help output (except for --help and
     "--", which are both deliberately last).  (Closes: #651684)
   * Bump Standards-Version to 4.3.0.
Checksums-Sha1:
 0dda66cbd831722597c6791302313bec2e7e96b2 1743 apt-file_3.2.dsc
 807f0679b6d9f81079839915a00fa618285bc0d9 41024 apt-file_3.2.tar.xz
 cbb8e6774bc9caa1d2d278be77056b0676ea8012 6881 apt-file_3.2_source.buildinfo
Checksums-Sha256:
 3989aba1ad1c56d1d9012826dd0d31bde8044e5c81ee44e462e8d2be8d5a56c4 1743 apt-file_3.2.dsc
 2eced64da07b6518015c7acf19efb16611b8e2bb4b032728e2a06bb96134e503 41024 apt-file_3.2.tar.xz
 b6f5867e58cf6dcd63449d382e798320c5a9159b9402c876d39d84cb2d8b9596 6881 apt-file_3.2_source.buildinfo
Files:
 e872293080eb318a4ffc05d9c2c7589d 1743 admin optional apt-file_3.2.dsc
 95ec76284231139b201b716922298e6a 41024 admin optional apt-file_3.2.tar.xz
 e73ab9b1d535ab52dad76c9966d36b28 6881 admin optional apt-file_3.2_source.buildinfo

debian/3.1.6

Toggle debian/3.1.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.1.6 into unstable

Format: 1.8
Date: Sat, 28 Apr 2018 09:43:50 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 3.1.6
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Changes:
 apt-file (3.1.6) unstable; urgency=medium
 .
   * Fix typo in the changelog
   * Update Vcs-* fields to point to salsa.debian.org.
   * Bump Standards-Versions to 4.1.4 - No changes required.
   * Bump debhelper compat 11 via the new "debhelper-compat"
     dependency.
Checksums-Sha1:
 a6a81ff92b19553e9cd4870dbeda10a2ca9f38f3 1751 apt-file_3.1.6.dsc
 f60009c54ebdadf216131c894ee3ce5d17b0c033 39364 apt-file_3.1.6.tar.xz
 2fd422b112aaf0abaca38c9bd04251d938f00352 7000 apt-file_3.1.6_source.buildinfo
Checksums-Sha256:
 f85bb12e61faa6eaca727ddeacf9f67cf8f45cb695cd111ca70201594df8470f 1751 apt-file_3.1.6.dsc
 583fa8b2e9699288172ad41c6b386631011dd832c92aed307ea45bce3acc5645 39364 apt-file_3.1.6.tar.xz
 7af8828e4ff4a09d0e70ff0271c27919ff0db681d6ad4a45e277b0e3a99c9dd6 7000 apt-file_3.1.6_source.buildinfo
Files:
 3f5427ef090982236eab15ca0917b987 1751 admin optional apt-file_3.1.6.dsc
 3a4c6097d7f6e8e4bfd1c88152405f8b 39364 admin optional apt-file_3.1.6.tar.xz
 c3d5e9d546bf033e204df951c01f8950 7000 admin optional apt-file_3.1.6_source.buildinfo

debian/3.1.5

Toggle debian/3.1.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.1.5 into unstable

Format: 1.8
Date: Sat, 28 Oct 2017 10:47:05 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 3.1.5
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Changes:
 apt-file (3.1.5) unstable; urgency=medium
 .
   * Remove rapt-file and two obsolete .sgml files from the source.
   * Set R³ to no; apt-file does not need (fake)root during the
     binary-targets in the package builds.
   * Skip dh_strip_determinism; it is a no-op at the moment and
     is planned to be removed eventually.
   * Set debhelper compat to 10.
   * Bump Standards-Version to 4.1.1 - no additional changes
     required.
Checksums-Sha1:
 4a6a8038e772b5daabe30ec115a18361ba463540 1770 apt-file_3.1.5.dsc
 e5fa08ab01eb370e36c6691b8275c7186e2a2a9a 39204 apt-file_3.1.5.tar.xz
 ae2455f3368fe539ad697d29e6bc9b6f09616fb5 6860 apt-file_3.1.5_source.buildinfo
Checksums-Sha256:
 a127c6d29c553b1010112c07ac8ba6be7f619a0e5969fa7afcb838c72c6bb5db 1770 apt-file_3.1.5.dsc
 b55f6cb7d17f4b6891b160ee135cc0e094240f926c4f5dc8055daa9b66966075 39204 apt-file_3.1.5.tar.xz
 f79fa5ab6b781cf1225c2d99a39a2d66f7c4ffe8ccb80b19255abefc2e171d04 6860 apt-file_3.1.5_source.buildinfo
Files:
 30fb7d1de2286d024de99d3f468d2a55 1770 admin optional apt-file_3.1.5.dsc
 950deb7d825fd93d89c031b9e6e850ad 39204 admin optional apt-file_3.1.5.tar.xz
 61f1b33fa5df1a58c3b47be826f5ae30 6860 admin optional apt-file_3.1.5_source.buildinfo

debian/3.1.4

Toggle debian/3.1.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.1.4 into unstable

Format: 1.8
Date: Mon, 23 Jan 2017 20:39:04 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 3.1.4
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Closes: 843453
Changes:
 apt-file (3.1.4) unstable; urgency=medium
 .
   * Fix typo in 60disable-contents-fetching.conf.  Thanks to
     Felix Geyer for spotting it.  (Closes: #843453)
   * apt-file: Fix two spelling mistakes in the --help output.
     Thanks to "axhn" on IRC and Guillem Jover for spotting
     them.
Checksums-Sha1:
 a28a30d0868665eaa19d097671d1b4dfcac192df 1770 apt-file_3.1.4.dsc
 c90b814b1ee74978364ec59c6400c8bb930f7696 43432 apt-file_3.1.4.tar.xz
Checksums-Sha256:
 d7488b2a1d8ecd572e6de81260ac56e830170a0a6cb7b37ee830eb1d038c2d32 1770 apt-file_3.1.4.dsc
 9383ae584cd475f776b852600342b3a24c1108662a67a4dd1b532c0df9adeadd 43432 apt-file_3.1.4.tar.xz
Files:
 dd25bd8ae2f7eabe248c9f6bf76ea4e3 1770 admin optional apt-file_3.1.4.dsc
 6878ba72136b60542527db1044d8c885 43432 admin optional apt-file_3.1.4.tar.xz

debian/3.1.3

Toggle debian/3.1.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.1.3 into unstable

Format: 1.8
Date: Sun, 06 Nov 2016 15:03:52 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 3.1.3
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Closes: 843401 843403
Changes:
 apt-file (3.1.3) unstable; urgency=medium
 .
   * apt-file: Gracefully handle if origins (or suites) have spaces
     in them.  (Closes: #843401, #843403)
Checksums-Sha1:
 1efb5c67955eff0a79772e1aeb9b31269f8ece13 1738 apt-file_3.1.3.dsc
 3fb44f022f75a60ce3904a1c2d45f070d2de199a 43344 apt-file_3.1.3.tar.xz
Checksums-Sha256:
 9cbf5fbe1f2f24f29fe6bca60b5860852b4f38cc4bd4755830757b6ffc06b72e 1738 apt-file_3.1.3.dsc
 3b576b9d9f3b60f8233739c0f1eb6dddebe1dd7ac400df60203bea61ccf60bdd 43344 apt-file_3.1.3.tar.xz
Files:
 5e16ea4c84b295a3a7de9a7646f5cfab 1738 admin optional apt-file_3.1.3.dsc
 73d1916a761d10328953dc0580790503 43344 admin optional apt-file_3.1.3.tar.xz

debian/3.1.2

Toggle debian/3.1.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.1.2 into unstable

Format: 1.8
Date: Sat, 05 Nov 2016 15:54:12 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 3.1.2
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Closes: 676642 843122
Changes:
 apt-file (3.1.2) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * apt-file: Strip Contents header without discarding results (Closes: #676642)
   * apt-file: Restructure --help output.
   * apt-file: Support --filter-suites and --filter-origins options.  These
     make it possible to only search in (e.g.) Debian/unstable even if
     other origins or/and suites are downloaded.
   * apt-file.1: Clarify that --config-file and --option can be used to
     overwrite other command line parameters.
 .
   [ Paul Wise ]
   * Make the package filter regex match the sectionless Contents-source format
   * Strip the Contents header from the sid cache in the tests
 .
   [ Time Potter ]
   * Fix typo in apt-file manpage.  (Closes: #843122)
Checksums-Sha1:
 14e2099404c5cb931e5991fa4a05b220ced9b2e4 1738 apt-file_3.1.2.dsc
 141c62719fdd6c06246f2d45a870ea6c39025e5c 43284 apt-file_3.1.2.tar.xz
Checksums-Sha256:
 d35de0b99cea16a1665517c823b0e9493a53b7df611df09034932bc5fd18ed47 1738 apt-file_3.1.2.dsc
 fad72d1906fe05c6479470edc5a726999754a8e91744ba98aeebb1e964d78078 43284 apt-file_3.1.2.tar.xz
Files:
 02ddc778777abe862898275cf57cc450 1738 admin optional apt-file_3.1.2.dsc
 c98354c97aed9ed645ef8e289285099e 43284 admin optional apt-file_3.1.2.tar.xz

debian/3.1.1

Toggle debian/3.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.1.1 into unstable

Format: 1.8
Date: Wed, 21 Sep 2016 18:53:01 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 3.1.1
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Closes: 838296
Changes:
 apt-file (3.1.1) unstable; urgency=medium
 .
   * apt-file: Fix off-by-one causing "uninitialized value"
     warning.  Thanks to Paul Wise for reporting the issue.
     (Closes: #838296)
   * apt-file: Use "apt-get" instead of "apt" for the update
     command if STDOUT is not a TTY.  This is to avoid a
     warning from apt about it being unsuitable for scripts.
Checksums-Sha1:
 7a6517ac47637c472a981d9e958176a484f2c496 1738 apt-file_3.1.1.dsc
 7b7a51f832355be0ec4401d31a1eb4d44fb6e234 42152 apt-file_3.1.1.tar.xz
Checksums-Sha256:
 5def01da091a809ce86633582bc8c9e36dcdad1a64f8835348965bee715714ba 1738 apt-file_3.1.1.dsc
 295f8a91a875a318fe411f08f19129ddc9487bda85fa761e04cc8dfa7493e45b 42152 apt-file_3.1.1.tar.xz
Files:
 91c9823755e1ecedffe0c7cf5b9db181 1738 admin optional apt-file_3.1.1.dsc
 7b37e37c11013ea774f2a3fb6303f511 42152 admin optional apt-file_3.1.1.tar.xz

debian/3.1

Toggle debian/3.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nthykier Niels Thykier
Release apt-file/3.1 into unstable

Format: 1.8
Date: Sun, 18 Sep 2016 09:59:50 +0000
Source: apt-file
Binary: apt-file
Architecture: source
Version: 3.1
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
 apt-file   - search for files within Debian packages (command-line interface)
Closes: 820560 821016 825293 825883 832131
Changes:
 apt-file (3.1) unstable; urgency=medium
 .
   * Move apt-file under the APT packaging team.
   * apt-file: Fix bug in handling patterns starting with "-".
     Thanks to Paul Wise for reporting the issue.
     (Closes: #821016)
   * apt-file: Fix bug where package listing did not work if the
     Contents files did not include sections.  Thanks to
     "Unit 193" for the report.  (Closes: #820560)
   * apt-file-2-update.sh: Correct path to the "partial" directory.
     Thanks to Ritesh Raj Sarraf for the report.  (Closes: #832131)
   * apt-file, 50apt-file.conf: Support fetching of Contents files
     in legacy locations (as used by Ubuntu) by default.  This
     requires apt 1.3.
   * apt-file: Support setting a default value for -I/--index-names
     in the apt config file.  Thanks to Cyril Brulebois for the
     suggestion (part of #825293)
   * apt-file: Accept "ALL" as a special index name for -I.  When
     given, apt-file will search all of its indices.  Thanks to
     Cyril Brulebois for the suggestion (part of #825293).
   * debian/NEWS: Clarify that the indices for source packages and
     udebs are disabled in the apt-file 2 -> 3 transition.  These
     must be manually reabled.  Thanks to Cyril Brulebois for the
     report.  (Closes: #825293)
   * apt-file: Exit with an error if a subprocess exits non-zero
     (except for grep) or is killed by a signal.  Thanks to
     Paul Wise for the suggestion.  (Closes: #825883)
   * Set debhelper compat to "beta-tester" and bump the minimum
     requirements for debhelper to 10.
   * Bump Standards-Versions to 3.9.8 - no changes required.
Checksums-Sha1:
 798450f4eb765d8bda5c815d47d318e52745abee 1730 apt-file_3.1.dsc
 691649837bef2f9d6b1d590a5434da29f58d510e 42032 apt-file_3.1.tar.xz
Checksums-Sha256:
 2ddacc683200a4cbfcde224094fa1e8c5a80763587a16919503607cf78c38aaf 1730 apt-file_3.1.dsc
 0784cc7be70b2742d02af0d3c193e76c649e6842865fbd94209a79ce06cd0574 42032 apt-file_3.1.tar.xz
Files:
 2d17f7b65a1bce3a595554de9855add6 1730 admin optional apt-file_3.1.dsc
 4bb93d00cbd53ca96117262dc6ece996 42032 admin optional apt-file_3.1.tar.xz