summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2000-11-09small fixup in internals manual buildWichert Akkerman1-2/+2
2000-09-23Escape - in dpkg manpage NAMEPeter Karlsson1-2/+2
2000-09-16Added more Swedish manual pages to installPeter Karlsson1-7/+3
2000-09-16Initial Swedish translationPeter Karlsson2-0/+298
2000-09-15Translation fixesPeter Karlsson3-5/+5
2000-09-14Added more Swedish manual pages to install.Peter Karlsson1-8/+8
2000-09-14Initial Swedish translationPeter Karlsson5-0/+1105
2000-06-09Merge things from the potato branch:Wichert Akkerman9-23/+579
+ po/*.po: updated + THANKS: Add Lele Gaifax + configure.in: add Italian to LINGUAS + doc/sv: new directory with Swedish manpages + doc/*: removed "GNU/Linux" since this runs on HURD as well + doc/ja/update-alternatives.8: new version + dpkg-deb/main.c: remove preprocessor define from gettextized string + dselect/main.c: remove preprocessor define from gettextized string + lib/showcright.c: remove preprocessor define from gettextized string + main/enquiry.c: can't use prepocessor defines in a gettextized string + dselect/pkgdisplay.cc: Replace empty string for eflags with a space + dselect/pkgsublist.cc: mark another string as translateable + dselect/pkgtop.cc: change code to reflect that the empty case for an eflagstring is now a single space, not an empty string (since gettext can't handle empty strings). + main/help.c: allocate a bit more space for the path buffer in checkpath() + main/main.c: fix location of --abort-after in --help output + scripts/debian-changelog-mode.el: fix documentation string for debian-changelog-finalise-last + scripts/dpkg-source.pl: fix typo + scripts/udate-alternatives.8: fixed errors found while Japanese translation was made. methods/Makefile.am: removed
2000-05-01doc/*: remove all references to GNU/Linux and just mention `Debian system': ↵Wichert Akkerman4-7/+7
we just as well on other operating systems. scripts/dpkg-source.pl: add Format-field to .dsc files debian/changelog: include changes from 1.6.12.99
2000-02-17Update doc/ja/dselect.8Wichert Akkerman1-75/+93
2000-02-15Merge the potato branch:Wichert Akkerman4-100/+139
* main/dpkg.8: don't list all authors but refer to THANKS file * debian/control: correct Build-Dependencies for ncurses * debian/control: update extended description to not list dependencies for dpkg-dev * Update lots of documentation * main/enquiry.c: handle failed open of /dev/tty * main/remove.c: revert earlier patch from Oct 11 1999 to remove conffiles before removing directories. Due to the changed execution order conffiles were no longer around when the postrm was run. which is not what we want. * methods/Makefile.in: create $(admindir)/methods/mnt * scripts/dpkg-gencontrol.pl: undo Source-Version changes * scripts/dpkg-source.pl: remove sticky bits from directory when unpacking source * scripts/install-info.pl: partially apply patch from Jammin Wheeler <jammin@life.eu.org> to clean up errors * scripts/update-alternatives.pl: implement --verbose
2000-01-15Update Japanese manpagesWichert Akkerman2-48/+94
scripts/dpkg-genchanges.pl: also upload full source if version is *-0.1
2000-01-09various text and manpage updatesWichert Akkerman3-178/+171
dselect/method.cc: don't abort if locking fails but give a warning THANKS: fix various small errors
1999-12-25dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th ↵Wichert Akkerman1-1/+1
bit of characters Replace `Debian Linux' with `Debian GNU/Linux' in some more places
1999-12-24* version-nr: update to 1.6.5Wichert Akkerman1-1/+1
* doc/Makefile.in: install THANKS * TODO: remove items that have been done * lib/showcright.c: exit(0) after showing the copyright since we don't exec cat anymore * main/configure.c: add NULL to execlp() parameters; this fixes the random segfaults when showing the conffile-diff
1999-12-12Rename cvsclean to distcleanWichert Akkerman2-6/+6
Update Swedish translation (bork bork!) Check exitnodo-flag in do_stop
1999-12-05Update polish translation, add manpage for cleanup-info, updateWichert Akkerman1-2/+2
dpkg-scansources to handle trailing blanks.
1999-11-25More updates - we should (almost) be there nowWichert Akkerman1-0/+45
1999-11-25Move the new buildsystem into the main branchWichert Akkerman5-437/+56
1999-11-12 * lib/tarfn.c: add braces around if to fix compiler warningBen Collins1-0/+1
1999-10-24 * debian/control: added dpkg-docBen Collins8-374/+200
* debian/dpkg-doc-{postinst,prerm}: new files for dpkg-doc package * debian/dpkg-internals: doc-base support for dpkg-doc * debian/rules: added build rules for dpkg-doc to binary-indep target * doc/Makefile.am: changed build setup for internals.sgml to use the debiandoc tools, and removed internals.* stuff from being built by default. Two new targets, internals and internals-install, now handle this * doc/changelog: removed, duplicate of ChangeLog * doc/internals.sgml: converted to debiandoc format, now builds correctly and without errors * doc/manuals-version: removed since it is generated at build time * doc/texinfo.*: moved to doc/obsolete/ since the debiandoc format doesn't need them * main/filesdb.c: fixed compiler warning
1999-10-22 * Fixed incorrect patch for --print-architecture (oops, oh wellBen Collins1-10/+4
it was already broken when there was no gcc anyway :) * Fixed missing mipseb that was supposed to be in the archtable * Better output in update-alternatives --config, now shows the current, and the prefered choices. * dpkg-name: ignore epoch when getting version * 50dpkg-dev.el: add it as a conffile for dpkg-dev * dpkg-shlibdeps: redirect STDERR to /dev/null for the dpkg fork so we don't see dpkg's errors * internals.sgml: Removed references to the versions of build tools, they date the document. * debian-changelog-mode.el: added hint for better log-email handling * Added recognition for new source-depends fields for policy referenced in bug #41232 * dpkg-buildpackage: add -ap option to force a pause prior to starting the sign process. This helps for people who don't keep their signatures on the filesystem (on a floppy perhaps, then mount as needed). * minor script corrections * dpkg-dev control: Change gcc to c-compiler in the recommends field, and move cpio, patch and make to the depends line
1999-10-21Add .cvsignore for docsWichert Akkerman1-0/+1
1999-10-18 * Add mipseb to the archtable too, since mips and mipseb areBen Collins1-6/+7
both viable names for the mips big endian arch * Update dpkg-architecure's archtable * Removed the maintainer-configure portion in debian/rules, since we should be shipping the source with all the auto* stuff already generated anyway * Removed the ltconfig patch, and resort to a debian/rules fix to libtool itself after running configure, much cleaner, and reversible since libtool is a generated file * Use DESTDIR when installing instead of specifying all our dest dirs seperately in the make line. Also fix some of the make files to use DESTDIR when installing files * Regenerated .po files and dpkg.pot. Also added update.sh to the po/ subdir for easier regenerating for cvs only * Make release.sh generate .gmo files * Removed shlibs.default.i386. This is an obsolete file. We also no longer use /etc/dpkg/ directory.
1999-10-17Added several other fields, plus an example.Ben Collins1-13/+69
1999-10-17Updated to recent informationBen Collins1-49/+86
1999-10-05Fix installation-problemsWichert Akkerman1-1/+1
1999-10-05see ChangeLogWichert Akkerman2-2/+2
1999-09-27Even more missing files.. the japanese translations for manpages now.Wichert Akkerman12-0/+2394
1999-09-27Update to dpkg 1.4.1.12, clean up some rejectionsWichert Akkerman1-2/+2
1999-09-27Updated to dpkg 1.4.1.10Wichert Akkerman1-2/+2
1999-09-27Updated to dpkg 1.4.1.9, and added spanish translationWichert Akkerman2-3/+3
1999-09-27Updated to dpkg 1.4.1.8Wichert Akkerman2-2/+6
1999-09-27Updating to dpkg 1.4.1.7Wichert Akkerman2-3/+7
1999-09-27Update to dpkg 1.4.1.5Wichert Akkerman1-2/+2
1999-09-26Updated to dpkg 1.4.1.4Wichert Akkerman1-2/+2
1999-02-131.4.1.1 changes by Wichert AkkermanGuy Maor1-2/+2
1999-01-29dpkg 1.4.1Guy Maor24-7066/+1102
1996-09-12dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)Ian Jackson4-24/+86
* Corrected buffer overrun when dpkg-deb generates filename. (Bug#4467.) * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann). * Added libm.so.5 to shlibs.default for i386/m68k. * Split binary package into two: dpkg and dpkg-dev. * dpkg-source(1) documents mode and ownership setting during extraction. * dpkg-scanpackages moved to /usr/bin. * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts. * Copyright file changed slightly. * debian-changelog-mode uses magic key substitution strings. (Bug#4419.) * Changed email address in control file to <ian@chiark.greenend.org.uk>. * Manuals and own Standards-Version: updated to 2.1.1.0. -- Ian Jackson <ian@chiark.greenend.org.uk> Thu, 12 Sep 1996 01:13:33 +0100
1996-09-01dpkg (1.3.14) unstable; urgency=lowIan Jackson14-58019/+48
* dpkg-buildpackage new -tc (clean source tree) option. * Formatted documentation removed by `make clean' and so not in source. * Manuals and own Standards-Version: updated to 2.1.0.0. * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 1 Sep 1996 20:43:40 +0100
1996-08-31dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)Ian Jackson5-319/+430
* X shared libraries added to shlibs.default (=> `elf-x11r6lib'). * dpkg-source tar invocation fixed so that TAPE env var doesn't break it. * dpkg-source copes better with missing final newline messages from diff. * dpkg-buildpackage usage message fixed: -si is the default. (Bug#4350.) * dpkg-source error message about src dir mismatch typo fixed. (Bug#4349.) * dpkg-source(1) has suggestions for dpkg-buildpackage -r option. * dpkg-source change date fixed. (Bug#4351.) * More developers' keys. * Manual updates, own Standards-Version updated. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 31 Aug 1996 20:08:18 +0100
1996-08-30dpkg (1.3.12) unstable; urgency=mediumIan Jackson1-1/+1
* dpkg prints old version number when upgrading. * dpkg-deb tries to detect and flag corruption by ASCII download. * dpkg-genchanges and dpkg-buildpackage say what source is included. * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand). * dpkg-source prints better error for cpio not honouring -0t. * control file Suggests cpio >= 2.4.2, rather than just cpio. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 30 Aug 1996 15:31:51 +0100
1996-08-26dpkg (1.3.10) unstable; urgency=mediumIan Jackson6-88/+177
* dpkg-source(1) manpage alias symlinks are not dangling. * dselect selects things by default if they are installed. * Added `pentium' as alias for `i386' architecture. * Added `Suggests: cpio, patch' and explanatory text to Description. (Bugs #4262, #4263.) * More developers' PGP keys. * Manual updates, new source format released. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 26 Aug 1996 14:30:44 +0100
1996-08-24dpkg (1.3.9) unstable; urgency=low (high for new source format)Ian Jackson7-27459/+20
* dpkg --get-selections and --set-selections added. * New dpkg --force-not-root flag. * Don't replace directory with another package's file. (Bug#4202.) * All manpages now installed compressed. * Copyright file moved to /usr/doc/dpkg/copyright. * Standards-Version updated (0.2.1.1). -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 24 Aug 1996 19:09:30 +0100
1996-08-23dpkg (1.3.8) unstable; urgency=low (high for new source format)Ian Jackson16-15/+85231
* dpkg-buildpackage -sa, -si options work correctly. * update-rc.d(8) updated to reflect design and reality. * Programmers' and policy manual updates. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 23 Aug 1996 12:48:26 +0100
1996-08-22dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)Ian Jackson7-49/+1925
* dselect +/-/_/= on lines for all broken, new, local or whatever packages do not affect _all_ packages. (Bug#4129.) * Support for diff-only uploads in source packaging tools. * dpkg-genchanges -d<descripfile> option renamed to -C. * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges). * Support for debian/shlibs.local added to dpkg-shlibdeps. * Shared library files' search order defined in dpkg-source(1), and relevant files added to the FILES section. * Programmers' manual describes source packaging tools. * Policy manual mentions shared library control area file. * dpkg-source manpage includes dpkg-shlibdeps in title line. * Manuals have changelog and automatic version numbering. * changelogs (for dpkg and for manuals) installed. * binary target split into binary-arch and binary-indep in manual. * Manpages should be compressed. * Copyright file is moved to /usr/doc/<package>/copyright. * Changelogs must be installed in /usr/doc/<package>. * dpkg-deb(8) moved to dpkg-deb(1). * binary target split into binary-arch and binary-indep in source. * changelog entry for 1.2.14 copied from that (forked) release. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 15:36:12 +0100
1996-08-20dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)Ian Jackson5-1223/+69
* dpkg-source now has broken argument unparsing for tar. (Bug#4195.) * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default. * dpkg-shlibdeps script added. * Back to old sh update-rc.d, and removed manpage, because new Perl version and the manpage have different syntax and semantics. * update-rc.d prints usage message for missing terminal `.'. (Bug#4122.) * Use rm -rf instead of just rm -r in dpkg-deb --info &c. (Bug#4200.) * Added support for Installed-Size to dpkg-gencontrol, and documented. * Source packaging substitution variables and name syntax rationalised. * dpkg-source scripts' usage messages improved slightly. * dpkg-source works with non-empty second (orig dir) argument. * Added rationale for copyright policy to manual. * More developers' PGP keys. * Control database handling cleanups (usu. Source field blanked). -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 20 Aug 1996 15:39:58 +0100
1996-08-14dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)Ian Jackson3-4/+6
* 822-date script included. (Bug#4136.) * debian-changelog-add-version works on empty file. * debian-changelog-mode mode-help works properly. * dpkg-source tells patch not to make numbered backups. (Bug#4135.) * More developers' PGP keys. * Paragraph on uucp -a and -g options removed from policy manual. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 14 Aug 1996 14:46:47 +0100
1996-08-11dpkg (1.3.4) experimental; urgency=lowIan Jackson2-16/+1222
* Removed debugging output from dpkg-source -x. Oops. * Removed section on source package permissions from policy manual - dpkg-source now sorts these out. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 11 Aug 1996 13:25:44 +0100
1996-08-10dpkg (1.3.3) experimental; urgency=lowIan Jackson19-1487/+4231
* Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg. * Old guidelines.info and text files in /usr/doc/dpkg removed. * dpkg-source sets permissions on extracted debianised source tree and does not copy ownerships out of archive even if running as root. * Emacs mode `dpkg changelog' renamed to `Debian changelog'. * Default changelog format renamed from `dpkg' to `debian'. * debian-changelog-mode sets fill-prefix correctly. * debian-changelog-mode urgencies except HIGH lowercase by default. * debian-changelog-mode displays keymap in doc string and so mode help. * More maintainers' PGP keys. * Remove built changelog parsers with `clean' target in source. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 23:35:51 +0100