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

@@ -173,7 +173,7 @@ sub install {
=item test =item test
Test a package file. The filename is passed, should return an array of lines Test a package file. The filename is passed, should return an array of lines
of test results. Child classses may implement this. of test results. Child classes may implement this.
=cut =cut

View File

@@ -612,7 +612,7 @@ sub version {
Set/get script fields. Set/get script fields.
When retrieving a value, we have to do some truely sick mangling. Since When retrieving a value, we have to do some truly sick mangling. Since
debian/slackware scripts can be anything -- perl programs or binary files debian/slackware scripts can be anything -- perl programs or binary files
-- and rpm is limited to only shell scripts, we need to encode the files -- and rpm is limited to only shell scripts, we need to encode the files
and add a scrap of shell script to make it unextract and run on the fly. and add a scrap of shell script to make it unextract and run on the fly.

View File

@@ -1,6 +1,6 @@
Begin3 Begin3
Title: alien Title: alien
Version: 8.95 Version: 8.95.2
Entered-date: 31MAR97 Entered-date: 31MAR97
Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages, Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages,
Debian .deb packages, and Stampede .slp packages. It can Debian .deb packages, and Stampede .slp packages. It can
@@ -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 Keywords: debian dpkg deb red hat redhat rpm slackware tgz stampede slp convert package LSB
Author: joey@kitenet.net Author: joey@kitenet.net
Primary-site: sunsite.unc.edu /pub/Linux/utils/package Primary-site: sunsite.unc.edu /pub/Linux/utils/package
80 alien-8.95.tar.gz 80 alien-8.95.2.tar.gz
Copying-policy: GPL Copying-policy: GPL
End End

View File

@@ -37,7 +37,7 @@ installed.
=item lsb =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 lsb packages if the destination package format supports dependencies. Note
that this means that the package generated from a lsb package will depend on 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 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> =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. converting from the tgz package format, which lacks descriptions.
=item B<--version=>I<version> =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 converting from the tgz package format, which may lack version
information. information.

View File

@@ -1,12 +1,12 @@
Summary: Install Debian, Slackware, and Stampede packages with rpm. Summary: Install Debian, Slackware, and Stampede packages with rpm.
Name: alien Name: alien
Packager: Joey Hess <joey@kitenet.net> Packager: Joey Hess <joey@kitenet.net>
Version: 8.95 Version: 8.95.2
Release: 1 Release: 1
Source: ftp://kitenet.net/pub/code/debian/alien_8.95.tar.gz Source: ftp://kitenet.net/pub/code/debian/alien_8.95.2.tar.gz
License: GPL License: GPL
Group: Utilities/File Group: Utilities/File
Buildroot: /tmp/alien-8.95.build Buildroot: /tmp/alien-8.95.2.build
Requires: perl Requires: perl
BuildArchitectures: noarch BuildArchitectures: noarch
@@ -20,7 +20,7 @@ This is a tool only suitable for binary packages.
%prep %prep
%setup -n alien %setup -n alien
rm -rf /tmp/alien-8.95.build rm -rf /tmp/alien-8.95.2.build
%install %install
perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr

81
debian/changelog vendored
View File

@@ -1,4 +1,23 @@
alien (8.95.1) unstable; urgency=medium 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.
-- Thiago da Silva Gracini <tsgracini@outlook.com> Sun, 01 Nov 2020 15:35:34 -0300
alien (8.95.1) experimental; urgency=medium
* QA upload. * QA upload.
* Rebuild source and binary package. * Rebuild source and binary package.
@@ -7,8 +26,12 @@ alien (8.95.1) unstable; urgency=medium
+ Bump Standards-Version to 4.5.0. + Bump Standards-Version to 4.5.0.
+ Update Vcs-* fields to use git packaging repo under Salsa + Update Vcs-* fields to use git packaging repo under Salsa
Debian group. Debian group.
* Rpm.pm: Do not ship conflicting dirs. (Closes: #759533)
* Deb.pm:
+ Use dh sequencer when generating deb packages.
+ Bump supported debhelper compatibility level to v10.
-- Boyuan Yang <byang@debian.org> Sat, 28 Mar 2020 23:41:15 -0400 -- Boyuan Yang <byang@debian.org> Tue, 31 Mar 2020 10:52:19 -0400
alien (8.95) unstable; urgency=medium alien (8.95) unstable; urgency=medium
@@ -28,7 +51,7 @@ alien (8.94) unstable; urgency=medium
* QA upload. * QA upload.
* Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
remove override_dh_auto_install in debian/rules, and remove override_dh_auto_install in debian/rules, and
use DESTDIR in Makefile.PL. use DESTDIR in Makefile.PL.
(Closes: #792371) (Closes: #792371)
@@ -129,7 +152,7 @@ alien (8.81) unstable; urgency=low
* Avoid uninitialized value warning when debian/rules fails to run * Avoid uninitialized value warning when debian/rules fails to run
due to alien being run in a noexec directory. Closes: #579216 due to alien being run in a noexec directory. Closes: #579216
* Prevent DESTROY stomping on alien's exit code sometimes. * Prevent DESTROY stomping on alien's exit code sometimes.
* Support extracting lzma compressed RPMs. * Support extracting lzma compressed RPMs.
(Patch by unnamed person on some bug tracking system I don't frequent.) (Patch by unnamed person on some bug tracking system I don't frequent.)
* Suggest lzma. If not installed, alien will still fail to decompress * Suggest lzma. If not installed, alien will still fail to decompress
RPMs using it, but will support most rpms, which are not. RPMs using it, but will support most rpms, which are not.
@@ -545,7 +568,7 @@ alien (8.30) unstable; urgency=low
alien (8.26) unstable; urgency=low alien (8.26) unstable; urgency=low
* alien.spec: pass PREFIX to Makefile.PL so it works on systems * alien.spec: pass PREFIX to Makefile.PL so it works on systems
(such as red hat 8) where the generated Makefile does not use (such as red hat 8) where the generated Makefile does not use
$PREFIX in all paths. $PREFIX in all paths.
@@ -702,7 +725,7 @@ alien (8.07) unstable; urgency=low
alien (8.06) unstable; urgency=low alien (8.06) unstable; urgency=low
* Added --fixperms option. Closes: #142850 * Added --fixperms option. Closes: #142850
-- Joey Hess <joeyh@debian.org> Sun, 21 Apr 2002 22:19:12 -0400 -- Joey Hess <joeyh@debian.org> Sun, 21 Apr 2002 22:19:12 -0400
@@ -783,7 +806,7 @@ alien (7.30) unstable; urgency=low
work with solaris's ar and tar. work with solaris's ar and tar.
* Documented the EMAIL environment variable. Closes: #116754 * Documented the EMAIL environment variable. Closes: #116754
* Threw out a lot of old patches, circa 1999. Probably useless today. * Threw out a lot of old patches, circa 1999. Probably useless today.
* When converting to debs, move files as follows, if possible, for better * When converting to debs, move files as follows, if possible, for better
FHS compliance: FHS compliance:
/usr/man => /usr/share/man /usr/man => /usr/share/man
/usr/info => /usr/share/info /usr/info => /usr/share/info
@@ -849,7 +872,7 @@ alien (7.20) unstable; urgency=low
* Updated to use debhelper v3 when converting packages. This * Updated to use debhelper v3 when converting packages. This
automatically should make it start adding ldconfig calls automatically should make it start adding ldconfig calls
as appropriate to maintainer scripts. Closes: #86088 as appropriate to maintainer scripts. Closes: #86088
* It does mean you need debhelper 3.x for alien to convert to * It does mean you need debhelper 3.x for alien to convert to
deb now, so alien-extra will need an update. deb now, so alien-extra will need an update.
* Rebuilt with newer perl, so it will work with newer perl (bug filed; * Rebuilt with newer perl, so it will work with newer perl (bug filed;
this should not have been necessary). this should not have been necessary).
@@ -864,7 +887,7 @@ alien (7.18) unstable; urgency=low
alien (7.17) unstable; urgency=low alien (7.17) unstable; urgency=low
* Munge in #!/bin/sh entries at the top of rpm maintainer * Munge in #!/bin/sh entries at the top of rpm maintainer
scripts that appear to be shell scripts. Closes: #76124 scripts that appear to be shell scripts. Closes: #76124
-- Joey Hess <joeyh@debian.org> Wed, 7 Feb 2001 18:58:56 -0800 -- Joey Hess <joeyh@debian.org> Wed, 7 Feb 2001 18:58:56 -0800
@@ -929,7 +952,7 @@ alien (7.9) unstable; urgency=low
alien (7.8) unstable; urgency=low alien (7.8) unstable; urgency=low
* Use debhelper v2 for debian/rules, but not when converting * Use debhelper v2 for debian/rules, but not when converting
packages to deb format. packages to deb format.
-- Joey Hess <joeyh@debian.org> Mon, 25 Sep 2000 12:36:25 -0700 -- Joey Hess <joeyh@debian.org> Mon, 25 Sep 2000 12:36:25 -0700
@@ -961,7 +984,7 @@ alien (7.5) unstable; urgency=low
alien (7.4) unstable; urgency=low alien (7.4) unstable; urgency=low
* Corrected typo that broke Deb.pm, Closes: #64559 * Corrected typo that broke Deb.pm, Closes: #64559
-- Joey Hess <joeyh@debian.org> Tue, 23 May 2000 19:30:04 -0700 -- Joey Hess <joeyh@debian.org> Tue, 23 May 2000 19:30:04 -0700
@@ -976,7 +999,7 @@ alien (7.3) unstable; urgency=low
alien (7.2) unstable; urgency=low alien (7.2) unstable; urgency=low
* When reloating files from a rpm, run the mv command directly, * When reloating files from a rpm, run the mv command directly,
not in a subshell; this is safer especially if odd filenames are not in a subshell; this is safer especially if odd filenames are
involved. involved.
* When converting from rpm, only chmod each directory once, it was doing * When converting from rpm, only chmod each directory once, it was doing
@@ -1235,7 +1258,7 @@ alien (6.34) unstable; urgency=low
alien (6.33) unstable; urgency=low alien (6.33) unstable; urgency=low
* Fixes for rpm 3.0: * Fixes for rpm 3.0:
- Since rpm --showrc has changed to a format that is now very - Since rpm --showrc has changed to a format that is now very
difficult to machine parse for the topdir value, don't. Instead, difficult to machine parse for the topdir value, don't. Instead,
force rpm to output the rpm into the cirrent directory. This is force rpm to output the rpm into the cirrent directory. This is
more consistent anyway. more consistent anyway.
@@ -1279,7 +1302,7 @@ alien (6.29) unstable; urgency=low
alien (6.28) unstable; urgency=low alien (6.28) unstable; urgency=low
* Don't call dh_installmanpages when converting to .deb, it can do the * Don't call dh_installmanpages when converting to .deb, it can do the
wrong thing in some instances. wrong thing in some instances.
* Handling of relocatable packages was broken. (#31868) Fixed it by * Handling of relocatable packages was broken. (#31868) Fixed it by
looking at the rpm PREFIXES tag. looking at the rpm PREFIXES tag.
@@ -1304,7 +1327,7 @@ alien (6.25) unstable; urgency=low
* Alien can now be installed into eg, /usr/local via a PREFIX variaible * Alien can now be installed into eg, /usr/local via a PREFIX variaible
in the Makefile, based on work by Roman Shterenzon <roman@xpert.com>. in the Makefile, based on work by Roman Shterenzon <roman@xpert.com>.
* Typo fix from Roman Shterenzon. * Typo fix from Roman Shterenzon.
* Moved the patch files that come with alien out of /var/lib/alien * Moved the patch files that come with alien out of /var/lib/alien
into /usr/lib/alien/patches. Alien will now check both directories for into /usr/lib/alien/patches. Alien will now check both directories for
patches, /var first. patches, /var first.
@@ -1366,7 +1389,7 @@ alien (6.17) unstable; urgency=low
alien (6.16) unstable; urgency=low alien (6.16) unstable; urgency=low
* When converting from .tgz files, use arch: all. Sort of a hack, but * When converting from .tgz files, use arch: all. Sort of a hack, but
since we don't know what arch of stuff is in them, it's as good a since we don't know what arch of stuff is in them, it's as good a
guess as any. This will let people use the conversion on other guess as any. This will let people use the conversion on other
architectures. (#26253). architectures. (#26253).
@@ -1428,7 +1451,7 @@ alien (6.09) unstable; urgency=low
to be generated by "alien --to-rpm --scripts". to be generated by "alien --to-rpm --scripts".
* That bug is even less likely, becuase it turns out --scripts has been * That bug is even less likely, becuase it turns out --scripts has been
broken since alien version 6.0. Oops. Fixed. broken since alien version 6.0. Oops. Fixed.
* --single and --description were also broken since 6.0, and are fixed * --single and --description were also broken since 6.0, and are fixed
now. now.
* It used to be that only shell scripts could be converted to rpm format, * It used to be that only shell scripts could be converted to rpm format,
because of a stupid bug. Fixed. because of a stupid bug. Fixed.
@@ -1556,7 +1579,7 @@ alien (5.19) unstable; urgency=low
alien (5.18) unstable; urgency=low alien (5.18) unstable; urgency=low
* Use debhelper to build alien (still uses debstd to convert packages). * Use debhelper to build alien (still uses debstd to convert packages).
* Use dpkg-deb if available, instead of using ar. This fixes #12318: alien * Use dpkg-deb if available, instead of using ar. This fixes #12318: alien
can now handle old format deb files. can now handle old format deb files.
-- Joey Hess <joeyh@debian.org> Sat, 27 Sep 1997 15:52:08 -0400 -- Joey Hess <joeyh@debian.org> Sat, 27 Sep 1997 15:52:08 -0400
@@ -1564,7 +1587,7 @@ alien (5.18) unstable; urgency=low
alien (5.17) unstable; urgency=low alien (5.17) unstable; urgency=low
* Added version info to filename of generated .tgz files. * Added version info to filename of generated .tgz files.
* Added --keep-version flag, which makes alien not increment the * Added --keep-version flag, which makes alien not increment the
release number/debian version number. release number/debian version number.
* Man page fixups. * Man page fixups.
* Fixes for epochs (for now, just remove epochs, since rpm cannot handle * Fixes for epochs (for now, just remove epochs, since rpm cannot handle
@@ -1595,7 +1618,7 @@ alien (5.14) unstable; urgency=low
alien (5.13) unstable; urgency=low alien (5.13) unstable; urgency=low
* Preliminary support for converting install scripts with the --scripts * Preliminary support for converting install scripts with the --scripts
option. We have to uuencode them for rpm's. option. We have to uuencode them for rpm's.
* Revised documentation. * Revised documentation.
* Routine update of debian/rules: * Routine update of debian/rules:
@@ -1664,8 +1687,8 @@ alien (5.5) unstable; urgency=low
* Added some more documentation and warnings about file ownerships getting * Added some more documentation and warnings about file ownerships getting
screwed up if you run alien as non-root. screwed up if you run alien as non-root.
* Added basic support for converting to Slackware tgz format. Mostly * Added basic support for converting to Slackware tgz format. Mostly
untested. I confess, I did this just to simplify the documentation of untested. I confess, I did this just to simplify the documentation of
what alien can do. It was only 10 lines of code to add this, anyway. :-) what alien can do. It was only 10 lines of code to add this, anyway. :-)
* Had a hard drive crash and reassembled this package from bits and * Had a hard drive crash and reassembled this package from bits and
pieces. Hope it's not broken.. pieces. Hope it's not broken..
@@ -1699,7 +1722,7 @@ alien (5.2) unstable; urgency=low
alien (5.1) unstable; urgency=low alien (5.1) unstable; urgency=low
* Added partial support for relocatable packages: DEFAULTPREFIX is * Added partial support for relocatable packages: DEFAULTPREFIX is
examined, and if set, a subdirectory by the same name is created in the examined, and if set, a subdirectory by the same name is created in the
build directory of the package. This means relocatable packages end up build directory of the package. This means relocatable packages end up
in a sane location, not scattered in the root directory as they were in a sane location, not scattered in the root directory as they were
previously. previously.
@@ -1731,7 +1754,7 @@ alien (4.2) unstable; urgency=low
* When installing deb file, alien will use --no-force-overwrite * When installing deb file, alien will use --no-force-overwrite
The idea behind this is to make it difficult to trash your debian system The idea behind this is to make it difficult to trash your debian system
by installing alien packages that overwrite files in it. This only works by installing alien packages that overwrite files in it. This only works
if you use alien --install, not if you install the resulting .deb file by if you use alien --install, not if you install the resulting .deb file by
hand. This is a temporary fix until dpkg has --force-overwrite turned hand. This is a temporary fix until dpkg has --force-overwrite turned
off by default. off by default.
@@ -1741,7 +1764,7 @@ alien (4.2) unstable; urgency=low
alien (4.1) unstable; urgency=low alien (4.1) unstable; urgency=low
* If a package has underscores in it's name and is being converted to deb * If a package has underscores in it's name and is being converted to deb
format, change the underscores to dashes. Thanks to format, change the underscores to dashes. Thanks to
Robert Coie <rac@mata.intrigue.com> Robert Coie <rac@mata.intrigue.com>
* Strip out any other disallowed characters in package name when * Strip out any other disallowed characters in package name when
converting to deb. converting to deb.
@@ -1765,7 +1788,7 @@ alien (4.00) unstable; urgency=low
postinst. If there is any demand, I'll try to work this back into the postinst. If there is any demand, I'll try to work this back into the
program. program.
* Rewrote most of the man page. * Rewrote most of the man page.
* Fixed the version number so there are two digets in the minor revision * Fixed the version number so there are two digets in the minor revision
number. number.
-- Joey Hess <joeyh@debian.org> Sat, 29 Mar 1997 21:49:30 -0500 -- Joey Hess <joeyh@debian.org> Sat, 29 Mar 1997 21:49:30 -0500
@@ -1837,7 +1860,7 @@ alien (2.80) unstable; urgency=low
* Fixed bug in guessing name of patch file to use. * Fixed bug in guessing name of patch file to use.
* Fixed bug that would not let you specify a patch file in the current * Fixed bug that would not let you specify a patch file in the current
directory, or a relative path to a patch file. directory, or a relative path to a patch file.
* Don't use /etc/rpmrc as an indiciation of whether rpm is present, as * Don't use /etc/rpmrc as an indiciation of whether rpm is present, as
this is a conffile, and might be deleted. Test for actual rpm binary. this is a conffile, and might be deleted. Test for actual rpm binary.
* More friendly error message if patch file is not found, suggesting that * More friendly error message if patch file is not found, suggesting that
you try -n option. you try -n option.
@@ -2582,7 +2605,7 @@ debmake (1.00) unstable; urgency=low
* rpminstall enables a direct installation of Red Hat packages into the * rpminstall enables a direct installation of Red Hat packages into the
debian package maintenance system! All dpkg commands will work on it! debian package maintenance system! All dpkg commands will work on it!
* rpminstall uses debstd and thus compresses manpages + documentation and * rpminstall uses debstd and thus compresses manpages + documentation and
computes dependencies according to the libraries referenced by the computes dependencies according to the libraries referenced by the
ELF binaries in the Red Hat package. ELF binaries in the Red Hat package.
-- Christoph Lameter <clameter@waterf.org> Sun, 27 Oct 1996 12:17:51 -0800 -- Christoph Lameter <clameter@waterf.org> Sun, 27 Oct 1996 12:17:51 -0800
@@ -2698,7 +2721,7 @@ debmake (0.4) unstable; urgency=low
* Added automatic compression of documentation in /usr/man and /usr/doc * Added automatic compression of documentation in /usr/man and /usr/doc
if files are >1K. if files are >1K.
* Checks for dangling symlinks and redirects symlinks to filenames that * Checks for dangling symlinks and redirects symlinks to filenames that
were changed due to compression. were changed due to compression.
* Added rc.boot handling * Added rc.boot handling
* Permissions for documentation were set to executable when debstd was * Permissions for documentation were set to executable when debstd was

12
debian/control vendored
View File

@@ -1,16 +1,24 @@
Source: alien Source: alien
Section: admin Section: admin
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 12) Build-Depends: debhelper-compat (= 13)
Maintainer: Debian QA Group <packages@qa.debian.org> Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.0 Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/alien.git Vcs-Git: https://salsa.debian.org/debian/alien.git
Vcs-Browser: https://salsa.debian.org/debian/alien Vcs-Browser: https://salsa.debian.org/debian/alien
Homepage: http://kitenet.net/~joey/code/alien/ Homepage: http://kitenet.net/~joey/code/alien/
Package: alien Package: alien
Architecture: all Architecture: all
Depends: debhelper (>= 10), ${misc:Depends}, ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio, rpm2cpio Depends: debhelper (>= 10),
${misc:Depends},
${perl:Depends},
rpm (>= 2.4.4-2),
dpkg-dev,
make,
cpio,
rpm2cpio
Suggests: patch, bzip2, lintian, lzma Suggests: patch, bzip2, lintian, lzma
Description: convert and install rpm and other packages Description: convert and install rpm and other packages
Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages

4
debian/rules vendored
View File

@@ -3,8 +3,10 @@
dh $@ dh $@
override_dh_auto_test: override_dh_auto_test:
# simple smoke test ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
./alien.pl -V ./alien.pl -V
endif
override_dh_auto_clean: override_dh_auto_clean:
# distclean moans about MANIFEST, this is quieter # distclean moans about MANIFEST, this is quieter