mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Import Debian version 8.95
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)
This commit is contained in:
committed by
Boyuan Yang
parent
bb351ddbc8
commit
9f53b73b58
@@ -1,12 +1,12 @@
|
||||
Summary: Install Debian, Slackware, and Stampede packages with rpm.
|
||||
Name: alien
|
||||
Packager: Joey Hess <joey@kitenet.net>
|
||||
Version: 8.93
|
||||
Version: 8.95
|
||||
Release: 1
|
||||
Source: ftp://kitenet.net/pub/code/debian/alien_8.93.tar.gz
|
||||
Source: ftp://kitenet.net/pub/code/debian/alien_8.95.tar.gz
|
||||
License: GPL
|
||||
Group: Utilities/File
|
||||
Buildroot: /tmp/alien-8.93.build
|
||||
Buildroot: /tmp/alien-8.95.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.93.build
|
||||
rm -rf /tmp/alien-8.95.build
|
||||
|
||||
%install
|
||||
perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr
|
||||
|
||||
Reference in New Issue
Block a user