joey
c1a3316e71
* Add support for rpm scripts that use RPM_INSTALL_PREFIX, by setting
...
RPM_INSTALL_PREFIX as part of the converted script. Closes : #400863
2006-12-15 18:34:39 +00:00
joey
7382aaf75f
* Fix alien's own spec file, s/Copyright/License/.
2006-12-14 22:35:37 +00:00
joey
ebf2cb2f06
add XS-Vcs-Svn fields
2006-10-04 17:25:11 +00:00
joey
f84c8a6b7e
new announcement system
2006-03-30 20:15:44 +00:00
joey
2bb90cb16a
releasing version 8.64
2006-03-30 17:52:16 +00:00
joey
00018b6425
* Minor improvement to usage message as reported in [some random blog
...
somewhere that I happened to read by accident].
2006-03-30 17:51:22 +00:00
joey
33a60c1974
releasing version 8.63
2006-02-14 18:36:15 +00:00
joey
f96039ce74
releasing version 8.62
2006-02-02 20:15:29 +00:00
joey
fa41ec6234
releasing version 8.61
2006-01-07 18:44:04 +00:00
joey
4572a96112
releasing version 8.60
2005-11-27 22:41:08 +00:00
joey
1a3ed01c30
releasing version 8.59
2005-11-15 18:14:37 +00:00
joey
da40f906b0
releasing version 8.58
2005-11-08 21:11:32 +00:00
joey
da55970dc2
releasing version 8.57
2005-11-08 18:40:30 +00:00
joey
b12afcb1b7
releasing version 8.56
2005-07-20 00:57:38 +00:00
joey
1c337c3e20
releasing version 8.55
2005-07-19 20:17:34 +00:00
joey
679992ea62
encoding
2005-07-19 20:02:48 +00:00
joey
cb1a0b08e4
releasing version 8.54
2005-07-19 18:25:53 +00:00
joey
c9a355e498
releasing version 8.53
2005-06-13 18:13:12 +00:00
joey
c667e71653
releasing version 8.52
2005-04-21 15:44:50 +00:00
joey
86cdea2939
releasing version 8.51
2005-03-09 21:19:55 +00:00
joey
dd009e920a
releasing version 8.50
2004-12-08 21:20:13 +00:00
joey
d3a6c37a03
releasing version 8.49
2004-12-06 21:41:44 +00:00
joey
f4e9d3eb50
releasing version 8.48
2004-11-25 02:15:15 +00:00
joey
af7272c85d
releasing version 8.47
2004-10-03 17:59:30 +00:00
joey
8e3d7b6a91
* x86_64 rpms become amd64 debs
2004-08-04 00:59:28 +00:00
joey
1d5b6b9a90
releasing version 8.46
2004-08-02 00:53:46 +00:00
joey
d774821a56
releasing version 8.45
2004-07-29 17:17:18 +00:00
joey
63d14d94e6
releasing version 8.44
2004-03-25 04:01:09 +00:00
joey
064c0649b4
releasing version 8.43
2004-01-20 01:02:40 +00:00
joey
c08f69b94f
releasing version 8.42
2004-01-16 03:21:30 +00:00
joey
6ac46f031b
releasing version 8.41
2003-12-02 20:23:47 +00:00
joey
8117ea95d7
releasing version 8.40
2003-11-18 04:20:23 +00:00
joey
bbb5ed69d1
releasing version 8.39
2003-11-12 02:55:54 +00:00
joey
dddc1a4350
releasing version 8.38
2003-11-03 21:18:55 +00:00
joey
492029f47e
releasing version 8.37
2003-10-28 22:10:56 +00:00
joey
ec560cf2a2
* Patch from aj to fix permissions of setuid files that have their owners
...
created in the preinst.
* Alien's repository has moved from CVS to subversion.
2003-10-15 20:02:38 +00:00
joey
4531625657
releasing version 8.36
2003-10-15 20:02:15 +00:00
joey
5939efb16a
updates for moved deb repo
...
debhelper: Several man pae typo fixes by Ruben Porras.
2003-07-31 16:55:33 +00:00
joey
302877790b
* Fixed changelog parsing regexp. Noticed by Gerald Turner who is sure
...
turning up in this changelog a lot.
* Updated j2sdk patch fixes some ControlPanel shell script
incompatabilities. Closes : #200731
2003-07-12 18:36:25 +00:00
joey
f43eea0d89
updates & sync
2003-07-11 19:24:18 +00:00
joey
9c0a3d70f9
* Added a new j2sdk patch that does not rename the package.
2003-07-06 23:51:14 +00:00
joey
212ccbc0e4
* Removed the two newest j2sdk patches, which both rename the package,
...
breaking alien -i. Closes : #199992
2003-07-05 20:58:23 +00:00
joey
39d3755102
* Updated the j2sdk patch for version 1.4.2. (From Gerald Turner.)
2003-07-01 00:57:47 +00:00
joey
7e6421c8e4
* Added -v to enable verbose mode, which lists each shell command
...
as it is run. Also added --veryverbose for verbose with command
output too.
* Use -V for version. (-v used to be documented, but never worked)
2003-05-14 22:14:29 +00:00
joey
cbe19ea395
* alien.spec: pass PREFIX to Makefile.PL so it works on systems
...
(such as red hat 8) where the generated Makefile does not use
$PREFIX in all paths.
2003-04-30 03:12:00 +00:00
joey
14cd95336f
fix
2003-03-25 04:44:05 +00:00
joey
9a94bfd613
- updates
...
- updated all installhooks for new kite directory layout
2003-03-25 04:38:46 +00:00
joey
06371a53ca
* Support rpms that contain no files. Closes : #184714
2003-03-16 05:35:36 +00:00
joey
40e12efe45
* Corrected precidence problem that made alien not catch mkdir of the work
...
directory failing if the directory already existed (and let it delete the
existing directory). Closes : #181061
* Fixed several other instances of the same precidence problem in the code.
2003-02-15 20:46:09 +00:00
joey
8b6a5ed7f8
* Use rpmbuild -bb instead of rpm -bb, as it seems that rpm -bb has stopped
...
working in recent versions of rpm, as shipped by red hat (Debian's rpm,
confusingly, continues to support rpm -bb, possibly because of how I hack
its popt stuff up for debian.) This may fail with older, pre-rpmbuild
rpm's; if so you should upgrade to a more current version I guess.
* Updated js2k patch from Gerald Turner.
2003-02-03 19:40:25 +00:00