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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: debian-parl
Section: misc
Priority: optional
Maintainer: DebianParl team <parl-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
debhelper,
boxer (>= 0.004~),
shellcheck,
# lock to boxer-data minor release: Feature additions should be documented
boxer-data (>= 10.8.28+deb11u1~),
boxer-data (<< 10.9)
Standards-Version: 4.4.0
Homepage: https://wiki.debian.org/DebianParl
Vcs-Git: https://salsa.debian.org/blends-parl-team/blends.git
Vcs-Browser: https://salsa.debian.org/blends-parl-team/blends
Rules-Requires-Root: no
Package: parl-data
Architecture: all
Depends: ${misc:Depends}
Description: recipes to install DebianParl blends
This package provides "recipes" for installing the DebianParl blends,
in the form of preseeding files for Debian Installer.
.
DebianParl is a subset of Debian for use by parliamentarians,
politicians and their staffers all around the world.
Package: parl-desktop
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends}
Suggests: parl-desktop-strict
Description: DebianParl desktop for parliamentary work
This metapackage provides the core DebianParl/desktop profile.
.
DebianParl/desktop establish a desktop/laptop environment for
parliamentary work.
.
DebianParl is a subset of Debian for use by parliamentarians,
politicians and their staffers all around the world.
Package: parl-desktop-world
Architecture: all
Depends: parl-desktop,
${cdbs:Depends},
${misc:Depends}
Suggests: parl-desktop-strict
Description: DebianParl desktop for parliamentary work - global
This metapackage provides a DebianParl/desktop profile
for global use.
.
DebianParl/desktop establish a desktop/laptop environment for
parliamentary work.
.
DebianParl is a subset of Debian for use by parliamentarians,
politicians and their staffers all around the world.
Package: parl-desktop-eu
Architecture: all
Depends: parl-desktop,
${cdbs:Depends},
${misc:Depends}
Suggests: parl-desktop-strict
Description: DebianParl desktop for parliamentary work - EU
This metapackage provides a DebianParl/desktop profile
for use within the European Union.
.
DebianParl/desktop establish a desktop/laptop environment for
parliamentary work.
.
DebianParl is a subset of Debian for use by parliamentarians,
politicians and their staffers all around the world.
Package: parl-desktop-strict
Architecture: all
Depends: parl-desktop,
${misc:Depends}
Conflicts: ${cdbs:Conflicts}
Description: DebianParl desktop for parliamentary work - strict
This metapackage apply restrictions for the DebianParl/desktop profiles
to avoid optional stuff.
.
DebianParl/desktop establish a desktop/laptop environment for
parliamentary work.
.
DebianParl is a subset of Debian for use by parliamentarians,
politicians and their staffers all around the world.
|