100 Commits
Author SHA1 Message Date
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
freesource fe3ae88fa8 Nicer deps .. perl-modules (includes Readline) apt >= 0.5.1 because of build-dep
and edited --help so virtual options are properly represented for -q as well
as searches.
2001-10-20 07:13:41 +00:00
freesource 60662e09b8 Made depend on standard less, which is probably a good idea. 2001-10-20 06:38:13 +00:00
freesource ccbeec8578 a little typo 2001-10-20 03:30:19 +00:00
freesource 094a3cbcfb Fixes a logic bug for install -s. 2001-10-20 03:29:36 +00:00
freesource d9c40d068b Added more STDERR to print, which is important to make debconf happy ..
plus is nice when doing a less.
2001-10-20 03:17:03 +00:00
freesource 43fe9b20bf Some defined an [+] should be [\+] fixes, althought ndb is probably history. 2001-10-20 02:41:54 +00:00
freesource 10868d0230 Slight help clarification, defined removed, and rebuildflatndb stuff. 2001-10-20 02:38:42 +00:00
freesource c6e0099f51 Redoing some \w regexp fixes .. was a + without a \ 2001-10-20 02:36:34 +00:00
freesource d1be7ac479 A little bit more output for rebuildflatdb. 2001-10-20 02:18:13 +00:00
freesource 0b61633f25 $home was $main::home .. this was a different private variable on a subroutine
which has basically become history.  The apt() is what is important and
this was cleaned up a bit, too.
2001-10-20 02:08:22 +00:00
freesource ec35f37da4 Cleaned this up, and has better STDERR informational output. 2001-10-20 02:06:57 +00:00
freesource 81bd493ce3 Added all the source options, rearranged the logic. 2001-10-19 18:15:03 +00:00
freesource efcac3dd3d build-dep to the options 2001-10-19 05:51:02 +00:00
freesource cce64f4874 Added --build-dep. 2001-10-19 05:50:19 +00:00
freesource e13572c82e The new look for help. 2001-10-19 04:48:28 +00:00
freesource fd5e159bb8 Make sure --no-download was actually --download-only :) 2001-10-19 04:36:47 +00:00
freesource 2f2e86fe5f Changed --nz to --no-download, and made sure it works with --no-act .. simulate. 2001-10-19 04:26:07 +00:00
freesource c8b32ead53 Adds spaces when packages are -qi packages .. for one query, good for
scripting.
2001-10-18 05:29:34 +00:00
freesource bb7ee96ce4 Now swim won't exit when a package is not installed, so that -qi or -ql works
without stopping.
2001-10-18 05:24:25 +00:00
freesource cd139b15eb Removed deps for dpkg .. already a required package. 2001-10-16 20:13:24 +00:00
freesource a4608648ca Removed some newlines from the end so the packaging process doesn't complain and
stop.
2001-10-16 20:04:59 +00:00
freesource 61fad45901 The newest for dswim. 2001-10-16 20:03:33 +00:00
freesource 8e38d18b63 Much nicer, just clip and past several lines of changes with a line with a newline
with nothing on it between each change.
2001-10-16 19:32:19 +00:00
freesource 14ff394bb2 Changed apt dependency to >=0.3.14 2001-10-16 17:56:44 +00:00
freesource 9d09eea7cb Changed log address to freesource. 2001-10-16 17:00:56 +00:00
freesource 2af5898d31 The latest description, the first paragraph will probably be used at FM. 2001-10-16 16:59:21 +00:00
freesource 60d41817a4 The logic is now correct for the new option --reinstall. 2001-10-16 06:57:27 +00:00
freesource c11a9f510b --root and --dbpath working properly again. 2001-10-16 06:37:00 +00:00
freesource d48153676e A copylet change. 2001-10-16 01:37:19 +00:00
freesource 3917f58e18 Just prettifying. 2001-10-16 01:33:07 +00:00
freesource d4ebdd2d3a Changed Package administration and research tool for Debian to
Debian System Wide Information Manager.
2001-10-15 18:02:11 +00:00
freesource 22d18570d3 Changed name interpretation on copylet. 2001-10-15 18:00:38 +00:00
freesource aa34b17262 Removed reference to ThE_* Project which never was. 2001-10-15 18:00:02 +00:00
freesource ae33891845 Added warnings to tell users these manuals aren't totally accurate, and added
my new address.
2001-10-15 17:51:01 +00:00
freesource b37d9b189f Added --reinstall 2001-10-15 17:16:42 +00:00
freesource c65c6ee972 Changed the description. 2001-10-15 17:15:21 +00:00
freesource 5c507be479 Added --reinstall and now uses apt-get for --purge and --remove. 2001-10-15 17:14:58 +00:00
freesource 0edee5d8c9 Added --reinstall. 2001-10-15 17:14:21 +00:00
freesource 7442e66d5a That makes more sense .. was calling dswim.8 dswim.5. 2001-10-15 05:16:35 +00:00
freesource 42f3cd11a5 More stuff to make a nice dswim package. 2001-10-15 05:08:47 +00:00
freesource a50fa61ffd Name change - swim to dswim. 2001-10-15 05:06:43 +00:00
freesource 7fc1b92abd Name change for package swim to dswim. 2001-10-15 05:05:24 +00:00
freesource c59f6c123d Improved the makefile, binary specific programs are now in /usr/lib/dswim
rather than /usr/lib/SWIM.
2001-10-15 01:13:44 +00:00
freesource 92e32cfe1e Added conflicts with swim, and improved the description.. 2001-10-14 19:56:35 +00:00
freesource e1b6276caf Added home_builder so that personal dirs are created in $tmp for each user and
return value when rebuilddb or initdb present themselves.
2001-10-14 19:55:34 +00:00
freesource f2c8510e31 Dswim updates when no db exist or status or a combination thereof. 2001-10-14 19:53:14 +00:00
freesource 3762885480 -p options have unecessary warnings supressed. 2001-10-14 19:15:41 +00:00
freesource 110589ac75 Now things should be debconf happy, at least --initdb and --rebuilddb. 2001-10-13 05:49:01 +00:00
freesource a3fea33120 This adds the no_rebuilddb Configuration option, because changes in the
status are now first diffed, then if a change is found --db --check is ran,
and then --rebuilddb (100% stable).  This is nice for programs like make-debian-x11.
2001-10-13 05:28:42 +00:00
freesource 01c6d30354 SWIM to DSWIM. 2001-10-13 00:40:14 +00:00