prep release

This commit is contained in:
Joey Hess
2014-02-27 12:00:21 -04:00
parent 7a1afcfb97
commit f9c4dedcb1
5 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -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
View File

@@ -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
View File

@@ -1 +1 @@
7
9

4
debian/control vendored
View File

@@ -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/