mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Import Debian version 8.95.2
alien (8.95.2) experimental; urgency=medium
.
* QA upload.
* debian/control:
+ Bump debhelper compat to v13.
+ Included Rules-Requires-Root: no
* debian/changelog:
+ Removed trailing-whitespaces.
* alien.pl:
+ Fixed some misspelled words.
* Alien/Package.pm:
+ Fixed misspelled word.
* Alien/Package/Rpm.pm:
+ Fixed misspeled word.
* debian/rules:
+ Added a "nocheck" check on override_dh_auto_test.
This commit is contained in:
committed by
Samuel Henrique
parent
9b5622f8f2
commit
e2eb7e0026
12
debian/control
vendored
12
debian/control
vendored
@@ -1,16 +1,24 @@
|
||||
Source: alien
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 12)
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Maintainer: Debian QA Group <packages@qa.debian.org>
|
||||
Standards-Version: 4.5.0
|
||||
Rules-Requires-Root: no
|
||||
Vcs-Git: https://salsa.debian.org/debian/alien.git
|
||||
Vcs-Browser: https://salsa.debian.org/debian/alien
|
||||
Homepage: http://kitenet.net/~joey/code/alien/
|
||||
|
||||
Package: alien
|
||||
Architecture: all
|
||||
Depends: debhelper (>= 10), ${misc:Depends}, ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio, rpm2cpio
|
||||
Depends: debhelper (>= 10),
|
||||
${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
|
||||
|
||||
Reference in New Issue
Block a user