275 Commits

Author SHA1 Message Date
joey
2c1589bd7e * Do not register conffiles in /etc when generating a deb; debhelper v3
takes care of that.
2004-01-16 03:21:43 +00:00
joey
c08f69b94f releasing version 8.42 2004-01-16 03:21:30 +00:00
joey
298ed79cf1 * Generate a build tree on request even when the source and dest formats are
the same. Closes: #222311
2003-12-02 20:30:49 +00:00
joey
6ac46f031b releasing version 8.41 2003-12-02 20:23:47 +00:00
joey
d9b05102c4 * Include the version of alien that generated a deb or rpm in the
description. Closes: #220763
   * Also put it in the changelog of debian packages.
2003-11-18 04:21:20 +00:00
joey
8117ea95d7 releasing version 8.40 2003-11-18 04:20:23 +00:00
joey
09057d6d33 * Fix a couple more mistakes in the code added in 8.36. 2003-11-12 02:57:17 +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
5a3b423267 sheesh 2003-11-03 21:16:22 +00:00
joey
531201ff80 fix perms I hope 2003-11-03 21:13:24 +00:00
joey
902aefad11 * Make sure the working directory's subdirs have sane modes before trying
to delete it, in case it has unwritable dirs and alien is not running
     as root. Closes: #217330
2003-10-28 22:11:51 +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
80eb67bbeb move after cvs2svn 2003-10-15 02:07:32 +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
bcfb811882 sync 2003-07-29 04:39:57 +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
joey
13858b3a68 updates 2002-11-12 19:15:30 +00:00
joey
b4efb6061b * Pach from Erwan MAS <erwan@mas.nom.fr> that allows specification of the
version of a tgz file, for files that don't have a parseable version
     number. For consistency with --description, I made the otpino be called
     --version -- if no argument is specified to this option, it retains its
     old behavior of displaying alien's version, but it is now overloaded
     if given an argument. Closes: #165584
2002-10-21 03:13:12 +00:00
joey
3f7945fbb3 random updates 2002-09-20 19:01:39 +00:00
joey
810275fc74 minor copyright updates 2002-08-25 21:04:35 +00:00
joey
ed7a39e3d1 * Added support inspired by aj for converted rpm packages that create
users/groups in their preinst, and which alien therefore cannot ship the
     files with proper ownerships in the .deb. In this case alien will now
     insert appropriate chown commands into the postinst script of the
     converted package.
   * That only works when converting rpm to deb, not the other way around,
     for now.
   * Removed the cpio directory permissions fixup code, which was probably
     broken, and is obsolete since I get directory perms from the rpm now.
2002-08-25 19:10:56 +00:00
joey
48400e6418 * Added upsated jdk patches from Gerald Turner.
* Allow fallback to different debian revisions w/o --anypatch.
   * Add a changelog parser so I can work out the built version of a package.
     Ugh. Closes: #157971
2002-08-23 23:58:36 +00:00
joey
a295c7ad14 * Be stricter about which patch files to apply by default. For old behavior
use --anypatch.
   * Minor perl 5.8 fix.
2002-08-22 16:04:41 +00:00
joey
21393f2767 * When converting from rpm, do parent directory 755 chmods first, then
known permissions setting from rpm --queryformat, so that it can override
     any directories that do indeed have a permission set.
   * Fixed MakeFile.PL to work with perl 5.8.
2002-08-19 16:53:30 +00:00
joey
c6b855ed5c * Fixed rpm unpacking. 2002-07-12 23:29:49 +00:00
joey
ee2a176b24 * Fix a longstanding bug I was only recently told about: When converting
from rpm, ignore the icky file owners and perms from the cpio archive,
     and query rpm for the real set that it overrides in the control data
     structure. Closes: #151546
2002-07-09 01:05:23 +00:00
joey
eb41790008 * Fix a longstanding bug I was only recently told about: When converting
from rpm, ignore the icky file owners and perms from the cpio archive,
     and query rpm for the real set that it overrides in the control data
     structure. Closes: #151546
2002-07-09 00:54:38 +00:00
joey
92a03172da * Enabled Getopt::Long Bundling, see comment in alien.pl. Closes: #152148 2002-07-07 20:43:48 +00:00
joey
ec291f3dde * Made tgz version parsing greedier so it will match sub-versions. 2002-07-06 12:06:50 +00:00
joey
25806d4146 * Fixed slp conversion to not use uninitialized value. Closes: #150840 2002-06-24 17:22:33 +00:00
joey
a55d9bc97d * First release. 2002-06-19 02:06:22 +00:00
joey
b56e80e565 updates... 2002-06-14 03:26:52 +00:00
joey
15b992c58f * Fix for extracting control files from debs on systems w/o dpkg-deb.
Don't try to extract "file", just "./file".
2002-06-12 17:37:36 +00:00
joey
c77168987c * Build alien with debhelper v4. 2002-06-01 23:42:22 +00:00
joey
7c4159cba2 * Deal with packages with strange characters in their filenames.
Closes: #146017
2002-05-24 02:41:24 +00:00
joey
b0ec57098c * Gerald Turner <gturner@newedgenetworks.com> contributed a .diff file for
conversion of the j2sdk (Java 2 Software Development Kit)
2002-05-23 00:10:19 +00:00