Changelog for
alien-8.95.6-lp155.2.1.noarch.rpm :
* Tue Aug 01 2023 Adam Majer
- Update to 8.95.6. From debian changelog:
* Alien/Package/Deb.pm: Do not fail when dh_usrlocal returns with nonzero value. A warning (shown in --veryverbose) is generated instead. (Closes: #992188)
* Alien/Package/Deb.pm: Fix incorrect debian/rules template by properly escaping special characters (dh \\$\\AATT instead of dh $AATT). Closes: #983492.
* Alien/Package/Deb.pm: Fix incorrect file installation path. This fixes the bug in manual override_dh_auto_install that files are placed under / instead of /usr/ (default prefix). Closes: #985835.
* Alien/Package/Rpm.pm: Also map aarch64 in rpm to arm64 in deb. This fixes conversion of aarch64 rpm packages. Closes: #985808.
* alien.pl: + Fixed some misspelled words.
* Alien/Package.pm: + Fixed misspelled word.
* Alien/Package/Rpm.pm: + Fixed misspeled word.
* 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.
* Wed Dec 16 2020 dmulderAATTsuse.com- Update to 8.95
* Thu Dec 27 2012 lazy.kentAATTopensuse.org- Fix in Requires: rpmbuild -> rpm-build (for openSUSE >= 12.2).
* Sat Nov 03 2012 puzelAATTsuse.com- Update to 8.88.
* Ensure that version numbers begin with well, a number, when building a deb, otherwise dpkg-deb will refuse to build it.- Changes in 8.87.
* Use lsb-rpmbuild, not lsb-rpm.
* Fix adding of postinst script to deb, containing rpm permissions fixups code.- fix failed build because of missing dh_testdir: BuildRequire debhelper- Requires: rpmbuild (bnc#787896)
* Tue Apr 03 2012 lazy.kentAATTopensuse.org- Update to 8.86.
* Filter out illegal characters in version number when building a deb.- Changes in 8.85.
* Avoid breaking on spaces in filenames.- Changes in 8.84.
* Silence error message when deleting build tree after making an rpm, if rpmbuild has already deleted it.
* Squash an uninitialized value when creating a deb.- Changes in 8.83.
* Correct handling of arch all packages in deb arch check.- Changes in 8.82.
* Use debhelper compat level v7 when building packages. All changes since v4 seem safe for alien\'s generated rules files.
* Use dh_prep instead of deprecated dh_clean -k.
* Print a nice error message when attempting to build a deb from a package of an unsupported architecture.- Corrected License tag.- Use full URL as a source.- Corrected Summary style.- Removed redundant \"clean\" section.
* Wed Aug 18 2010 puzelAATTnovell.com- update to alien 8.81
* Avoid uninitialized value warning when debian/rules fails to run due to alien being run in a noexec directory.
* Prevent DESTROY stomping on alien\'s exit code sometimes.
* Support extracting lzma compressed RPMs.
* Suggest lzma. If not installed, alien will still fail to decompress RPMs using it, but will support most rpms, which are not.
* Fix precedence problem that prevented alien from preserving permissions of suid/sgid binaries that are not owned by root.
* Support RPMs containing ghost files.
* Fri May 28 2010 puzelAATTnovell.com- do not build as noarch
* Fri May 07 2010 puzelAATTnovell.com- update to alien 8.80
* Support querying rpm LICENSE field. (Alexey Khoroshilov)
* Thu Mar 25 2010 puzelAATTnovell.com- add alien-strip-tilde-from-version.patch (bnc#590986)
* Thu Mar 25 2010 puzelAATTnovell.com- update to alien-8.79
* Modify -g and -s to support running on multiple packages at once.
* Removed all built-in patches for converting specific packages (j2sdk, jdk, lgtoclnt, motif) with alien. These were out of date, and not maintained. Alien will not include such patches going forward.