mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Fixed slp conversion to not use uninitialized value. Closes: #150840
This commit is contained in:
19
debian/control
vendored
19
debian/control
vendored
@@ -1,16 +1,19 @@
|
||||
Source: apt-src
|
||||
Source: alien
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Build-Depends-Indep: debhelper (>= 4), dpkg-dev (>= 1.9.0)
|
||||
Maintainer: Joey Hess <joeyh@debian.org>
|
||||
Standards-Version: 3.5.6.1
|
||||
|
||||
Package: apt-src
|
||||
Package: alien
|
||||
Architecture: all
|
||||
Section: admin
|
||||
Depends: libapt-pkg-perl, dpkg-dev, apt, ${misc:Depends}, ${perl:Depends}
|
||||
Description: manage debian source packages
|
||||
apt-src is a command line interface for downloading, installing, upgrading,
|
||||
and tracking debian source packages. It can be run as a normal user, or as
|
||||
root. If you want a convenient way to track updates to packages while
|
||||
preserving your local modifications, this is a way to do that.
|
||||
Depends: debhelper (>= 3), ${misc:Depends}, ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio
|
||||
Suggests: patch, bzip2, lsb-rpm, lintian
|
||||
Description: install non-native packages with dpkg
|
||||
Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages
|
||||
into Debian packages, which can be installed with dpkg.
|
||||
.
|
||||
It can also generate packages of any of the other formats.
|
||||
.
|
||||
This is a tool only suitable for binary packages.
|
||||
|
||||
Reference in New Issue
Block a user