Import Debian version 8.95.2

alien (8.95.2) experimental; urgency=medium
.
  * QA upload.
  * debian/control:
      + Bump debhelper compat to v13.
      + Included Rules-Requires-Root: no
  * debian/changelog:
      + Removed trailing-whitespaces.
  * alien.pl:
      + Fixed some misspelled words.
  * Alien/Package.pm:
      + Fixed misspelled word.
  * Alien/Package/Rpm.pm:
      + Fixed misspeled word.
  * debian/rules:
      + Added a "nocheck" check on override_dh_auto_test.
This commit is contained in:
Thiago da Silva Gracini
2020-11-01 15:35:34 -03:00
committed by Samuel Henrique
parent 9b5622f8f2
commit e2eb7e0026
8 changed files with 76 additions and 43 deletions

View File

@@ -37,7 +37,7 @@ installed.
=item lsb
Unlike the other package formats, B<alien> can handle the depenendencies of
Unlike the other package formats, B<alien> can handle the dependencies of
lsb packages if the destination package format supports dependencies. Note
that this means that the package generated from a lsb package will depend on
a package named "lsb" -- your distribution should provide a package by that
@@ -158,12 +158,12 @@ Do not use any patch files.
=item B<--description=>I<desc>
Specifiy a description for the package. This only has an effect when
Specify a description for the package. This only has an effect when
converting from the tgz package format, which lacks descriptions.
=item B<--version=>I<version>
Specifiy a version for the package. This only has an effect when
Specify a version for the package. This only has an effect when
converting from the tgz package format, which may lack version
information.