mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
alien (8.95) unstable; urgency=medium
* QA upload.
* debian/control:
- Bumped Standards-Version to 3.9.6.
- Removed duplicated section field.
* debian/copyright:
- Replaced protocol from http to https in the Format field.
- Included authors' e-mail addresses.
- Replaced GPL-2+ license reference by actual GPL-2+ license.
* debian/source/format: Created as 3.0 (native).
alien (8.94) unstable; urgency=medium
* QA upload.
* Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
remove override_dh_auto_install in debian/rules, and
use DESTDIR in Makefile.PL.
(Closes: #792371)
21 lines
729 B
Plaintext
21 lines
729 B
Plaintext
Source: alien
|
|
Section: admin
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 9)
|
|
Maintainer: Debian QA Group <packages@qa.debian.org>
|
|
Standards-Version: 3.9.6
|
|
Vcs-Git: git://git.kitenet.net/alien
|
|
Homepage: http://kitenet.net/~joey/code/alien/
|
|
|
|
Package: alien
|
|
Architecture: all
|
|
Depends: debhelper (>= 7), ${misc:Depends}, ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio, rpm2cpio
|
|
Suggests: patch, bzip2, lintian, lzma
|
|
Description: convert and install rpm and other packages
|
|
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.
|