mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
prep release
This commit is contained in:
@@ -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
|
||||
Author: joey@kitenet.net
|
||||
Primary-site: sunsite.unc.edu /pub/Linux/utils/package
|
||||
80 alien-8.89.tar.gz
|
||||
80 alien-8.90.tar.gz
|
||||
Copying-policy: GPL
|
||||
End
|
||||
|
||||
@@ -3,10 +3,10 @@ Name: alien
|
||||
Packager: Joey Hess <joey@kitenet.net>
|
||||
Version: 8.90
|
||||
Release: 1
|
||||
Source: ftp://kitenet.net/pub/code/debian/alien_8.89.tar.gz
|
||||
Source: ftp://kitenet.net/pub/code/debian/alien_8.90.tar.gz
|
||||
License: GPL
|
||||
Group: Utilities/File
|
||||
Buildroot: /tmp/alien-8.89.build
|
||||
Buildroot: /tmp/alien-8.90.build
|
||||
Requires: perl
|
||||
BuildArchitectures: noarch
|
||||
|
||||
@@ -20,7 +20,7 @@ This is a tool only suitable for binary packages.
|
||||
|
||||
%prep
|
||||
%setup -n alien
|
||||
rm -rf /tmp/alien-8.89.build
|
||||
rm -rf /tmp/alien-8.90.build
|
||||
|
||||
%install
|
||||
perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr
|
||||
|
||||
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -3,6 +3,7 @@ alien (8.90) unstable; urgency=medium
|
||||
* Add --target=<arch> option for setting architecture. Closes: #260948
|
||||
(Thanks, Teemu Ikonen)
|
||||
* Add conversion from ppc64le (rpm) to ppc64el (deb).
|
||||
* debhelper v9
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 27 Feb 2014 11:59:07 -0400
|
||||
|
||||
|
||||
2
debian/compat
vendored
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
7
|
||||
9
|
||||
|
||||
4
debian/control
vendored
4
debian/control
vendored
@@ -1,9 +1,9 @@
|
||||
Source: alien
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 7.0.50)
|
||||
Build-Depends: debhelper (>= 9)
|
||||
Maintainer: Joey Hess <joeyh@debian.org>
|
||||
Standards-Version: 3.9.3
|
||||
Standards-Version: 3.9.5
|
||||
Vcs-Git: git://git.kitenet.net/alien
|
||||
Homepage: http://kitenet.net/~joey/code/alien/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user