File: control

package info (click to toggle)
debpear 0.5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 48 kB
  • sloc: sh: 238; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,138 bytes parent folder | download | duplicates (2)
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
Source: debpear
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
           Prach Pongpanich <prach@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-php/debpear.git
Vcs-Git: https://anonscm.debian.org/git/pkg-php/debpear.git

Package: debpear
Architecture: all
Depends: build-essential,
         devscripts,
         fakeroot,
         pear-channels,
         php-pear,
         pkg-php-tools,
         ${misc:Depends}
Description: automatically builds and installs PEAR package as Debian packages
 With debpear, you can install PEAR packages out of only the name of a PHP PEAR
 module. Debpear will download, create, and build a Debian package out of the
 pear package that you selected, and eventually install it in your system.
 .
 The goal of debpear isn't to replace the real work of a Debian maintainer, but
 rather to allow its users to quickly build and install a PEAR package in a
 clean, Debian way, when this PEAR package doesn't exist in Debian yet.