1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: profile-cleaner
Section: utils
Maintainer: Peter Blackman <peterb@debian.org>
Build-Depends: debhelper-compat (= 13), txt2man
Standards-Version: 4.7.3
Homepage: https://github.com/graysky2/profile-cleaner
Vcs-Browser: https://salsa.debian.org/debian/profile-cleaner
Vcs-Git: https://salsa.debian.org/debian/profile-cleaner.git
Package: profile-cleaner
Architecture: all
Depends: ${misc:Depends}, bc, parallel, sqlite3
Description: Reduces browser profile size by cleaning their sqlite databases
Reduces the size of browser profiles by organizing their sqlite databases
using sqlite3's vacuum and reindex functions.
.
The term "browser" is used loosely since profile-cleaner happily works
on some email clients and newsreaders too.
|