Source: daptup
Section: admin
Maintainer: Eugene V. Lyubimkin <jackyf@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cruft,
Build-Depends-Indep:
 gettext,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/debian/daptup
Vcs-Git: https://salsa.debian.org/debian/daptup.git
Homepage: https://github.com/jackyf/daptup

Package: daptup
Architecture: all
Depends:
 liblocale-gettext-perl,
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 aptitude,
Description: reporter of changes in list of available packages from repositories
 Daptup is the apt hook which runs automatically within 'apt-get update' or
 'cupt update' and outputs four lists:
  - packages came to archive with this update;
  - new upgradeable packages;
  - changes in "watched" packages (not installed, such packages have to be
   specified in configuration file);
  - outdated packages that have a new install candidate (optionally).
