Boyuan Yang
b235b51c36
Bump Standards-Version to 4.6.0.
2021-08-22 01:14:55 -04:00
Boyuan Yang
80877786d3
Prepare new upload.
2021-04-07 12:20:23 -04:00
Boyuan Yang
a5a16d572f
Revert "debian/control: Bump Standard-Version to 4.5.1."
...
This reverts commit 18e40eeabb .
2021-04-07 12:08:05 -04:00
Boyuan Yang
18e40eeabb
debian/control: Bump Standard-Version to 4.5.1.
2021-04-07 12:07:16 -04:00
Adrian Bunk
1a98232df6
Import Debian version 8.95.3
...
alien (8.95.3) unstable; urgency=medium
.
* QA upload.
* Upload to unstable.
2021-04-07 12:05:10 -04:00
Jenkins
0a70fe5858
Remove constraints unnecessary since stretch.
...
* alien: Drop versioned constraint on debhelper, rpm in Depends.
Changes-By: deb-scrub-obsolete
2021-02-14 15:04:11 +00:00
Thiago da Silva Gracini
e2eb7e0026
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.
2020-11-11 23:10:13 +00:00
Boyuan Yang
9b5622f8f2
Deb.pm: Use dh sequencer in rules file; bump debhelper requirement to 10+
2020-03-29 00:07:47 -04:00
Boyuan Yang
a7be498dca
debian/changelog: Document changes in Vcs-* fields
2020-03-28 23:45:30 -04:00
Boyuan Yang
f11a007797
debian/control,compat: Minor fixes
2020-03-28 23:40:53 -04:00
Fabiano Antunes
9f53b73b58
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 )
2020-03-28 23:37:19 -04:00
Joey Hess
bb351ddbc8
Alien needs a new maintainer, both in Debian and upstream.
2014-11-07 17:26:20 -04:00
Joey Hess
6443b942ab
prep
2014-08-31 14:16:33 -07:00
Joey Hess
919297f3d1
Remove suggests for lsb-rpm, which no longer exists. Closes : #756873
2014-08-02 19:20:25 -04:00
Joey Hess
06ae0587ac
prep release
2014-06-13 12:04:01 -04:00
Joey Hess
c1b64b0c48
Support other deb data.tar compression schemes in fallback code. Closes : #718364 Thanks, Guillem Jover
2014-05-18 12:21:01 -04:00
Joey Hess
d3750a8156
prep release
2014-02-27 12:00:21 -04:00
Joey Hess
7a1afcfb97
prep release
2014-02-27 11:59:27 -04:00
Joey Hess
2999238f34
Add conversion from ppc64le (rpm) to ppc64el (deb).
2014-02-26 13:09:32 -04:00
Joey Hess
887717f304
changelog
2014-01-17 14:05:43 -04:00
Joey Hess
41fc0d549f
prep release (with dgit!)
2013-08-26 00:48:28 -04:00
Joey Hess
b1bd50cc90
Handle whitespace in path to RPMs. Closes : #719776 (Thanks, Christopher Huhn)
2013-08-15 11:10:46 +02:00
Joey Hess
7aee419bd2
Correct man page to say RPMBUILDOPT (not RPMBUILDOPTS). Closes : #701106
2013-02-21 17:05:03 -04:00
Joey Hess
db4ea6fa4a
releasing version 8.88
2012-08-09 14:45:24 -04:00
Joey Hess
2fb28d27d2
Ensure that version numbers begin with well, a number, when building a deb, otherwise dpkg-deb will refuse to build it.
2012-08-09 14:14:59 -04:00
Joey Hess
363deec1c6
releasing version 8.87
2012-04-05 13:54:58 -04:00
Joey Hess
b69f536367
Fix adding of postinst script to deb, containing rpm permissions fixups code. Closes : #667651
2012-04-05 13:51:24 -04:00
Joey Hess
f717997da1
Use lsb-rpmbuild, not lsb-rpm. Closes : #667044
...
Note that lsb-rpm has been dropped from rpm in Debian unstable. So
this changes nothing really; it already fell back to rpmbuild.
And I can find no mention of either lsb-rpm or lsb-rpmbuild in the LSB
spec, although I didn't look very hard.
2012-04-04 13:36:18 -04:00
Joey Hess
3faa48b23f
update copyright format url
2012-02-25 10:43:13 -04:00
Joey Hess
e745cde2a0
releasing version 8.86
2011-11-12 13:14:11 -04:00
Joey Hess
5e4e122d58
Filter out illegal characters in version number when building a deb. Closes : #648531
2011-11-12 13:12:25 -04:00
Joey Hess
7640cb99d4
releasing version 8.85
2011-06-19 15:51:33 -04:00
Joey Hess
585fc93270
Avoid breaking on spaces in filenames. Closes : #618636
...
The runpipe interface is not a good one, it would be better to use
something that does not expose to the shell.
As a quick fix, quote filenames in runpipe calls. Too bad if you have a
quote character in a file though. Later need to find a better interface
or do full shell escaping.
2011-06-11 13:00:34 -04:00
Joey Hess
5b49be4d3d
releasing version 8.84
2011-04-15 14:14:38 -04:00
Joey Hess
2dee87ca02
add bug closure
2011-04-15 14:13:11 -04:00
Joey Hess
5c6bf645b5
DEP5
2011-01-13 18:48:08 -04:00
Joey Hess
1ca19300b4
Squash an uninitialized value when creating a deb.
2011-01-06 13:49:40 -04:00
Joey Hess
9b37ec8545
Silence error message when deleting build tree after making an rpm, if rpmbuild has already deleted it.
2011-01-06 13:47:37 -04:00
Joey Hess
143131c8c0
releasing version 8.83
2010-09-09 08:25:35 -04:00
Joey Hess
0d765b965d
Correct handling of arch all packages in deb arch check. Closes : #596209
2010-09-09 08:24:54 -04:00
Joey Hess
efeddebd32
releasing version 8.82
2010-08-30 17:09:52 -04:00
Joey Hess
3a44b767ac
Print a nice error message when attempting to build a deb from a package of an unsupported architecture. Closes : #592625
2010-08-30 17:02:26 -04:00
Joey Hess
66b2a2a226
debhelper updates
...
* 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.
2010-05-23 18:56:57 -04:00
Joey Hess
574490fb79
releasing version 8.81
2010-05-17 21:02:47 -04:00
Joey Hess
e7e9f10486
Support RPMs containing ghost files.
...
(Patch by Ben Webb, who would get his patches applied quicker if he actually communicated them to the program's author.)
2010-05-17 20:54:30 -04:00
Joey Hess
a320ae144c
Fix precedence problem that prevented alien from preserving permissions of suid/sgid binaries that are not owned by root.
...
(Patch by Duane Waddle, on a bug tracking system I don't frequent, that was
about the "expire" it 4 days from now. We got lucky Duane, but please use
the Debian BTS next time!)
2010-05-17 20:48:54 -04:00
Joey Hess
f6529d9be0
Suggest lzma. If not installed, alien will still fail to decompress RPMs using it, but will support most rpms, which are not.
2010-05-17 20:27:12 -04:00
Joey Hess
38bf42863d
Support extracting lzma compressed RPMs. (Patch by unnamed person on some bug tracking system I don't frequent.)
2010-05-17 20:24:19 -04:00
Joey Hess
b4bdd3818d
Avoid uninitialized value warning when debian/rules fails to run due to alien being run in a noexec directory. Closes : #579216
...
* Avoid uninitialized value warning when debian/rules fails to run
due to alien being run in a noexec directory. Closes : #579216
* Prevent DESTROY stomping on alien's exit code sometimes.
2010-04-28 11:30:44 -04:00
Joey Hess
7e84fd2a26
releasing version 8.80
2010-04-18 15:46:21 -04:00