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:
Fabiano Antunes
2015-09-10 17:09:04 -03:00
committed by Boyuan Yang
parent bb351ddbc8
commit 9f53b73b58
15 changed files with 77 additions and 44 deletions

View File

@@ -31,7 +31,7 @@ Relocatable rpm packages have a prefixes field.
=item checkfile
Detect rpm files by their extention.
Detect rpm files by their extension.
=cut
@@ -44,7 +44,7 @@ sub checkfile {
=item install
Install a rpm. If RPMINSTALLOPT is set in the environement, the options in
Install a rpm. If RPMINSTALLOPT is set in the environment, the options in
it are passed to rpm on its command line.
=cut
@@ -392,7 +392,7 @@ sub cleantree {
=item build
Build a rpm. If RPMBUILDOPT is set in the environement, the options in
Build a rpm. If RPMBUILDOPT is set in the environment, the options in
it are passed to rpm on its command line.
An optional parameter, if passed, can be used to specify the program to use
@@ -564,7 +564,7 @@ sub prerm {
Set/get arch field. When the arch field is set, some sanitizing is done
first to convert it to the debian format used internally. When it's
retreived it's converted back to rpm form from the internal form.
retrieved it's converted back to rpm form from the internal form.
=cut