Arch Librarian
09e712b10e
Tidy style for new dpkg version compare function
Author: jgg
Date: 2002-11-23 07:54:36 GMT
Tidy style for new dpkg version compare function
19 years ago
Arch Librarian
9bfe66dc80
Missed one st_mtime.
Author: doogie
Date: 2002-11-22 18:02:08 GMT
Missed one st_mtime.
19 years ago
Arch Librarian
f7dd079fa2
Check the currently mounted cdrom, to see if it's the o...
Author: doogie
Date: 2002-11-22 07:26:10 GMT
Check the currently mounted cdrom, to see if it's the one we are interested
in.
19 years ago
Arch Librarian
c53766c774
s/st_mtime/mtime/ on our local stat structure in apt-ft...
Author: doogie
Date: 2002-11-22 07:19:51 GMT
s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to support
compliation on platforms where st_mtime is a macro.
19 years ago
Arch Librarian
41b6caf4a9
Test for timegm in configure.
Author: doogie
Date: 2002-11-22 07:15:23 GMT
Test for timegm in configure.
19 years ago
Arch Librarian
1e8167a643
New deb version compare function, that has no integer l...
Author: doogie
Date: 2002-11-22 06:59:35 GMT
New deb version compare function, that has no integer limits, and supports
pre-versions using ~. Code ported from dpkg.
19 years ago
Arch Librarian
c6e8074f62
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...
Author: doogie
Date: 2002-11-11 07:00:16 GMT
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DOMAIN to 1, and
breaks us.
19 years ago
Arch Librarian
584e4558ee
Some more g++-3.2 fixes.
Author: doogie
Date: 2002-11-11 06:55:50 GMT
Some more g++-3.2 fixes.
19 years ago
Arch Librarian
1809f8d29c
Change verbose logging output of apt-ftparchive to go t...
Author: doogie
Date: 2002-11-11 04:27:51 GMT
Change verbose logging output of apt-ftparchive to go to stderr, instead of
stdout. Also, errors that occur no longer go to stdout, but stderr.
19 years ago
Arch Librarian
e184b9df4e
Call make clean and distclean before removing build/
Author: doogie
Date: 2002-11-10 23:58:33 GMT
Call make clean and distclean before removing build/
19 years ago
Arch Librarian
301a7101e8
libapt-pkg-dev now depends on apt-utils.
Author: doogie
Date: 2002-11-10 23:57:24 GMT
libapt-pkg-dev now depends on apt-utils.
19 years ago
Arch Librarian
2337c67318
Remove leading blank line.
Author: doogie
Date: 2002-11-10 00:11:32 GMT
Remove leading blank line.
19 years ago
Arch Librarian
5e775e59b5
Add an options and timeout config item to ssh/rsh.
Author: doogie
Date: 2002-11-09 23:33:26 GMT
Add an options and timeout config item to ssh/rsh.
19 years ago
Arch Librarian
e59458f761
Display both current version and new version in apt-get -s.
Author: doogie
Date: 2002-11-09 23:10:32 GMT
Display both current version and new version in apt-get -s.
19 years ago
Arch Librarian
a5eef4f76b
Fix typo, and convert file.Package to const char.
Author: doogie
Date: 2002-11-09 23:08:08 GMT
Fix typo, and convert file.Package to const char.
19 years ago
Arch Librarian
03eb0ddc41
Add -n synonym for --names-only for apt-cache.
Author: doogie
Date: 2002-11-09 22:47:19 GMT
Add -n synonym for --names-only for apt-cache.
19 years ago
Arch Librarian
259ca5969a
apt-extracttemplates now prepends the package name when...
Author: doogie
Date: 2002-11-09 22:41:55 GMT
apt-extracttemplates now prepends the package name when extracting files.
19 years ago
Arch Librarian
ac7fd99caa
Change wording of 'additional disk space usage' message.
Author: doogie
Date: 2002-11-09 20:50:30 GMT
Change wording of 'additional disk space usage' message.
19 years ago
Arch Librarian
dd18f4babe
Mark some bugs as being closed, due to il8n.
Author: doogie
Date: 2002-11-09 20:45:59 GMT
Mark some bugs as being closed, due to il8n.
19 years ago
Arch Librarian
677cbcbcea
Remove 'Sorry' from messages.
Author: doogie
Date: 2002-11-09 20:38:02 GMT
Remove 'Sorry' from messages.
19 years ago
Arch Librarian
267f5ed66f
Add support to debian/rules to update config.sub and co...
Author: doogie
Date: 2002-11-09 20:21:53 GMT
Add support to debian/rules to update config.sub and config.guess from
/usr/share/misc if they exist.
19 years ago
Arch Librarian
402eaa987f
Updated.
Author: doogie
Date: 2002-11-09 20:17:41 GMT
Updated.
19 years ago
Arch Librarian
045ba6138d
Add support for DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYP...
Author: doogie
Date: 2002-11-09 20:13:27 GMT
Add support for DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE detection.
19 years ago
Arch Librarian
209836e2c1
Don't run the targets in po in parallel. This allows u...
Author: doogie
Date: 2002-11-09 20:12:37 GMT
Don't run the targets in po in parallel. This allows us to not echo a new
line after the Generating bit, so everything appears on a single line.
19 years ago
Arch Librarian
a716bf26be
Ignore some files.
Author: doogie
Date: 2002-11-09 20:01:19 GMT
Ignore some files.
19 years ago
Arch Librarian
fc5d186729
Add s390x.
Author: doogie
Date: 2002-11-09 19:59:10 GMT
Add s390x.
19 years ago
Arch Librarian
cc99a10236
Fix segfault in FindAny when /i is used, and there is n...
Author: doogie
Date: 2002-11-09 19:52:03 GMT
Fix segfault in FindAny when /i is used, and there is no default.
19 years ago
Arch Librarian
ff2a211aec
_config->Dump is now inlined, and calls Dump(clog). Du...
Author: doogie
Date: 2002-11-09 17:11:25 GMT
_config->Dump is now inlined, and calls Dump(clog). Dump(ostream&) is now
exported. Fixed apt-config dump sending to stderr.
19 years ago
Arch Librarian
0b3e884979
Remove debian/copyright during cleaning, and silence ma...
Author: doogie
Date: 2002-11-09 06:34:13 GMT
Remove debian/copyright during cleaning, and silence make when
build/environment.mak doesn't exist.
19 years ago
Arch Librarian
6d38ddb804
Ignore autom4te.cache and debian/copyright.
Author: doogie
Date: 2002-11-09 06:33:26 GMT
Ignore autom4te.cache and debian/copyright.
19 years ago
Arch Librarian
c54ea1d798
Make all .po files depend on -all.pot, so make -j works.
Author: doogie
Date: 2002-11-09 06:32:56 GMT
Make all .po files depend on -all.pot, so make -j works.
19 years ago
Arch Librarian
51ed677d98
Latest changelog
Author: jgg
Date: 2002-11-06 06:44:09 GMT
Latest changelog
19 years ago
Arch Librarian
b8b7c37d89
Fix some unlikely segfaults
Author: jgg
Date: 2002-11-06 06:43:14 GMT
Fix some unlikely segfaults
19 years ago
Arch Librarian
6778020c7e
Install locale files
Author: jgg
Date: 2002-10-16 05:58:16 GMT
Install locale files
19 years ago
Arch Librarian
fc5997f84b
Restore version string
Author: jgg
Date: 2002-10-16 05:47:33 GMT
Restore version string
19 years ago
Arch Librarian
34b9dd5ac0
gettext stuff
Author: jgg
Date: 2002-10-16 05:35:41 GMT
gettext stuff
19 years ago
Arch Librarian
8094845700
gettext stuff
Author: jgg
Date: 2002-10-16 05:24:02 GMT
gettext stuff
19 years ago
Arch Librarian
89409d33dc
First cut of i18n stuff
Author: jgg
Date: 2002-10-16 05:22:35 GMT
First cut of i18n stuff
19 years ago
Arch Librarian
a8c2695ba7
i18n strings and gettext stuff
Author: jgg
Date: 2002-10-16 05:21:53 GMT
i18n strings and gettext stuff
19 years ago
Arch Librarian
8c4bad46d4
Gettext stuff
Author: jgg
Date: 2002-10-16 05:21:33 GMT
Gettext stuff
19 years ago
Arch Librarian
49dfb346d4
call dhelp_parse with /usr/share/doc instead of /usr/doc
Author: rmurray
Date: 2002-09-22 22:20:02 GMT
call dhelp_parse with /usr/share/doc instead of /usr/doc
19 years ago
Arch Librarian
08945efa95
Don't segfault if the cache can't be made.
Author: jgg
Date: 2002-09-21 21:29:13 GMT
Don't segfault if the cache can't be made.
Show the filename for all error messages that are due to opening .debs #151835
19 years ago
Arch Librarian
00ec615a4b
revert my last patch.... see bts :)
Author: tausq
Date: 2002-09-20 05:30:33 GMT
revert my last patch.... see bts :)
19 years ago
Arch Librarian
e9b0cab795
fix for #161593
Author: tausq
Date: 2002-09-20 04:42:25 GMT
fix for #161593
19 years ago
Arch Librarian
851389e73f
Use proper SGML name for debiandoc
Author: jgg
Date: 2002-09-15 23:14:34 GMT
Use proper SGML name for debiandoc
19 years ago
Arch Librarian
201eaabd76
Tidy rules file for emacs
Author: jgg
Date: 2002-09-15 22:51:44 GMT
Tidy rules file for emacs
19 years ago
Arch Librarian
7da2b37588
PD license
Author: jgg
Date: 2002-09-14 05:28:38 GMT
PD license
19 years ago
Arch Librarian
d32305c4de
More updates
Author: jgg
Date: 2002-07-08 04:23:58 GMT
More updates
19 years ago
Arch Librarian
ba1045b415
Don't die if lines in sources.list are too long. Closes...
Author: jgg
Date: 2002-07-08 04:18:07 GMT
Don't die if lines in sources.list are too long. Closes : #146846
19 years ago
Arch Librarian
bbe8a3f57c
Change supposidly 'unclear' numerology.
Author: jgg
Date: 2002-07-08 04:14:46 GMT
Change supposidly 'unclear' numerology.
19 years ago