freesource
ef8bc2c5a1
fixed a problem where put() was putting keys and values in random
...
places, using a normal hash fixed the probem and now --db works
perfectly again. Seems to be a bug introduced with the newer berkely
and DB_File since it wasn't a problem before. Solved.
2005-01-27 04:05:39 +00:00
freesource
764c7fc2cb
Fixed an introduced bug when fixing --purge .. now if can just get
...
virtual listing working properl again.
2005-01-26 05:34:34 +00:00
freesource
6ce6d07b02
This let's --purge work properly for --db.
2005-01-25 04:38:24 +00:00
freesource
2956005281
Fixed most bugs, one related to purging still needs correction.
2005-01-24 15:54:33 +00:00
freesource
eea770be37
Allows normal user to make package.
2005-01-06 03:49:33 +00:00
freesource
cc80fcbe67
Fixed for normal user.
2005-01-06 03:42:27 +00:00
freesource
31b812c29b
version change
2005-01-05 22:39:23 +00:00
freesource
234170bc5b
version change
2005-01-05 22:31:32 +00:00
freesource
0fd7333636
Just little stuff.
2005-01-05 22:29:17 +00:00
freesource
54d147d1d3
Probably will have to change this version again.
2005-01-05 22:08:13 +00:00
freesource
84971c3dbb
This is being used now, but just a small change.
2005-01-05 22:06:36 +00:00
freesource
4b81938fbe
New dirs.
2005-01-05 22:02:51 +00:00
freesource
f8f6630c0f
Non-existent files where causing this to fail, and the db, there was
...
also a die, now there is a check to avoid this.
2005-01-05 21:55:31 +00:00
freesource
a16a8c79c5
Fixed errors that occurred when a non-existent file would trip up the
...
stricter requirements for the newer perl 5.8.
2005-01-05 21:50:59 +00:00
freesource
27c15ccf9f
Documentation.
2002-11-06 19:19:14 +00:00
freesource
76b6b46544
GetOpt::Long rep changes .. just options repeated twice.
2002-11-06 19:18:23 +00:00
freesource
3a5cebd24b
New 0.4.2 changes.
2002-11-06 19:17:31 +00:00
freesource
ae9af0aa99
Didn't commit since version change.
2001-12-09 07:45:01 +00:00
freesource
ae9892e97d
Just a .
2001-12-09 07:42:47 +00:00
freesource
514a6ecc75
The correct changes.
2001-12-09 07:41:33 +00:00
freesource
7d76ead04b
New dch format.
2001-12-09 07:40:07 +00:00
freesource
b0f8482c65
The latest and greatest 0.4.1
2001-10-25 00:31:02 +00:00
freesource
3de4cb9628
Just noting how a return had been added R. 1.10.
2001-10-24 18:49:55 +00:00
freesource
765a51443b
Removed a return from T_indexer, may have gotten there unintentionally.
2001-10-24 18:47:08 +00:00
freesource
b59992bff6
Adds the --enhances option.
2001-10-24 17:57:43 +00:00
freesource
4d5a2fc61f
Adds enhances.
2001-10-24 17:20:02 +00:00
freesource
ec5466a5df
The latest and greatest.
2001-10-24 02:06:31 +00:00
freesource
5e12daa1ff
Changed the Suggests fields because ar is now found in binutils.
2001-10-24 02:03:16 +00:00
freesource
1a973af912
Added a note how $tmp isn't checked unless no_rebuilddb is set to 0.
2001-10-23 18:33:31 +00:00
freesource
909517e402
This sets TMPDIR to $tmp which makes dpkg-deb happy assuming the dir is at
...
least wx. There are no wx checks unless $no_rebuilddb is set to 0.
2001-10-23 18:20:47 +00:00
freesource
92d1ab60b2
Just makes sure that / doesn't print when checking rwx and for wx
2001-10-23 16:47:35 +00:00
freesource
ed2b3a79fb
This is pretty good, probably could just check for -x, but can't be sure
...
if things aren't staying within /tmp or a new value for $tmp.
2001-10-23 07:06:58 +00:00
freesource
41c0e2d114
Checking for permissions, will need to make sure that Deb.pm is doing all its
...
stuff in the personal tmp directory.
2001-10-23 06:25:36 +00:00
freesource
3c59b0b271
Could add more here, but this is good enough.
2001-10-23 05:49:22 +00:00
freesource
be742ae6c2
Made $swim_conf to /etc/dswim because used to be /etc/swim, good thing that
...
UML exists.
2001-10-23 05:47:13 +00:00
freesource
305b5447c6
The install for -y still had simulate in it, removed that . .this was for
...
--purge --reinstall ..etc
2001-10-23 05:46:28 +00:00
freesource
1a233fa17b
Check at line 150 to make sure ib{/.} and $yich are defined.
2001-10-23 05:45:26 +00:00
freesource
4350c68f9a
Added checks to make sure $tmp is writable and executable when automatic
...
db building is done.
2001-10-23 05:44:39 +00:00
freesource
c2e7737da7
Makes sure that --source always depends on -x .. before -xz was happening
...
because there was no check or x.
2001-10-22 17:22:58 +00:00
freesource
a27d9ae45e
Prettifying.
2001-10-22 17:12:46 +00:00
freesource
7f18ff576b
This fixes undef values when scripts was called more than once when used with
...
-qf and --scripts and -d|-l and -T.
2001-10-22 17:07:37 +00:00
freesource
fa082787da
This doesn't permit "" values to be put into the history since ReadLine
...
complains about this. Just checks that arg isn't "".
2001-10-21 06:53:36 +00:00
freesource
7b3b493c07
Added an extra n for unnecessary, but I am not telling which.
2001-10-21 03:59:42 +00:00
freesource
34fac3917a
No code change, just prettifying.
2001-10-21 03:58:45 +00:00
freesource
aba982e9ae
Pruning --help a little bit more.
2001-10-21 03:42:40 +00:00
freesource
7ca9f7fb62
Prettifying help
2001-10-20 15:35:31 +00:00
freesource
2249d611d1
Straightening things.
2001-10-20 07:37:10 +00:00
freesource
5db5e1d9b0
This removes unecessary help for not-installed stuff.
2001-10-20 07:35:48 +00:00
freesource
60fb21845b
Prettifying help
2001-10-20 07:32:01 +00:00
freesource
99ea6c7f4d
Now using dh_perl with ${perl:Depends}, pretty cool.
2001-10-20 07:26:20 +00:00