1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: routine-update
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Michael R. Crusoe <crusoe@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/routine-update
Vcs-Git: https://salsa.debian.org/debian/routine-update.git
Homepage: https://salsa.debian.org/science-team/routine-update
Rules-Requires-Root: no
Package: routine-update
Architecture: all
Depends: ${misc:Depends},
git,
git-buildpackage,
dpkg-dev,
debputy-lsp,
lintian-brush,
jq,
fakeroot,
libconfig-model-dpkg-perl,
cme,
devscripts,
gobject-introspection,
pristine-tar,
quilt,
licenserecon
Description: routine updater for a Debian source package
Will pull new upstream version first and then will perform common cleanups.
.
It contains several steps all with the intention to
.
* reduce lintian warnings
* keep all packages in a "modern" packaging shape
|