mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-25 14:00:17 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3572ac62b9 | ||
|
|
6443b942ab | ||
|
|
919297f3d1 |
@@ -1,6 +1,6 @@
|
|||||||
Begin3
|
Begin3
|
||||||
Title: alien
|
Title: alien
|
||||||
Version: 8.91
|
Version: 8.92
|
||||||
Entered-date: 31MAR97
|
Entered-date: 31MAR97
|
||||||
Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages,
|
Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages,
|
||||||
Debian .deb packages, and Stampede .slp packages. It can
|
Debian .deb packages, and Stampede .slp packages. It can
|
||||||
@@ -9,6 +9,6 @@ Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages,
|
|||||||
Keywords: debian dpkg deb red hat redhat rpm slackware tgz stampede slp convert package LSB
|
Keywords: debian dpkg deb red hat redhat rpm slackware tgz stampede slp convert package LSB
|
||||||
Author: joey@kitenet.net
|
Author: joey@kitenet.net
|
||||||
Primary-site: sunsite.unc.edu /pub/Linux/utils/package
|
Primary-site: sunsite.unc.edu /pub/Linux/utils/package
|
||||||
80 alien-8.91.tar.gz
|
80 alien-8.92.tar.gz
|
||||||
Copying-policy: GPL
|
Copying-policy: GPL
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
Summary: Install Debian, Slackware, and Stampede packages with rpm.
|
Summary: Install Debian, Slackware, and Stampede packages with rpm.
|
||||||
Name: alien
|
Name: alien
|
||||||
Packager: Joey Hess <joey@kitenet.net>
|
Packager: Joey Hess <joey@kitenet.net>
|
||||||
Version: 8.91
|
Version: 8.92
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: ftp://kitenet.net/pub/code/debian/alien_8.91.tar.gz
|
Source: ftp://kitenet.net/pub/code/debian/alien_8.92.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Utilities/File
|
Group: Utilities/File
|
||||||
Buildroot: /tmp/alien-8.91.build
|
Buildroot: /tmp/alien-8.92.build
|
||||||
Requires: perl
|
Requires: perl
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ This is a tool only suitable for binary packages.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n alien
|
%setup -n alien
|
||||||
rm -rf /tmp/alien-8.91.build
|
rm -rf /tmp/alien-8.92.build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr
|
perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr
|
||||||
|
|||||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
alien (8.92) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Remove suggests for lsb-rpm, which no longer exists.
|
||||||
|
Closes: #756873
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Sun, 31 Aug 2014 14:16:23 -0700
|
||||||
|
|
||||||
alien (8.91) unstable; urgency=medium
|
alien (8.91) unstable; urgency=medium
|
||||||
|
|
||||||
* Support other deb data.tar compression schemes in fallback code.
|
* Support other deb data.tar compression schemes in fallback code.
|
||||||
|
|||||||
2
debian/control
vendored
2
debian/control
vendored
@@ -11,7 +11,7 @@ Package: alien
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Section: admin
|
Section: admin
|
||||||
Depends: debhelper (>= 7), ${misc:Depends}, ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio, rpm2cpio
|
Depends: debhelper (>= 7), ${misc:Depends}, ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio, rpm2cpio
|
||||||
Suggests: patch, bzip2, lsb-rpm, lintian, lzma
|
Suggests: patch, bzip2, lintian, lzma
|
||||||
Description: convert and install rpm and other packages
|
Description: convert and install rpm and other packages
|
||||||
Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages
|
Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages
|
||||||
into Debian packages, which can be installed with dpkg.
|
into Debian packages, which can be installed with dpkg.
|
||||||
|
|||||||
Reference in New Issue
Block a user