--- doc-linux-2007.11.orig/debian/doc-linux.control +++ doc-linux-2007.11/debian/doc-linux.control @@ -0,0 +1,48 @@ +Source: doc-linux +Section: doc +Priority: standard +Maintainer: Debian LDP Maintainers +Uploaders: Frank Lichtenheld , Colin Watson +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: bzip2 +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-doc-linux/trunk/doc-linux +XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-doc-linux/trunk/doc-linux + +Package: doc-linux-html +Priority: optional +Architecture: all +Conflicts: doc, dhelp (<< 0.3.14), doc-linux +Replaces: doc-linux, doc-linux-text (<< 98.06-1), doc-linux-nonfree-html (<< 2005.07-1) +Pre-Depends: dpkg (>= 1.10.24) +Suggests: doc-base, menu, www-browser +Description: Linux HOWTOs and FAQs in HTML format + The doc-linux-html package provides the current Linux HOWTOs and FAQs in + HTML format. Alternatively, ASCII versions are provided in the + doc-linux-text package. + . + The version number reflects the month in which doc-linux-html was created. + . + All files are available at http://www.tldp.org/ (with versions in ASCII, + DVI, HTML, postscript, and SGML). + . + Documents with licences that fail to meet the Debian Free Software + Guidelines can be found in the doc-linux-nonfree-html package. + +Package: doc-linux-text +Architecture: all +Conflicts: doc, doc-linux +Replaces: doc-linux, doc-linux-html (<< 98.06-1), doc-linux-nonfree-text (<< 2005.07-1) +Suggests: doc-linux-html +Description: Linux HOWTOs and FAQs in ASCII format + The doc-linux-text package provides the current Linux HOWTOs and FAQs in + ASCII format. Alternatively, HTML versions are provided in the + doc-linux-html package. + . + The version number reflects the month in which doc-linux-text was created. + . + All files are available at http://www.tldp.org/ (with versions in ASCII, + DVI, HTML, postscript, and SGML). + . + Documents with licences that fail to meet the Debian Free Software + Guidelines can be found in the doc-linux-nonfree-text package. --- doc-linux-2007.11.orig/debian/make-links +++ doc-linux-2007.11/debian/make-links @@ -0,0 +1,22 @@ +#! /usr/bin/perl -w +use strict; + +# Set up links to doc-linux or doc-linux-nonfree control files, as +# appropriate. + +if (@ARGV < 1 or $ARGV[0] !~ /^doc-linux(?:-nonfree)?$/) { + print STDERR "Usage: $0 \n"; + exit 1; +} + +my $package = $ARGV[0]; + +opendir DEBIAN, 'debian' or die "Can't open debian directory: $!"; +for my $file (readdir DEBIAN) { + next unless $file =~ /^\Q$package\E\.(.*)/; + my $target = "debian/$1"; + my $source = "debian/$file"; + unlink $target; + link $source, $target or warn "Can't link $source to $target: $!"; +} +closedir DEBIAN; --- doc-linux-2007.11.orig/debian/control +++ doc-linux-2007.11/debian/control @@ -0,0 +1,48 @@ +Source: doc-linux +Section: doc +Priority: standard +Maintainer: Debian LDP Maintainers +Uploaders: Frank Lichtenheld , Colin Watson +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: bzip2 +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-doc-linux/trunk/doc-linux +XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-doc-linux/trunk/doc-linux + +Package: doc-linux-html +Priority: optional +Architecture: all +Conflicts: doc, dhelp (<< 0.3.14), doc-linux +Replaces: doc-linux, doc-linux-text (<< 98.06-1), doc-linux-nonfree-html (<< 2005.07-1) +Pre-Depends: dpkg (>= 1.10.24) +Suggests: doc-base, menu, www-browser +Description: Linux HOWTOs and FAQs in HTML format + The doc-linux-html package provides the current Linux HOWTOs and FAQs in + HTML format. Alternatively, ASCII versions are provided in the + doc-linux-text package. + . + The version number reflects the month in which doc-linux-html was created. + . + All files are available at http://www.tldp.org/ (with versions in ASCII, + DVI, HTML, postscript, and SGML). + . + Documents with licences that fail to meet the Debian Free Software + Guidelines can be found in the doc-linux-nonfree-html package. + +Package: doc-linux-text +Architecture: all +Conflicts: doc, doc-linux +Replaces: doc-linux, doc-linux-html (<< 98.06-1), doc-linux-nonfree-text (<< 2005.07-1) +Suggests: doc-linux-html +Description: Linux HOWTOs and FAQs in ASCII format + The doc-linux-text package provides the current Linux HOWTOs and FAQs in + ASCII format. Alternatively, HTML versions are provided in the + doc-linux-html package. + . + The version number reflects the month in which doc-linux-text was created. + . + All files are available at http://www.tldp.org/ (with versions in ASCII, + DVI, HTML, postscript, and SGML). + . + Documents with licences that fail to meet the Debian Free Software + Guidelines can be found in the doc-linux-nonfree-text package. --- doc-linux-2007.11.orig/debian/doc-linux-html.postinst +++ doc-linux-2007.11/debian/doc-linux-html.postinst @@ -0,0 +1,10 @@ +#!/bin/sh -e + +# At the moment, dh_dhelp is too broken to do this properly. +if [ "$1" = configure ] && [ -x /usr/sbin/dhelp_parse ]; then + /usr/sbin/dhelp_parse -a /usr/share/doc/HOWTO/en-html +fi + +#DEBHELPER# + +exit 0 --- doc-linux-2007.11.orig/debian/doc-linux-text.README.Debian +++ doc-linux-2007.11/debian/doc-linux-text.README.Debian @@ -0,0 +1,27 @@ +doc-linux-text for Debian +------------------------- + +This package contains the text versions of the free portion of the Linux +HOWTO documents from the Linux Documentation Project and the Linux +Frequently Asked Questions (FAQ) file. They can be found in +/usr/share/doc/HOWTO/en-txt and /usr/share/doc/FAQ respectively. + +Several HOWTOs have been converted to full-scale Guides, and are available +either from http://en.tldp.org/guides.html or, perhaps, in separate +packages. These include at least the following: + + * Adv-Bash-Scr-HOWTO -> Advanced Bash-Scripting Guide + * Consultants-HOWTO -> Linux Consultants Guide + * HOWTO-HOWTO -> LDP Author Guide + * Linux-From-Scratch-HOWTO -> Linux From Scratch + +Some HOWTOs are non-free, and have been moved to the separate +doc-linux-nonfree-text package. + +HOWTOs in the 'extra' directory are not shipped by the Linux +Documentation Project, but are included following user requests. In +general, please consider packaging documents separately rather than +requesting that they be included here, since each extra document makes +doc-linux more difficult to update. + + -- Colin Watson Sun, 13 Jul 2003 16:00:44 +0100 --- doc-linux-2007.11.orig/debian/diff-tarballs +++ doc-linux-2007.11/debian/diff-tarballs @@ -0,0 +1,155 @@ +#!/usr/bin/perl +# 2003 by Frank Lichtenheld +# +# just run debian/diff-tarballs in the packages source directory +# it runs then a diff on the content listings of the latest +# two HOWTO tarballs and emits a corresponding changelog entry +# listing add, changed and removed HOWTOs +# +# This script uses the following external commands: +# - tar +# - diff +# - rgrep + +use strict; +use warnings; + +use File::Basename; + +my @files; +opendir my $dh, 'HOWTO' or die "E: couldn't open directory HOWTO: $!"; +while( my $f = readdir $dh ) { + $f =~ /^Linux-HOWTOs-\d+\.tar\.bz2$/o && push @files, $f; +} +closedir $dh or warn "W: couldn't close directory HOWTO: $!\n"; +die "E: couldn't find two files to diff" if @files < 2; + +my ( $newfile, $oldfile ) = reverse sort @files; +my ($newversion) = ($newfile =~ /^Linux-HOWTOs-(\d+)\.tar\.bz2$/); +my ($year, $month, $day) = ($newversion =~ /^(\d{4})(\d{2})(\d{2})$/); +my $debversion = "$year.$month-1"; + +#print STDERR "I: diffing $newfile ($newversion) against $oldfile\n"; + +#print STDERR "I: writing list of old HOWTOs\n"; + +my @old_list = `tar tjvf HOWTO/$oldfile`; +my $num_old = @old_list; + +foreach ( @old_list ) { + s/^[-rwx]{10}\s+\w+\/\w+\s+//o; +} + +open my $fh, '>', "old-howtos" or die "E: couldn't open old-howtos: $!"; +print $fh join( '', @old_list ); +close $fh or warn "W: couldn't close old-howtos: $!\n"; + +#print STDERR "I: writing list of new HOWTOs\n"; + +my @new_list = `tar tjvf HOWTO/$newfile`; +my $num_new = @new_list; + +foreach ( @new_list ) { + s/^[-rwx]{10}\s+\w+\/\w+\s+//o; +} +open $fh, '>', "new-howtos" or die "E: couldn't open new-howtos: $!"; +print $fh join( '', @new_list ); +close $fh or warn "W: couldn't close new-howtos: $!\n"; + +my @diff_out = `diff -U 0 old-howtos new-howtos`; + +my ( %added, %removed, %modified ); + +shift @diff_out; +shift @diff_out; +foreach ( @diff_out ) { + chomp; + /^@/ && next; + /\s(HOWTO-)?INDEX$/ && next; + /\s\.htaccess/ && next; + /^-/ && do { + s/^-//; + my ( $size, $date, $time, $name ) = split; + if ( exists $added{$name} ) { + if ( "$date $time" ne $added{$name}{time} ) { + $modified{$name} = { + oldsize => $size, + oldtime => "$date $time", + newsize => $added{$name}{size}, + newtime => $added{$name}{time}, + }; + } + delete $added{$name}; + } else { + $removed{$name} = { + size => $size, + time => "$date $time", + }; + } + next; + }; + /^\+/ && do { + s/^\+//; + my ( $size, $date, $time, $name ) = split; + if ( exists $removed{$name} ) { + if ( "$date $time" ne $removed{$name}{time} ) { + $modified{$name} = { + newsize => $size, + newtime => "$date $time", + oldsize => $removed{$name}{size}, + oldtime => $removed{$name}{time}, + }; + } + delete $removed{$name}; + } else { + $added{$name} = { + size => $size, + time => "$date $time", + }; + } + next; + }; +} + +my @nonfree_list = qx'rgrep --exclude "*.svn*" ^HOWTO: debian/copyrights/non-free/ | perl -p -e "s/^\S+\s*//o" | sort | uniq'; +my @removed_list = qx'rgrep --exclude "*.svn*" ^HOWTO: debian/copyrights/removed/ | perl -p -e "s/^\S+\s*//o" | sort | uniq'; +my @undistributable_list = qx'rgrep --exclude "*.svn*" ^HOWTO: debian/copyrights/undistributable/ | perl -p -e "s/^\S+\s*//o" | sort | uniq'; +my %nonfree_list; +my @nonfree_mentioned; +foreach (@nonfree_list, @removed_list, @undistributable_list) { + chomp; + $nonfree_list{$_}++; +} + +#print STDERR "D: old_num: $num_old\n"; +#print STDERR "D: new_num: $num_new\n"; +#print STDERR "D: diff_num: ".($num_new - $num_old)."\n"; +#print STDERR "D: rm_num: ".scalar( keys( %removed ))."\n"; +#print STDERR "D: m_num: ".scalar( keys( %modified ))."\n"; +#print STDERR "D: add_num: ".scalar( keys( %added ))."\n"; + +print "doc-linux ($debversion) unstable; urgency=low\n\n"; +print " * new upstream release ($newversion)\n"; +print " * Removed HOWTOs:\n" if scalar( keys( %removed )); +foreach ( sort keys %removed ) { + print " $_\n"; +} +print " * Updated HOWTOs:\n" if scalar( keys( %modified )); +foreach ( sort keys %modified ) { + my $nonfree = exists $nonfree_list{$_} ? " (nonfree)" : ""; + push(@nonfree_mentioned, $_) if $nonfree; + my $license = qx{rgrep --files-with-matches --exclude "*.svn*" "^HOWTO: $_\$" debian/copyrights}; + chomp $license; + $license = basename $license; + print " $_ [$license]$nonfree\n"; +} +print " * Added HOWTOs:\n" if scalar( keys( %added )); +foreach ( sort keys %added ) { + #filter out known nonfree HOWTOs in case we diff with a free-only tar ball + unless ( exists $nonfree_list{$_} ) { + print " $_\n"; + } +} +print " * All mentioned HOWTOs are free except for: ". + join(", ",sort @nonfree_mentioned)."\n"; +print "\n -- \n\n"; --- doc-linux-2007.11.orig/debian/doc-linux-html.overrides +++ doc-linux-2007.11/debian/doc-linux-html.overrides @@ -0,0 +1,2 @@ +doc-linux-html: extra-license-file usr/share/doc/HOWTO/en-html/NCURSES-Programming-HOWTO/ncurses_programs/COPYING +doc-linux-html: extra-license-file usr/share/doc/HOWTO/en-html/NCURSES-Programming-HOWTO/ncurses_programs/perl/COPYING --- doc-linux-2007.11.orig/debian/make-omf +++ doc-linux-2007.11/debian/make-omf @@ -0,0 +1,64 @@ +#! /usr/bin/perl -w +use strict; + +# Extract the relevant parts of the LDP OMF file, and transform identifier +# URLs to match the installed locations. + +my ($prefix, $index, $omf) = @ARGV; +open INDEX, "< $index" or die "Couldn't open $index: $!"; +my %good_url; +map { chomp; $good_url{$_} = 1; } ; +close INDEX; + +open OMF, "< $omf" or die "Couldn't open $omf: $!"; +my @lines = ; +close OMF; + +my @blocks; + +for (@lines) { + if (/^#) { + push @blocks, $_; + } else { + $blocks[$#blocks] .= $_; + } +} + +my $format = qq{}; +# Put everything in this category for now. +my $subject = qq{General|Other}; + +my $resid = 1; +for (my $id = 0; $id < @blocks; $id++) { + next unless defined $blocks[$id]; # if we spliced away the last element + next unless $blocks[$id] =~ + m# ^\s* (.*?) \s*$ #mx; + my $url = $1; + $url =~ s#http://.*?/##; + + my $good = 0; + if ($url =~ m#^HOWTO/#) { + if ($good_url{$url}) { + $good = 1; + } elsif ($url =~ m#/$# and $good_url{"${url}index.html"}) { + $good = 1; + } elsif ($good_url{"$url/index.html"}) { + $good = 1; + } + } + + if ($good) { + $url =~ s/HOWTO/$prefix/; + $blocks[$id] =~ s///; + $resid++; + $blocks[$id] =~ + s{^(\s*).*?\s*$} + {$1\n$1$format\n$1$subject}m; + $blocks[$id] =~ s#(.*?)##; + } else { + splice @blocks, $id, 1; + redo; + } +} + +print @blocks; --- doc-linux-2007.11.orig/debian/doc-linux-html.doc-base.faq +++ doc-linux-2007.11/debian/doc-linux-html.doc-base.faq @@ -0,0 +1,9 @@ +Document: linux-faq +Title: Linux FAQ +Author: David C. Merrill +Abstract: This is a list of Frequently Asked Questions about Linux. +Section: FAQ + +Format: HTML +Index: /usr/share/doc/FAQ/Linux-FAQ/index.html +Files: /usr/share/doc/FAQ/Linux-FAQ/*.html --- doc-linux-2007.11.orig/debian/prune-copyrights +++ doc-linux-2007.11/debian/prune-copyrights @@ -0,0 +1,23 @@ +#!/bin/sh + +status=$1 +target=$2 + +if [ -d "$target/.svn" ]; then + echo "ERROR: You shouldn't run this in the SVN checkout!" + exit 1 +fi + +for dir in $(find "$target" -mindepth 1 -maxdepth 1 -type d -not -name $status); do + + find "$dir" -type f -print0 | xargs -0 cat | grep ^HOWTO: |\ + sort | uniq > "$dir/_ALL_" + cat <> "$dir/_ALL_" + +The license terms of these HOWTOs not included in this version +of doc-linux can be found in the SVN repository at +svn://svn.debian.org/svn/pkg-doc-linux/trunk/doc-linux/ +EOF + find "$dir" -type f -not -name _ALL_ -exec rm -v {} \; + +done --- doc-linux-2007.11.orig/debian/doc-linux-nonfree.changelog +++ doc-linux-2007.11/debian/doc-linux-nonfree.changelog @@ -0,0 +1,1738 @@ +doc-linux-nonfree (2007.09-1) unstable; urgency=low + + * new upstream release (20070916) + * Updated HOWTOs: + Compaq-T1500-HOWTO DB2-HOWTO Plug-and-Play-HOWTO + * All mentioned HOWTOs are free except for: DB2-HOWTO + * Don't include the license texts of removed HOWTOs + in the source packages. + + [ Colin Watson ] + * Update debian/copyrights/README to current reality. + + -- Frank Lichtenheld Sun, 16 Sep 2007 18:10:09 +0200 + +doc-linux-nonfree (2007.08-2) unstable; urgency=low + + [ Colin Watson ] + * Use bzip2 compression for doc-linux-nonfree-html. Saves about 350KB. + + [ Frank Lichtenheld ] + * Add XS-Vcs-{Browser,Svn} fields + + -- Frank Lichtenheld Wed, 15 Aug 2007 22:13:31 +0200 + +doc-linux-nonfree (2007.08-1) unstable; urgency=low + + * new upstream release (20070805) + * Updated HOWTOs: + DB2-HOWTO Ecology-HOWTO Howtos-with-LinuxDoc + XDMCP-HOWTO + * All above mentioned HOWTOs are free, except for the DB2-HOWTO + + -- Frank Lichtenheld Mon, 06 Aug 2007 01:03:26 +0200 + +doc-linux-nonfree (2007.06-1) unstable; urgency=low + + * new upstream release (20070616) + * Updated HOWTOs: + Athlon-Powersaving-HOWTO Autodir-HOWTO Ecology-HOWTO Hardware-HOWTO + Linux+IPv6-HOWTO UPS-HOWTO libdc1394-HOWTO + * Added HOWTOs: + TCP-Keepalive-HOWTO + * All mentioned HOWTOs except for the Autodir-HOWTO are free. + * The new Secure-BootCD-VPN-HOWTO was not included since it + had confusing license terms. These will to have be cleared with + the author first + + -- Frank Lichtenheld Tue, 19 Jun 2007 02:25:31 +0200 + +doc-linux-nonfree (2007.05-1) unstable; urgency=low + + * new upstream release (20070503) + * Updated HOWTOs: + Astronomy-HOWTO FBB Font-HOWTO + Howtos-with-LinuxDoc LDAP-HOWTO LILO + Linux+WinNT User-Group-HOWTO + * Of the mentioned HOWTOs, the following are + non-free: Astronomy-HOWTO User-Group-HOWTO + + -- Frank Lichtenheld Fri, 4 May 2007 02:25:19 +0200 + +doc-linux-nonfree (2006.09-1) unstable; urgency=low + + * new upstream release (20060928) + * Removed HOWTOs: + KDE-GUI-Login-Configuration-HOWTO + * Updated HOWTOs: + AI-Alife-HOWTO Autodir-HOWTO Config-HOWTO Debian-Jigdo + FBB Font-HOWTO Installfest-HOWTO LILO + Linksys-Blue-Box-Router-HOWTO Linux+IPv6-HOWTO Linux+WinNT + Linux-Complete-Backup-and-Recovery-HOWTO MMBase-Inst-HOWTO + Module-HOWTO Networking-Overview-HOWTO + Online-Troubleshooting-HOWTO PA-RISC-Linux-Boot-HOWTO + Quake-HOWTO Text-Terminal-HOWTO + * Added HOWTOs: + Disk-on-Chip-HOWTO + * The following mentioned HOWTOs are non-free: + Autodir-HOWTO Config-HOWTO Debian-Jigdo MMBase-Inst-HOWTO + Online-Troubleshooting-HOWTO + * Bump Standards-Version to 3.7.2 (no changes). + * Remove escape characters from text HOWTOs during build. While they + may enhance the display for some users they also cause problems for + others. + + -- Frank Lichtenheld Thu, 28 Sep 2006 16:51:08 +0200 + +doc-linux-nonfree (2006.04-1) unstable; urgency=low + + * new upstream release (20060408) + * Updated HOWTOs: + Assembly-HOWTO BogoMips C++-dlopen DB2-HOWTO Ecology-HOWTO + Fedora-Multimedia-Installation-HOWTO Font-HOWTO Module-HOWTO + Partition Plug-and-Play-HOWTO Quake-HOWTO Serial-HOWTO + Text-Terminal-HOWTO + * Added HOWTOs: + libdc1394-HOWTO + * All above mentioned HOWTOs are free, except for the DB2-HOWTO + + -- Frank Lichtenheld Sun, 9 Apr 2006 02:30:44 +0200 + +doc-linux-nonfree (2006.01-1) unstable; urgency=low + + * new upstream release (20060101) + * Removed HOWTOs: + BTI-PPP Bangla-PDF-HOWTO Bridge+Firewall+DSL CSPM-HOWTO + Ext2fs-Undeletion-Dir-Struct FDU Game-Server-HOWTO + IP-Subnetworking ISP-Connectivity KDE-Kiosk-Mode + KickStart-HOWTO LDAP-Implementation-HOWTO Linux+XFS-HOWTO + Loopback-Encrypted-Filesystem-HOWTO Loopback-Root-FS + MGR-HOWTO MMBase Oracle-8-HOWTO SCSI-Programming-HOWTO + Snort-Statistics-HOWTO Term-Firewall USB-Digital-Camera-HOWTO + Ultra-DMA VPN WWW-HOWTO + * All these HOWTOs were removed by upstream because they are old + and orphaned. + * Updated HOWTOs: + Quake-HOWTO + * The following HOWTOs mentioned above are (were) non-free: + Loopback-Encrypted-Filesystem-HOWTO Oracle-8-HOWTO Ultra-DMA VPN + + -- Frank Lichtenheld Sun, 1 Jan 2006 15:25:10 +0100 + +doc-linux-nonfree (2005.12-1) unstable; urgency=low + + * new upstream release (20051211) + * Updated HOWTOs: + DB2-HOWTO FBB Font-HOWTO Howtos-with-LinuxDoc + IP-Masquerade-HOWTO LILO Leased-Line + Linksys-Blue-Box-Router-HOWTO Linux+WinNT + Linux-Complete-Backup-and-Recovery-HOWTO + Quake-HOWTO TimePrecision-HOWTO + * All above mentioned HOWTOs are free, except for the DB2-HOWTO + * Francesco Poli did a license audit for the free + HOWTOs and pointed out some ambigous stuff which + needs to be sorted out with the respective authors: + + Moved Boot+Root+Raid+LILO and Root-RAID to + non-free until their license contains explicit + permission to modify + + Moved the HOWTOs under the old-style ESR license + (Installation-HOWTO, Oracle-8-HOWTO, Reading-List-HOWTO, + Wacom-USB-mini-HOWTO) to non-free for similar reasons + + Same for Oracle-7-HOWTO, NCD-X-Terminal and TT-XFree86 + which probably derived their license come from an old, + misleading LDP template + + Some of the arguments against the CC Attribution + licenses also apply to CC-SA 1.0. Move K7s5a-HOWTO + to non-free + + The TeTeX-HOWTO tries to introduce invariant sections + and includes the GPL for other purposes than its own + license text. Seems to be clearly non-free. Moved. + + All other HOWTOs mentioned in the bug report will remain + in main even though they still might need some clarification + of their licenses. I will also not move any of the GFDL + (no invariants) stuff to non-free yet. Just too much of it. + * Updated Replaces in control file accordingly + * Use debhelper compat level 5 + + -- Frank Lichtenheld Sun, 11 Dec 2005 19:07:48 +0100 + +doc-linux-nonfree (2005.10-1) unstable; urgency=low + + * new upstream release (20051012) + * Updated HOWTOs: + AI-Alife-HOWTO Cluster-HOWTO FBB + Infrared-HOWTO LILO LVM-HOWTO + Linux+IPv6-HOWTO Linux+WinNT + MMBase-Inst-HOWTO Mock-Mainframe + Quake-HOWTO + * All mentioned HOWTOs are free, except for the + Infrared-HOWTO and the MMBase-Inst-HOWTO + * Fixes suggested by Lintian: + + Update FSF address in the various licenses + + -- Frank Lichtenheld Wed, 12 Oct 2005 11:45:56 +0200 + +doc-linux-nonfree (2005.09-1) unstable; urgency=low + + * new upstream release (20050901) + * Removed HOWTOs: + Laptop-HOWTO GTEK-BBS-550 + * Added HOWTOs: + Oracle-9i-Fedora-3-Install-HOWTO + * Updated HOWTOs: + Athlon-Powersaving-HOWTO Compaq-T1500-HOWTO + DB2-HOWTO Debian-Binary-Package-Building-HOWTO + Debian-and-Windows-Shared-Printing Ecology-HOWTO + Online-Troubleshooting-HOWTO Plug-and-Play-HOWTO + * All mentioned HOWTOs are free, except for the + DB2-HOWTO and the Online-Troubleshooting-HOWTO + * Fix URL to subversion repository in debian/copyright + + -- Frank Lichtenheld Thu, 1 Sep 2005 15:41:09 +0200 + +doc-linux-nonfree (2005.07-1) unstable; urgency=low + + * new upstream release (20050722) + * Updated HOWTOs: + Battery-Powered DB2-HOWTO Debian-Jigdo + Ethernet-Bridge-netfilter-HOWTO FBB + Font-HOWTO Hardware-HOWTO LILO LVM-HOWTO + Linux+WinNT Modem-HOWTO Module-HOWTO + NCURSES-Programming-HOWTO + * Added HOWTOs: + Reliance-HOWTO + * The Battery-Powered HOWTO changed its license from OPL to a custom + one and is free now. Move the files and adapt the Replaces + * The DB2-HOWTO and the Debian-Jigdo HOWTO are non-free, all other + mentioned HOWTOs are free. + * Update Standards-Version to 3.6.2 (no changes) + * Update to debhelper compat level 4 + + -- Frank Lichtenheld Fri, 22 Jul 2005 15:11:49 +0200 + +doc-linux-nonfree (2005.06-1) unstable; urgency=low + + * new upstream release (20050609) + * Updated HOWTOs: + DB2-HOWTO Font-HOWTO IP-Masquerade-HOWTO TimePrecision-HOWTO + * Added HOWTOs: + TimeSys-Linux-Install-HOWTO + * The DB2-HOWTO and the TimeSys-Linux-Install-HOWTO are non-free, + the other mentioned HOWTOs free. + + -- Frank Lichtenheld Fri, 10 Jun 2005 01:35:34 +0200 + +doc-linux-nonfree (2005.04-1) unstable; urgency=low + + * new upstream release (20050410) + * Updated HOWTOs: + BTTV Encrypted-Root-Filesystem-HOWTO FBB + Font-HOWTO LILO Linux+WinNT SquashFS-HOWTO + * The BTTV HOWTO changed its license from LDPL-Simple to + GFDL 1.2 + * All mentioned HOWTOs except for the SquashFS-HOWTO are + free + + -- Frank Lichtenheld Sun, 10 Apr 2005 16:38:20 +0200 + +doc-linux-nonfree (2005.02-1) unstable; urgency=low + + * new upstream release (20050226) + * Removed HOWTOs: + MIPS-HOWTO + * Updated HOWTOs: + Beowulf-HOWTO DB2-HOWTO Font-HOWTO IRC + Linksys-Blue-Box-Router-HOWTO Linux+IPv6-HOWTO + MMBase-Inst-HOWTO Modem-HOWTO Module-HOWTO + Samba-Authenticated-Gateway-HOWTO Term-Firewall + Webcam-HOWTO WikiText-HOWTO + * The DB2-HOWTO and the MMBase-Inst-HOWTO are non-free, all other + mentioned HOWTOs are free. + + -- Frank Lichtenheld Sun, 27 Feb 2005 02:09:51 +0100 + +doc-linux-nonfree (2005.01-1) unstable; urgency=low + + * new upstream release (20050106) + * Removed HOWTOs: + SSI-UML-HOWTO + * Updated HOWTOs: + Athlon-Powersaving-HOWTO DB2-HOWTO Finnish-HOWTO Font-HOWTO + Italian-HOWTO + * DB2-HOWTO changed its license from GPL-2 to GFDL-1.2 with invariant + sections. Moved to doc-linux-nonfree accordingly. Adjusted the + Replaces. All other mentioned HOWTOs are free. + + -- Frank Lichtenheld Fri, 7 Jan 2005 00:28:02 +0100 + +doc-linux-nonfree (2004.11-1) unstable; urgency=low + + * new upstream release (20041127) + * Updated HOWTOs: + Cluster-HOWTO Disk-Encryption-HOWTO Encrypted-Root-Filesystem-HOWTO + Large-Disk-HOWTO Linux-Gamers-HOWTO Modem-HOWTO Plug-and-Play-HOWTO + Samba-Authenticated-Gateway-HOWTO Scientific-Computing-with-GNU-Linux + Serial-HOWTO SquashFS-HOWTO TimePrecision-HOWTO + * Added HOWTOs: + Qmail-ClamAV-HOWTO + * The following HOWTOs of the ones mentioned above are non-free: + Linux-Gamers-HOWTO SquashFS-HOWTO + + -- Frank Lichtenheld Sun, 28 Nov 2004 17:08:05 +0100 + +doc-linux-nonfree (2004.10-1) unstable; urgency=low + + * new upstream release (20041019) + * Removed HOWTOs: + Net-HOWTO + * Updated HOWTOs: + BogoMips FBB LILO LVM-HOWTO Linux+WinNT SCSI-2.4-HOWTO + Scientific-Computing-with-GNU-Linux User-Group-HOWTO + VMS-to-Linux-HOWTO Windows-LAN-Server-HOWTO XFree86-Touch-Screen-HOWTO + * Added HOWTOs: + 8021X-HOWTO Autodir-HOWTO NET3-4-HOWTO Spam-Filtering-for-MX + * All mentioned HOWTOs except for the Autodir-HOWTO (CC-Attribution 2.0) + and the User-Group-HOWTO are free + + -- Frank Lichtenheld Tue, 19 Oct 2004 01:18:46 +0200 + +doc-linux-nonfree (2004.09-1) unstable; urgency=low + + * new upstream release (20040908) + * Updated HOWTOs: + AI-Alife-HOWTO Cable-Modem Cluster-HOWTO Coffee + Disk-Encryption-HOWTO Installfest-HOWTO LILO LVM-HOWTO Linux+IPv6-HOWTO + Linux-Gamers-HOWTO MP3-CD-Burning Modem-HOWTO Plug-and-Play-HOWTO + SPARC-HOWTO Text-Terminal-HOWTO XFree-Local-multi-user-HOWTO + * Renamed HOWTOs: + DPT-Hardware-RAID was renamed to DPT-Hardware-RAID-HOWTO + * The Cable-Modem HOWTO changed his license from OPL 1.0 to + GFDL 1.2 (due to the current license politics it moves from + non-free to free therefor, updated the Replaces) + * All mentioned HOWTOs are free except for Linux-Gamers-HOWTO + and SPARC-HOWTO. + + -- Frank Lichtenheld Wed, 8 Sep 2004 21:27:38 +0200 + +doc-linux-nonfree (2004.07-1) unstable; urgency=low + + * new upstream release (20040729) + * Updated HOWTOs: + ACPI-HOWTO Debian-Jigdo FBB LILO Linux+WinNT + MIPS-HOWTO Masquerading-Simple-HOWTO + openMosix-HOWTO Parallel-Processing-HOWTO + Plug-and-Play-HOWTO Scanner-HOWTO + Scientific-Computing-with-GNU-Linux TT-XFree86 + TimePrecision-HOWTO Xinerama-HOWTO + * All mentioned HOWTOs are free except for the Debian-Jigdo HOWTO + + -- Frank Lichtenheld Thu, 29 Jul 2004 14:43:33 +0200 + +doc-linux-nonfree (2004.06-1) unstable; urgency=low + + * new upstream release (20040614) + * Removed HOWTOs: + 3Dfx-HOWTO GCC-HOWTO KickStart-HOWTO + * Updated HOWTOs: + ACPI-HOWTO Athlon-Powersaving-HOWTO BogoMips + Home-Electrical-Control K7s5a-HOWTO LDP-Reviewer-HOWTO + LVM-HOWTO Linux-Complete-Backup-and-Recovery-HOWTO + Samba-Authenticated-Gateway-HOWTO Software-RAID-HOWTO + SquashFS-HOWTO Wireless-Link-sys-WPC11 + * Added HOWTOs: + Installfest-HOWTO Kerberos-Infrastructure-HOWTO + * All mentioned HOWTOs are free, except for the SquashFS-HOWTO. + + -- Frank Lichtenheld Tue, 15 Jun 2004 01:10:10 +0200 + +doc-linux-nonfree (2004.04-1) unstable; urgency=low + + * new upstream release (20040425) + * Updated HOWTOs: + Athlon-Powersaving-HOWTO Cryptoloop-HOWTO FBB + LDP-Reviewer-HOWTO LILO LVM-HOWTO Linux+IPv6-HOWTO + Linux+WinNT Medicine-HOWTO Mobile-IPv6-HOWTO + NC-HOWTO PCMCIA-HOWTO Postfix-Cyrus-Web-cyradm-HOWTO + Unix-and-Internet-Fundamentals-HOWTO User-Authentication-HOWTO + * Added HOWTOs: + Glibc-Install-HOWTO OLSR-IPv6-HOWTO + * All mentioned HOWTOs are free, except for the + User-Authentication-HOWTO + * The Mobile-IPv6-HOWTO changed its license from OPL 1.0 + to GFDL 1.2. + * some control clean-up: Move bzip2 to Build-Depends-Indep since + we don't use it in the clean target. Use versioned debhelper + dependency. + * The following licenses were found non-free by the + debian-legal team: OPL 1.0, OSL 1.1, CC-Attribution-ShareAlike 1.0 + Moving the corresponding HOWTOs to the non-free packages: + Debian-Jigdo Linux-Gamers-HOWTO Adv-Routing-HOWTO Apache-Overview-HOWTO + Battery-Powered Cable-Modem DHCP Lex-YACC-HOWTO NFS-HOWTO + Online-Troubleshooting-HOWTO MMBase-Inst-HOWTO User-Group-HOWTO + + -- Frank Lichtenheld Sun, 25 Apr 2004 21:16:30 +0200 + +doc-linux-nonfree (2004.03-1) unstable; urgency=low + + * new upstream release (20040312) + * Updated HOWTOs: + AI-Alife-HOWTO Astronomy-HOWTO DocBook-Demystification-HOWTO + Finnish-HOWTO K7s5a-HOWTO LDAP-HOWTO LVM-HOWTO + Linksys-Blue-Box-Router-HOWTO MMBase-Inst-HOWTO Partition + Text-Terminal-HOWTO TimePrecision-HOWTO UPS-HOWTO + Unix-Hardware-Buyer-HOWTO + * Added HOWTOs: + DVD-Playback-HOWTO Flash-Memory-HOWTO Linux-i386-Boot-Code-HOWTO + SquashFS-HOWTO + * The following mentioned HOWTOs are non-free: + Astronomy-HOWTO SquashFS-HOWTO + * Some HOWTOs changed their licence: + - MMBase-Inst-HOWTO: + Creative Commons NonCommercial-Attribution-ShareAlike 1.0 -> + Creative Commons Attribution-ShareAlike 1.0 + The HOWTO moved from non-free to free, adjusting Replaces: + accordingly + - K7s5a-HOWTO: LDPL-2.0 -> Creative Commons ShareAlike 1.0 + - LVM-HOWTO: LDPL-2.0 -> GFDL-1.2 + + -- Frank Lichtenheld Mon, 15 Mar 2004 19:08:56 +0100 + +doc-linux-nonfree (2004.02-1) unstable; urgency=low + + * New upstream release (20040216) + * Removed HOWTOs: + Acer-Laptop-HOWTO CD-Distributions-EN-HOWTO + * Updated HOWTOs: + Debian-and-Windows-Shared-Printing Hardware-HOWTO + K7s5a-HOWTO LDP-Reviewer-HOWTO Linux-Gamers-HOWTO + Mobile-IPv6-HOWTO Reading-List-HOWTO Scanner-HOWTO + Security-HOWTO Windows-Newsreaders-under-Linux-HOWTO + * Added HOWTOs: + Cryptoloop-HOWTO Fedora-Multimedia-Installation-HOWTO + MMBase-Inst-HOWTO + * In the Security-HOWTO the tuxedo.org link was changed to catb.org + (Closes: #212373) + * All mentioned HOWTOs are free except for the new MMBase-Inst-HOWTO. + It is distributed under the Attribution-NonCommercial-ShareAlike 1.0 + Licence which forbids commercial use. + * Removed the dwww entries in the menu file, since they seem to be + deprecated + + -- Frank Lichtenheld Fri, 20 Feb 2004 00:56:19 +0100 + +doc-linux-nonfree (2004.01-1) unstable; urgency=low + + * New upstream release (20040117) + * Change my uploader address to djpig@debian.org + * Updated HOWTOs: + Debian-Binary-Package-Building-HOWTO Debian-Jigdo + Disk-Encryption-HOWTO FBB Howtos-with-LinuxDoc LILO + Linux+IPv6-HOWTO Linux+WinNT + Linux-Complete-Backup-and-Recovery-HOWTO + Modem-HOWTO Module-HOWTO Outlook-to-Unix-Mailbox + Scanner-HOWTO Serial-HOWTO Software-RAID-HOWTO + Text-Terminal-HOWTO User-Group-HOWTO + Windows-Newsreaders-under-Linux-HOWTO + * Added HOWTOs: + Webcam-HOWTO + * All mentioned HOWTOs are free + + -- Frank Lichtenheld Sat, 17 Jan 2004 18:30:16 +0100 + +doc-linux-nonfree (2003.12-1) unstable; urgency=low + + * New upstream release (20031214). + * Removed HOWTOs: + C++Programming-HOWTO C-C++Beautifier-HOWTO CPU-Design-HOWTO + CVS-RCS-HOWTO Deciding-Linux-HOWTO Diskless-HOWTO Java-Decompiler-HOWTO + Kernel-HOWTO LILO-crash-rescue-HOWTO Modem-Dialup-NT-HOWTO PHP-HOWTO + RPM+Slackware RPM-for-Unix-HOWTO Vim-HOWTO + * The PHP-HOWTO was allready removed from the Debian package but + is now removed from TLDP, too. + * Updated HOWTOs: + DB2-HOWTO Debian-and-Windows-Shared-Printing Ecology-HOWTO + Encrypted-Root-Filesystem-HOWTO FBB Finnish-HOWTO + Howtos-with-LinuxDoc LILO LVM-HOWTO Linux+WinNT + Modem-HOWTO PA-RISC-Linux-Boot-HOWTO Serial-HOWTO + Text-Terminal-HOWTO Traffic-Control-HOWTO + Windows-Newsreaders-under-Linux-HOWTO + * Added HOWTOs: + Mobile-IPv6-HOWTO Scientific-Computing-with-GNU-Linux + * All mentioned HOWTOs are free. + + -- Frank Lichtenheld Mon, 15 Dec 2003 01:15:09 +0100 + +doc-linux-nonfree (2003.11-1) unstable; urgency=low + + * New upstream release (20031113). + * Change Replaces: to << 2003.10-1 to avoid warnings due to moving + of Quota mini-HOWTO (Closes: #216961). + * debian/prepare-builddir: new script for easier updating of + the package + * Added HOWTOs: + Debian-Binary-Package-Building-HOWTO + * Updated HOWTOs: + Apache-WebDAV-LDAP-HOWTO Bangla-HOWTO Bash-Prompt-HOWTO + C-C++Beautifier-HOWTO Debian-Jigdo FBB IP-Masquerade-HOWTO + Kernel-HOWTO LDP-Reviewer-HOWTO LILO Linux+WinNT Partition-Rescue + Reading-List-HOWTO RedHat-CD-HOWTO SPARC-HOWTO User-Group-HOWTO + Vim-HOWTO Windows-Newsreaders-under-Linux-HOWTO + XFree-Local-multi-user-HOWTO + * All mentioned HOWTOs are free, with the exception of the + SPARC-HOWTO. + + -- Frank Lichtenheld Thu, 13 Nov 2003 18:53:42 +0100 + +doc-linux-nonfree (2003.10-1) unstable; urgency=low + + * New upstream release (20031012). + * Add pointer to the nonfree packages to the descriptions + of the free packages. + * New Linux FAQ version 2.1.1 + * Renamed HOWTOs: + Xnews-under-Linux-HOWTO -> Windows-Newsreaders-under-Linux-HOWTO + * New HOWTOs: + Encrypted-Root-Filesystem-HOWTO Mock-Mainframe Sybase-ASE-HOWTO + Traffic-Control-HOWTO + * Updated HOWTOs: + Apache-WebDAV-LDAP-HOWTO Athlon-Powersaving-HOWTO + Debian-and-Windows-Shared-Printing Disk-Encryption-HOWTO + FBB Kernel-HOWTO LILO Linux+WinNT MP3-CD-Burning Module-HOWTO + Serial-HOWTO Text-Terminal-HOWTO UPS-HOWTO + Unix-and-Internet-Fundamentals-HOWTO User-Group-HOWTO + XFree-Local-multi-user-HOWTO XFree86-R200 + * All mentioned HOWTOs are free. The UPS-HOWTO which was + undistributable before is now free. + * Move the Quota mini-HOWTO to non-free because of unclear + licence information (see #173961). + + -- Frank Lichtenheld Sun, 12 Oct 2003 18:37:52 +0200 + +doc-linux-nonfree (2003.09-1) unstable; urgency=low + + * New upstream release (20030907). + * New HOWTOs: + Disk-Encryption-HOWTO Motorola-Surfboard-Modem Scanner-HOWTO + Scripting-GUI-TclTk Xnews-under-Linux-HOWTO + * Updated HOWTOs: + Adv-Routing-HOWTO Apache-WebDAV-LDAP-HOWTO Athlon-Powersaving-HOWTO + BogoMips C++-dlopen Debian-and-Windows-Shared-Printing Ethernet-HOWTO + FBB Kernel-HOWTO LILO Linksys-Blue-Box-Router-HOWTO Linux+IPv6-HOWTO + Linux+WinNT Linux-Gamers-HOWTO Loopback-Encrypted-Filesystem-HOWTO + Medicine-HOWTO Modem-HOWTO Module-HOWTO Plug-and-Play-HOWTO + Printing-HOWTO Quota Sentry-Firewall-CD-HOWTO TeTeX-HOWTO + User-Group-HOWTO VideoLAN-HOWTO Vim-HOWTO Wireless-Link-sys-WPC11 + XFree-Local-multi-user-HOWTO XFree86-R200 + * All mentioned HOWTOs are free, with the exception of + Loopback-Encrypted-Filesystem. + * New maintainer team, currently Doug Jensen, Frank Lichtenheld, and Colin + Watson (closes: #203046). + * Policy version 3.6.1: we use debhelper in the clean target, so use + Build-Depends: instead of Build-Depends-Indep:. + + -- Colin Watson Wed, 17 Sep 2003 03:53:40 +0100 + +doc-linux-nonfree (2003.07-1) unstable; urgency=low + + * New upstream release (20030726). + * New Linux FAQ, version 2.1. + * The mini-HOWTO collection has been merged with the main HOWTO + collection. + * New HOWTOs: + ACPI Athlon-Powersaving + * Updated HOWTOs: + Apache-WebDAV-LDAP Battery-Powered CSPM Cluster Debian-Jigdo + Debian-and-Windows-Shared-Printing DocBook-OpenJade-SGML-XML Ethernet + FBB IO-Port-Programming IP-Masquerade Infrared Kernel LILO + Linksys-Blue-Box-Router LinuxDoc+Emacs+Ispell Modem Module Multi-Disk + NIS Oracle-7 Oracle-8 PHP-Nuke RCS Samba-Authenticated-Gateway + Soundblaster-AWE TimePrecision Wearable Wireless-Link-sys-WPC11 + XFree-Local-multi-user XFree86-R200 XFree86-Video-Timings + * Renamed HOWTOs: + Oracle-9i-RH8 -> Oracle-9i-RH8-and-RH9 + * All the above are free, with the exception of Infrared and Wearable. + + * Don't HTML-encode titles and abstracts for dwww, since >= 1.9.0 does + that for us. Instead, simply escape '"' as '\"' (closes: #184329). + * Change naming scheme for menu entry identifiers to avoid duplicate + entries for the VPN-HOWTO and VPN (a former mini-HOWTO). The entries + referring to non-existent files are already gone (closes: #184330). + + -- Colin Watson Sat, 26 Jul 2003 17:15:52 +0100 + +doc-linux-nonfree (2003.06-1) unstable; urgency=low + + * New upstream release (20030608). + * New HOWTOs: + Bangla PHP-Nuke + * Restored-after-review HOWTOs: + C++Programming PHP + * Updated HOWTOs: + DocBook-OpenJade-SGML-XML IBM7248 IP-Masquerade Linux+IPv6 Linux-Gamers + Optical-Disk SCSI-2.4 Vim XFree-Local-multi-user + * Renamed HOWTOs: + Mosix -> openMosix + * New mini-HOWTOs: + Debian-and-Windows-Shared-Printing VB6-to-Tcl + * Updated mini-HOWTOs: + Battery-Powered Debian-Jigdo FBB Xterminals + * All the above are free. + + * Merge the packaging of doc-linux and doc-linux-nonfree so that I can + deal with them simultaneously in a sensible way. + * Use the canonical LDP URL in package descriptions (closes: #195089). + * Add a brief explanation to the package descriptions of why these + documents are in non-free (closes: #196186). + + -- Colin Watson Sun, 8 Jun 2003 23:54:27 +0100 + +doc-linux-nonfree (2003.05-3) unstable; urgency=low + + * Really move to non-free. Aargh. + + -- Colin Watson Wed, 28 May 2003 00:05:04 +0100 + +doc-linux-nonfree (2003.05-2) unstable; urgency=low + + * Removed Kiosk and UPS even from non-free, at James Troup's request. + Neither document's licence gives permission to redistribute. + * Fix doc-linux-nonfree-text's priority (now optional). + + -- Colin Watson Tue, 20 May 2003 23:45:19 +0100 + +doc-linux-nonfree (2003.05-1) unstable; urgency=low + + * New package, based on corresponding doc-linux version (closes: #192965). + * New upstream release (20030511) (closes: #192500). + * New HOWTOs: + Deciding-Linux Linksys-Blue-Box-Router Oracle-9i-RH8 Tamil-Linux + Traffic-Control-tcng-HTB Web-Browsing-Behind-ISA-Server + XFree-Local-multi-user + * Updated HOWTOs: + ADSL-Bandwidth-Management AI-Alife Astronomy Bangla-PDF Belgian + BootPrompt C-C++Beautifier CPU-Design CVS-RCS Cluster + DocBook-Demystification DocBook-OpenJade-SGML-XML Ecology Game-Server + IP-Masquerade Infrared KDE-GUI-Login-Configuration Kernel KernelAnalysis + LDAP LILO-crash-rescue Laptop Linux+IPv6 Linux+Windows + Linux-Complete-Backup-and-Recovery Linux-Gamers Linux-Promise-RAID1 + Mail-User Medicine Modem Postfix-Cyrus-Web-cyradm Program-Library + RedHat-CD Remote-Serial-Console Samba-Authenticated-Gateway + Secure-Programs Serial VideoLAN Windows-LAN-Server + - Missing space in LDAP fixed (closes: #188296). + * New mini-HOWTO: + Secure-CVS-Pserver + * Updated mini-HOWTOs: + Man-Page Wireless-Link-sys-WPC11 + + * Split into free and non-free source packages, following a complete + licence audit. I'm not a legal expert, plus there was an enormous amount + of HOWTO material to read in the process, so I may well have made the + odd mistake. File bugs if you find any. debian/split-package does a lot + of the work here. The non-free binary packages are called + doc-linux-nonfree-html and doc-linux-nonfree-text; they recommend their + free variants for some common images and index files. + * The non-free packages have no dhelp support. This will eventually be + restored via doc-base. + * Non-free HOWTOs: + Astronomy Belarusian Chinese Config Cyrus-IMAP DOS-Win-to-Linux DVD + Diskless-root-NFS Encourage-Women-Linux Infrared JavaStation Jaz-Drive + Kiosk Latvian Loopback-Encrypted-Filesystem RPM SPARC Secure-Programs + Sybase-ASA Tango TclTk UPS User-Authentication Wearable + * Non-free mini-HOWTOs: + 3D-Modelling Automount Divert-Sockets Ext2fs-Undeletion FTP Home-Network + Loadlin+Win95-98-ME Mail2News Offline-Mailing Process-Accounting + Remote-Boot StarOffice Swap-Space TransparentProxy Ultra-DMA VPN + + * Update the names and addresses of the Linux-FAQ maintainer and the LDP + coordinator. + * Remove scrollkeeper suggestion and maintainer script code, since we + don't have ScrollKeeper support at the moment. + * Reduce U+201C and U+201D (Unicode directional quotes) in the HOWTO index + to a simple " for the menu file (closes: #181609). + * Convert the Latin-1 c-cedilla in the title of the Francophones HOWTO to + ç. + * Building our own split tarballs allows some simplifications in + debian/rules by moving the directory hierarchies about a bit. + * Cope with some reorganizations in the way mini-HOWTOs are indexed. + * Standards-Version: 3.5.9. + + -- Colin Watson Mon, 12 May 2003 09:09:00 +0100 + +doc-linux (2003.02-1) unstable; urgency=low + + * New upstream release (20030212). + * New HOWTO: + Bangla-PDF + * Updated HOWTOs: + AI-Alife Apache-Compile C-C++Beautifier CD-Distributions-EN + IP-Masquerade Kernel Keyboard-and-Console LILO-crash-rescue LVM + Linux+IPv6 Medicine NC Psion RedHat-CD Remote-Serial-Console Vim + * New mini-HOWTO: + Lotus-DominoR5 + * Updated mini-HOWTOs: + Home-Electrical-Control Wireless-Link-sys-WPC11 + + * Remove "The" from the beginning of document names in dhelp and dwww + indices, to improve sorting (closes: #177677). + + -- Colin Watson Fri, 14 Feb 2003 23:51:45 +0000 + +doc-linux (2003.01-1) unstable; urgency=low + + * New upstream release (20030112). + * New HOWTO: + Samba-Authenticated-Gateway + * Updated HOWTOs: + DOSEMU Game-Server LVM Linux+IPv6 Linux-Promise-RAID1 Medicine + Program-Library Secure-Programs Text-Terminal XDMCP + * New mini-HOWTOs: + Mozilla-Optimization Xterminals + * Updated mini-HOWTOs: + Automount Debian-Jigdo FBB Handspring-Visor Swap-Space + Wireless-Link-sys-WPC11 + + * debhelper autoscript fragments weren't being substituted into + doc-linux-html's maintainer scripts; it turns out that this is due to + running 'dh_clean -k' between building doc-linux-html and doc-linux-text + but before calling dh_installdeb and so on on both binary packages at + once, which cleans too much. Switch to 'dh_clean -d' instead. + + -- Colin Watson Sun, 12 Jan 2003 17:53:33 +0000 + +doc-linux (2002.12-1) unstable; urgency=low + + * New upstream release (20021215). + * Updated HOWTOs: + Apache-Overview Finnish Linux+IPv6 PA-RISC-Linux-Boot + * Removed HOWTOs: + C++Programming + * Updated mini-HOWTOs: + C++-dlopen Debian-Jigdo FBB PCTel-MicroModem-Config + + * Add a lintian override for the COPYING file that forms part of the + NCURSES-Programming-HOWTO. + * Remove the HTML version of the RedHat-CD-HOWTO (see 2002.11-1) in + debian/rules rather than in the source tarball, in order to keep the + tarball pristine. + + -- Colin Watson Sun, 15 Dec 2002 21:26:34 +0000 + +doc-linux (2002.11-1) unstable; urgency=low + + * New upstream release (20021123). + - Sorry for the delay. Some of it was me being busy, some was + db.tldp.org being down, and some of it was being completely unable to + get a valid OMF file for ScrollKeeper. Upstream appears to be working + on the latter, but for the meantime I've temporarily removed + ScrollKeeper support in order to be able to build new versions of + doc-linux (closes: #166261). I'll try to get back to my former upload + frequency now. + - Once I get a valid OMF file I'll be able to do the non-free split at + last, since it includes a tag ... + * Ship HOWTOs in .tar.bz2 form in the source package rather than .tar.gz. + * Change the patch for dangling relative links to point to tldp.org rather + than linuxdoc.org. + * Remove the /usr/doc symlinks. + + * New HOWTOs: + CSPM Clone DocBook-Demystification DocBook-OpenJade-SGML-XML + Encourage-Women-Linux Ethernet-Bridge-netfilter GCC-Frontend + Jabber-Server-Farming Linux-Promise-RAID1 Network-Install + Oracle8-on-RH7X RTLinux Usenet-News Valgrind + * Updated HOWTOs: + ADSL-Bandwidth-Management Accessibility Adv-Routing Apache-Compile + Assembly Authentication-Gateway Belgian C++Programming CPU-Design + Caudium Cluster DB2 DSL Emacspeak Font Hardware HighQuality-Apps + IP-Masquerade Infrared Java-Decompiler K7s5a KDE-GUI-Login-Configuration + KernelAnalysis LDAP LILO-crash-rescue LVM Lex-YACC Linux+IPv6 + Linux-Complete-Backup-and-Recovery Linux-Gamers MIPS Masquerading-Simple + Medicine Modem Mosix NFS NIS Online-Troubleshooting PA-RISC-Linux-Boot + Plug-and-Play Postfix-Cyrus-Web-cyradm Program-Library RPM RedHat-CD + Remote-Serial-Console SCSI-2.4 SMP SSL-Certificates Sat Secure-Programs + Security-Quickstart Security-Quickstart-Redhat Sentry-Firewall-CD + Software-RAID Text-Terminal TimePrecision Vim VoIP Wireless + XFree86-Touch-Screen XWindow-User Xinerama + - Adv-Routing includes a netmask admonition now (closes: #123088). + - RedHat-CD is shipped only in plain text form. The HTML version is + accompanied by i386-only binaries; I'm not quite sure what to do about + these, so I've decided to steer clear for now. + * Removed HOWTOs: + PHP + * New mini-HOWTOs: + Debian-Jigdo KDE-Kiosk-Mode XFree86-R200 + * Updated mini-HOWTOs: + ACP-Modem Battery-Powered FBB FDU IRC ISP-Connectivity Intkeyb + Multi-Distro-Dev NFS-Root PCTel-MicroModem-Config Partition-Rescue + Print2Win TransparentProxy Wireless-Link-sys-WPC11 + + -- Colin Watson Sat, 23 Nov 2002 18:10:24 +0000 + +doc-linux (2002.07-1) unstable; urgency=low + + * New upstream release (20020709). + * New HOWTOs: + Caudium + * Updated HOWTOs: + Antares-RAID-sparcLinux Apache-Compile Apache-WebDAV-LDAP Belgian + C++Programming CVS-RCS Installation KDE-GUI-Login-Configuration Kernel + Latvian Linux-Gamers Modem Modem-Dialup-NT NCURSES-Programming PCMCIA + PHP PLIP-Install Security Sentry-Firewall-CD Vim + * Removed HOWTOs: + Process-Monitor + * New mini-HOWTOs: + C++-dlopen + * Updated mini-HOWTOs: + Automount PCTel-MicroModem-Config Swap-Space Wireless-Link-sys-WPC11 + + * Split our part of the dhelp/dwww document hierarchy into HOWTO and + HOWTO/mini rather than just having everything under HOWTO, in line with + their location in the filesystem and on LDP mirrors (closes: #149905). + + -- Colin Watson Wed, 10 Jul 2002 00:49:22 +0100 + +doc-linux (2002.06-1) unstable; urgency=low + + * New upstream release (20020604). + * New HOWTOs: + ADSL-Bandwidth-Management ATA-RAID KDE-GUI-Login-Configuration + Querying-libiptc SSI-UML USB-Digital-Camera VideoLAN + * Updated HOWTOs: + Accessibility-Dev Authentication-Gateway Belgian C++Programming CVS-RCS + Compaq-Remote-Insight-Board DSL Diskless HighQuality-Apps IO-Perf + Infrared K7s5a Kernel KernelAnalysis Linux+XFS Linux-Gamers MIDI + Modem-Dialup-NT Module Multi-Disk Network-boot PHP RPM-for-Unix + Remote-Serial-Console SCSI-2.4 SCSI-Generic SSL-Certificates Sat + TimePrecision VPN VoIP Wireless + - Multi-Disk update regarding cp and hard links (closes: #37061). + * Removed HOWTOs: + Russian-Tea + * HOWTOs -> mini-HOWTOs: + Boot+Root+Raid+LILO + * New mini-HOWTOs: + Remote-Bridging + * Updated mini-HOWTOs: + Automount Bridge Linux+WinNT MMBase Update Wireless-Link-sys-WPC11 + XDM-Xterm + + -- Colin Watson Tue, 4 Jun 2002 15:28:14 +0100 + +doc-linux (2002.05-1) unstable; urgency=low + + * New upstream release (20020501). + * New Linux FAQ, version 2.0. + * New HOWTOs: + Game-Server IO-Perf KernelAnalysis Mosix Postfix-Cyrus-Web-cyradm + Russian-Tea TimePrecision + * Updated HOWTOs: + Apache-Compile Apache-WebDAV-LDAP C++Programming C-C++Beautifier CVS-RCS + Cluster Finnish HighQuality-Apps IP-Masquerade Java-Decompiler Kernel + Linux-Gamers MIDI Medicine PHP Software-Proj-Mgmt Speech-Recognition + Unicode Vim VoIP + * New mini-HOWTOs: + Wireless-Link-sys-WPC11 + * Updated mini-HOWTOs: + BogoMips Euro-Char-Support LILO Man-Page MP3-CD-Burning + PCTel-MicroModem-Config Quota + + * debian/rules: Replace "linuxdoc.org" with "tldp.org" throughout. + * debian/make-omf: Remove s/&/&/g, which is no longer required. + + -- Colin Watson Wed, 1 May 2002 23:10:36 +0100 + +doc-linux (2002.04-2) unstable; urgency=medium + + * Clean up problems from the FAQ move in 2001.11-1 which occurred with + certain upgrade orderings (closes: #142022). + * Point to the real /usr/share/doc/FAQ paths in the doc-base file, not the + symlinked paths. + * Use 'scrollkeeper-update -q' in the postrm too. + + -- Colin Watson Wed, 10 Apr 2002 01:03:56 +0100 + +doc-linux (2002.04-1) unstable; urgency=low + + * New upstream release (20020402). + * New HOWTOs: + Compaq-T1500 HighQuality-Apps K7s5a Latvian Sentry-Firewall-CD + * Updated HOWTOs: + Apache-Compile Apache-Overview Apache-WebDAV-LDAP C++Programming + C-C++Beautifier CVS-RCS Conexant+Rockwell-modem Hardware Java-Decompiler + LILO-crash-rescue Linux+IPv6 Linux-Gamers Medicine NCURSES-Programming + Online-Troubleshooting PHP PalmOS Plug-and-Play Program-Library + Qmail-VMailMgr-Courier-imap Quake Secure-Programs Serial Vim XDMCP + XWindow-User + * Renamed HOWTOs: + Distributions -> CD-Distributions-EN + * New mini-HOWTOs: + Pine-Exchange + * Updated mini-HOWTOs: + Automount BTI-PPP Euro-Char-Support Upgrade ZIP-Drive + (closes: #129825). + + * Fix paths in the Linux FAQ's doc-base file (closes: #137534). + * Use new -q flag to suppress verbose output from scrollkeeper-update. + + -- Colin Watson Tue, 2 Apr 2002 22:04:25 +0100 + +doc-linux (2002.03-1) unstable; urgency=low + + * New upstream release (20020303). + * New HOWTOs: + Linux-Complete-Backup-and-Recovery Slovak + * Updated HOWTOs: + AI-Alife Apache-Compile Apache-Overview Authentication-Gateway + C++Programming C-C++Beautifier CPU-Design CVS-RCS Cluster + Conexant+Rockwell-modem Diskless Diskless-root-NFS Finnish Hardware + Installation Java-Decompiler Kernel LDP-Reviewer LILO-crash-rescue + Linux+IPv6 Linux-Gamers Masquerading-Simple Medicine Modem-Dialup-NT NC + NCURSES-Programming PHP Process-Monitor RPM-for-Unix + Remote-Serial-Console SMP Secure-Programs Security Security-Quickstart + Security-Quickstart-Redhat Snort-Statistics Software-Release-Practice + Speech-Recognition Text-Terminal Unix-and-Internet-Fundamentals VME Vim + XFree86-Video-Timings + (closes: #134633). + * Updated mini-HOWTOs: + BackspaceDelete DPT-Hardware-RAID DocBook-Install FDU + Home-Electrical-Control Nvidia-OpenGL-Configuration + + -- Colin Watson Mon, 4 Mar 2002 00:17:54 +0000 + +doc-linux (2002.02-1) unstable; urgency=low + + * New upstream release (20020201). + * New HOWTOs: + Accessibility-Dev Indic-Fonts Linux+IPv6 Linux+Win9x+Grub Linux-Crash + Linux-Gamers MIDI NCURSES-Programming Snort-Statistics WikiText + * Updated HOWTOs: + Apache-Compile Assembly Belgian Bootdisk C++Programming C-C++Beautifier + CDServer CPU-Design CVS-RCS DSL Diskless IP-Masquerade Java-Decompiler + Kernel LILO-crash-rescue META-FAQ Modem Modem-Dialup-NT NetMeeting + PA-RISC-Linux-Boot PHP PalmOS Process-Monitor RPM-for-Unix SCSI-2.4 + SCSI-Generic Secure-Programs Text-Terminal Vim XFree86-Touch-Screen + * Removed HOWTO: + PostgreSQL (temporarily removed for peer review) + * New mini-HOWTOs: + Print2Win ppp-ssh + * Updated mini-HOWTOs: + BTI-PPP Outlook-to-Unix-Mailbox Quota Token-Ring TransparentProxy + + -- Colin Watson Fri, 1 Feb 2002 19:42:02 +0000 + +doc-linux (2002.01-1) unstable; urgency=low + + * New upstream release (20020102). + * New Linux FAQ, version 1.20. + * New HOWTOs: + Lex-YACC SCSI-Generic SSL-Certificates Wireless-Sync + * Updated HOWTOs: + Adv-Routing Authentication-Gateway C++Programming C-C++Beautifier + Chroot-BIND DNS DSL Diskless Emacspeak Francophones German HP Hardware + Intranet-Server Keyboard-and-Console MP3 Multi-Disk NC NCD Network-boot + PHP PLIP-Install SCSI-2.4 SCSI-Programming Sat Secure-Programs UMSDOS + UUCP VoIP Wireless + * Removed HOWTOs: + Linux-From-Scratch (replaced by a Guide, see http://www.linuxdoc.org/). + * New mini-HOWTOs: + Multi-Distro-Dev + * Updated mini-HOWTOs: + BTI-PPP Intkeyb ISP-Connectivity Leased-Line Mail-Queue Modules + News-Leafsite PCTel-MicroModem-Config Remote-X-Apps TransparentProxy + Ultra-DMA VPN Visual-Bell + + * For those of you who've been following the news, the doc-linux package + will not be split into free and non-free portions before woody is + released; the deadlines are just too tight. However, the substantial + majority of the documents in this package are DFSG-free; check the + copyright notices on individual documents for details. + * Register HTML documents with ScrollKeeper. Everything is under + General|Other for now until categories are sorted out. + * doc-linux-html suggests scrollkeeper. + + * Remove /usr/doc/doc-linux-text symlink properly (closes: #126103). Also + remove /usr/doc/FAQ in doc-linux-text's prerm. + * Fix a number of dangling relative links, making them absolute links to + the LDP web site instead (closes: #122868). + * Parse the HOWTO-INDEX in a slightly more robust way. + * Document in each package's README.Debian that several HOWTOs are now + Guides. + * Make all auxiliary scripts executable before running them, as the Debian + diff doesn't preserve permissions. + + -- Colin Watson Thu, 3 Jan 2002 04:31:13 +0000 + +doc-linux (2001.12-1) unstable; urgency=low + + * New upstream release (20011201). + * New Linux FAQ, version 1.18. + * New HOWTOs: + PA-RISC-Linux-Boot Security-Quickstart Security-Quickstart-Redhat + * Updated HOWTOs: + Apache-WebDAV-LDAP Bandwidth-Limiting Config Diskless + Enterprise-Java-for-Linux IP-Masquerade Kernel MGR Sat Serial + Text-Terminal VoIP Wireless + * New mini-HOWTOs: + BTI-PPP PCTel-MicroModem-Config + * Updated mini-HOWTOs: + FBB FDU Firewall-Piercing LILO Linux+WinNT MP3-CD-Burning + Partition-Rescue XFree86-Second-Mouse + + * I've added some non-LDP documents in response to several requests, which + are installed in /usr/share/doc/HOWTO/en-*/extra: + - High-Availability HOWTO (requested by Chris Fearnley, closes: #60564); + - ext3 mini-HOWTO (requested by Eduard Bloch); + - ext3-usage HOWTO (requested by Eduard Bloch). + * These seemed worthwhile, but I don't want to do this too much as it + becomes hard to keep track. If you want a document, please persuade the + author to submit it to the Linux Documentation Project instead. + + -- Colin Watson Sat, 1 Dec 2001 14:30:42 +0000 + +doc-linux (2001.11-1) unstable; urgency=low + + * New upstream release (20011101). + * New HOWTOs: + ATM-Linux Apache-Compile Apache-WebDAV-LDAP + * Updated HOWTOs: + CVS-RCS Diskless Finnish HOWTO Hardware JavaStation Kernel Large-Disk + Masquerading-Simple RPM-for-Unix XFree86-Video-Timings + * Renamed HOWTOs: + Access -> Accessibility + DVD-Playing -> DVD + * Updated mini-HOWTOs: + FBB Outlook-to-Unix-Mailbox + + * Add text version of Linux FAQ (closes: #117617). + * Put both versions of the FAQ directly in /usr/share/doc/FAQ, and symlink + to them from /usr/share/doc/$(package)/FAQ rather than the other way + round. Add some migration code to make dpkg replace the + /usr/share/doc/FAQ symlink with a directory. + * Document the process of updating doc-linux in debian/README.updating. + + -- Colin Watson Fri, 2 Nov 2001 05:41:20 +0000 + +doc-linux (2001.10-2) unstable; urgency=low + + * Protect HTML entities in titles as well as descriptions, to avoid + confusing update-menus (closes: #115649). + + -- Colin Watson Sun, 21 Oct 2001 19:55:06 +0100 + +doc-linux (2001.10-1) unstable; urgency=low + + * The "Requiem aeternam" release, in memory of 11 September 2001. + + * New upstream release (20011006). + * New Linux FAQ, version 1.16. + * New HOWTOs: + Authentication-Gateway Conexant+Rockwell-modem Diskless-root-NFS-other + Linux+XFS Modem-Dialup-NT RPM-for-Unix Smart-Card + * Updated HOWTOs: + AX25 AdvRouting BootPrompt C++Programming C-C++Beautifier CDROM CVS-RCS + Diskless Finnish Hardware IBM7248 IngresII Installation + LILO-crash-rescue Linux+XFS Masquerading-Simple Modem Modem-Dialup-NT + PHP Program-Library SCSI-2.4 Secure-Programs Sound Speech-Recognition + Text-Terminal Vim XFree86 + * New mini-HOWTOs: + Euro-Char-Support MMBase + * Updated mini-HOWTOs: + Call-back FBB LILO Linux+WinNT MP3-CD-Burning Partition-Rescue + + * New source format: no longer a native package (closes: #44220). + * debian/rules: More cleanups. Use binary-indep rather than binary-arch. + * Drop obsolete build dependencies and lintian override. + * doc-linux-html suggests doc-base, menu, www-browser (closes: #41664). + * debian/Makefile.sgml, debian/dhelp.faq: Remove. + * The HOWTO-INDEX is much better than the one we produce, so link to it + rather than creating our own (closes: #69474, #111464), and rewrite + debian/html2docs (formerly debian/sgml2docbase) to pull links from it. + * I was going to fix the doc-base paths, and even NMUed doc-base so that I + could, but discovered that it's too slow for the hundreds of documents + doc-linux-html installs (see #114692). I've fallen back to using dhelp + and dwww directly in the meantime (closes: #111699, #111700). This + results in many lintian errors, but I believe they're a bug in lintian. + * debian/copyright: Restore Dirk Eddelbuettel and Ian Murdock's names. + + * Navigation icons are in the upstream tarballs, so remove our local ones. + * Move /usr/share/doc/doc-linux-html/Linux-FAQ back to .../FAQ, and + install a symlink to it in /usr/share/doc/FAQ. + * Add README.Debian files pointing to the documentation (closes: #39701). + * Also add helpful symlinks (closes: #60728). + * 22 HOWTOs and 7 mini-HOWTOs are under the GNU FDL, but not all contain a + copy, so place one in /usr/share/doc/doc-linux-* (closes: #89102). + + -- Colin Watson Sat, 13 Oct 2001 22:37:27 +0100 + +doc-linux (2001.09-1) unstable; urgency=low + + * New maintainer (closes: #110959). + * Acknowledge my NMU (closes: #90338, #90348, #102788). + * New upstream release (20010903). Since the last release by the previous + maintainer, there have been 66 new HOWTOs and 47 new mini-HOWTOs, not + counting updated documentation. + * New Linux FAQ, version 1.13. + + * It's no longer easy to build all the HOWTOs from LinuxDoc SGML. Many + documents are now only available in DocBook (66 extra HOWTOs and 36 + extra mini-HOWTOs), but some build from other sources. Until this is + resolved, I've had to go back to shipping HTML and text in the (now much + bigger) source package; sorry. + + * debian/control: + - doc-linux-html is priority optional (closes: #102817). + - doc-linux-text suggests doc-linux-html (closes: #31110). + - Replace rather than conflict with old versions of each package for + better upgrades (albeit from hamm, but still; closes: #27498). + - Build-Depends -> Build-Depends-Indep. + - Policy version 3.5.6. + * debian/rules: + - Install changelog as changelog.Debian.gz, compressed with 'gzip -9' + (closes: #44440). + - Ensure installed files have valid ownership (closes: #103972). + - Add 'refresh' target. + - Clean up some confusing constructs. + * debian/copyright: + - Remove comment about /usr/doc/copyright/doc-linux. + - Debian/GNU Linux -> Debian GNU/Linux (lintian). + - Synchronize upstream copyright notice with upstream. + * Use doc-base rather than dhelp/dwww (closes: #94821). + * Add a lintian override for a spurious doc-base warning that's actually + just a HOWTO's description referring to /usr/doc. + * We were previously creating symlinks from /usr/doc/HOWTO/en-* to + /usr/share/doc/HOWTO/en-*. This won't work well when we get rid of + /usr/doc entirely, so instead do the usual symlink with /usr/doc/HOWTO. + * Forcibly remove /usr/doc/doc-linux-*/.dhelp in the preinst, just in case + the migration might still be a problem (closes: #50053). + + * New HOWTOs: + Acer-Laptop Antares-RAID-sparcLinux Apache-Overview BRIDGE-STP + Bandwidth-Limiting Bootdisk C-editing-with-VIM CDServer CPU-Design + Cable-Modem Chroot-BIND Cluster Compaq-Remote-Insight-Board DB2 DSL + Event GCC HOWTO HP IBM7248 IngresII Installation JavaStation + LDAP-Implementation LDP-Reviewer Linux+Windows Linux-Init MP3-Box + Mail-User Masquerading-Simple Medicine MindTerm-SSH Module Net + NetMeeting Network-boot Online-Troubleshooting PPP Printing + Program-Library RPM Remote-Serial-Console SCSI-2.4 SPARC SRM SSL-RedHat + Sat Secure-Programs Serial-Laplink Software-Proj-Mgmt Speech-Recognition + Sybase-ASA Unix-Hardware-Buyer Unix-and-Internet-Fundamentals + User-Authentication VCR VoIP Windows-LAN-Server Wireless XDMCP XFree86 + XFree86-Video-Timings XML-RPC XWindow-Overview i810 phhttpd + (closes: #54092, #79993, #81051, #81052, #81747, #94915, #98529; + closes: #101048). + * Removed HOWTOs: + Busmouse Securing-Domain + * Renamed HOWTOs: + Chroot-BIND -> Chroot-BIND8 (Chroot-BIND now covers BIND 9) + Distribution -> Distributions + IR -> Infrared + * The Distributions-HOWTO now talks about Debian 2.2 (closes: #56606). + * Typo corrected in the IP-Masquerade-HOWTO (closes: #46531). + + * New mini-HOWTOs: + 3D-Modelling ACP-Modem BackspaceDelete Boca DHCP DocBook-Install + Ext2fs-Undeletion-Dir-Struct FBB FDU GIS-GRASS GTEK-BBS-550 + Hard-Disk-Upgrade Home-Electrical-Control Howtos-with-LinuxDoc IP-Alias + IRC Install-Strategies Intkeyb Kerneld Lego Linux+Win95 + Linux-Modem-Sharing LinuxGL-QuakeWorld Linuxdoc-Reference MP3-CD-Burning + MSSQL6-Openlink-PHP-ODBC Man-Page Modules Multiboot-with-GRUB + NFS-Root-Client Netscape+Proxy Nvidia-OpenGL-Configuration + Outlook-to-Unix-Mailbox Pager Partition PortSlave + Post-Installation-Checklist Pre-Installation-Checklist + Process-Accounting Proxy-ARP-Subnet SLIP-PPP-Emulator Small-Memory + Sybase-PHP-Apache TT-XFree86 Virtual-Web XDM-Xterm XFree86-Second-Mouse + (closes: #44606, #102212). + * Renamed mini-HOWTOs: + Loadlin+Win95 -> Loadlin+Win95-98-ME + * Sendmail-Address-Rewrite and Sendmail+UUCP are no longer duplicates + (closes: #44439). + + -- Colin Watson Tue, 4 Sep 2001 00:27:01 +0100 + +doc-linux (2000.09-1.1) unstable; urgency=low + + * Non-maintainer upload. + * HOWTO/3Dfx-HOWTO.sgml.gz: Fix DTD declaration (closes: #90338). + * debian/control: Added build dependencies (closes: #90348). + + -- Colin Watson Fri, 29 Jun 2001 14:33:02 +0100 + +doc-linux (2000.09-1) unstable; urgency=low + + * new HOWTOs + + -- Marco Budde Sun, 17 Sep 2000 13:35:38 +0200 + +doc-linux (2000.03-1) unstable frozen; urgency=low + + * new HOWTOs + + -- Marco Budde Tue, 21 Mar 2000 10:17:24 +0100 + +doc-linux (2000.02-1) unstable; urgency=low + + * new HOWTOs + + -- Marco Budde Thu, 3 Feb 2000 20:16:17 +0100 + +doc-linux (1999.10-1) unstable; urgency=low + + * new HOWTOs + * rules: FHS links + * new /usr/share/doc/{en-html,en-txt} structure + + -- Marco Budde Fri, 15 Oct 1999 21:34:15 +0200 + +doc-linux-html (1999.08-1) unstable; urgency=low + + * use SGML sources to build the HTML files + * new HOWTOs + + -- Marco Budde Sat, 24 Jul 1999 03:41:04 +0200 + +doc-linux-html (99.06-1) unstable; urgency=low + + * non-maintainer release by the previous maintainer + + * debian/changelog: Reinstalled the changelog entry for my 1999.03-1 + revision which has disappeared from the last maintainer upload + + * HOWTOs that are new or updated since the last release on April 22: + BootPrompt Bootdisk CD-Writing CDROM Consultants DOSEMU Diskless + Ethernet HOWTO-INDEX Hardware INDEX.gz INDEX.html.gz Modem Multi-Disk + PCMCIA Plug-and-Play Portuguese Reading-List Security Serial + Software-Building Sound Text-Terminal XFree86 + + * mini-HOWTOs that are new or updated since the last release on April 22: + Automount ADSL Cipe+Masq Alsa-sound Large-Disk Cable-Modem + Ext2fs-Undeletion DPT-Hardware-RAID INDEX INDEX.html Ultra-DMA + + -- Dirk Eddelbuettel Wed, 9 Jun 1999 19:23:05 -0400 + +doc-linux-html (99.03-1) unstable; urgency=low + + * non-maintainer release by the previous maintainer + * the current maintainer has made no release in seven months: there are + now 47 new or updated HOWTOs documents and 28 new or updated mini-HOWTOs + + * HOWTOs that are new or updated since the last release on August 23: + 3Dfx Bash-Prompt Beowulf Bootdisk Busmouse Commercial Config + Consultants DNS Danish Distribution Esperanto Ftape INDEX INFO-SHEET + IPCHAINS IPX IR ISP-Hookup Installation Italian Java-CGI KickStart + Mail Modem NET-3 Optical-Disk Oracle PCMCIA PalmOS Plug-and-Play + Polish Portuguese PostgreSQL Printing Quake Reading-List + Software-Release-Practice TeTeX Text-Terminal Tips UUCP + Unix-Internet-Fundamentals VAR VME Virtual-Services XFree86 + XFree86-Video-Timings XWindow-User HOWTO-INDEX + + * mini-HOWTOs that are new or updated since the last release on August 23 + AI-Alife Apache+SSL+PHP+fp Automount BogoMips Bridge Cable-Modem + Cipe+Masq DHCP Firewall-Piercing INDEX INDEX.html IP-Masquerade LILO + Linux+FreeBSD Loadlin+Win95 NFS-Root-Client Netrom-Node Netstation + PLIP Quota RedHat-CD Remote-X-Apps Secure-POP+SSH Sendmail+UUCP + Sendmail-Address-Rewrite Software-RAID VAIO+Linux ZIP-Drive + + * debian/control: changed sunsite.unc.edu to metalab.unc.edu + + * debian/rules: added perl script make-howtoindex again to create a html + index of the documents + + * debian/rules: also install a doc-base file pointing to this index, as + well as a postinst/prerm to call install-docs + + -- Dirk Eddelbuettel Sun, 21 Mar 1999 19:01:53 -0500 + +doc-linux-html (98.09-1) unstable; urgency=low + + * new HOWTOs + * HTML version of the Linux FAQ + * Replaces: doc-linux + + -- Marco Budde Fri, 28 Aug 1998 22:38:32 +0200 + +doc-linux-html (98.06-1) unstable; urgency=low + + * new HOWTOs + * Conflicts: doc-linux-text (bug #22761, #22777) + * debian/sgml2dhelp: abstract parser changed + + -- Marco Budde Tue, 9 Jun 1998 21:12:30 +0200 + +doc-linux-html (98.04-1) unstable; urgency=low + + * new maintainer + * new source tree + * dhelp support (sgml2dhelp script) + + -- Marco Budde Tue, 7 Apr 1998 14:03:21 +0100 + +doc-linux (98.03-1) frozen unstable; urgency=low + + * Corrected make-howtoindex to add subdirectories to the generated + index.html file (thanks to Bernard DRAPEAU + for bringing this to my attention) + + * Changed file permission to 0644 below /usr/doc/HOWTO/ (lintian) + + * HOWTOs that are new or updated since the last release on February 23: + Commercial Consultants DNS French HOWTO-INDEX INDEX IPX + Linux-HOWTOs.tar.gz Mail Multi-Disk PCMCIA Root-RAID Security VAR + + * mini-HOWTOs that are new or updated since the last release on February 23: + Bzip2 Cable-Modem Cyrus-IMAP DHCPcd Hard-Disk-Upgrade INDEX + Leased-Line RPM+Slackware Remote-X-Apps TkRat + + * New Linux-FAQs as of $Date: 1998/03/12 08:51:17 $ + + -- Dirk Eddelbuettel Wed, 18 Mar 1998 22:15:10 -0500 + +doc-linux (98.02-1) unstable; urgency=low + + * Changed Description: for the doc-linux package (fixes #18465) + + * HOWTOs that are new or updated since the last release on January 28: + BootPrompt Busmouse CD-Writing CDROM Chinese Commercial Consultants + Cyrillic Danish Disk Ethernet HOWTO INDEX PCMCIA Reading-List + Root-RAID Security Serial-Programming UUCP VAR + + * mini-HOWTOs that are new or updated since the last release on January 28: + AI-Alife Cable-Modem Coffee INDEX Install-From-ZIP Linux+FreeBSD + Offline-Mailing Pre-Installation-Checklist RPM+Slackware StarOffice + Token-Ring Ultra-DMA Update Xterm-Title ZIP-Install + + -- Dirk Eddelbuettel Mon, 23 Feb 1998 21:43:37 -0500 + +doc-linux (98.01-2) unstable; urgency=low + + * Added mini-HOWTOs in html format to doc-linux-html (fixes #16854, #17513) + * Moved mini-HOWTOs in text format to doc-linux-text + * The doc-linux package is now pretty small as it contains just the Linux-FAQ + * Modified scripts which create the index.html files accordingly + + * HOWTOs that are new or updated since the last release on January 7: + Consultants Glibc2 HOWTO-INDEX INDEX NIS + + * mini-HOWTOs that are new or updated since the last release on January 7: + Cable-Modem DHCPcd INDEX LILO Soundblaster-AWE VPN + + -- Dirk Eddelbuettel Wed, 28 Jan 1998 21:21:04 -0500 + +doc-linux (98.01-1) unstable; urgency=low + + * Changed debian/control so that doc-linux-text no longer + 'Recommends: www-browser' (fixes #16351) + + * New Linux-FAQs as of $Date: 1998/01/06 06:16:26 $ + + * HOWTOs that are new or updated since the last release on December 23: + CD-Writing Commercial Consultants DNS Emacspeak HOWTO-INDEX INDEX + Optical-Disk Parallel-Processing Reading-List Tips User-Group VAR + + * mini-HOWTOs that are new or updated since the last release on December 23: + Battery-Powered BogoMips Bridge+Firewall Cable-Modem DHCPcd + DPT-Hardware-RAID INDEX IO-Port-Programming LBX Leased-Line + News-Leafsite Pre-Installation-Checklist Public-Web-Browser + Software-Building Software-RAID Update Xterm-Title + + -- Dirk Eddelbuettel Wed, 7 Jan 1998 19:10:02 -0500 + +doc-linux (97.12-1) unstable; urgency=low + + * Switched to distributing the newly maintained Linux-FAQ + * Added a menu entry for the html version of the Linux-FAQ + * Overhauled the other menu entries as well + + * HOWTOs that are new or updated since the last release on November 4: + Assembly BootPrompt Busmouse Commercial Config Consultants Cyrillic + DOS-to-Linux DOSEMU Danish Database Disk Ethernet Glibc2 HOWTO-INDEX + Hardware INDEX Keyboard-and-Console MILO NIS PCMCIA Serial + Sound-Playing UPS User-Group VAR VMS-to-Linux Virtual-Services WWW + WWW-mSQL XFree86 XFree86-Video-Timings + + * mini-HOWTOs that are new or updated since the last release on November 4: + 3-Button-Mouse ADSM-Backup Bridge Bridge+Firewall Cable-Modem DHCPcd + Fax-Server GIS-GRASS Index IP-Masquerade ISP-Connectivity LILO + Linux+DOS+Win95+OS2 Linux+FreeBSD Mac-Terminal Mail-Queue Modules Path + Remote-X-Apps Sendmail+UUCP Small-Memory Software-Building + Software-RAID Soundblaster-AWE StarOffice Visual-Bell + Windows-Modem-Sharing ZIP-Install + + -- Dirk Eddelbuettel Tue, 23 Dec 1997 15:15:56 -0500 + +doc-linux (97.11-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release on October 21: + AX25 Busmouse CDROM Commercial Consultants Distribution Glibc2 + HOWTO-INDEX INDEX INFO-SHEET Installation META-FAQ NFS Reading-List + Sound VAR Virtual-Services WWW WWW-mSQL XFree86 XFree86-Video-Timings + + * mini-HOWTOs that are new or updated since the last release on October 21: + 3-Button-Mouse Battery-Powered BogoMips DHCPcd Diald INDEX IP-Alias + Linux+Win95 Partition Partition-Rescue + + -- Dirk Eddelbuettel Tue, 4 Nov 1997 20:48:57 -0500 + +doc-linux (97.10-3) unstable; urgency=low + + * HOWTOs that are new or updated since the last release on October 15: + Commercial Consultants Danish Emacspeak French Glibc2 HOWTO-INDEX + INDEX ISP-Hookup PCMCIA User-Group VAR XFree86 + + * mini-HOWTOs that are new or updated since the last release on October 15: + AI-Alife Bridge+Firewall DHCPcd Fax-Server GIS-GRASS + Gravis-Ultra-Sound INDEX ISP-Connectivity Linux+FreeBSD Loadlin+Win95 + Offline-Mailing Proxy-ARP-Subnet RPM+Slackware Software-RAID + XFree86-XInside + + * Changed debian/rules such that doc-linux-text no longer contains the + tarball /usr/doc/HOWTO/Linux-HOWTOs.tar.gz (fixes bug #14036) + + -- Dirk Eddelbuettel Tue, 21 Oct 1997 19:07:39 -0400 + +doc-linux (97.10-2) unstable; urgency=low + + * HOWTOs that are new or updated since the last release on October 8:: + Commercial Consultants Emacspeak HOWTO-INDEX INDEX User-Group VAR + + * mini-HOWTOs that are new or updated since the last release on October 8: + Bridge+Firewall DHCPcd Fax-Server INDEX ISP-Connectivity + + * Added 'Replaces: doc-linux' for doc-linux-text (fixes #13842, #13866) + + -- Dirk Eddelbuettel Wed, 15 Oct 1997 19:23:21 -0400 + +doc-linux (97.10-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in September: + Assembly Commercial Consultants Danish Database French Glibc2 + Hardware INDEX ISP-Hookup Installation PCMCIA Printing VAR XFree86 + + * mini-HOWTOs that are new or updated since the last release in September: + AI-Alife GIS-GRASS Gravis-Ultra-Sound INDEX Linux+FreeBSD + Loadlin+Win95 Mail-Queue.gz NFS-Root-Client Offline-Mailing + Proxy-ARP-Subnet RPM+Slackware Software-RAID XFree86-XInside + + -- Dirk Eddelbuettel Wed, 8 Oct 1997 20:28:42 -0400 + +doc-linux (97.09-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in August: + 3Dfx Alpha Benchmarking CD-Writing Commercial Consultants Cyrillic + Danish Disk Distribution HOWTO-INDEX Hardware INDEX Installation + Intranet-Server Italian Keyboard-and-Console MILO NET-3 Optical-Disk + Pilot Reading-List SRM TeTeX User-Group VAR XFree86 XFree86-Video-Timings + + * mini-HOWTOs that are new or updated since the last release in August: + AI-Alife Backup-With-MSDOS Boca BogoMips Bridge+Firewall Clock + Colour-ls Ext2fs-Undeletion GTEK-BBS-550 INDEX INDEX.html Kerneld + LBX Linux+NT-Loader Loadlin+Win95 Man-Page Modules NFS-Root + Netscape+Proxy Pager Process-Accounting Quota RCS Remote-Boot + Remote-X-Apps SLIP-PPP-Emulator Software-Building Software-RAID + Term-Firewall Visual-Bell WordPerfect X-Big-Cursor + + -- Dirk Eddelbuettel Wed, 3 Sep 1997 20:44:52 -0400 + +doc-linux (97.08-1) unstable; urgency=low + + * Moved text versions of HOWTOs into new doc-linux-text package which + leaves the mini-HOWTOs (and the outdated Linux-FAQ) in doc-linux and the + html versions in doc-linux-html --- one can now combine doc-linux with + either of doc-linux-{html,text} (fixes feature request #11590) + * HOWTOs that are new or updated since the last release in July: + Assembly CDROM Commercial Consultants Danish Distribution HOWTO-INDEX + INDEX PCMCIA Printing README Sound TeTeX Thai User-Group VAR + * mini-HOWTOs that are new or updated since the last release in July: + 3-Button-Mouse CD-Writing INDEX Kerneld LBX LF1000 Linux+DOS+Win95+OS2 + Linux+WinNT Loadlin+Win95 Locales Partition RCS README + Software-Building StarOffice VPN Windows-Modem-Sharing + + -- Dirk Eddelbuettel Wed, 6 Aug 1997 21:26:47 -0400 + +doc-linux (97.07-1) unstable; urgency=low + + * Now also provides doc-linux-html package with the HOWTOs in html format. + * Included auto-generated /usr/doc/HOWTO/html/index.html file + * Added a dwww menu entry in /usr/lib/menu/doc-linux-html + + * HOWTOs that are new or updated since the last release in May: + AX25 Assembly Commercial Consultants DNS Danish HOWTO-INDEX Hardware + INDEX PCMCIA RPM Serial Serial-Programming TeTeX Thai VAR + + * mini-HOWTOs that are new or updated since the last release in May: + BogoMips DHCPd HTTP+Netware INDEX Jaz-Drive Linux+DOS+Win95+OS2 + Offline-Mailing Pager Qmail+MH Remote-X-Apps SLIP-PPP-Emulator + Software-Building Soundblaster-AWE64 StarOffice XFree86-XInside + + -- Dirk Eddelbuettel Tue, 8 Jul 1997 22:29:20 -0400 + +doc-linux (97.05-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in April: + Bootdisk Chinese Commercial Consultants Cyrillic DOSEMU Danish + HOWTO-INDEX Hardware INDEX Installation Kernel PCMCIA PPP Serial + Sound-Playing TeTeX Thai VAR + + * mini-HOWTOs that are new or updated since the last release in April: + AI-Alife Battery-Powered Comeau-C++ Dial-On-Demand Dynamic-IP-Hacks + INDEX Kerneld Linux+NT-Loader Offline-Mailing Remote-Boot + Sendmail+UUCP StarOffice VPN + + -- Dirk Eddelbuettel Wed, 28 May 1997 21:31:10 -0400 + +doc-linux (97.04-1) unstable; urgency=low + + * include the file /usr/doc/HOWTO/index.html generated by make-howtoindex + * added a dwww menu entry in /usr/lib/menu/doc-linux + * changed post{inst,rm} to call update-menus if possible + + * HOWTOs that are new or updated since the last release in March: + AX25 Access Assembly Commercial Consultants Cyrillic DNS DOS-to-Linux + DOSEMU Danish Distribution Ftape German HAM HOWTO-INDEX INDEX IPX + Installation Italian Keyboard-and-Console NET-3 NFS PCI PCMCIA PPP + Printing-Usage Serial Sound-Playing UPS VAR VMS-to-Linux XFree86 + + * mini-HOWTOs that are new or updated since the last release in March: + CD-Writing DHCPd Dynamic-IP-Hacks INDEX IO-Port-Programming + IP-Subnetworking Mail-Queue Man-Page Multiple-Disks-Layout Qmail+MH + Serial-Port-Programming + + -- Dirk Eddelbuettel Sun, 6 Apr 1997 19:53:44 -0400 + +doc-linux (97.03-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in February: + Assembly Commercial Consultants HOWTO-INDEX INDEX Italian NET-3 + + * mini-HOWTOs that are new or updated since the last release in February: + Advocacy Dynamic-IP-Hacks Ext2fs-Undeletion INDEX IP-Masquerade + Linux+WinNT NFS-Root Public-Web-Browser + + -- Dirk Eddelbuettel Mon, 3 Mar 1997 20:32:36 -0500 + +doc-linux (97.02-1) unstable; urgency=low + + * Changed Priority: to standard to be in sync with override files + + * HOWTOs that are new or updated since the last release in January: + Assembly CDROM Commercial Consultants Distribution Emacspeak + Ethernet German HOWTO-INDEX INDEX INFO-SHEET Installation Italian + NIS Polish Sound Tips XFree86 + + * mini-HOWTOs that are new or updated since the last release in January: + ADSM-Backup AI-Alife Advocacy Bridge+Firewall CD-Writing + Dynamic-IP-Hacks Ext2fs-Undeletion INDEX IP-Alias Jaz-Drive NFS-Root + Partition Soundblaster-16 Virtual-wu-ftpd + + -- Dirk Eddelbuettel Wed, 12 Feb 1997 21:06:40 -0500 + +doc-linux (97.01-2) stable unstable; urgency=low + + * Changed invalid distribution field "frozen" to "stable" in changelog + + * Do not install invalid upstream files INDEX.html and mini/INDEX.html + as they do not work with the gzip'ed documents, and there is no point + in patching the html as the most popular webbrowser cannot cope with + compressed documents anyway (fixes bug #6413) + + * HOWTOs that are new or updated since the last release in December: + AX25 BootPrompt Commercial Consultants DOStoLinux Distribution + HOWTO-INDEX INDEX INFO-SHEET ISP-Hookup Installation Java-CGI + META-FAQ PCMCIA Serial XFree86 + + * mini-HOWTOs that are new or updated since the last release in December: + Advocacy BogoMips Bridge+Firewall CD-Writer Clock DHCP + Dynamic-IP-Hacks GTEK-BBS-550 INDEX Linux+WinNT++ Locales + Multiple-Disks-Layout NFS-Root NFS-Root-Client PPP-over-minicom + ZIP-Install + + -- Dirk Eddelbuettel Mon, 6 Jan 1997 22:42:13 -0500 + +doc-linux (97.01-1) frozen unstable; urgency=low + + * HOWTOs that are new or updated since the last release in December: + BootPrompt Commercial Consultants Distribution HOWTO-INDEX INDEX + ISP-Hookup Installation Java-CGI + + * mini-HOWTOs that are new or updated since the last release in December: + Advocacy Bridge+Firewall CD-Writer DHCP GTEK-BBS-550 INDEX Locales + NFS-Root NFS-Root-Client ZIP-Install + + -- Dirk Eddelbuettel Fri, 3 Jan 1997 21:50:25 -0500 + +doc-linux (96.12-1) frozen unstable; urgency=low + + * HOWTOs that are new or updated since the last release in November: + AX25 Commercial Consultants Distribution HOWTO-INDEX Installation + + * mini-HOWTOs that are new or updated since the last release in November: + Dynamic-IP-Hacks JE Kerneld SLIP+proxyARP + + -- Dirk Eddelbuettel Mon, 9 Dec 1996 21:40:12 -0500 + +doc-linux (96.11-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in October: + Busmouse Commercial Consultants Distribution Ethernet Firewall + HAM HOWTO-INDEX INDEX INDEX.html INFO-SHEET IPX Installation + Module PCMCIA README Slovenian Sound-Playing Tips WWW XFree86 + + * mini-HOWTOs that are new or updated since the last release in October: + 3-Button-Mouse AI-Alife BogoMips CD-Writer Dynamic-IP-Hacks + HTTP+Netware INDEX INDEX.html IP-Alias MIDI+SB Mail2News + Netscape+Proxy README SLIP+proxyARP Sendmail+UUCP + Virtual-wu-ftpd Xterm-Title + + -- Dirk Eddelbuettel Sun, 24 Nov 1996 17:16:10 -0500 + +doc-linux (96.10-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in September: + CDROM Commercial Consultants Ftape HAM HOWTO-INDEX INDEX + Printing Printing-Usage SCSI Sound + + * mini-HOWTOs that are new or updated since the last release in September: + Consoles-Many Diskless Dynamic-IP-Hacks INDEX IO-Port-Programming + Java-WorkShop Linux+DOS+Win95 Linux+DOS+Win95+OS2 Linux+WinNT + PLIP Pager Partition Remote-Boot X-Big-Cursor Xterm-Title + + -- Dirk Eddelbuettel Mon, 7 Oct 1996 09:18:11 -0400 + +doc-linux (96.09-1) unstable; urgency=low + + * HOWTOs that are New or updated since the August release: + Bootdisk Commercial Emacspeak HOWTO-INDEX INDEX Italian PCMCIA + PPP SMB Spanish Tips + + * mini-HOWTOs that are New or updated since the August release: + BogoMips Bridge Dynamic-IP-Hacks INDEX IP-Alias IP-Masquerade + Java-WorkShop Jaz-Drive Multiple-Disks-Layout Win95+Win+Linux + + * Converted package management files to new Debian-1.2 style + * Changed maintainer email address to + + -- Dirk Eddelbuettel Thu, 5 Sep 1996 11:58:11 -0400 + +Tue Aug 6 16:49:00 1996 Dirk Eddelbuettel + + * doc-linux-96.08-0 release + + * HOWTOs that are New or updated since the July release: + Access Commercial DNS ELF HOWTO-INDEX INDEX INFO-SHEET Kernel + META-FAQ PCI PPP Printing + + * mini-HOWTOs that are New or updated since the July release: + Dynamic-IP-Hacks INDEX IP-Masquerade Large-Disk + Process-Accounting Quota Visual-Bell XFree86-XInside + +Fri Jul 12 07:30:56 1996 Dirk Eddelbuettel + + * doc-linux-96.07-0 release + + * HOWTOs that are New or updated since the June release: + AX25 Access Bootdisk CDROM Commercial Cyrillic Danish + Distribution Ftape HOWTO-INDEX INDEX IPX Java MGR Module + PCMCIA Polish Printing Shadow-Password Sound Tips + + * mini-HOWTOs that are New or updated since the June release: + 3-Button-Mouse Assembly BogoMips Diald Diskless + Dynamic-IP-Hacks INDEX IP-Alias IP-Masquerade Kerneld + Linux+OS2+DOS Linux+Win95 Locales Multiple-Disks-Layout + Print2Win Term-Firewall Upgrade + +Sat Jun 8 09:41:55 1996 Dirk Eddelbuettel + + * doc-linux-96.06-0 release + + * HOWTOs that are New or updated since the May release: + Access, Danish, Distribution, Ftape, HOWTO-INDEX, INDEX, + INFO-SHEET, IPX, Italian, Java, META-FAQ, MGR, Polish, + SCSI-Programming, Shadow-Password, Sound-Playing, Tips + + * mini-HOWTOs that are New or updated since the May release: + 3-Button-Mouse, Assembly, DOS2Linux, Diskless, + Dynamic-IP-Hacks, Graphics-Tools, INDEX, Kerneld, + Linux+OS2+DOS, Locales, Online-Support, Term-Firewall, + Upgrade, XFree86-XInside + +Sat May 11 13:35:59 1996 Dirk Eddelbuettel + + * doc-linux-96.05-0 release + + * new or updated HOWTOs: AX25 Access HAM HOWTO-INDEX INDEX + INFO-SHEET IPX ISP-Hookup Italian META-FAQ NET-2 SCSI + Shadow-Password + + * new or update mini-HOWTOs: Colour-ls INDEX Graphics Man-Page + PPP-over-ISDN ZIP-Drive + +Wed Apr 10 16:18:19 1996 Dirk Eddelbuettel + + * doc-linux-96.04-0 release + + * debian.control: added Architecture: field + + * new or updated HOWTOs: Access, DNS, Danish, Ftape, German, + Index, PCI, PPP, Printing, Tips + + * new or update mini-HOWTOs: Consoles-Many, Gravis-Ultrasound, + HTTP+Netware, Index, LF1000, Locales, Multiple-Disks-Layout, + NFS-Root + +Wed Mar 6 17:17:44 1996 Dirk Eddelbuettel + + * doc-linux-96.03-0 release + + * new Linux FAQ + + * new or updated HOWTOs: CDROM, Distribution, Finnish, Ftape, + GCC, Index, INFO-SHEET, Java, Kernel, META-FAQ, Printing, Sound, + Sound-Playing + + * new or update mini-HOWTOs: Backup_With_MSDOS, HTTP+Netware, + Kerneld, LF1000, Linux+OS2+DOS, Modeline, Multiple_Disks, + Reading_List + +Wed Feb 7 15:11:09 1996 Dirk Eddelbuettel + + * doc-linux-96.02-0 release + + * new or updated HOWTOs: PCMCIA-HOWTO README IPX-HOWTO NET-2-HOWTO + Shadow-Password-HOWTO UMSDOS-HOWTO Distribution-HOWTO SCSI-HOWTO + Ftape-HOWTO Italian-HOWTO INDEX HOWTO-INDEX + + * new or updated mini-HOWTOs: ADSM-Backup Tiny-News Colour-ls PLIP + DOS2Linux Win95+Win+Linux INDEX + +Wed Jan 3 08:01:16 1996 Dirk Eddelbuettel + + * doc-linux-96.01-0 release + + * new or updated HOWTOs: Distribution-HOWTO, IPX-HOWTO, Java-HOWTO + + * new or updated mini-HOWTOs: Linux+Win95, ADSM-Backup, BogoMips, + IO-Port-Programming, TIA + +Mon Dec 4 21:11:25 1995 Dirk Eddelbuettel + + * doc-linux-95.12-0 release + + * new or updated HOWTOs: SCSI-HOWTO Keyboard-HOWTO UMSDOS-HOWTO + Hardware-HOWTO PCI-HOWTO Ethernet-HOWTO Ftape-HOWTO NET-2-HOWTO + HAM-HOWTO HOWTO-INDEX + + * new or updated mini-HOWTOs: IO-Port-Programming Virtual-Web + Caching-named + +Wed Nov 8 16:12:27 1995 Dirk Eddelbuettel + + * updated to newest versions as recent as November 7, 1995. + + * duplicate Keystroke-HOWTO removed at sunsite, (fixes bug#1773) + + * debian.control: recommends info-browser (fixes bug#1442) + + * postinst: install linux-faq.info under Information (fixes bug#1109) + + * new package name and numbering scheme, replaces 'doc' package + + * new maintainer + + --- doc-linux-2007.11.orig/debian/doc-linux-html.README.Debian +++ doc-linux-2007.11/debian/doc-linux-html.README.Debian @@ -0,0 +1,27 @@ +doc-linux-html for Debian +------------------------- + +This package contains the HTML versions of the free portion of the Linux +HOWTO documents from the Linux Documentation Project and the Linux +Frequently Asked Questions (FAQ) file. They can be found in +/usr/share/doc/HOWTO/en-html and /usr/share/doc/FAQ respectively. + +Several HOWTOs have been converted to full-scale Guides, and are available +either from http://en.tldp.org/guides.html or, perhaps, in separate +packages. These include at least the following: + + * Adv-Bash-Scr-HOWTO -> Advanced Bash-Scripting Guide + * Consultants-HOWTO -> Linux Consultants Guide + * HOWTO-HOWTO -> LDP Author Guide + * Linux-From-Scratch-HOWTO -> Linux From Scratch + +Some HOWTOs are non-free, and have been moved to the separate +doc-linux-nonfree-html package. + +HOWTOs in the 'extra' directory are not shipped by the Linux +Documentation Project, but are included following user requests. In +general, please consider packaging documents separately rather than +requesting that they be included here, since each extra document makes +doc-linux more difficult to update. + + -- Colin Watson Sun, 13 Jul 2003 16:00:44 +0100 --- doc-linux-2007.11.orig/debian/doc-linux-nonfree.copyright.head +++ doc-linux-2007.11/debian/doc-linux-nonfree.copyright.head @@ -0,0 +1,20 @@ +This is the Debian GNU/Linux 'doc-linux-nonfree' package. It provides the +non-free portion of the current Linux HOWTOs, written by several authors and +coordinated by Guylhem Aznar . + +This package was put together by Colin Watson from the +sources at ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO. Its previous +maintainers were Ian Murdock, Dirk Eddelbuettel, and Marco Budde. + +As of September 2003 this package is maintained by a team at +pkg-doc-linux-devel@lists.alioth.debian.org, currently with three members: +Colin Watson, Doug Jensen and Frank Lichtenheld. The Debian-specific part of +this package is maintained in a Subversion repository +(http://svn.debian.org/viewcvs/pkg-doc-linux/). + +Other changes made were: + + * Added the Debian package maintenance system. + +The documents in this package fall under a variety of non-DFSG-free +licences, all listed below. --- doc-linux-2007.11.orig/debian/doc-linux-nonfree-html.README.Debian +++ doc-linux-2007.11/debian/doc-linux-nonfree-html.README.Debian @@ -0,0 +1,10 @@ +doc-linux-nonfree-html for Debian +--------------------------------- + +This package contains the HTML versions of the non-free portion of the Linux +HOWTO documents from the Linux Documentation Project. They can be found in +/usr/share/doc/HOWTO/en-html. + +For the free documents, see doc-linux-html. + + -- Colin Watson Sun, 11 May 2003 23:47:25 +0100 --- doc-linux-2007.11.orig/debian/doc-linux-nonfree-text.dirs +++ doc-linux-2007.11/debian/doc-linux-nonfree-text.dirs @@ -0,0 +1,2 @@ +usr/share/doc/HOWTO/en-txt +usr/share/doc/doc-linux-nonfree-text --- doc-linux-2007.11.orig/debian/redirect.patch +++ doc-linux-2007.11/debian/redirect.patch @@ -0,0 +1,56 @@ +Several HOWTOs are now just redirectors to Guides. This patch causes the +redirectors to use absolute URIs rather than relative URIs. + +--- Adv-Bash-Scr-HOWTO.html ++++ Adv-Bash-Scr-HOWTO.html +@@ -1,2 +1,2 @@ + REDIRECT +- ++ +--- Adv-Bash-Scr-HOWTO/index.html ++++ Adv-Bash-Scr-HOWTO/index.html +@@ -1,2 +1,2 @@ + REDIRECT +- ++ +--- Consultants-HOWTO.html ++++ Consultants-HOWTO.html +@@ -1,2 +1,2 @@ + REDIRECT +- ++ +--- Consultants-HOWTO/index.html ++++ Consultants-HOWTO/index.html +@@ -1,2 +1,2 @@ + REDIRECT +- ++ +--- HOWTO-HOWTO/index.html ++++ HOWTO-HOWTO/index.html +@@ -1,3 +1,3 @@ + +- ++ + +--- Linux-From-Scratch-HOWTO.html ++++ Linux-From-Scratch-HOWTO.html +@@ -7,7 +7,7 @@ +

Linux From Scratch

+

+ Replaced by the +-Linux From Scratch book. ++Linux From Scratch book. +

+ + +--- Laptop-HOWTO.html ++++ Laptop-HOWTO.html +@@ -14,7 +14,7 @@ +

Linux Laptop HOWTO

+ +

This document has been replaced by the +-Linux on the Road ++Linux on the Road + (Linux Mobile Guide) at the request of the author. +

+ --- doc-linux-2007.11.orig/debian/copyrights/removed/_ALL_ +++ doc-linux-2007.11/debian/copyrights/removed/_ALL_ @@ -0,0 +1,5 @@ +HOWTO: Term-Firewall + +The license terms of these HOWTOs not included in this version +of doc-linux can be found in the SVN repository at +svn://svn.debian.org/svn/pkg-doc-linux/trunk/doc-linux/ --- doc-linux-2007.11.orig/debian/copyrights/free/LDPL-Simple-3 +++ doc-linux-2007.11/debian/copyrights/free/LDPL-Simple-3 @@ -0,0 +1,17 @@ +HOWTO: Ethernet-HOWTO +HOWTO: Module-HOWTO +HOWTO: Secure-POP+SSH + + Permission is granted to make and distribute verbatim copies of this + manual provided the copyright notice and this permission notice are + preserved on all copies. + + Permission is granted to copy and distribute modified versions of this + document under the conditions for verbatim copying, provided that this + copyright notice is included exactly as in the original, and that the + entire resulting derived work is distributed under the terms of a + permission notice identical to this one. + + Permission is granted to copy and distribute translations of this + document into another language, under the above conditions for + modified versions. --- doc-linux-2007.11.orig/debian/copyrights/free/LDPL-Simple +++ doc-linux-2007.11/debian/copyrights/free/LDPL-Simple @@ -0,0 +1,59 @@ +HOWTO: Apache-Compile-HOWTO +HOWTO: Benchmarking-HOWTO +HOWTO: Cipe+Masq +HOWTO: DOSEMU-HOWTO +HOWTO: Event-HOWTO +HOWTO: Firewall-HOWTO +HOWTO: Flash-Memory-HOWTO +HOWTO: Framebuffer-HOWTO +HOWTO: Hellenic-HOWTO +HOWTO: IBM7248-HOWTO +HOWTO: IO-Port-Programming +HOWTO: ISP-Setup-RedHat-HOWTO +HOWTO: Linux+DOS+Win95+OS2 +HOWTO: MILO-HOWTO +HOWTO: MindTerm-SSH-HOWTO +HOWTO: NFS-Root +HOWTO: NFS-Root-Client-mini-HOWTO +HOWTO: Optical-Disk-HOWTO +HOWTO: PLIP +HOWTO: PortSlave +HOWTO: Post-Installation-Checklist +HOWTO: Postfix-Cyrus-Web-cyradm-HOWTO +HOWTO: Pre-Installation-Checklist +HOWTO: Printing-Usage-HOWTO +HOWTO: Proxy-ARP-Subnet +HOWTO: Remote-Serial-Console-HOWTO +HOWTO: SLIP-PPP-Emulator +HOWTO: Saving-Space +HOWTO: Security-HOWTO +HOWTO: Serbian-HOWTO +HOWTO: Serial-Programming-HOWTO +HOWTO: TT-Debian +HOWTO: Thai-HOWTO +HOWTO: VMS-to-Linux-HOWTO +HOWTO: XDM-Xterm +HOWTO: XDMCP-HOWTO +HOWTO: XWindow-User-HOWTO +HOWTO: Xinerama-HOWTO + +Unless otherwise stated, Linux HOWTO documents are copyrighted by their +respective authors. Linux HOWTO documents may be reproduced and distributed +in whole or in part, in any medium physical or electronic, as long as this +copyright notice is retained on all copies. Commercial redistribution is +allowed and encouraged; however, the author would like to be notified of any +such distributions. + +All translations, derivative works, or aggregate works incorporating any +Linux HOWTO documents must be covered under this copyright notice. That is, +you may not produce a derivative work from a HOWTO and impose additional +restrictions on its distribution. Exceptions to these rules may be granted +under certain conditions; please contact the Linux HOWTO coordinator at the +address given below. + +In short, we wish to promote dissemination of this information through as +many channels as possible. However, we do wish to retain copyright on the +HOWTO documents, and would like to be notified of any plans to redistribute +the HOWTOs. + +If you have any questions, please contact . --- doc-linux-2007.11.orig/debian/copyrights/free/Coffee +++ doc-linux-2007.11/debian/copyrights/free/Coffee @@ -0,0 +1,23 @@ +HOWTO: Coffee + +Copyright © 2004-08-29 by Fotis Georgatos. You are free: + + * to copy, distribute, display, and perform the work + * to make derivative works + * to make commercial use of the work + +Under the following conditions: +Attribution. You must give the original author credit. +Share Alike. If you alter, transform, or build upon this work, you +may distribute the resulting work only under a license identical to +this one. + + * For any reuse or distribution, you must make clear to others the + license terms of this work. + * Any of these conditions can be waived if you get permission from + the author. + + +(This is actually a part of the Creative Commons +Attribution-ShareAlike license, but as it is not referenced I see it +as a separate license) --- doc-linux-2007.11.orig/debian/copyrights/free/Network-Install +++ doc-linux-2007.11/debian/copyrights/free/Network-Install @@ -0,0 +1,9 @@ +HOWTO: Network-Install-HOWTO + + (C) Copyright IBM Corp. 2002. + + This document may be reproduced or distributed in any form without + prior permission provided the copyright notice is retained on all + copies. Modified versions of this document may be freely distributed + provided that they are clearly identified as such, and this copyright + is included intact. --- doc-linux-2007.11.orig/debian/copyrights/free/LDPL-Simple-5 +++ doc-linux-2007.11/debian/copyrights/free/LDPL-Simple-5 @@ -0,0 +1,21 @@ +HOWTO: VME-HOWTO +HOWTO: Virtual-Services-HOWTO + + A verbatim copy may be reproduced or distributed in any medium + physical or electronic without permission of the author. Translations + are similarly permitted without express permission if it includes a + notice on who translated it. Commercial redistribution is allowed and + encouraged; however please notify the author of any such distributions. + + Excerpts from the document may be used without prior consent provided + that the derivative work contains the verbatim copy or a pointer to a + verbatim copy. + + Permission is granted to make and distribute verbatim copies of this + document provided the copyright notice and this permission notice are + preserved on all copies. + + In short, we wish to promote dissemination of this information through + as many channels as possible. However, we wish to retain copyright on + this HOWTO document, and would like to be notified of any plans to + redistribute this HOWTO. --- doc-linux-2007.11.orig/debian/copyrights/free/PLIP-Install +++ doc-linux-2007.11/debian/copyrights/free/PLIP-Install @@ -0,0 +1,5 @@ +HOWTO: PLIP-Install-HOWTO + + This documentation used to be under the OpenContent + license. It is not anymore. Do + what you want with this document. --- doc-linux-2007.11.orig/debian/copyrights/free/LDPL-Simple-2 +++ doc-linux-2007.11/debian/copyrights/free/LDPL-Simple-2 @@ -0,0 +1,28 @@ +HOWTO: Advocacy +HOWTO: Commercial-HOWTO +HOWTO: Commercial-Port-Advocacy +HOWTO: Mail-User-HOWTO +HOWTO: VAR-HOWTO +HOWTO: WordPerfect + + A verbatim copy may be reproduced or distributed in any medium + physical or electronic without permission of the author. Translations + are similarly permitted without express permission if it includes a + notice on who translated it. + + Short quotes may be used without prior consent by the author. + Derivative work and partial distributions of the HOWTO must be + accompanied with either a verbatim copy of this file or a pointer to + the verbatim copy. + + Commercial redistribution is allowed and encouraged; however, the + author would like to be notified of any such distributions. + + In short, we wish to promote dissemination of this information through + as many channels as possible. However, we do wish to retain copyright + on the HOWTO documents, and would like to be notified of any plans to + redistribute the HOWTOs. + + We further want that all information provided in the HOWTOs is + disseminated. If you have questions, please contact Tim Bynum, the + Linux HOWTO coordinator, at linux-howto@metalab.unc.edu. --- doc-linux-2007.11.orig/debian/copyrights/free/CD-Writing +++ doc-linux-2007.11/debian/copyrights/free/CD-Writing @@ -0,0 +1,24 @@ +HOWTO: CD-Writing-HOWTO + +Copyright Winfried Trümper 1996-2000. All rights reserved. + +Redistribution and use, with or without modification, are permitted +provided that the name of the author may not be used to endorse or +promote products derived from this software without specific prior +written permission. In this sense, translations are welcome and need +not to be authorized by me. + +The author disclaims all warranties with regard to this document, +including all implied warranties of merchantability and fitness for a +certain purpose; in no event shall the author be liable for any +special, indirect or consequential damages or any damages whatsoever +resulting from loss of use, data or profits, whether in an action of +contract, negligence or other tortious action, arising out of or in +connection with the use of this document. + +Short: read and use at your own risk. No money-back guarantee. If you +want to understand why this document has always been under a very weak +license and not under the gnu GPL or similar restrictive, then you +should read this article from the German computer magazine c't: + (currently only +in German language). --- doc-linux-2007.11.orig/debian/copyrights/free/LDPL-2.0 +++ doc-linux-2007.11/debian/copyrights/free/LDPL-2.0 @@ -0,0 +1,201 @@ +HOWTO: 3-Button-Mouse +HOWTO: 4mb-Laptops +HOWTO: ADSM-Backup +HOWTO: AI-Alife-HOWTO +HOWTO: Accessibility-Dev-HOWTO +HOWTO: Alpha-HOWTO +HOWTO: Apache+SSL+PHP+fp +HOWTO: Apache-WebDAV-LDAP-HOWTO +HOWTO: BackspaceDelete +HOWTO: Backup-With-MSDOS +HOWTO: Bash-Prog-Intro-HOWTO +HOWTO: Boca +HOWTO: Bootdisk-HOWTO +HOWTO: Bridge+Firewall +HOWTO: Bzip2 +HOWTO: Call-back +HOWTO: Chroot-BIND-HOWTO +HOWTO: Chroot-BIND8-HOWTO +HOWTO: Clock +HOWTO: Cluster-HOWTO +HOWTO: Compaq-Remote-Insight-Board-HOWTO +HOWTO: Compaq-T1500-HOWTO +HOWTO: Compressed-TCP +HOWTO: DPT-Hardware-RAID-HOWTO +HOWTO: Danish-HOWTO +HOWTO: Debian-Binary-Package-Building-HOWTO +HOWTO: DocBook-Demystification-HOWTO +HOWTO: Domain +HOWTO: Ecology-HOWTO +HOWTO: Esperanto-HOWTO +HOWTO: Ethernet-Bridge-netfilter-HOWTO +HOWTO: Fax-Server +HOWTO: Glibc2-HOWTO +HOWTO: Hard-Disk-Upgrade +HOWTO: Hebrew-HOWTO +HOWTO: IP-Alias +HOWTO: IPCHAINS-HOWTO +HOWTO: IRC +HOWTO: ISP-Hookup-HOWTO +HOWTO: Install-From-ZIP +HOWTO: Java-CGI-HOWTO +HOWTO: Kerneld +HOWTO: Keyboard-and-Console-HOWTO +HOWTO: LBX +HOWTO: Large-Disk-HOWTO +HOWTO: Lego +HOWTO: Linux+FreeBSD +HOWTO: Linux+NT-Loader +HOWTO: Linux+Solaris +HOWTO: Linux+Win95 +HOWTO: Linux-Init-HOWTO +HOWTO: LinuxGL-QuakeWorld-mini-HOWTO +HOWTO: Linuxdoc-Reference +HOWTO: Mac-Terminal +HOWTO: Mail-Administrator-HOWTO +HOWTO: Majordomo-MajorCool-HOWTO +HOWTO: Multiboot-with-GRUB +HOWTO: Multiboot-with-LILO +HOWTO: NIS-HOWTO +HOWTO: NetMeeting-HOWTO +HOWTO: Netrom-Node +HOWTO: Netscape+Proxy +HOWTO: Networking-Overview-HOWTO +HOWTO: Pager +HOWTO: Parallel-Processing-HOWTO +HOWTO: Partition +HOWTO: Polish-HOWTO +HOWTO: Portuguese-HOWTO +HOWTO: Programming-Languages +HOWTO: Psion-HOWTO +HOWTO: Public-Web-Browser +HOWTO: Qmail+MH +HOWTO: RCS +HOWTO: RedHat-CD-HOWTO +HOWTO: SRM-HOWTO +HOWTO: Sendmail+UUCP +HOWTO: Sendmail-Address-Rewrite +HOWTO: Slovenian-HOWTO +HOWTO: Small-Memory +HOWTO: Software-Building-HOWTO +HOWTO: Software-RAID-HOWTO +HOWTO: Software-Release-Practice-HOWTO +HOWTO: Thinclient-HOWTO +HOWTO: Tips-HOWTO +HOWTO: Turkish-HOWTO +HOWTO: Unicode-HOWTO +HOWTO: Unix-Hardware-Buyer-HOWTO +HOWTO: Unix-and-Internet-Fundamentals-HOWTO +HOWTO: VAIO+Linux +HOWTO: VPN-Masquerade-HOWTO +HOWTO: WWW-mSQL-HOWTO +HOWTO: Windows-LAN-Server-HOWTO +HOWTO: Wireless-Link-sys-WPC11 +HOWTO: X-Big-Cursor +HOWTO: XFree86-HOWTO +HOWTO: XFree86-Video-Timings-HOWTO +HOWTO: Xterm-Title +HOWTO: ZIP-Drive +HOWTO: ZIP-Install +HOWTO: i810-HOWTO + +The following licence is available here: + + http://en.tldp.org/COPYRIGHT.html + +It is the default licence for documents distributed by the LDP which do not +have a licence of their own. + +Documents using option B, preventing distribution of modified versions +without the author's consent, are non-free. The documents listed here do not +fall into that category. + + LINUX DOCUMENTATION PROJECT LICENSE (LDPL) v2.0, 12 January 1998 + + I. COPYRIGHT + + The copyright to each Linux Documentation Project (LDP) document is owned + by its author or authors. + +II. LICENSE + + The following license terms apply to all LDP documents, unless otherwise + stated in the document. The LDP documents may be reproduced and distributed + in whole or in part, in any medium physical or electronic, provided that + this license notice is displayed in the reproduction. Commercial + redistribution is permitted and encouraged. Thirty days advance notice via + email to the author(s) of redistribution is appreciated, to give the + authors time to provide updated documents. + + A. REQUIREMENTS OF MODIFIED WORKS + + All modified documents, including translations, anthologies, and + partial documents, must meet the following requirements: + + 1. The modified version must be labeled as such. + 2. The person making the modifications must be identified. + 3. Acknowledgement of the original author must be retained. + 4. The location of the original unmodified document be identified. + 5. The original author's (or authors') name(s) may not be used to + assert or imply endorsement of the resulting document without the + original author's (or authors') permission. + + In addition it is requested that: + + 1. The modifications (including deletions) be noted. + 2. The author be notified by email of the modification in advance of + redistribution, if an email address is provided in the document. + + As a special exception, anthologies of LDP documents may include a + single copy of these license terms in a conspicuous location within the + anthology and replace other copies of this license with a reference to + the single copy of the license without the document being considered + "modified" for the purposes of this section. + + Mere aggregation of LDP documents with other documents or programs on + the same media shall not cause this license to apply to those other + works. + + All translations, derivative documents, or modified documents that + incorporate any LDP document may not have more restrictive license + terms than these, except that you may require distributors to make the + resulting document available in source format. + + LDP documents are available in source format via the LDP home page at + http://sunsite.unc.edu/LDP/. + +------------------------------------------------------------------------------- + + LDP Policy Appendices + + A. TO USE THE LDP LICENSE + + LDP authors who want to use the LDP License should put the following + statement in their document: + + Copyright (c) by . This document may be distributed only subject to the + terms and conditions set forth in the LDP License at . + + Authors may include a copy of the license in their documents, as well. If + they do so, they have the option of ommitting the appendices. + + B. TO USE THE LDP LICENSE, BUT PREVENT MODIFICATION + + LDP authors who want to prevent modification to their document should put + the following statement in their document: + + Copyright (c) by . This document may be distributed only subject to the + terms and conditions set forth in the LDP License at , except that this + document must not be distributed in modified form without the author's + consent. + + C. TO USE YOUR OWN LICENSE + + LDP authors who want to include their own license on LDP works may do so, + as long as their terms are not more restrictive than the LDP license, + except that they may require that the document may not be modified. + +------------------------------------------------------------------------------- + +If you have questions about the LDP License, please contact Guylhem Aznar, +guylhem@metalab.unc.edu. --- doc-linux-2007.11.orig/debian/copyrights/free/Shadow-Password +++ doc-linux-2007.11/debian/copyrights/free/Shadow-Password @@ -0,0 +1,24 @@ +HOWTO: Shadow-Password-HOWTO + + The Linux Shadow Password HOWTO is Copyright (c) 1996 Michael H. + Jackson. + + Permission is granted to make and distribute verbatim copies of this + document provided the copyright notice and this permission notice are + preserved on all copies. + + Permission is granted to copy and distribute modified versions of this + document under the conditions for verbatim copies above, provided a + notice clearly stating that the document is a modified version is also + included in the modified document. + + Permission is granted to copy and distribute translations of this + document into another language, under the conditions specified above + for modified versions. + + Permission is granted to convert this document into another media + under the conditions specified above for modified versions provided + the requirement to acknowledge the source document is fulfilled by + inclusion of an obvious reference to the source document in the new + media. Where there is any doubt as to what defines 'obvious' the + copyright owner reserves the right to decide. --- doc-linux-2007.11.orig/debian/copyrights/free/German +++ doc-linux-2007.11/debian/copyrights/free/German @@ -0,0 +1,20 @@ +HOWTO: German-HOWTO + + © Winfried Trümper 1994-2001. All rights reserved. + + Distribution and use of this document are allowed under the following + restrictions: The name of the author must not be used to endorse or + promote products based on the German Howto and modified versions must + be clearly identified as such. + Text, illustrations and programs in this Howto were crafted carefully. + Nevertheless the chance of an error is always there. Because of the + complexity and the frequent changes of computer systems, the author + disclaims all warranties with regard to this document, including all + implied warranties of merchantability and fitness for a certain + purpose; in no event shall the author be liable for any special, + indirect or consequential damages or any damages whatsoever resulting + from loss of use, data or profits, whether in an action of contract, + negligence or other tortious action, arising out of or in connection + with the use of this document. + + Short: use this Howto at your own risk. --- doc-linux-2007.11.orig/debian/copyrights/free/GIS-GRASS +++ doc-linux-2007.11/debian/copyrights/free/GIS-GRASS @@ -0,0 +1,6 @@ +HOWTO: GIS-GRASS + +[I take this to mean "released into the public domain".] + + This document was prepared by a Federal civil servant in support of + his work (but mostly on his own time). It is NOT SUBJECT TO COPYRIGHT. --- doc-linux-2007.11.orig/debian/copyrights/free/GFDL-1.2 +++ doc-linux-2007.11/debian/copyrights/free/GFDL-1.2 @@ -0,0 +1,439 @@ +HOWTO: 8021X-HOWTO +HOWTO: Aviation-HOWTO +HOWTO: BogoMips +HOWTO: BTTV +HOWTO: Cable-Modem +HOWTO: Disk-Encryption-HOWTO +HOWTO: Disk-on-Chip-HOWTO +HOWTO: DVD-Playback-HOWTO +HOWTO: Encrypted-Root-Filesystem-HOWTO +HOWTO: Fedora-Multimedia-Installation-HOWTO +HOWTO: Font-HOWTO +HOWTO: Glibc-Install-HOWTO +HOWTO: Implement-Sys-Call-Linux-2.6-i386 +HOWTO: Installfest-HOWTO +HOWTO: libdc1394-HOWTO +HOWTO: Linksys-Blue-Box-Router-HOWTO +HOWTO: Linux-i386-Boot-Code-HOWTO +HOWTO: LVM-HOWTO +HOWTO: Masquerading-Simple-HOWTO +HOWTO: Mobile-IPv6-HOWTO +HOWTO: Motorola-Surfboard-Modem +HOWTO: Mozilla-Optimization +HOWTO: OLSR-IPv6-HOWTO +HOWTO: PA-RISC-Linux-Boot-HOWTO +HOWTO: Qmail-ClamAV-HOWTO +HOWTO: Reliance-HOWTO +HOWTO: Samba-Authenticated-Gateway-HOWTO +HOWTO: Scanner-HOWTO +HOWTO: Scripting-GUI-TclTk +HOWTO: Secure-CVS-Pserver +HOWTO: Tamil-Linux-HOWTO +HOWTO: TimePrecision-HOWTO +HOWTO: UPS-HOWTO +HOWTO: VB6-to-Tcl +HOWTO: Web-Browsing-Behind-ISA-Server-HOWTO +HOWTO: Webcam-HOWTO +HOWTO: WikiText-HOWTO +HOWTO: Windows-Newsreaders-under-Linux-HOWTO +HOWTO: Xterminals + +The documents listed here have no Invariant Sections. + + GNU Free Documentation License + Version 1.2, November 2002 + + + Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + +0. PREAMBLE + +The purpose of this License is to make a manual, textbook, or other +functional and useful document "free" in the sense of freedom: to +assure everyone the effective freedom to copy and redistribute it, +with or without modifying it, either commercially or noncommercially. +Secondarily, this License preserves for the author and publisher a way +to get credit for their work, while not being considered responsible +for modifications made by others. + +This License is a kind of "copyleft", which means that derivative +works of the document must themselves be free in the same sense. It +complements the GNU General Public License, which is a copyleft +license designed for free software. + +We have designed this License in order to use it for manuals for free +software, because free software needs free documentation: a free +program should come with manuals providing the same freedoms that the +software does. But this License is not limited to software manuals; +it can be used for any textual work, regardless of subject matter or +whether it is published as a printed book. We recommend this License +principally for works whose purpose is instruction or reference. + + +1. APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work, in any medium, that +contains a notice placed by the copyright holder saying it can be +distributed under the terms of this License. Such a notice grants a +world-wide, royalty-free license, unlimited in duration, to use that +work under the conditions stated herein. The "Document", below, +refers to any such manual or work. Any member of the public is a +licensee, and is addressed as "you". You accept the license if you +copy, modify or distribute the work in a way requiring permission +under copyright law. + +A "Modified Version" of the Document means any work containing the +Document or a portion of it, either copied verbatim, or with +modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of +the Document that deals exclusively with the relationship of the +publishers or authors of the Document to the Document's overall subject +(or to related matters) and contains nothing that could fall directly +within that overall subject. (Thus, if the Document is in part a +textbook of mathematics, a Secondary Section may not explain any +mathematics.) The relationship could be a matter of historical +connection with the subject or with related matters, or of legal, +commercial, philosophical, ethical or political position regarding +them. + +The "Invariant Sections" are certain Secondary Sections whose titles +are designated, as being those of Invariant Sections, in the notice +that says that the Document is released under this License. If a +section does not fit the above definition of Secondary then it is not +allowed to be designated as Invariant. The Document may contain zero +Invariant Sections. If the Document does not identify any Invariant +Sections then there are none. + +The "Cover Texts" are certain short passages of text that are listed, +as Front-Cover Texts or Back-Cover Texts, in the notice that says that +the Document is released under this License. A Front-Cover Text may +be at most 5 words, and a Back-Cover Text may be at most 25 words. + +A "Transparent" copy of the Document means a machine-readable copy, +represented in a format whose specification is available to the +general public, that is suitable for revising the document +straightforwardly with generic text editors or (for images composed of +pixels) generic paint programs or (for drawings) some widely available +drawing editor, and that is suitable for input to text formatters or +for automatic translation to a variety of formats suitable for input +to text formatters. A copy made in an otherwise Transparent file +format whose markup, or absence of markup, has been arranged to thwart +or discourage subsequent modification by readers is not Transparent. +An image format is not Transparent if used for any substantial amount +of text. A copy that is not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain +ASCII without markup, Texinfo input format, LaTeX input format, SGML +or XML using a publicly available DTD, and standard-conforming simple +HTML, PostScript or PDF designed for human modification. Examples of +transparent image formats include PNG, XCF and JPG. Opaque formats +include proprietary formats that can be read and edited only by +proprietary word processors, SGML or XML for which the DTD and/or +processing tools are not generally available, and the +machine-generated HTML, PostScript or PDF produced by some word +processors for output purposes only. + +The "Title Page" means, for a printed book, the title page itself, +plus such following pages as are needed to hold, legibly, the material +this License requires to appear in the title page. For works in +formats which do not have any title page as such, "Title Page" means +the text near the most prominent appearance of the work's title, +preceding the beginning of the body of the text. + +A section "Entitled XYZ" means a named subunit of the Document whose +title either is precisely XYZ or contains XYZ in parentheses following +text that translates XYZ in another language. (Here XYZ stands for a +specific section name mentioned below, such as "Acknowledgements", +"Dedications", "Endorsements", or "History".) To "Preserve the Title" +of such a section when you modify the Document means that it remains a +section "Entitled XYZ" according to this definition. + +The Document may include Warranty Disclaimers next to the notice which +states that this License applies to the Document. These Warranty +Disclaimers are considered to be included by reference in this +License, but only as regards disclaiming warranties: any other +implication that these Warranty Disclaimers may have is void and has +no effect on the meaning of this License. + + +2. VERBATIM COPYING + +You may copy and distribute the Document in any medium, either +commercially or noncommercially, provided that this License, the +copyright notices, and the license notice saying this License applies +to the Document are reproduced in all copies, and that you add no other +conditions whatsoever to those of this License. You may not use +technical measures to obstruct or control the reading or further +copying of the copies you make or distribute. However, you may accept +compensation in exchange for copies. If you distribute a large enough +number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and +you may publicly display copies. + + +3. COPYING IN QUANTITY + +If you publish printed copies (or copies in media that commonly have +printed covers) of the Document, numbering more than 100, and the +Document's license notice requires Cover Texts, you must enclose the +copies in covers that carry, clearly and legibly, all these Cover +Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on +the back cover. Both covers must also clearly and legibly identify +you as the publisher of these copies. The front cover must present +the full title with all words of the title equally prominent and +visible. You may add other material on the covers in addition. +Copying with changes limited to the covers, as long as they preserve +the title of the Document and satisfy these conditions, can be treated +as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit +legibly, you should put the first ones listed (as many as fit +reasonably) on the actual cover, and continue the rest onto adjacent +pages. + +If you publish or distribute Opaque copies of the Document numbering +more than 100, you must either include a machine-readable Transparent +copy along with each Opaque copy, or state in or with each Opaque copy +a computer-network location from which the general network-using +public has access to download using public-standard network protocols +a complete Transparent copy of the Document, free of added material. +If you use the latter option, you must take reasonably prudent steps, +when you begin distribution of Opaque copies in quantity, to ensure +that this Transparent copy will remain thus accessible at the stated +location until at least one year after the last time you distribute an +Opaque copy (directly or through your agents or retailers) of that +edition to the public. + +It is requested, but not required, that you contact the authors of the +Document well before redistributing any large number of copies, to give +them a chance to provide you with an updated version of the Document. + + +4. MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under +the conditions of sections 2 and 3 above, provided that you release +the Modified Version under precisely this License, with the Modified +Version filling the role of the Document, thus licensing distribution +and modification of the Modified Version to whoever possesses a copy +of it. In addition, you must do these things in the Modified Version: + +A. Use in the Title Page (and on the covers, if any) a title distinct + from that of the Document, and from those of previous versions + (which should, if there were any, be listed in the History section + of the Document). You may use the same title as a previous version + if the original publisher of that version gives permission. +B. List on the Title Page, as authors, one or more persons or entities + responsible for authorship of the modifications in the Modified + Version, together with at least five of the principal authors of the + Document (all of its principal authors, if it has fewer than five), + unless they release you from this requirement. +C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. +D. Preserve all the copyright notices of the Document. +E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. +F. Include, immediately after the copyright notices, a license notice + giving the public permission to use the Modified Version under the + terms of this License, in the form shown in the Addendum below. +G. Preserve in that license notice the full lists of Invariant Sections + and required Cover Texts given in the Document's license notice. +H. Include an unaltered copy of this License. +I. Preserve the section Entitled "History", Preserve its Title, and add + to it an item stating at least the title, year, new authors, and + publisher of the Modified Version as given on the Title Page. If + there is no section Entitled "History" in the Document, create one + stating the title, year, authors, and publisher of the Document as + given on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. +J. Preserve the network location, if any, given in the Document for + public access to a Transparent copy of the Document, and likewise + the network locations given in the Document for previous versions + it was based on. These may be placed in the "History" section. + You may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. +K. For any section Entitled "Acknowledgements" or "Dedications", + Preserve the Title of the section, and preserve in the section all + the substance and tone of each of the contributor acknowledgements + and/or dedications given therein. +L. Preserve all the Invariant Sections of the Document, + unaltered in their text and in their titles. Section numbers + or the equivalent are not considered part of the section titles. +M. Delete any section Entitled "Endorsements". Such a section + may not be included in the Modified Version. +N. Do not retitle any existing section to be Entitled "Endorsements" + or to conflict in title with any Invariant Section. +O. Preserve any Warranty Disclaimers. + +If the Modified Version includes new front-matter sections or +appendices that qualify as Secondary Sections and contain no material +copied from the Document, you may at your option designate some or all +of these sections as invariant. To do this, add their titles to the +list of Invariant Sections in the Modified Version's license notice. +These titles must be distinct from any other section titles. + +You may add a section Entitled "Endorsements", provided it contains +nothing but endorsements of your Modified Version by various +parties--for example, statements of peer review or that the text has +been approved by an organization as the authoritative definition of a +standard. + +You may add a passage of up to five words as a Front-Cover Text, and a +passage of up to 25 words as a Back-Cover Text, to the end of the list +of Cover Texts in the Modified Version. Only one passage of +Front-Cover Text and one of Back-Cover Text may be added by (or +through arrangements made by) any one entity. If the Document already +includes a cover text for the same cover, previously added by you or +by arrangement made by the same entity you are acting on behalf of, +you may not add another; but you may replace the old one, on explicit +permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License +give permission to use their names for publicity for or to assert or +imply endorsement of any Modified Version. + + +5. COMBINING DOCUMENTS + +You may combine the Document with other documents released under this +License, under the terms defined in section 4 above for modified +versions, provided that you include in the combination all of the +Invariant Sections of all of the original documents, unmodified, and +list them all as Invariant Sections of your combined work in its +license notice, and that you preserve all their Warranty Disclaimers. + +The combined work need only contain one copy of this License, and +multiple identical Invariant Sections may be replaced with a single +copy. If there are multiple Invariant Sections with the same name but +different contents, make the title of each such section unique by +adding at the end of it, in parentheses, the name of the original +author or publisher of that section if known, or else a unique number. +Make the same adjustment to the section titles in the list of +Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections Entitled "History" +in the various original documents, forming one section Entitled +"History"; likewise combine any sections Entitled "Acknowledgements", +and any sections Entitled "Dedications". You must delete all sections +Entitled "Endorsements". + + +6. COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents +released under this License, and replace the individual copies of this +License in the various documents with a single copy that is included in +the collection, provided that you follow the rules of this License for +verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute +it individually under this License, provided you insert a copy of this +License into the extracted document, and follow this License in all +other respects regarding verbatim copying of that document. + + +7. AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate +and independent documents or works, in or on a volume of a storage or +distribution medium, is called an "aggregate" if the copyright +resulting from the compilation is not used to limit the legal rights +of the compilation's users beyond what the individual works permit. +When the Document is included in an aggregate, this License does not +apply to the other works in the aggregate which are not themselves +derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these +copies of the Document, then if the Document is less than one half of +the entire aggregate, the Document's Cover Texts may be placed on +covers that bracket the Document within the aggregate, or the +electronic equivalent of covers if the Document is in electronic form. +Otherwise they must appear on printed covers that bracket the whole +aggregate. + + +8. TRANSLATION + +Translation is considered a kind of modification, so you may +distribute translations of the Document under the terms of section 4. +Replacing Invariant Sections with translations requires special +permission from their copyright holders, but you may include +translations of some or all Invariant Sections in addition to the +original versions of these Invariant Sections. You may include a +translation of this License, and all the license notices in the +Document, and any Warranty Disclaimers, provided that you also include +the original English version of this License and the original versions +of those notices and disclaimers. In case of a disagreement between +the translation and the original version of this License or a notice +or disclaimer, the original version will prevail. + +If a section in the Document is Entitled "Acknowledgements", +"Dedications", or "History", the requirement (section 4) to Preserve +its Title (section 1) will typically require changing the actual +title. + + +9. TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except +as expressly provided for under this License. Any other attempt to +copy, modify, sublicense or distribute the Document is void, and will +automatically terminate your rights under this License. However, +parties who have received copies, or rights, from you under this +License will not have their licenses terminated so long as such +parties remain in full compliance. + + +10. FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions +of the GNU Free Documentation License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. See +http://www.gnu.org/copyleft/. + +Each version of the License is given a distinguishing version number. +If the Document specifies that a particular numbered version of this +License "or any later version" applies to it, you have the option of +following the terms and conditions either of that specified version or +of any later version that has been published (not as a draft) by the +Free Software Foundation. If the Document does not specify a version +number of this License, you may choose any version ever published (not +as a draft) by the Free Software Foundation. + + +ADDENDUM: How to use this License for your documents + +To use this License in a document you have written, include a copy of +the License in the document and put the following copyright and +license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, +replace the "with...Texts." line with this: + + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + +If you have Invariant Sections without Cover Texts, or some other +combination of the three, merge those two alternatives to suit the +situation. + +If your document contains nontrivial examples of program code, we +recommend releasing these examples in parallel under your choice of +free software license, such as the GNU General Public License, +to permit their use in free software. --- doc-linux-2007.11.orig/debian/copyrights/free/Install-Strategies +++ doc-linux-2007.11/debian/copyrights/free/Install-Strategies @@ -0,0 +1,6 @@ +HOWTO: Install-Strategies + +You are free to do with this document whatever you please but reading it +would be a good idea. I am naturally not responsible for any consequence or +action arising out of the use of information provided in this document. I am +not a very responsible person and you heed me at your own peril. --- doc-linux-2007.11.orig/debian/copyrights/free/Battery-Powered +++ doc-linux-2007.11/debian/copyrights/free/Battery-Powered @@ -0,0 +1,16 @@ +HOWTO: Battery-Powered + +Copyright (c) 2003 David Lechnyr. Redistribution and use, with or without +modification, are permitted provided that the copyright notice, this list of +conditions and the following disclaimer be included. + +THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- doc-linux-2007.11.orig/debian/copyrights/free/LDPL-2.0+GPL-2 +++ doc-linux-2007.11/debian/copyrights/free/LDPL-2.0+GPL-2 @@ -0,0 +1,12 @@ +HOWTO: BootPrompt-HOWTO + +These HOWTOs can be copied and redistributed under + + either the default license for LDP documents (LINUX DOCUMENTATION + PROJECT LICENSE, v2.0, available elsewhere in this file) + + OR + + the GNU General Public License, version 2. On Debian systems, a copy of + the GNU General Public License is available in + /usr/share/common-licenses/GPL as part of the base-files package. --- doc-linux-2007.11.orig/debian/copyrights/free/ACP-Modem +++ doc-linux-2007.11/debian/copyrights/free/ACP-Modem @@ -0,0 +1,11 @@ +HOWTO: ACP-Modem + +Copyright (c) 2002 IBM Corporation + +This document may be reproduced or distributed in any form without prior +permission. Modified versions of this document may be freely distributed, +provided that they are clearly identified as such, and this copyright is +included intact. + +This document is provided "AS IS", with no express or implied warranties. Use +the information in this document at your own risk. --- doc-linux-2007.11.orig/debian/copyrights/free/GPL-2 +++ doc-linux-2007.11/debian/copyrights/free/GPL-2 @@ -0,0 +1,70 @@ +HOWTO: Accessibility-HOWTO +HOWTO: Alsa-sound +HOWTO: Antares-RAID-sparcLinux-HOWTO +HOWTO: Apache-mods +HOWTO: Athlon-Powersaving-HOWTO +HOWTO: C++-dlopen +HOWTO: DSL-HOWTO +HOWTO: Debian-and-Windows-Shared-Printing +HOWTO: Diald-HOWTO +HOWTO: Emacs-Beginner-HOWTO +HOWTO: Filesystems-HOWTO +HOWTO: Finnish-HOWTO +HOWTO: From-PowerUp-To-Bash-Prompt-HOWTO +HOWTO: Ftape-HOWTO +HOWTO: GCC-Frontend-HOWTO +HOWTO: Handspring-Visor +HOWTO: Hardware-HOWTO +HOWTO: Home-Electrical-Control +HOWTO: IP-Masquerade-HOWTO +HOWTO: IPX-HOWTO +HOWTO: Intkeyb +HOWTO: Italian-HOWTO +HOWTO: KernelAnalysis-HOWTO +HOWTO: Linux+IPv6-HOWTO +HOWTO: LinuxDoc+Emacs+Ispell-HOWTO +HOWTO: Medicine-HOWTO +HOWTO: Multicast-HOWTO +HOWTO: Mutt-GnuPG-PGP-HOWTO +HOWTO: NET3-4-HOWTO +HOWTO: NLM-HOWTO +HOWTO: Oracle-9i-Fedora-3-Install-HOWTO +HOWTO: PCI-HOWTO +HOWTO: PPP-HOWTO +HOWTO: Path +HOWTO: Printing-HOWTO +HOWTO: Program-Library-HOWTO +HOWTO: Quake-HOWTO +HOWTO: Querying-libiptc-HOWTO +HOWTO: RTLinux-HOWTO +HOWTO: Sat-HOWTO +HOWTO: Security-Quickstart-HOWTO +HOWTO: Security-Quickstart-Redhat-HOWTO +HOWTO: Software-RAID-0.4x-HOWTO +HOWTO: Soundblaster-AWE +HOWTO: Spam-Filtering-for-MX +HOWTO: Spanish-HOWTO +HOWTO: Sybase-ASE-HOWTO +HOWTO: TkRat +HOWTO: Upgrade +HOWTO: VoIP-HOWTO +HOWTO: Wacom-Tablet-HOWTO +HOWTO: Winmodems-and-Linux-HOWTO +HOWTO: Wireless-HOWTO +HOWTO: XFree86-XInside + +This document is free; you can redistribute it and/or modify it under the +terms of version 2 of the GNU General Public License as published by the +Free Software Foundation. + +This document is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. + +You should have received a copy of the GNU General Public License along with +this document; if not, write to the Free Software Foundation, Inc., 51 +Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, a copy of the GNU General Public License is available in +/usr/share/common-licenses/GPL as part of the base-files package. --- doc-linux-2007.11.orig/debian/copyrights/free/DNS +++ doc-linux-2007.11/debian/copyrights/free/DNS @@ -0,0 +1,5 @@ +HOWTO: DNS-HOWTO + + (C)opyright 1995-2001 Nicolai Langfeldt, Jamie Norrish & Co. Do not + modify without amending copyright, distribute freely but retain + copyright message. --- doc-linux-2007.11.orig/debian/copyrights/free/PD +++ doc-linux-2007.11/debian/copyrights/free/PD @@ -0,0 +1,5 @@ +HOWTO: INFO-SHEET +HOWTO: Kerberos-Infrastructure-HOWTO +HOWTO: META-FAQ + +These documents have been released into the public domain. --- doc-linux-2007.11.orig/debian/copyrights/free/Sentry-Firewall-CD +++ doc-linux-2007.11/debian/copyrights/free/Sentry-Firewall-CD @@ -0,0 +1,43 @@ +HOWTO: Sentry-Firewall-CD-HOWTO + +FILE: http://www.SentryFirewall.com/files/COPYRIGHT + +Copyright (C) 2001-2002 Stephen Zarkos. All rights reserved. +Obsid@Sentry.net + +This copyright applies to the Sentry Firewall CD-ROM and those +scripts and documentation distributed with and written for the Sentry +Firewall CD-ROM. Other software packages and distributions contained +on the CD or iso image are copyright their respective authors. + +Permission to redistribute, alter, and use this software for any +reason is granted, subject to the following restrictions: + + - Copyrights and credits must remain intact in the source and the + documentation. + + - Altered or modified versions of this software must be properly + and plainly marked as such, and must not be misrepresented as + the original software. + + - The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + + - This notice, and any references to this notice in the source, + documentation, or binary, may not be removed or altered. + + +DISCLAIMER: + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- doc-linux-2007.11.orig/debian/copyrights/free/GFDL-1.1 +++ doc-linux-2007.11/debian/copyrights/free/GFDL-1.1 @@ -0,0 +1,466 @@ +HOWTO: ACPI-HOWTO +HOWTO: ADSL-Bandwidth-Management-HOWTO +HOWTO: ATA-RAID-HOWTO +HOWTO: ATM-Linux-HOWTO +HOWTO: AX25-HOWTO +HOWTO: Assembly-HOWTO +HOWTO: Authentication-Gateway-HOWTO +HOWTO: Bandwidth-Limiting-HOWTO +HOWTO: Bangla-HOWTO +HOWTO: Bash-Prompt-HOWTO +HOWTO: Belgian-HOWTO +HOWTO: Beowulf-HOWTO +HOWTO: Bridge +HOWTO: C-editing-with-VIM-HOWTO +HOWTO: CDROM-HOWTO +HOWTO: CDServer-HOWTO +HOWTO: Cryptoloop-HOWTO +HOWTO: Caudium-HOWTO +HOWTO: Conexant+Rockwell-modem-HOWTO +HOWTO: Diskless-root-NFS-other-HOWTO +HOWTO: DocBook-Install +HOWTO: DocBook-OpenJade-SGML-XML-HOWTO +HOWTO: Emacspeak-HOWTO +HOWTO: Enterprise-Java-for-Linux-HOWTO +HOWTO: Euro-Char-Support +HOWTO: FBB +HOWTO: Firewall-Piercing +HOWTO: Francophones-HOWTO +HOWTO: HP-HOWTO +HOWTO: HighQuality-Apps-HOWTO +HOWTO: IO-Perf-HOWTO +HOWTO: Indic-Fonts-HOWTO +HOWTO: Intranet-Server-HOWTO +HOWTO: Jabber-Server-Farming-HOWTO +HOWTO: LDAP-HOWTO +HOWTO: LDP-Reviewer-HOWTO +HOWTO: LILO +HOWTO: Leased-Line +HOWTO: Linux+Win9x+Grub-HOWTO +HOWTO: Linux+WinNT +HOWTO: Linux+Windows-HOWTO +HOWTO: Linux-Complete-Backup-and-Recovery-HOWTO +HOWTO: Linux-Crash-HOWTO +HOWTO: Linux-Modem-Sharing +HOWTO: Linux-Promise-RAID1-HOWTO +HOWTO: Lotus-DominoR5 +HOWTO: MIDI-HOWTO +HOWTO: MIPS-HOWTO +HOWTO: MP3-HOWTO +HOWTO: MP3-CD-Burning +HOWTO: Mail-Queue +HOWTO: Mock-Mainframe +HOWTO: Modules +HOWTO: Mosix-HOWTO +HOWTO: Multi-Disk-HOWTO +HOWTO: Multi-Distro-Dev +HOWTO: NC-HOWTO +HOWTO: NCD-HOWTO +HOWTO: Network-boot-HOWTO +HOWTO: News-Leafsite +HOWTO: Nvidia-OpenGL-Configuration +HOWTO: Oracle-9i-RH8-and-RH9-HOWTO +HOWTO: Oracle8-on-RH7X-HOWTO +HOWTO: Outlook-to-Unix-Mailbox +HOWTO: PCTel-MicroModem-Config +HOWTO: PHP-Nuke-HOWTO +HOWTO: PalmOS-HOWTO +HOWTO: Pine-Exchange +HOWTO: Print2Win +HOWTO: Qmail-VMailMgr-Courier-imap-HOWTO +HOWTO: Remote-Bridging +HOWTO: Remote-X-Apps +HOWTO: SCSI-2.4-HOWTO +HOWTO: SCSI-Generic-HOWTO +HOWTO: SMB-HOWTO +HOWTO: SMP-HOWTO +HOWTO: Scientific-Computing-with-GNU-Linux +HOWTO: Slovak-HOWTO +HOWTO: Software-Proj-Mgmt-HOWTO +HOWTO: Sound-HOWTO +HOWTO: Speech-Recognition-HOWTO +HOWTO: Sybase-PHP-Apache +HOWTO: Token-Ring +HOWTO: Traffic-Control-HOWTO +HOWTO: Traffic-Control-tcng-HTB-HOWTO +HOWTO: UMSDOS-HOWTO +HOWTO: UUCP-HOWTO +HOWTO: Update +HOWTO: VMailMgr-HOWTO +HOWTO: VPN-HOWTO +HOWTO: Valgrind-HOWTO +HOWTO: VideoLAN-HOWTO +HOWTO: Virtual-Web +HOWTO: Visual-Bell +HOWTO: Wireless-Sync-HOWTO +HOWTO: XFree-Local-multi-user-HOWTO +HOWTO: XFree86-R200 +HOWTO: XFree86-Second-Mouse +HOWTO: XFree86-Touch-Screen-HOWTO +HOWTO: XML-RPC-HOWTO +HOWTO: XWindow-Overview-HOWTO +HOWTO: openMosix-HOWTO +HOWTO: phhttpd-HOWTO +HOWTO: ppp-ssh + +The documents listed here have no Invariant Sections, with the exception of +the following documents which have their copyright sections labelled as +Invariant Sections: + + * MIPS + + GNU Free Documentation License + Version 1.1, March 2000 + + Copyright (C) 2000 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + +0. PREAMBLE + +The purpose of this License is to make a manual, textbook, or other +written document "free" in the sense of freedom: to assure everyone +the effective freedom to copy and redistribute it, with or without +modifying it, either commercially or noncommercially. Secondarily, +this License preserves for the author and publisher a way to get +credit for their work, while not being considered responsible for +modifications made by others. + +This License is a kind of "copyleft", which means that derivative +works of the document must themselves be free in the same sense. It +complements the GNU General Public License, which is a copyleft +license designed for free software. + +We have designed this License in order to use it for manuals for free +software, because free software needs free documentation: a free +program should come with manuals providing the same freedoms that the +software does. But this License is not limited to software manuals; +it can be used for any textual work, regardless of subject matter or +whether it is published as a printed book. We recommend this License +principally for works whose purpose is instruction or reference. + + +1. APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work that contains a +notice placed by the copyright holder saying it can be distributed +under the terms of this License. The "Document", below, refers to any +such manual or work. Any member of the public is a licensee, and is +addressed as "you". + +A "Modified Version" of the Document means any work containing the +Document or a portion of it, either copied verbatim, or with +modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of +the Document that deals exclusively with the relationship of the +publishers or authors of the Document to the Document's overall subject +(or to related matters) and contains nothing that could fall directly +within that overall subject. (For example, if the Document is in part a +textbook of mathematics, a Secondary Section may not explain any +mathematics.) The relationship could be a matter of historical +connection with the subject or with related matters, or of legal, +commercial, philosophical, ethical or political position regarding +them. + +The "Invariant Sections" are certain Secondary Sections whose titles +are designated, as being those of Invariant Sections, in the notice +that says that the Document is released under this License. + +The "Cover Texts" are certain short passages of text that are listed, +as Front-Cover Texts or Back-Cover Texts, in the notice that says that +the Document is released under this License. + +A "Transparent" copy of the Document means a machine-readable copy, +represented in a format whose specification is available to the +general public, whose contents can be viewed and edited directly and +straightforwardly with generic text editors or (for images composed of +pixels) generic paint programs or (for drawings) some widely available +drawing editor, and that is suitable for input to text formatters or +for automatic translation to a variety of formats suitable for input +to text formatters. A copy made in an otherwise Transparent file +format whose markup has been designed to thwart or discourage +subsequent modification by readers is not Transparent. A copy that is +not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain +ASCII without markup, Texinfo input format, LaTeX input format, SGML +or XML using a publicly available DTD, and standard-conforming simple +HTML designed for human modification. Opaque formats include +PostScript, PDF, proprietary formats that can be read and edited only +by proprietary word processors, SGML or XML for which the DTD and/or +processing tools are not generally available, and the +machine-generated HTML produced by some word processors for output +purposes only. + +The "Title Page" means, for a printed book, the title page itself, +plus such following pages as are needed to hold, legibly, the material +this License requires to appear in the title page. For works in +formats which do not have any title page as such, "Title Page" means +the text near the most prominent appearance of the work's title, +preceding the beginning of the body of the text. + + +2. VERBATIM COPYING + +You may copy and distribute the Document in any medium, either +commercially or noncommercially, provided that this License, the +copyright notices, and the license notice saying this License applies +to the Document are reproduced in all copies, and that you add no other +conditions whatsoever to those of this License. You may not use +technical measures to obstruct or control the reading or further +copying of the copies you make or distribute. However, you may accept +compensation in exchange for copies. If you distribute a large enough +number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and +you may publicly display copies. + + +3. COPYING IN QUANTITY + +If you publish printed copies of the Document numbering more than 100, +and the Document's license notice requires Cover Texts, you must enclose +the copies in covers that carry, clearly and legibly, all these Cover +Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on +the back cover. Both covers must also clearly and legibly identify +you as the publisher of these copies. The front cover must present +the full title with all words of the title equally prominent and +visible. You may add other material on the covers in addition. +Copying with changes limited to the covers, as long as they preserve +the title of the Document and satisfy these conditions, can be treated +as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit +legibly, you should put the first ones listed (as many as fit +reasonably) on the actual cover, and continue the rest onto adjacent +pages. + +If you publish or distribute Opaque copies of the Document numbering +more than 100, you must either include a machine-readable Transparent +copy along with each Opaque copy, or state in or with each Opaque copy +a publicly-accessible computer-network location containing a complete +Transparent copy of the Document, free of added material, which the +general network-using public has access to download anonymously at no +charge using public-standard network protocols. If you use the latter +option, you must take reasonably prudent steps, when you begin +distribution of Opaque copies in quantity, to ensure that this +Transparent copy will remain thus accessible at the stated location +until at least one year after the last time you distribute an Opaque +copy (directly or through your agents or retailers) of that edition to +the public. + +It is requested, but not required, that you contact the authors of the +Document well before redistributing any large number of copies, to give +them a chance to provide you with an updated version of the Document. + + +4. MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under +the conditions of sections 2 and 3 above, provided that you release +the Modified Version under precisely this License, with the Modified +Version filling the role of the Document, thus licensing distribution +and modification of the Modified Version to whoever possesses a copy +of it. In addition, you must do these things in the Modified Version: + +A. Use in the Title Page (and on the covers, if any) a title distinct + from that of the Document, and from those of previous versions + (which should, if there were any, be listed in the History section + of the Document). You may use the same title as a previous version + if the original publisher of that version gives permission. +B. List on the Title Page, as authors, one or more persons or entities + responsible for authorship of the modifications in the Modified + Version, together with at least five of the principal authors of the + Document (all of its principal authors, if it has less than five). +C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. +D. Preserve all the copyright notices of the Document. +E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. +F. Include, immediately after the copyright notices, a license notice + giving the public permission to use the Modified Version under the + terms of this License, in the form shown in the Addendum below. +G. Preserve in that license notice the full lists of Invariant Sections + and required Cover Texts given in the Document's license notice. +H. Include an unaltered copy of this License. +I. Preserve the section entitled "History", and its title, and add to + it an item stating at least the title, year, new authors, and + publisher of the Modified Version as given on the Title Page. If + there is no section entitled "History" in the Document, create one + stating the title, year, authors, and publisher of the Document as + given on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. +J. Preserve the network location, if any, given in the Document for + public access to a Transparent copy of the Document, and likewise + the network locations given in the Document for previous versions + it was based on. These may be placed in the "History" section. + You may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. +K. In any section entitled "Acknowledgements" or "Dedications", + preserve the section's title, and preserve in the section all the + substance and tone of each of the contributor acknowledgements + and/or dedications given therein. +L. Preserve all the Invariant Sections of the Document, + unaltered in their text and in their titles. Section numbers + or the equivalent are not considered part of the section titles. +M. Delete any section entitled "Endorsements". Such a section + may not be included in the Modified Version. +N. Do not retitle any existing section as "Endorsements" + or to conflict in title with any Invariant Section. + +If the Modified Version includes new front-matter sections or +appendices that qualify as Secondary Sections and contain no material +copied from the Document, you may at your option designate some or all +of these sections as invariant. To do this, add their titles to the +list of Invariant Sections in the Modified Version's license notice. +These titles must be distinct from any other section titles. + +You may add a section entitled "Endorsements", provided it contains +nothing but endorsements of your Modified Version by various +parties--for example, statements of peer review or that the text has +been approved by an organization as the authoritative definition of a +standard. + +You may add a passage of up to five words as a Front-Cover Text, and a +passage of up to 25 words as a Back-Cover Text, to the end of the list +of Cover Texts in the Modified Version. Only one passage of +Front-Cover Text and one of Back-Cover Text may be added by (or +through arrangements made by) any one entity. If the Document already +includes a cover text for the same cover, previously added by you or +by arrangement made by the same entity you are acting on behalf of, +you may not add another; but you may replace the old one, on explicit +permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License +give permission to use their names for publicity for or to assert or +imply endorsement of any Modified Version. + + +5. COMBINING DOCUMENTS + +You may combine the Document with other documents released under this +License, under the terms defined in section 4 above for modified +versions, provided that you include in the combination all of the +Invariant Sections of all of the original documents, unmodified, and +list them all as Invariant Sections of your combined work in its +license notice. + +The combined work need only contain one copy of this License, and +multiple identical Invariant Sections may be replaced with a single +copy. If there are multiple Invariant Sections with the same name but +different contents, make the title of each such section unique by +adding at the end of it, in parentheses, the name of the original +author or publisher of that section if known, or else a unique number. +Make the same adjustment to the section titles in the list of +Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections entitled "History" +in the various original documents, forming one section entitled +"History"; likewise combine any sections entitled "Acknowledgements", +and any sections entitled "Dedications". You must delete all sections +entitled "Endorsements." + + +6. COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents +released under this License, and replace the individual copies of this +License in the various documents with a single copy that is included in +the collection, provided that you follow the rules of this License for +verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute +it individually under this License, provided you insert a copy of this +License into the extracted document, and follow this License in all +other respects regarding verbatim copying of that document. + + +7. AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate +and independent documents or works, in or on a volume of a storage or +distribution medium, does not as a whole count as a Modified Version +of the Document, provided no compilation copyright is claimed for the +compilation. Such a compilation is called an "aggregate", and this +License does not apply to the other self-contained works thus compiled +with the Document, on account of their being thus compiled, if they +are not themselves derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these +copies of the Document, then if the Document is less than one quarter +of the entire aggregate, the Document's Cover Texts may be placed on +covers that surround only the Document within the aggregate. +Otherwise they must appear on covers around the whole aggregate. + + +8. TRANSLATION + +Translation is considered a kind of modification, so you may +distribute translations of the Document under the terms of section 4. +Replacing Invariant Sections with translations requires special +permission from their copyright holders, but you may include +translations of some or all Invariant Sections in addition to the +original versions of these Invariant Sections. You may include a +translation of this License provided that you also include the +original English version of this License. In case of a disagreement +between the translation and the original English version of this +License, the original English version will prevail. + + +9. TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except +as expressly provided for under this License. Any other attempt to +copy, modify, sublicense or distribute the Document is void, and will +automatically terminate your rights under this License. However, +parties who have received copies, or rights, from you under this +License will not have their licenses terminated so long as such +parties remain in full compliance. + + +10. FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions +of the GNU Free Documentation License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. See +http://www.gnu.org/copyleft/. + +Each version of the License is given a distinguishing version number. +If the Document specifies that a particular numbered version of this +License "or any later version" applies to it, you have the option of +following the terms and conditions either of that specified version or +of any later version that has been published (not as a draft) by the +Free Software Foundation. If the Document does not specify a version +number of this License, you may choose any version ever published (not +as a draft) by the Free Software Foundation. + + +ADDENDUM: How to use this License for your documents + +To use this License in a document you have written, include a copy of +the License in the document and put the following copyright and +license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +If you have no Invariant Sections, write "with no Invariant Sections" +instead of saying which ones are invariant. If you have no +Front-Cover Texts, write "no Front-Cover Texts" instead of +"Front-Cover Texts being LIST"; likewise for Back-Cover Texts. + +If your document contains nontrivial examples of program code, we +recommend releasing these examples in parallel under your choice of +free software license, such as the GNU General Public License, +to permit their use in free software. --- doc-linux-2007.11.orig/debian/copyrights/free/GFDL-1.2+GPL-2 +++ doc-linux-2007.11/debian/copyrights/free/GFDL-1.2+GPL-2 @@ -0,0 +1,16 @@ +HOWTO: Clone-HOWTO +HOWTO: Kodak-Digitalcam-HOWTO +HOWTO: TCP-Keepalive-HOWTO + +These HOWTOs are licensed under the GNU Free Documentation License, +Version 1.2; with no Invarient Sections, with no Front-Cover Texts, +and with no Back-Cover Texts. + +The full text of the GNU Free Documentation License can be found elsewhere +in this file. + +They additionally contain program code that is licensed under the +GNU General Public License, version 2. + +On Debian systems, a copy of the GNU General Public License is available in +/usr/share/common-licenses/GPL as part of the base-files package. --- doc-linux-2007.11.orig/debian/copyrights/free/Sound-Playing +++ doc-linux-2007.11/debian/copyrights/free/Sound-Playing @@ -0,0 +1,7 @@ +HOWTO: Sound-Playing-HOWTO + + This document can be freely distributed and modified (I would + appreciate it if I were notified of any modifications), as long as + this copyright notice is preserved. However, it cannot be placed + under any further restrictions, and a modified document must have the + same copyright as this one. Also, credit must be given where due. --- doc-linux-2007.11.orig/debian/copyrights/free/LDPL-Manifesto +++ doc-linux-2007.11/debian/copyrights/free/LDPL-Manifesto @@ -0,0 +1,44 @@ +HOWTO: BRIDGE-STP-HOWTO +HOWTO: Howtos-with-LinuxDoc +HOWTO: IPMasquerading+Napster +HOWTO: IngresII-HOWTO +HOWTO: Linmodem-HOWTO +HOWTO: MP3-Box-HOWTO +HOWTO: MSSQL6-Openlink-PHP-ODBC +HOWTO: Modem-HOWTO +HOWTO: MultiOS-HOWTO +HOWTO: Plug-and-Play-HOWTO +HOWTO: SSL-Certificates-HOWTO +HOWTO: SSL-RedHat-HOWTO +HOWTO: Serial-HOWTO +HOWTO: Serial-Laplink-HOWTO +HOWTO: Smart-Card-HOWTO +HOWTO: Text-Terminal-HOWTO +HOWTO: Usenet-News-HOWTO +HOWTO: VCR-HOWTO + +This is the "boilerplate" licence from the LDP Manifesto +(http://en.tldp.org/manifesto.html). The requirement to contact another +organization about derivative works is considered non-free by the Debian +Project, under the "desert island" test. However, I have given notice to the +LDP that Debian will distribute trivial (i.e. unchanged) derivative works of +all HOWTOs using this licence from +http://ftp.debian.org/debian/pool/main/d/doc-linux/, and use clause 2 to +distribute them all under the terms of the GPL instead. + + Please freely copy and distribute (sell or give away) this document in any + format. It's requested that corrections and/or comments be fowarded to the + document maintainer. You may create a derivative work and distribute it + provided that you: + + 1. Send your derivative work (in the most suitable format such as sgml) to the + LDP (Linux Documentation Project) or the like for posting on the Internet. + If not the LDP, then let the LDP know where it is available. + + 2. License the derivative work with this same license or use GPL. Include a + copyright notice and at least a pointer to the license used. + + 3. Give due credit to previous authors and major contributors. + + If you're considering making a derived work other than a translation, it's + requested that you discuss your plans with the current maintainer. --- doc-linux-2007.11.orig/debian/copyrights/free/NCURSES +++ doc-linux-2007.11/debian/copyrights/free/NCURSES @@ -0,0 +1,25 @@ +HOWTO: NCURSES-Programming-HOWTO + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, distribute with modifications, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name(s) of the above copyright +holders shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization. --- doc-linux-2007.11.orig/debian/copyrights/free/PCMCIA +++ doc-linux-2007.11/debian/copyrights/free/PCMCIA @@ -0,0 +1,18 @@ +HOWTO: PCMCIA-HOWTO + + Copyright (c) 1998 David A. Hinds + + This document may be reproduced or distributed in any form without my + prior permission. Modified versions of this document, including + translations into other languages, may be freely distributed, provided + that they are clearly identified as such, and this copyright is + included intact. + + This document may be included in commercial distributions without my + prior consent. While it is not required, I would like to be informed + of such usage. If you intend to incorporate this document in a + published work, please contact me to make sure you have the latest + available version. + + This document is provided ``AS IS'', with no express or implied + warranties. Use the information in this document at your own risk. --- doc-linux-2007.11.orig/debian/copyrights/free/BSD-2-Clause +++ doc-linux-2007.11/debian/copyrights/free/BSD-2-Clause @@ -0,0 +1,22 @@ +HOWTO: Man-Page + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. --- doc-linux-2007.11.orig/debian/copyrights/free/LGPL-2.1 +++ doc-linux-2007.11/debian/copyrights/free/LGPL-2.1 @@ -0,0 +1,21 @@ +HOWTO: Partition-Rescue + +Copyright (C) 2000-2001 by Jean-Daniel Dodin. + +This document is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This document is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this document; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, a copy of the GNU Lesser General Public License is +available in /usr/share/common-licenses/LGPL as part of the base-files +package. --- doc-linux-2007.11.orig/debian/copyrights/README +++ doc-linux-2007.11/debian/copyrights/README @@ -0,0 +1,17 @@ +This is a licence auditing effort. It is used to split the doc-linux package +into free and non-free portions, and to build a proper copyright file. + +If you see a dual-licensed document, add it to both applicable copyright +files. + +Licences common to multiple documents should be given a sensible name - +usually the name or an abbreviation for the name of the licence plus its +version number if available - and list all the documents at the top. +One-shot licences should be put in a file whose name matches the name of the +document. + +The HOWTO: and mini-HOWTO: headers at the start of each file are used by +various automatic tools to build the copyright file and to separate the free +and non-free source packages. + +Progress: doc-linux 2003.05-1 complete. --- doc-linux-2007.11.orig/debian/copyrights/non-free/_ALL_ +++ doc-linux-2007.11/debian/copyrights/non-free/_ALL_ @@ -0,0 +1,64 @@ +HOWTO: 3D-Modelling +HOWTO: Adv-Routing-HOWTO +HOWTO: Apache-Overview-HOWTO +HOWTO: Astronomy-HOWTO +HOWTO: Autodir-HOWTO +HOWTO: Automount +HOWTO: Belarusian-HOWTO +HOWTO: Boot+Root+Raid+LILO +HOWTO: Chinese-HOWTO +HOWTO: Config-HOWTO +HOWTO: Cyrus-IMAP +HOWTO: DB2-HOWTO +HOWTO: Debian-Jigdo +HOWTO: DHCP +HOWTO: Diskless-root-NFS-HOWTO +HOWTO: Divert-Sockets-mini-HOWTO +HOWTO: DOS-Win-to-Linux-HOWTO +HOWTO: DVD-HOWTO +HOWTO: Encourage-Women-Linux-HOWTO +HOWTO: Ext2fs-Undeletion +HOWTO: FTP +HOWTO: Home-Network-mini-HOWTO +HOWTO: Infrared-HOWTO +HOWTO: Installation-HOWTO +HOWTO: JavaStation-HOWTO +HOWTO: Jaz-Drive-HOWTO +HOWTO: K7s5a-HOWTO +HOWTO: Latvian-HOWTO +HOWTO: Lex-YACC-HOWTO +HOWTO: Linux-Gamers-HOWTO +HOWTO: Loadlin+Win95-98-ME +HOWTO: Mail2News +HOWTO: MMBase-Inst-HOWTO +HOWTO: NCD-X-Terminal +HOWTO: NFS-HOWTO +HOWTO: Offline-Mailing +HOWTO: Online-Troubleshooting-HOWTO +HOWTO: Oracle-7-HOWTO +HOWTO: Process-Accounting +HOWTO: Quota +HOWTO: Reading-List-HOWTO +HOWTO: Remote-Boot +HOWTO: Root-RAID-HOWTO +HOWTO: RPM-HOWTO +HOWTO: Secure-Programs-HOWTO +HOWTO: SPARC-HOWTO +HOWTO: SquashFS-HOWTO +HOWTO: StarOffice +HOWTO: Swap-Space +HOWTO: Sybase-ASA-HOWTO +HOWTO: Tango-HOWTO +HOWTO: TclTk-HOWTO +HOWTO: TeTeX-HOWTO +HOWTO: TimeSys-Linux-Install-HOWTO +HOWTO: TransparentProxy +HOWTO: TT-XFree86 +HOWTO: User-Authentication-HOWTO +HOWTO: User-Group-HOWTO +HOWTO: Wacom-USB-mini-HOWTO +HOWTO: Wearable-HOWTO + +The license terms of these HOWTOs not included in this version +of doc-linux can be found in the SVN repository at +svn://svn.debian.org/svn/pkg-doc-linux/trunk/doc-linux/ --- doc-linux-2007.11.orig/debian/copyrights/undistributable/_ALL_ +++ doc-linux-2007.11/debian/copyrights/undistributable/_ALL_ @@ -0,0 +1,6 @@ +HOWTO: Kiosk-HOWTO +HOWTO: Secure-BootCD-VPN-HOWTO + +The license terms of these HOWTOs not included in this version +of doc-linux can be found in the SVN repository at +svn://svn.debian.org/svn/pkg-doc-linux/trunk/doc-linux/ --- doc-linux-2007.11.orig/debian/copyrights/placeholder/_ALL_ +++ doc-linux-2007.11/debian/copyrights/placeholder/_ALL_ @@ -0,0 +1,26 @@ +HOWTO: 3Dfx-HOWTO +HOWTO: Acer-Laptop-HOWTO +HOWTO: Adv-Bash-Scr-HOWTO +HOWTO: C-C++Beautifier-HOWTO +HOWTO: CD-Distributions-EN-HOWTO +HOWTO: Consultants-HOWTO +HOWTO: CPU-Design-HOWTO +HOWTO: CVS-RCS-HOWTO +HOWTO: Diskless-HOWTO +HOWTO: DPT-Hardware-RAID +HOWTO: GCC-HOWTO +HOWTO: GTEK-BBS-550 +HOWTO: HOWTO-HOWTO +HOWTO: Java-Decompiler-HOWTO +HOWTO: Kernel-HOWTO +HOWTO: Laptop-HOWTO +HOWTO: LILO-crash-rescue-HOWTO +HOWTO: Linux-From-Scratch-HOWTO +HOWTO: Modem-Dialup-NT-HOWTO +HOWTO: Net-HOWTO +HOWTO: RPM-for-Unix-HOWTO +HOWTO: Vim-HOWTO + +The license terms of these HOWTOs not included in this version +of doc-linux can be found in the SVN repository at +svn://svn.debian.org/svn/pkg-doc-linux/trunk/doc-linux/ --- doc-linux-2007.11.orig/debian/doc-linux.copyright.head +++ doc-linux-2007.11/debian/doc-linux.copyright.head @@ -0,0 +1,37 @@ +This is the Debian GNU/Linux 'doc-linux' package. It provides the current +Linux-FAQ, written by Ian Jackson and now maintained +by David Merrill , as well as the free portion of the +current Linux HOWTOs, written by several authors and coordinated by Guylhem +Aznar . + +This package was put together by Colin Watson from the +sources at ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO and +ftp://sunsite.unc.edu/pub/Linux/docs/faqs/linux-faq. Its previous +maintainers were Ian Murdock, Dirk Eddelbuettel, and Marco Budde. + +As of September 2003 this package is maintained by a team at +pkg-doc-linux-devel@lists.alioth.debian.org, currently with three members: +Colin Watson, Doug Jensen and Frank Lichtenheld. The Debian-specific part of +this package is maintained in a Subversion repository +(http://svn.debian.org/wsvn/pkg-doc-linux/). + +Additional documents have been taken from the following sources: + + * High-Availability HOWTO: + ftp://metalab.unc.edu/pub/Linux/ALPHA/linux-ha/ + * ext3-usage HOWTO: + http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html + * ext3 mini-HOWTO: + http://www.symonds.net/~rajesh/howto/ext3/ + +The HTML version of the RedHat-CD-HOWTO has been removed, since it contains +i386-only binaries. + +Other changes made were: + + * Some relative hyperlinks were converted into absolute links to documents + on www.tldp.org. + * Added the Debian package maintenance system. + +The documents in this package fall under a variety of DFSG-free licences, +all listed below. --- doc-linux-2007.11.orig/debian/doc-linux-html.dirs +++ doc-linux-2007.11/debian/doc-linux-html.dirs @@ -0,0 +1,6 @@ +usr/share/doc/FAQ +usr/share/doc/HOWTO/en-html +usr/share/doc/doc-linux-html +usr/share/doc-base +usr/share/lintian/overrides +usr/share/omf/doc-linux-html --- doc-linux-2007.11.orig/debian/html2docs +++ doc-linux-2007.11/debian/html2docs @@ -0,0 +1,199 @@ +#!/usr/bin/perl -w + +# Copyright (c) 1998 by Marco Budde (Budde@tu-harburg.de) +# Copyright (c) 2001, 2002, 2003 by Colin Watson (cjwatson@debian.org) +# GNU General Public License + +################################################################ +# HOWTO-INDEX -> dhelp / dwww / doc-base # +# # +# usage: html2docs # +# # +# # +# # +################################################################ + +my $package = shift; +my $dhelp_section = shift; +my $dwww_section = shift; +my $dhelp_file = shift; +my $dwww_file = shift; +my $unpacked_dir = shift; + +my $root = '/usr/share/doc/HOWTO/en-html'; + +############################## +# get abstract of document # +############################## + +sub get_abstracts ($) +{ + my $filename = shift; + my %docs; + my $index; + + open IN, "< $filename" or die "can't open $filename!\n"; + { + local $/ = undef; + $index = scalar ; + } + close IN; + + # Transform silly DocBook-generated HTML into something more easily + # parseable. + $index =~ s/\n>/>/g; + $index =~ s/\n/ /g; + + my ($link, $title); + for my $paragraph ($index =~ m!

.*?

!g) { + # Sorry for the convoluted control flow here. + my $abstract; + if ($paragraph =~ m!(.*?) # title + !gx) { + ($link, $title) = ($1, $2); + next; + } elsif ($paragraph =~ m!.*?\.\s* # skip date + (.*?) # abstract +

!gx) { + $abstract = $1; + } else { + next; + } + + # Clean up whitespace. + $abstract =~ s/^\s+//; + $abstract =~ s/\s+$//; + $abstract =~ s/\s\s+/ /g; + # Dispose of some HTMLisms. + $title =~ s/̶[01];/"/g; + $title =~ s/&#(\d+);/chr $1/eg; + $abstract =~ s/̶[01];/"/g; + $abstract =~ s/&#(\d+);/chr $1/eg; + $abstract =~ s!!!; + $abstract =~ s!!!; + $abstract =~ s!!!; + $abstract =~ s!!!; + $abstract =~ s!!!; + $abstract =~ s!!!; + # Improve sorting. + $title =~ s/^the //i; + $docs{$link} = {title => $title, abstract => $abstract}; + } + + return %docs; +} + + +sub htmlencode ($) +{ + my $in = shift; + $in =~ s/&/&/g; + $in =~ s//>/g; + $in =~ s/"/"/g; + $in =~ s/\xE7/ç/g; + return $in; +} + + +################## +# write .dhelp # +################## + +sub write_dhelp (*$$$) +{ + my ($dhelp, $filename, $linkname, $abstract) = @_; + $linkname = htmlencode($linkname); + $abstract = htmlencode($abstract); + print $dhelp < +$dhelp_section +$linkname +$filename + +$abstract + + + +EOF +} + +################################## +# dwww support (via menu file) # +################################## + +# dwww in menu file seems deprecated + +#sub write_dwww (*$$$$) +#{ +# my ($dwww, $filename, $docid, $linkname, $abstract) = @_; +# $linkname =~ s/"/\\"/g; +# $abstract =~ s/"/\\"/g; +# print $dwww < $outdir/$docid" +# or die "can't write to $outdir/$docid: $!"; +# print DOCBASE < $dhelp_file"; +#open DWWW, "> $dwww_file"; + +for my $filename (@ARGV) +{ + my %abstracts = get_abstracts $filename; + for my $docfile (sort grep { -e "$unpacked_dir/$_" } keys %abstracts) + { + my $docid = $docfile; + $docid =~ s!(?:/index)?\.html!!; + $docid = "ldp-en-$docid"; + if (defined $ENV{DEB_BUILD_OPTIONS} and + $ENV{DEB_BUILD_OPTIONS} =~ /debug/) + { + print "$docid: $abstracts{$docfile}{title}\n"; + print "$abstracts{$docfile}{abstract}\n\n"; + } + write_dhelp DHELP, $docfile, $abstracts{$docfile}{title}, + $abstracts{$docfile}{abstract}; +# write_dwww DWWW, $docfile, $docid, $abstracts{$docfile}{title}, +# $abstracts{$docfile}{abstract}; +# write_doc_base $docfile, $docid, $abstracts{$docfile}{title}, +# $abstracts{$docfile}{abstract}; + } +} + +close DHELP; +#close DWWW; --- doc-linux-2007.11.orig/debian/doc-linux-nonfree.control +++ doc-linux-2007.11/debian/doc-linux-nonfree.control @@ -0,0 +1,60 @@ +Source: doc-linux-nonfree +Section: non-free/doc +Priority: optional +Maintainer: Debian LDP Maintainers +Uploaders: Frank Lichtenheld , Colin Watson +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: bzip2 +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-doc-linux/trunk/doc-linux +XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-doc-linux/trunk/doc-linux + +Package: doc-linux-nonfree-html +Priority: optional +Architecture: all +Conflicts: doc, doc-linux +Replaces: doc-linux, doc-linux-text (<< 98.06-1), doc-linux-html (<< 2005.12-1) +Pre-Depends: dpkg (>= 1.10.24) +Recommends: doc-linux-html +Suggests: doc-base, menu, www-browser +Enhances: doc-linux-html +Description: Linux HOWTOs in HTML format (non-free) + The doc-linux-nonfree-html package provides the non-free portion of the + current Linux HOWTOs in HTML format. Alternatively, ASCII versions are + provided in the doc-linux-nonfree-text package. + . + The version number reflects the month in which doc-linux-nonfree-html was + created. + . + All files are available at http://www.tldp.org/ (with versions in ASCII, + DVI, HTML, postscript, and SGML). + . + The documents in this package fail to meet the Debian Free Software + Guidelines for various reasons. For the most part this is due to + significant restrictions on modification or on commercial redistribution, + neither of which can be allowed for packages in the main distribution. See + /usr/share/doc/doc-linux-nonfree-html/copyright for full details. + +Package: doc-linux-nonfree-text +Architecture: all +Conflicts: doc, doc-linux +Replaces: doc-linux, doc-linux-html (<< 98.06-1), doc-linux-text (<< 2005.12-1) +Recommends: doc-linux-text +Suggests: doc-linux-html +Enhances: doc-linux-text +Description: Linux HOWTOs in ASCII format (non-free) + The doc-linux-nonfree-text package provides the non-free portion of the + current Linux HOWTOs in ASCII format. Alternatively, HTML versions are + provided in the doc-linux-nonfree-html package. + . + The version number reflects the month in which doc-linux-nonfree-text was + created. + . + All files are available at http://www.tldp.org/ (with versions in ASCII, + DVI, HTML, postscript, and SGML). + . + The documents in this package fail to meet the Debian Free Software + Guidelines for various reasons. For the most part this is due to + significant restrictions on modification or on commercial redistribution, + neither of which can be allowed for packages in the main distribution. See + /usr/share/doc/doc-linux-nonfree-text/copyright for full details. --- doc-linux-2007.11.orig/debian/doc-linux-text.preinst +++ doc-linux-2007.11/debian/doc-linux-text.preinst @@ -0,0 +1,13 @@ +#! /bin/sh + +set -e + +if [ -d /usr/doc/doc-linux-text ] && [ ! -h /usr/doc/doc-linux-text ] \ + && [ -f /usr/doc/doc-linux-text/.dhelp ]; then + rm -f /usr/doc/doc-linux-text/.dhelp + rmdir /usr/doc/doc-linux-text +fi + +#DEBHELPER# + +exit 0 --- doc-linux-2007.11.orig/debian/README.updating +++ doc-linux-2007.11/debian/README.updating @@ -0,0 +1,66 @@ +Updating doc-linux +------------------ + +Updating doc-linux to include the latest documentation from the Linux +Documentation Project is quite an easy task. + + * If you start from a fresh checkout of the svn repository then run + 'debian/make-links doc-linux{-nonfree}' first. You should also + download the source of the latest released doc-linux package and + copy the directories FAQ and HOWTO into the package directory + (don't forget HOWTO/extra). + + * Run 'debian/rules refresh', overriding LDP_MIRROR if necessary. This + fetches new .tar.gz archives from upstream, which go in the FAQ and + HOWTO directories. + + * If the FAQ is updated, check its new version number and document this in + debian/changelog. + + * Find out which HOWTOs have changed. This can be done most simply by + diffing the output of 'tar tjvf Linux-HOWTOs-oldversion.tar.bz2' and + 'tar tjvf Linux-HOWTOs-newversion.tar.bz2'. (The refresh process keeps + old versions of the archives around so that this is convenient.) You + can use the debian/diff-tarballs script for this. It diffs the second + newest tarballs in the HOWTO directory and formats the output so that + it can be included in the changelog without much changes. + + * Document the changes in debian/changelog. + + * Audit the licences in any new and changed HOWTOs, and make any necessary + changes to the files in the debian/copyrights directory. + + * run 'debian/prepare-builddir [nonfree]'. This will create + a proper build directory under ../doc-linux{-nonfree}- + and the .orig.tar.gz. The version is determined from the + debian/changelog. + + If you want to understand what prepare-builddir is doing: + + + it ensures that your svn checkout is up-to-date + (TODO: commandline option to turn off svn calls) + + it creates the build directory + + it exports the debian/ directory to that build directory + (using a local svn export call) + + It uses debian/split-package to split the HOWTO archives into free and + non-free components and copies the generated tarballs to the build + directory + + The following steps are done in the build directory: + + + It runs 'debian/make-links doc-linux' (or doc-linux-nonfree) to generate + links to files that need to have the same name but different contents in + the two source packages. + + Tt runs 'debian/make-copyright free debian/doc-linux.copyright.head > + debian/copyright' (or non-free, debian/doc-linux-nonfree.copyright.head) + to generate the copyright file. + + It runs 'fakeroot debian/rules orig' to construct a new .orig.tar.gz. + + * change to that directory and build the package the normal way + + +Apart from the 'refresh' and 'orig' targets and the slightly insane dual +source package arrangement, the doc-linux build procedure should hold no +surprises for someone familiar with Debian packaging. + + -- Frank Lichtenheld , Tue Nov 11 13:09:39 2003 --- doc-linux-2007.11.orig/debian/split-package +++ doc-linux-2007.11/debian/split-package @@ -0,0 +1,116 @@ +#! /usr/bin/perl -w +use strict; + +# Split the HOWTO tarballs into free and non-free components, based on the +# files in debian/copyrights. + +use File::Copy; +use File::Path; + +if (@ARGV < 1) { + print STDERR "Usage: $0 \n"; + exit 1; +} + +rmtree 'free', 0, 1; +mkdir 'free'; +rmtree 'non-free', 0, 1; +mkdir 'non-free'; + +my $type = 'HOWTO'; + +my %status; + +for my $status (qw(free non-free undistributable removed placeholder)) { + opendir COPYRIGHTS, "debian/copyrights/$status" + or die "Can't open debian/copyrights/$status directory: $!"; + for my $copy (readdir COPYRIGHTS) { + next unless -f "debian/copyrights/$status/$copy"; + open COPYRIGHT, "< debian/copyrights/$status/$copy" + or die "Can't open debian/copyrights/$status/$copy: $!"; + while () { + chomp; + last if /^$/; + next unless s/^\Q$type\E: //o; + $status{$status}{$_}++; + $status{all}{$_}++; + if ($status{all}{$_} > 1) { + warn "Duplicate copyright information for $_!\n"; + } + } + close COPYRIGHT; + } + closedir COPYRIGHTS; +} + +mkdir 'tmp'; + +my $tar = shift; +system "tar -C tmp -xjf \Q$tar\E"; +my $dir = 'tmp'; +$dir = 'tmp/HOWTO' if -d 'tmp/HOWTO'; + +opendir FILES, $dir or die "Can't open $dir directory: $!"; +my @files = grep !/^\.\.?$/, readdir FILES; +closedir FILES; + +for my $file (@files) { + (my $canon = $file) =~ s/(?:-\d+)?\.html$//; + + # These always go in the free package. + if ($file =~ /^(?:COPYRIGHT|INDEX|INDEX\.html|README|images|index\.html)$/ + or $file =~ /\.gif$/) { + move "$dir/$file", "free/$file"; + next; + } + + # Special cases (sigh). + if ($canon =~ /^(?:C\+\+Programming|PostgreSQL)-HOWTO$/) { + move "$dir/$file", "free/$file"; + next; + } elsif ($canon eq 'HOWTO-INDEX') { + # goes in both directories for the benefit of debian/html2docs + system 'cp', '-a', "$dir/$file", "free/$file"; + move "$dir/$file", "non-free/$file"; + next; + } elsif ($canon eq '.htaccess') { + next; + } elsif ($canon eq 'archived') { + next; + } elsif ($canon eq 'Access-HOWTO') { + $canon = 'Accessibility-HOWTO'; + } elsif ($canon eq 'Distributions-HOWTO') { + $canon = 'CD-Distributions-EN-HOWTO'; + } elsif ($canon eq 'GTEK-BBS') { + $canon = 'GTEK-BBS-550'; + } elsif ($canon eq 'IR-HOWTO') { + $canon = 'Infrared-HOWTO'; + } elsif ($canon eq 'Loadlin+Win95') { + $canon = 'Loadlin+Win95-98-ME'; +# Net-HOWTO was reverted to NET3-4-HOWTO so comment out +# } elsif ($canon eq 'NET3-4-HOWTO') { +# $canon = 'Net-HOWTO'; + } elsif ($canon eq 'Xnews-under-Linux-HOWTO') { + $canon = 'Windows-Newsreaders-under-Linux-HOWTO'; + } + + + if ($status{free}{$canon} + || $status{placeholder}{$canon}) { + move "$dir/$file", "free/$file"; + } elsif ($status{'non-free'}{$canon}) { + move "$dir/$file", "non-free/$file"; + } elsif (!$status{all}{$canon}) { + warn "No copyright information for $file ($canon)!\n"; + } +} + +for my $status (qw(free non-free)) { + (my $tarout = $tar) =~ s{/([^/]*)$}{/$status-$1}; + $tarout = "../$tarout" unless $tarout =~ m[^/]; + system "cd \Q$status\E && tar -cjf \Q$tarout\E *"; +} + +rmtree 'free', 0, 1; +rmtree 'non-free', 0, 1; +rmtree 'tmp', 0, 1; --- doc-linux-2007.11.orig/debian/make-copyright +++ doc-linux-2007.11/debian/make-copyright @@ -0,0 +1,46 @@ +#! /usr/bin/perl -w +use strict; + +# Build a copyright file based on the files in debian/copyrights. + +use Text::Wrap qw(wrap); + +if (@ARGV < 2) { + print STDERR "Usage: $0
\n"; + exit 1; +} + +my $status = shift; +my $header = shift; + +my (%documents, %copyrights); + +opendir COPYRIGHTS, "debian/copyrights/$status" + or die "Can't open debian/copyrights/$status directory: $!"; +for my $copy (readdir COPYRIGHTS) { + next unless -f "debian/copyrights/$status/$copy"; + open COPYRIGHT, "< debian/copyrights/$status/$copy" + or die "Can't open debian/copyrights/$status/$copy: $!"; + while () { + chomp; + last if /^$/; + next unless s/^HOWTO: //o; + push @{$documents{$copy}}, $_; + } + $copyrights{$copy} = join '', ; + close COPYRIGHT; +} +closedir COPYRIGHTS; + +system "cat \Q$header\E"; + +$Text::Wrap::columns = 76; + +for my $copy (sort keys %documents) { + print "\n", '=' x 76, "\n\n"; + my @documents = sort @{$documents{$copy}}; + print "The following licence covers these documents:\n"; + print wrap(' ', ' ', (join ', ', @documents) . "\n"); + print "\n"; + print $copyrights{$copy}; +} --- doc-linux-2007.11.orig/debian/prepare-builddir +++ doc-linux-2007.11/debian/prepare-builddir @@ -0,0 +1,166 @@ +#!/bin/sh +# 2003 by Frank Lichtenheld + +# Usage: debian/prepare-builddir [nonfree] +# Prepares a clean build directory for the doc-linux{-nonfree} +# package. It assumes that you are in checked out copy of the +# svn repository (in trunk/doc-linux) and have already downloaded +# new tarballs and updated the changelog files for the new version + +# it assumes the commands `svn' and `fakeroot' are available + +set -e + +echo -n "check if we're in the right directory..." +if [ -f debian/rules ]; then + echo done +else + echo no! + echo ERROR: There is no debian/rules file in this directory. + echo This can not to be right. + exit 1 +fi + +echo -n "determine package name(s)..." +if test "$1" = "nonfree"; then + packages="doc-linux doc-linux-nonfree" +else + packages=doc-linux +fi +echo $packages + +echo -n updating svn working directory... +svn update --quiet +echo done + +echo -n clean up work directory... +fakeroot debian/rules -s clean +echo done + +# we assume that the versions are the same for free and nonfree +echo -n "copy control files (1st time)..." +debian/make-links doc-linux +echo done + +echo -n reading versions... +upstreamversion=`dpkg-parsechangelog | grep ^Version: | perl -pe 's/^Version: //; s/-[^-]+$//;'` +debianversion=`dpkg-parsechangelog | grep ^Version: | perl -pe 's/^Version: //; s/^.*-([^-]+)$/$1/;'` +tarballversion=`ls -1 --color=never HOWTO/Linux-HOWTOs-*.tar.bz2 | tail -n 1 | perl -pe "s/HOWTO\/Linux-HOWTOs-(\d{8})\.tar\.bz2$/\1/;" ` +echo Upstream: $upstreamversion $tarballversion +echo Debian: $debianversion + +isnewupstream=yes +if test "$debianversion" != 1; then + echo assuming this is no new upstream version + isnewupstream=no +fi + +for pkg in $packages; do + + echo -n check for existing build directory for $pkg... + if test -e ../$pkg-$upstreamversion; then + echo exists! + echo ERROR: The directory ../$pkg-$upstreamversion already + echo exists. Please remove it first, I will not do this automatically. + exit 1 + else + echo "doesn't exist, good" + fi + +done + +if test "$isnewupstream" = yes; then + + echo -n split tarballs...[text]... + debian/split-package HOWTO/Linux-HOWTOs-$tarballversion.tar.bz2 + echo -n [html]... + debian/split-package HOWTO/Linux-html-HOWTOs-$tarballversion.tar.bz2 + echo done + +fi + +for pkg in $packages; do + + echo \*\*\* + echo processing $pkg + echo \*\*\* + + if test "$pkg" = "doc-linux-nonfree"; then + free=non-free + else + free=free + fi + + if test "$isnewupstream" = no; then + + echo retrieve orig.tar + (cd .. && apt-get source $pkg) + + echo -n check for existing build directory for $pkg... + if test -e ../$pkg-$upstreamversion; then + echo "exists, good" + else + echo apt-get source did not retrieve the right source + echo please fix your setup or prepare the directory manually + exit 1 + fi + + echo -n delete old debian/ directory... + rm -fr ../$pkg-$upstreamversion/debian + echo done + + else + + echo -n create build directory... + mkdir ../$pkg-$upstreamversion + echo done + + fi + + echo -n export debian/ directory... + svn export debian/ ../$pkg-$upstreamversion/debian + echo done + + cd ../$pkg-$upstreamversion + + if test "$isnewupstream" = yes; then + + echo -n copy FAQ and HOWTOs... + mkdir HOWTO + if test "$free" = "free"; then + echo -n "FAQ " + cp -a ../doc-linux/FAQ . + cp -a ../doc-linux/HOWTO/extra HOWTO/ + fi + + echo -n "HOWTOs " +# the following two should be just symlinks + cp -a ../doc-linux/HOWTO/Linux-HOWTOs.tar.bz2 HOWTO/ + cp -a ../doc-linux/HOWTO/Linux-html-HOWTOs.tar.bz2 HOWTO/ + cp -a ../doc-linux/HOWTO/$free-Linux-HOWTOs-$tarballversion.tar.bz2 HOWTO/Linux-HOWTOs-$tarballversion.tar.bz2 + cp -a ../doc-linux/HOWTO/$free-Linux-html-HOWTOs-$tarballversion.tar.bz2 HOWTO/Linux-html-HOWTOs-$tarballversion.tar.bz2 + echo done + + fi + + echo -n "copy control files (2nd time)..." + debian/make-links $pkg + debian/make-copyright $free debian/$pkg.copyright.head > debian/copyright + echo done + echo "remove unneeded files in debian/copyrights:" + debian/prune-copyrights $free debian/copyrights + + if test "$isnewupstream" = yes; then + + echo make orig.tar.gz... + fakeroot debian/rules -s orig + echo make orig.tar.gz...done + + fi + + cd ../doc-linux + echo \*\*\* + echo directory ../$pkg-$upstreamversion is now ready for building + echo \*\*\* + +done --- doc-linux-2007.11.orig/debian/copyright +++ doc-linux-2007.11/debian/copyright @@ -0,0 +1,1557 @@ +This is the Debian GNU/Linux 'doc-linux' package. It provides the current +Linux-FAQ, written by Ian Jackson and now maintained +by David Merrill , as well as the free portion of the +current Linux HOWTOs, written by several authors and coordinated by Guylhem +Aznar . + +This package was put together by Colin Watson from the +sources at ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO and +ftp://sunsite.unc.edu/pub/Linux/docs/faqs/linux-faq. Its previous +maintainers were Ian Murdock, Dirk Eddelbuettel, and Marco Budde. + +As of September 2003 this package is maintained by a team at +pkg-doc-linux-devel@lists.alioth.debian.org, currently with three members: +Colin Watson, Doug Jensen and Frank Lichtenheld. The Debian-specific part of +this package is maintained in a Subversion repository +(http://svn.debian.org/wsvn/pkg-doc-linux/). + +Additional documents have been taken from the following sources: + + * High-Availability HOWTO: + ftp://metalab.unc.edu/pub/Linux/ALPHA/linux-ha/ + * ext3-usage HOWTO: + http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html + * ext3 mini-HOWTO: + http://www.symonds.net/~rajesh/howto/ext3/ + +The HTML version of the RedHat-CD-HOWTO has been removed, since it contains +i386-only binaries. + +Other changes made were: + + * Some relative hyperlinks were converted into absolute links to documents + on www.tldp.org. + * Added the Debian package maintenance system. + +The documents in this package fall under a variety of DFSG-free licences, +all listed below. + +============================================================================ + +The following licence covers these documents: + ACP-Modem + +Copyright (c) 2002 IBM Corporation + +This document may be reproduced or distributed in any form without prior +permission. Modified versions of this document may be freely distributed, +provided that they are clearly identified as such, and this copyright is +included intact. + +This document is provided "AS IS", with no express or implied warranties. Use +the information in this document at your own risk. + +============================================================================ + +The following licence covers these documents: + Man-Page + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +============================================================================ + +The following licence covers these documents: + Battery-Powered + +Copyright (c) 2003 David Lechnyr. Redistribution and use, with or without +modification, are permitted provided that the copyright notice, this list of +conditions and the following disclaimer be included. + +THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +============================================================================ + +The following licence covers these documents: + CD-Writing-HOWTO + +Copyright Winfried Trümper 1996-2000. All rights reserved. + +Redistribution and use, with or without modification, are permitted +provided that the name of the author may not be used to endorse or +promote products derived from this software without specific prior +written permission. In this sense, translations are welcome and need +not to be authorized by me. + +The author disclaims all warranties with regard to this document, +including all implied warranties of merchantability and fitness for a +certain purpose; in no event shall the author be liable for any +special, indirect or consequential damages or any damages whatsoever +resulting from loss of use, data or profits, whether in an action of +contract, negligence or other tortious action, arising out of or in +connection with the use of this document. + +Short: read and use at your own risk. No money-back guarantee. If you +want to understand why this document has always been under a very weak +license and not under the gnu GPL or similar restrictive, then you +should read this article from the German computer magazine c't: + (currently only +in German language). + +============================================================================ + +The following licence covers these documents: + Coffee + +Copyright © 2004-08-29 by Fotis Georgatos. You are free: + + * to copy, distribute, display, and perform the work + * to make derivative works + * to make commercial use of the work + +Under the following conditions: +Attribution. You must give the original author credit. +Share Alike. If you alter, transform, or build upon this work, you +may distribute the resulting work only under a license identical to +this one. + + * For any reuse or distribution, you must make clear to others the + license terms of this work. + * Any of these conditions can be waived if you get permission from + the author. + + +(This is actually a part of the Creative Commons +Attribution-ShareAlike license, but as it is not referenced I see it +as a separate license) + +============================================================================ + +The following licence covers these documents: + DNS-HOWTO + + (C)opyright 1995-2001 Nicolai Langfeldt, Jamie Norrish & Co. Do not + modify without amending copyright, distribute freely but retain + copyright message. + +============================================================================ + +The following licence covers these documents: + ACPI-HOWTO, ADSL-Bandwidth-Management-HOWTO, ATA-RAID-HOWTO, + ATM-Linux-HOWTO, AX25-HOWTO, Assembly-HOWTO, + Authentication-Gateway-HOWTO, Bandwidth-Limiting-HOWTO, Bangla-HOWTO, + Bash-Prompt-HOWTO, Belgian-HOWTO, Beowulf-HOWTO, Bridge, + C-editing-with-VIM-HOWTO, CDROM-HOWTO, CDServer-HOWTO, Caudium-HOWTO, + Conexant+Rockwell-modem-HOWTO, Cryptoloop-HOWTO, + Diskless-root-NFS-other-HOWTO, DocBook-Install, + DocBook-OpenJade-SGML-XML-HOWTO, Emacspeak-HOWTO, + Enterprise-Java-for-Linux-HOWTO, Euro-Char-Support, FBB, + Firewall-Piercing, Francophones-HOWTO, HP-HOWTO, HighQuality-Apps-HOWTO, + IO-Perf-HOWTO, Indic-Fonts-HOWTO, Intranet-Server-HOWTO, + Jabber-Server-Farming-HOWTO, LDAP-HOWTO, LDP-Reviewer-HOWTO, LILO, + Leased-Line, Linux+Win9x+Grub-HOWTO, Linux+WinNT, Linux+Windows-HOWTO, + Linux-Complete-Backup-and-Recovery-HOWTO, Linux-Crash-HOWTO, + Linux-Modem-Sharing, Linux-Promise-RAID1-HOWTO, Lotus-DominoR5, + MIDI-HOWTO, MIPS-HOWTO, MP3-CD-Burning, MP3-HOWTO, Mail-Queue, + Mock-Mainframe, Modules, Mosix-HOWTO, Multi-Disk-HOWTO, Multi-Distro-Dev, + NC-HOWTO, NCD-HOWTO, Network-boot-HOWTO, News-Leafsite, + Nvidia-OpenGL-Configuration, Oracle-9i-RH8-and-RH9-HOWTO, + Oracle8-on-RH7X-HOWTO, Outlook-to-Unix-Mailbox, PCTel-MicroModem-Config, + PHP-Nuke-HOWTO, PalmOS-HOWTO, Pine-Exchange, Print2Win, + Qmail-VMailMgr-Courier-imap-HOWTO, Remote-Bridging, Remote-X-Apps, + SCSI-2.4-HOWTO, SCSI-Generic-HOWTO, SMB-HOWTO, SMP-HOWTO, + Scientific-Computing-with-GNU-Linux, Slovak-HOWTO, + Software-Proj-Mgmt-HOWTO, Sound-HOWTO, Speech-Recognition-HOWTO, + Sybase-PHP-Apache, Token-Ring, Traffic-Control-HOWTO, + Traffic-Control-tcng-HTB-HOWTO, UMSDOS-HOWTO, UUCP-HOWTO, Update, + VMailMgr-HOWTO, VPN-HOWTO, Valgrind-HOWTO, VideoLAN-HOWTO, Virtual-Web, + Visual-Bell, Wireless-Sync-HOWTO, XFree-Local-multi-user-HOWTO, + XFree86-R200, XFree86-Second-Mouse, XFree86-Touch-Screen-HOWTO, + XML-RPC-HOWTO, XWindow-Overview-HOWTO, openMosix-HOWTO, phhttpd-HOWTO, + ppp-ssh + +The documents listed here have no Invariant Sections, with the exception of +the following documents which have their copyright sections labelled as +Invariant Sections: + + * MIPS + + GNU Free Documentation License + Version 1.1, March 2000 + + Copyright (C) 2000 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + +0. PREAMBLE + +The purpose of this License is to make a manual, textbook, or other +written document "free" in the sense of freedom: to assure everyone +the effective freedom to copy and redistribute it, with or without +modifying it, either commercially or noncommercially. Secondarily, +this License preserves for the author and publisher a way to get +credit for their work, while not being considered responsible for +modifications made by others. + +This License is a kind of "copyleft", which means that derivative +works of the document must themselves be free in the same sense. It +complements the GNU General Public License, which is a copyleft +license designed for free software. + +We have designed this License in order to use it for manuals for free +software, because free software needs free documentation: a free +program should come with manuals providing the same freedoms that the +software does. But this License is not limited to software manuals; +it can be used for any textual work, regardless of subject matter or +whether it is published as a printed book. We recommend this License +principally for works whose purpose is instruction or reference. + + +1. APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work that contains a +notice placed by the copyright holder saying it can be distributed +under the terms of this License. The "Document", below, refers to any +such manual or work. Any member of the public is a licensee, and is +addressed as "you". + +A "Modified Version" of the Document means any work containing the +Document or a portion of it, either copied verbatim, or with +modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of +the Document that deals exclusively with the relationship of the +publishers or authors of the Document to the Document's overall subject +(or to related matters) and contains nothing that could fall directly +within that overall subject. (For example, if the Document is in part a +textbook of mathematics, a Secondary Section may not explain any +mathematics.) The relationship could be a matter of historical +connection with the subject or with related matters, or of legal, +commercial, philosophical, ethical or political position regarding +them. + +The "Invariant Sections" are certain Secondary Sections whose titles +are designated, as being those of Invariant Sections, in the notice +that says that the Document is released under this License. + +The "Cover Texts" are certain short passages of text that are listed, +as Front-Cover Texts or Back-Cover Texts, in the notice that says that +the Document is released under this License. + +A "Transparent" copy of the Document means a machine-readable copy, +represented in a format whose specification is available to the +general public, whose contents can be viewed and edited directly and +straightforwardly with generic text editors or (for images composed of +pixels) generic paint programs or (for drawings) some widely available +drawing editor, and that is suitable for input to text formatters or +for automatic translation to a variety of formats suitable for input +to text formatters. A copy made in an otherwise Transparent file +format whose markup has been designed to thwart or discourage +subsequent modification by readers is not Transparent. A copy that is +not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain +ASCII without markup, Texinfo input format, LaTeX input format, SGML +or XML using a publicly available DTD, and standard-conforming simple +HTML designed for human modification. Opaque formats include +PostScript, PDF, proprietary formats that can be read and edited only +by proprietary word processors, SGML or XML for which the DTD and/or +processing tools are not generally available, and the +machine-generated HTML produced by some word processors for output +purposes only. + +The "Title Page" means, for a printed book, the title page itself, +plus such following pages as are needed to hold, legibly, the material +this License requires to appear in the title page. For works in +formats which do not have any title page as such, "Title Page" means +the text near the most prominent appearance of the work's title, +preceding the beginning of the body of the text. + + +2. VERBATIM COPYING + +You may copy and distribute the Document in any medium, either +commercially or noncommercially, provided that this License, the +copyright notices, and the license notice saying this License applies +to the Document are reproduced in all copies, and that you add no other +conditions whatsoever to those of this License. You may not use +technical measures to obstruct or control the reading or further +copying of the copies you make or distribute. However, you may accept +compensation in exchange for copies. If you distribute a large enough +number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and +you may publicly display copies. + + +3. COPYING IN QUANTITY + +If you publish printed copies of the Document numbering more than 100, +and the Document's license notice requires Cover Texts, you must enclose +the copies in covers that carry, clearly and legibly, all these Cover +Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on +the back cover. Both covers must also clearly and legibly identify +you as the publisher of these copies. The front cover must present +the full title with all words of the title equally prominent and +visible. You may add other material on the covers in addition. +Copying with changes limited to the covers, as long as they preserve +the title of the Document and satisfy these conditions, can be treated +as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit +legibly, you should put the first ones listed (as many as fit +reasonably) on the actual cover, and continue the rest onto adjacent +pages. + +If you publish or distribute Opaque copies of the Document numbering +more than 100, you must either include a machine-readable Transparent +copy along with each Opaque copy, or state in or with each Opaque copy +a publicly-accessible computer-network location containing a complete +Transparent copy of the Document, free of added material, which the +general network-using public has access to download anonymously at no +charge using public-standard network protocols. If you use the latter +option, you must take reasonably prudent steps, when you begin +distribution of Opaque copies in quantity, to ensure that this +Transparent copy will remain thus accessible at the stated location +until at least one year after the last time you distribute an Opaque +copy (directly or through your agents or retailers) of that edition to +the public. + +It is requested, but not required, that you contact the authors of the +Document well before redistributing any large number of copies, to give +them a chance to provide you with an updated version of the Document. + + +4. MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under +the conditions of sections 2 and 3 above, provided that you release +the Modified Version under precisely this License, with the Modified +Version filling the role of the Document, thus licensing distribution +and modification of the Modified Version to whoever possesses a copy +of it. In addition, you must do these things in the Modified Version: + +A. Use in the Title Page (and on the covers, if any) a title distinct + from that of the Document, and from those of previous versions + (which should, if there were any, be listed in the History section + of the Document). You may use the same title as a previous version + if the original publisher of that version gives permission. +B. List on the Title Page, as authors, one or more persons or entities + responsible for authorship of the modifications in the Modified + Version, together with at least five of the principal authors of the + Document (all of its principal authors, if it has less than five). +C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. +D. Preserve all the copyright notices of the Document. +E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. +F. Include, immediately after the copyright notices, a license notice + giving the public permission to use the Modified Version under the + terms of this License, in the form shown in the Addendum below. +G. Preserve in that license notice the full lists of Invariant Sections + and required Cover Texts given in the Document's license notice. +H. Include an unaltered copy of this License. +I. Preserve the section entitled "History", and its title, and add to + it an item stating at least the title, year, new authors, and + publisher of the Modified Version as given on the Title Page. If + there is no section entitled "History" in the Document, create one + stating the title, year, authors, and publisher of the Document as + given on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. +J. Preserve the network location, if any, given in the Document for + public access to a Transparent copy of the Document, and likewise + the network locations given in the Document for previous versions + it was based on. These may be placed in the "History" section. + You may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. +K. In any section entitled "Acknowledgements" or "Dedications", + preserve the section's title, and preserve in the section all the + substance and tone of each of the contributor acknowledgements + and/or dedications given therein. +L. Preserve all the Invariant Sections of the Document, + unaltered in their text and in their titles. Section numbers + or the equivalent are not considered part of the section titles. +M. Delete any section entitled "Endorsements". Such a section + may not be included in the Modified Version. +N. Do not retitle any existing section as "Endorsements" + or to conflict in title with any Invariant Section. + +If the Modified Version includes new front-matter sections or +appendices that qualify as Secondary Sections and contain no material +copied from the Document, you may at your option designate some or all +of these sections as invariant. To do this, add their titles to the +list of Invariant Sections in the Modified Version's license notice. +These titles must be distinct from any other section titles. + +You may add a section entitled "Endorsements", provided it contains +nothing but endorsements of your Modified Version by various +parties--for example, statements of peer review or that the text has +been approved by an organization as the authoritative definition of a +standard. + +You may add a passage of up to five words as a Front-Cover Text, and a +passage of up to 25 words as a Back-Cover Text, to the end of the list +of Cover Texts in the Modified Version. Only one passage of +Front-Cover Text and one of Back-Cover Text may be added by (or +through arrangements made by) any one entity. If the Document already +includes a cover text for the same cover, previously added by you or +by arrangement made by the same entity you are acting on behalf of, +you may not add another; but you may replace the old one, on explicit +permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License +give permission to use their names for publicity for or to assert or +imply endorsement of any Modified Version. + + +5. COMBINING DOCUMENTS + +You may combine the Document with other documents released under this +License, under the terms defined in section 4 above for modified +versions, provided that you include in the combination all of the +Invariant Sections of all of the original documents, unmodified, and +list them all as Invariant Sections of your combined work in its +license notice. + +The combined work need only contain one copy of this License, and +multiple identical Invariant Sections may be replaced with a single +copy. If there are multiple Invariant Sections with the same name but +different contents, make the title of each such section unique by +adding at the end of it, in parentheses, the name of the original +author or publisher of that section if known, or else a unique number. +Make the same adjustment to the section titles in the list of +Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections entitled "History" +in the various original documents, forming one section entitled +"History"; likewise combine any sections entitled "Acknowledgements", +and any sections entitled "Dedications". You must delete all sections +entitled "Endorsements." + + +6. COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents +released under this License, and replace the individual copies of this +License in the various documents with a single copy that is included in +the collection, provided that you follow the rules of this License for +verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute +it individually under this License, provided you insert a copy of this +License into the extracted document, and follow this License in all +other respects regarding verbatim copying of that document. + + +7. AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate +and independent documents or works, in or on a volume of a storage or +distribution medium, does not as a whole count as a Modified Version +of the Document, provided no compilation copyright is claimed for the +compilation. Such a compilation is called an "aggregate", and this +License does not apply to the other self-contained works thus compiled +with the Document, on account of their being thus compiled, if they +are not themselves derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these +copies of the Document, then if the Document is less than one quarter +of the entire aggregate, the Document's Cover Texts may be placed on +covers that surround only the Document within the aggregate. +Otherwise they must appear on covers around the whole aggregate. + + +8. TRANSLATION + +Translation is considered a kind of modification, so you may +distribute translations of the Document under the terms of section 4. +Replacing Invariant Sections with translations requires special +permission from their copyright holders, but you may include +translations of some or all Invariant Sections in addition to the +original versions of these Invariant Sections. You may include a +translation of this License provided that you also include the +original English version of this License. In case of a disagreement +between the translation and the original English version of this +License, the original English version will prevail. + + +9. TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except +as expressly provided for under this License. Any other attempt to +copy, modify, sublicense or distribute the Document is void, and will +automatically terminate your rights under this License. However, +parties who have received copies, or rights, from you under this +License will not have their licenses terminated so long as such +parties remain in full compliance. + + +10. FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions +of the GNU Free Documentation License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. See +http://www.gnu.org/copyleft/. + +Each version of the License is given a distinguishing version number. +If the Document specifies that a particular numbered version of this +License "or any later version" applies to it, you have the option of +following the terms and conditions either of that specified version or +of any later version that has been published (not as a draft) by the +Free Software Foundation. If the Document does not specify a version +number of this License, you may choose any version ever published (not +as a draft) by the Free Software Foundation. + + +ADDENDUM: How to use this License for your documents + +To use this License in a document you have written, include a copy of +the License in the document and put the following copyright and +license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +If you have no Invariant Sections, write "with no Invariant Sections" +instead of saying which ones are invariant. If you have no +Front-Cover Texts, write "no Front-Cover Texts" instead of +"Front-Cover Texts being LIST"; likewise for Back-Cover Texts. + +If your document contains nontrivial examples of program code, we +recommend releasing these examples in parallel under your choice of +free software license, such as the GNU General Public License, +to permit their use in free software. + +============================================================================ + +The following licence covers these documents: + 8021X-HOWTO, Aviation-HOWTO, BTTV, BogoMips, Cable-Modem, + DVD-Playback-HOWTO, Disk-Encryption-HOWTO, Disk-on-Chip-HOWTO, + Encrypted-Root-Filesystem-HOWTO, Fedora-Multimedia-Installation-HOWTO, + Font-HOWTO, Glibc-Install-HOWTO, Implement-Sys-Call-Linux-2.6-i386, + Installfest-HOWTO, LVM-HOWTO, Linksys-Blue-Box-Router-HOWTO, + Linux-i386-Boot-Code-HOWTO, Masquerading-Simple-HOWTO, Mobile-IPv6-HOWTO, + Motorola-Surfboard-Modem, Mozilla-Optimization, OLSR-IPv6-HOWTO, + PA-RISC-Linux-Boot-HOWTO, Qmail-ClamAV-HOWTO, Reliance-HOWTO, + Samba-Authenticated-Gateway-HOWTO, Scanner-HOWTO, Scripting-GUI-TclTk, + Secure-CVS-Pserver, Tamil-Linux-HOWTO, TimePrecision-HOWTO, UPS-HOWTO, + VB6-to-Tcl, Web-Browsing-Behind-ISA-Server-HOWTO, Webcam-HOWTO, + WikiText-HOWTO, Windows-Newsreaders-under-Linux-HOWTO, Xterminals, + libdc1394-HOWTO + +The documents listed here have no Invariant Sections. + + GNU Free Documentation License + Version 1.2, November 2002 + + + Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + +0. PREAMBLE + +The purpose of this License is to make a manual, textbook, or other +functional and useful document "free" in the sense of freedom: to +assure everyone the effective freedom to copy and redistribute it, +with or without modifying it, either commercially or noncommercially. +Secondarily, this License preserves for the author and publisher a way +to get credit for their work, while not being considered responsible +for modifications made by others. + +This License is a kind of "copyleft", which means that derivative +works of the document must themselves be free in the same sense. It +complements the GNU General Public License, which is a copyleft +license designed for free software. + +We have designed this License in order to use it for manuals for free +software, because free software needs free documentation: a free +program should come with manuals providing the same freedoms that the +software does. But this License is not limited to software manuals; +it can be used for any textual work, regardless of subject matter or +whether it is published as a printed book. We recommend this License +principally for works whose purpose is instruction or reference. + + +1. APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work, in any medium, that +contains a notice placed by the copyright holder saying it can be +distributed under the terms of this License. Such a notice grants a +world-wide, royalty-free license, unlimited in duration, to use that +work under the conditions stated herein. The "Document", below, +refers to any such manual or work. Any member of the public is a +licensee, and is addressed as "you". You accept the license if you +copy, modify or distribute the work in a way requiring permission +under copyright law. + +A "Modified Version" of the Document means any work containing the +Document or a portion of it, either copied verbatim, or with +modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of +the Document that deals exclusively with the relationship of the +publishers or authors of the Document to the Document's overall subject +(or to related matters) and contains nothing that could fall directly +within that overall subject. (Thus, if the Document is in part a +textbook of mathematics, a Secondary Section may not explain any +mathematics.) The relationship could be a matter of historical +connection with the subject or with related matters, or of legal, +commercial, philosophical, ethical or political position regarding +them. + +The "Invariant Sections" are certain Secondary Sections whose titles +are designated, as being those of Invariant Sections, in the notice +that says that the Document is released under this License. If a +section does not fit the above definition of Secondary then it is not +allowed to be designated as Invariant. The Document may contain zero +Invariant Sections. If the Document does not identify any Invariant +Sections then there are none. + +The "Cover Texts" are certain short passages of text that are listed, +as Front-Cover Texts or Back-Cover Texts, in the notice that says that +the Document is released under this License. A Front-Cover Text may +be at most 5 words, and a Back-Cover Text may be at most 25 words. + +A "Transparent" copy of the Document means a machine-readable copy, +represented in a format whose specification is available to the +general public, that is suitable for revising the document +straightforwardly with generic text editors or (for images composed of +pixels) generic paint programs or (for drawings) some widely available +drawing editor, and that is suitable for input to text formatters or +for automatic translation to a variety of formats suitable for input +to text formatters. A copy made in an otherwise Transparent file +format whose markup, or absence of markup, has been arranged to thwart +or discourage subsequent modification by readers is not Transparent. +An image format is not Transparent if used for any substantial amount +of text. A copy that is not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain +ASCII without markup, Texinfo input format, LaTeX input format, SGML +or XML using a publicly available DTD, and standard-conforming simple +HTML, PostScript or PDF designed for human modification. Examples of +transparent image formats include PNG, XCF and JPG. Opaque formats +include proprietary formats that can be read and edited only by +proprietary word processors, SGML or XML for which the DTD and/or +processing tools are not generally available, and the +machine-generated HTML, PostScript or PDF produced by some word +processors for output purposes only. + +The "Title Page" means, for a printed book, the title page itself, +plus such following pages as are needed to hold, legibly, the material +this License requires to appear in the title page. For works in +formats which do not have any title page as such, "Title Page" means +the text near the most prominent appearance of the work's title, +preceding the beginning of the body of the text. + +A section "Entitled XYZ" means a named subunit of the Document whose +title either is precisely XYZ or contains XYZ in parentheses following +text that translates XYZ in another language. (Here XYZ stands for a +specific section name mentioned below, such as "Acknowledgements", +"Dedications", "Endorsements", or "History".) To "Preserve the Title" +of such a section when you modify the Document means that it remains a +section "Entitled XYZ" according to this definition. + +The Document may include Warranty Disclaimers next to the notice which +states that this License applies to the Document. These Warranty +Disclaimers are considered to be included by reference in this +License, but only as regards disclaiming warranties: any other +implication that these Warranty Disclaimers may have is void and has +no effect on the meaning of this License. + + +2. VERBATIM COPYING + +You may copy and distribute the Document in any medium, either +commercially or noncommercially, provided that this License, the +copyright notices, and the license notice saying this License applies +to the Document are reproduced in all copies, and that you add no other +conditions whatsoever to those of this License. You may not use +technical measures to obstruct or control the reading or further +copying of the copies you make or distribute. However, you may accept +compensation in exchange for copies. If you distribute a large enough +number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and +you may publicly display copies. + + +3. COPYING IN QUANTITY + +If you publish printed copies (or copies in media that commonly have +printed covers) of the Document, numbering more than 100, and the +Document's license notice requires Cover Texts, you must enclose the +copies in covers that carry, clearly and legibly, all these Cover +Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on +the back cover. Both covers must also clearly and legibly identify +you as the publisher of these copies. The front cover must present +the full title with all words of the title equally prominent and +visible. You may add other material on the covers in addition. +Copying with changes limited to the covers, as long as they preserve +the title of the Document and satisfy these conditions, can be treated +as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit +legibly, you should put the first ones listed (as many as fit +reasonably) on the actual cover, and continue the rest onto adjacent +pages. + +If you publish or distribute Opaque copies of the Document numbering +more than 100, you must either include a machine-readable Transparent +copy along with each Opaque copy, or state in or with each Opaque copy +a computer-network location from which the general network-using +public has access to download using public-standard network protocols +a complete Transparent copy of the Document, free of added material. +If you use the latter option, you must take reasonably prudent steps, +when you begin distribution of Opaque copies in quantity, to ensure +that this Transparent copy will remain thus accessible at the stated +location until at least one year after the last time you distribute an +Opaque copy (directly or through your agents or retailers) of that +edition to the public. + +It is requested, but not required, that you contact the authors of the +Document well before redistributing any large number of copies, to give +them a chance to provide you with an updated version of the Document. + + +4. MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under +the conditions of sections 2 and 3 above, provided that you release +the Modified Version under precisely this License, with the Modified +Version filling the role of the Document, thus licensing distribution +and modification of the Modified Version to whoever possesses a copy +of it. In addition, you must do these things in the Modified Version: + +A. Use in the Title Page (and on the covers, if any) a title distinct + from that of the Document, and from those of previous versions + (which should, if there were any, be listed in the History section + of the Document). You may use the same title as a previous version + if the original publisher of that version gives permission. +B. List on the Title Page, as authors, one or more persons or entities + responsible for authorship of the modifications in the Modified + Version, together with at least five of the principal authors of the + Document (all of its principal authors, if it has fewer than five), + unless they release you from this requirement. +C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. +D. Preserve all the copyright notices of the Document. +E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. +F. Include, immediately after the copyright notices, a license notice + giving the public permission to use the Modified Version under the + terms of this License, in the form shown in the Addendum below. +G. Preserve in that license notice the full lists of Invariant Sections + and required Cover Texts given in the Document's license notice. +H. Include an unaltered copy of this License. +I. Preserve the section Entitled "History", Preserve its Title, and add + to it an item stating at least the title, year, new authors, and + publisher of the Modified Version as given on the Title Page. If + there is no section Entitled "History" in the Document, create one + stating the title, year, authors, and publisher of the Document as + given on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. +J. Preserve the network location, if any, given in the Document for + public access to a Transparent copy of the Document, and likewise + the network locations given in the Document for previous versions + it was based on. These may be placed in the "History" section. + You may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. +K. For any section Entitled "Acknowledgements" or "Dedications", + Preserve the Title of the section, and preserve in the section all + the substance and tone of each of the contributor acknowledgements + and/or dedications given therein. +L. Preserve all the Invariant Sections of the Document, + unaltered in their text and in their titles. Section numbers + or the equivalent are not considered part of the section titles. +M. Delete any section Entitled "Endorsements". Such a section + may not be included in the Modified Version. +N. Do not retitle any existing section to be Entitled "Endorsements" + or to conflict in title with any Invariant Section. +O. Preserve any Warranty Disclaimers. + +If the Modified Version includes new front-matter sections or +appendices that qualify as Secondary Sections and contain no material +copied from the Document, you may at your option designate some or all +of these sections as invariant. To do this, add their titles to the +list of Invariant Sections in the Modified Version's license notice. +These titles must be distinct from any other section titles. + +You may add a section Entitled "Endorsements", provided it contains +nothing but endorsements of your Modified Version by various +parties--for example, statements of peer review or that the text has +been approved by an organization as the authoritative definition of a +standard. + +You may add a passage of up to five words as a Front-Cover Text, and a +passage of up to 25 words as a Back-Cover Text, to the end of the list +of Cover Texts in the Modified Version. Only one passage of +Front-Cover Text and one of Back-Cover Text may be added by (or +through arrangements made by) any one entity. If the Document already +includes a cover text for the same cover, previously added by you or +by arrangement made by the same entity you are acting on behalf of, +you may not add another; but you may replace the old one, on explicit +permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License +give permission to use their names for publicity for or to assert or +imply endorsement of any Modified Version. + + +5. COMBINING DOCUMENTS + +You may combine the Document with other documents released under this +License, under the terms defined in section 4 above for modified +versions, provided that you include in the combination all of the +Invariant Sections of all of the original documents, unmodified, and +list them all as Invariant Sections of your combined work in its +license notice, and that you preserve all their Warranty Disclaimers. + +The combined work need only contain one copy of this License, and +multiple identical Invariant Sections may be replaced with a single +copy. If there are multiple Invariant Sections with the same name but +different contents, make the title of each such section unique by +adding at the end of it, in parentheses, the name of the original +author or publisher of that section if known, or else a unique number. +Make the same adjustment to the section titles in the list of +Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections Entitled "History" +in the various original documents, forming one section Entitled +"History"; likewise combine any sections Entitled "Acknowledgements", +and any sections Entitled "Dedications". You must delete all sections +Entitled "Endorsements". + + +6. COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents +released under this License, and replace the individual copies of this +License in the various documents with a single copy that is included in +the collection, provided that you follow the rules of this License for +verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute +it individually under this License, provided you insert a copy of this +License into the extracted document, and follow this License in all +other respects regarding verbatim copying of that document. + + +7. AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate +and independent documents or works, in or on a volume of a storage or +distribution medium, is called an "aggregate" if the copyright +resulting from the compilation is not used to limit the legal rights +of the compilation's users beyond what the individual works permit. +When the Document is included in an aggregate, this License does not +apply to the other works in the aggregate which are not themselves +derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these +copies of the Document, then if the Document is less than one half of +the entire aggregate, the Document's Cover Texts may be placed on +covers that bracket the Document within the aggregate, or the +electronic equivalent of covers if the Document is in electronic form. +Otherwise they must appear on printed covers that bracket the whole +aggregate. + + +8. TRANSLATION + +Translation is considered a kind of modification, so you may +distribute translations of the Document under the terms of section 4. +Replacing Invariant Sections with translations requires special +permission from their copyright holders, but you may include +translations of some or all Invariant Sections in addition to the +original versions of these Invariant Sections. You may include a +translation of this License, and all the license notices in the +Document, and any Warranty Disclaimers, provided that you also include +the original English version of this License and the original versions +of those notices and disclaimers. In case of a disagreement between +the translation and the original version of this License or a notice +or disclaimer, the original version will prevail. + +If a section in the Document is Entitled "Acknowledgements", +"Dedications", or "History", the requirement (section 4) to Preserve +its Title (section 1) will typically require changing the actual +title. + + +9. TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except +as expressly provided for under this License. Any other attempt to +copy, modify, sublicense or distribute the Document is void, and will +automatically terminate your rights under this License. However, +parties who have received copies, or rights, from you under this +License will not have their licenses terminated so long as such +parties remain in full compliance. + + +10. FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions +of the GNU Free Documentation License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. See +http://www.gnu.org/copyleft/. + +Each version of the License is given a distinguishing version number. +If the Document specifies that a particular numbered version of this +License "or any later version" applies to it, you have the option of +following the terms and conditions either of that specified version or +of any later version that has been published (not as a draft) by the +Free Software Foundation. If the Document does not specify a version +number of this License, you may choose any version ever published (not +as a draft) by the Free Software Foundation. + + +ADDENDUM: How to use this License for your documents + +To use this License in a document you have written, include a copy of +the License in the document and put the following copyright and +license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, +replace the "with...Texts." line with this: + + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + +If you have Invariant Sections without Cover Texts, or some other +combination of the three, merge those two alternatives to suit the +situation. + +If your document contains nontrivial examples of program code, we +recommend releasing these examples in parallel under your choice of +free software license, such as the GNU General Public License, +to permit their use in free software. + +============================================================================ + +The following licence covers these documents: + Clone-HOWTO, Kodak-Digitalcam-HOWTO, TCP-Keepalive-HOWTO + +These HOWTOs are licensed under the GNU Free Documentation License, +Version 1.2; with no Invarient Sections, with no Front-Cover Texts, +and with no Back-Cover Texts. + +The full text of the GNU Free Documentation License can be found elsewhere +in this file. + +They additionally contain program code that is licensed under the +GNU General Public License, version 2. + +On Debian systems, a copy of the GNU General Public License is available in +/usr/share/common-licenses/GPL as part of the base-files package. + +============================================================================ + +The following licence covers these documents: + GIS-GRASS + +[I take this to mean "released into the public domain".] + + This document was prepared by a Federal civil servant in support of + his work (but mostly on his own time). It is NOT SUBJECT TO COPYRIGHT. + +============================================================================ + +The following licence covers these documents: + Accessibility-HOWTO, Alsa-sound, Antares-RAID-sparcLinux-HOWTO, + Apache-mods, Athlon-Powersaving-HOWTO, C++-dlopen, DSL-HOWTO, + Debian-and-Windows-Shared-Printing, Diald-HOWTO, Emacs-Beginner-HOWTO, + Filesystems-HOWTO, Finnish-HOWTO, From-PowerUp-To-Bash-Prompt-HOWTO, + Ftape-HOWTO, GCC-Frontend-HOWTO, Handspring-Visor, Hardware-HOWTO, + Home-Electrical-Control, IP-Masquerade-HOWTO, IPX-HOWTO, Intkeyb, + Italian-HOWTO, KernelAnalysis-HOWTO, Linux+IPv6-HOWTO, + LinuxDoc+Emacs+Ispell-HOWTO, Medicine-HOWTO, Multicast-HOWTO, + Mutt-GnuPG-PGP-HOWTO, NET3-4-HOWTO, NLM-HOWTO, + Oracle-9i-Fedora-3-Install-HOWTO, PCI-HOWTO, PPP-HOWTO, Path, + Printing-HOWTO, Program-Library-HOWTO, Quake-HOWTO, + Querying-libiptc-HOWTO, RTLinux-HOWTO, Sat-HOWTO, + Security-Quickstart-HOWTO, Security-Quickstart-Redhat-HOWTO, + Software-RAID-0.4x-HOWTO, Soundblaster-AWE, Spam-Filtering-for-MX, + Spanish-HOWTO, Sybase-ASE-HOWTO, TkRat, Upgrade, VoIP-HOWTO, + Wacom-Tablet-HOWTO, Winmodems-and-Linux-HOWTO, Wireless-HOWTO, + XFree86-XInside + +This document is free; you can redistribute it and/or modify it under the +terms of version 2 of the GNU General Public License as published by the +Free Software Foundation. + +This document is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. + +You should have received a copy of the GNU General Public License along with +this document; if not, write to the Free Software Foundation, Inc., 51 +Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, a copy of the GNU General Public License is available in +/usr/share/common-licenses/GPL as part of the base-files package. + +============================================================================ + +The following licence covers these documents: + German-HOWTO + + © Winfried Trümper 1994-2001. All rights reserved. + + Distribution and use of this document are allowed under the following + restrictions: The name of the author must not be used to endorse or + promote products based on the German Howto and modified versions must + be clearly identified as such. + Text, illustrations and programs in this Howto were crafted carefully. + Nevertheless the chance of an error is always there. Because of the + complexity and the frequent changes of computer systems, the author + disclaims all warranties with regard to this document, including all + implied warranties of merchantability and fitness for a certain + purpose; in no event shall the author be liable for any special, + indirect or consequential damages or any damages whatsoever resulting + from loss of use, data or profits, whether in an action of contract, + negligence or other tortious action, arising out of or in connection + with the use of this document. + + Short: use this Howto at your own risk. + +============================================================================ + +The following licence covers these documents: + Install-Strategies + +You are free to do with this document whatever you please but reading it +would be a good idea. I am naturally not responsible for any consequence or +action arising out of the use of information provided in this document. I am +not a very responsible person and you heed me at your own peril. + +============================================================================ + +The following licence covers these documents: + 3-Button-Mouse, 4mb-Laptops, ADSM-Backup, AI-Alife-HOWTO, + Accessibility-Dev-HOWTO, Alpha-HOWTO, Apache+SSL+PHP+fp, + Apache-WebDAV-LDAP-HOWTO, BackspaceDelete, Backup-With-MSDOS, + Bash-Prog-Intro-HOWTO, Boca, Bootdisk-HOWTO, Bridge+Firewall, Bzip2, + Call-back, Chroot-BIND-HOWTO, Chroot-BIND8-HOWTO, Clock, Cluster-HOWTO, + Compaq-Remote-Insight-Board-HOWTO, Compaq-T1500-HOWTO, Compressed-TCP, + DPT-Hardware-RAID-HOWTO, Danish-HOWTO, + Debian-Binary-Package-Building-HOWTO, DocBook-Demystification-HOWTO, + Domain, Ecology-HOWTO, Esperanto-HOWTO, Ethernet-Bridge-netfilter-HOWTO, + Fax-Server, Glibc2-HOWTO, Hard-Disk-Upgrade, Hebrew-HOWTO, IP-Alias, + IPCHAINS-HOWTO, IRC, ISP-Hookup-HOWTO, Install-From-ZIP, Java-CGI-HOWTO, + Kerneld, Keyboard-and-Console-HOWTO, LBX, Large-Disk-HOWTO, Lego, + Linux+FreeBSD, Linux+NT-Loader, Linux+Solaris, Linux+Win95, + Linux-Init-HOWTO, LinuxGL-QuakeWorld-mini-HOWTO, Linuxdoc-Reference, + Mac-Terminal, Mail-Administrator-HOWTO, Majordomo-MajorCool-HOWTO, + Multiboot-with-GRUB, Multiboot-with-LILO, NIS-HOWTO, NetMeeting-HOWTO, + Netrom-Node, Netscape+Proxy, Networking-Overview-HOWTO, Pager, + Parallel-Processing-HOWTO, Partition, Polish-HOWTO, Portuguese-HOWTO, + Programming-Languages, Psion-HOWTO, Public-Web-Browser, Qmail+MH, RCS, + RedHat-CD-HOWTO, SRM-HOWTO, Sendmail+UUCP, Sendmail-Address-Rewrite, + Slovenian-HOWTO, Small-Memory, Software-Building-HOWTO, + Software-RAID-HOWTO, Software-Release-Practice-HOWTO, Thinclient-HOWTO, + Tips-HOWTO, Turkish-HOWTO, Unicode-HOWTO, Unix-Hardware-Buyer-HOWTO, + Unix-and-Internet-Fundamentals-HOWTO, VAIO+Linux, VPN-Masquerade-HOWTO, + WWW-mSQL-HOWTO, Windows-LAN-Server-HOWTO, Wireless-Link-sys-WPC11, + X-Big-Cursor, XFree86-HOWTO, XFree86-Video-Timings-HOWTO, Xterm-Title, + ZIP-Drive, ZIP-Install, i810-HOWTO + +The following licence is available here: + + http://en.tldp.org/COPYRIGHT.html + +It is the default licence for documents distributed by the LDP which do not +have a licence of their own. + +Documents using option B, preventing distribution of modified versions +without the author's consent, are non-free. The documents listed here do not +fall into that category. + + LINUX DOCUMENTATION PROJECT LICENSE (LDPL) v2.0, 12 January 1998 + + I. COPYRIGHT + + The copyright to each Linux Documentation Project (LDP) document is owned + by its author or authors. + +II. LICENSE + + The following license terms apply to all LDP documents, unless otherwise + stated in the document. The LDP documents may be reproduced and distributed + in whole or in part, in any medium physical or electronic, provided that + this license notice is displayed in the reproduction. Commercial + redistribution is permitted and encouraged. Thirty days advance notice via + email to the author(s) of redistribution is appreciated, to give the + authors time to provide updated documents. + + A. REQUIREMENTS OF MODIFIED WORKS + + All modified documents, including translations, anthologies, and + partial documents, must meet the following requirements: + + 1. The modified version must be labeled as such. + 2. The person making the modifications must be identified. + 3. Acknowledgement of the original author must be retained. + 4. The location of the original unmodified document be identified. + 5. The original author's (or authors') name(s) may not be used to + assert or imply endorsement of the resulting document without the + original author's (or authors') permission. + + In addition it is requested that: + + 1. The modifications (including deletions) be noted. + 2. The author be notified by email of the modification in advance of + redistribution, if an email address is provided in the document. + + As a special exception, anthologies of LDP documents may include a + single copy of these license terms in a conspicuous location within the + anthology and replace other copies of this license with a reference to + the single copy of the license without the document being considered + "modified" for the purposes of this section. + + Mere aggregation of LDP documents with other documents or programs on + the same media shall not cause this license to apply to those other + works. + + All translations, derivative documents, or modified documents that + incorporate any LDP document may not have more restrictive license + terms than these, except that you may require distributors to make the + resulting document available in source format. + + LDP documents are available in source format via the LDP home page at + http://sunsite.unc.edu/LDP/. + +------------------------------------------------------------------------------- + + LDP Policy Appendices + + A. TO USE THE LDP LICENSE + + LDP authors who want to use the LDP License should put the following + statement in their document: + + Copyright (c) by . This document may be distributed only subject to the + terms and conditions set forth in the LDP License at . + + Authors may include a copy of the license in their documents, as well. If + they do so, they have the option of ommitting the appendices. + + B. TO USE THE LDP LICENSE, BUT PREVENT MODIFICATION + + LDP authors who want to prevent modification to their document should put + the following statement in their document: + + Copyright (c) by . This document may be distributed only subject to the + terms and conditions set forth in the LDP License at , except that this + document must not be distributed in modified form without the author's + consent. + + C. TO USE YOUR OWN LICENSE + + LDP authors who want to include their own license on LDP works may do so, + as long as their terms are not more restrictive than the LDP license, + except that they may require that the document may not be modified. + +------------------------------------------------------------------------------- + +If you have questions about the LDP License, please contact Guylhem Aznar, +guylhem@metalab.unc.edu. + +============================================================================ + +The following licence covers these documents: + BootPrompt-HOWTO + +These HOWTOs can be copied and redistributed under + + either the default license for LDP documents (LINUX DOCUMENTATION + PROJECT LICENSE, v2.0, available elsewhere in this file) + + OR + + the GNU General Public License, version 2. On Debian systems, a copy of + the GNU General Public License is available in + /usr/share/common-licenses/GPL as part of the base-files package. + +============================================================================ + +The following licence covers these documents: + BRIDGE-STP-HOWTO, Howtos-with-LinuxDoc, IPMasquerading+Napster, + IngresII-HOWTO, Linmodem-HOWTO, MP3-Box-HOWTO, MSSQL6-Openlink-PHP-ODBC, + Modem-HOWTO, MultiOS-HOWTO, Plug-and-Play-HOWTO, SSL-Certificates-HOWTO, + SSL-RedHat-HOWTO, Serial-HOWTO, Serial-Laplink-HOWTO, Smart-Card-HOWTO, + Text-Terminal-HOWTO, Usenet-News-HOWTO, VCR-HOWTO + +This is the "boilerplate" licence from the LDP Manifesto +(http://en.tldp.org/manifesto.html). The requirement to contact another +organization about derivative works is considered non-free by the Debian +Project, under the "desert island" test. However, I have given notice to the +LDP that Debian will distribute trivial (i.e. unchanged) derivative works of +all HOWTOs using this licence from +http://ftp.debian.org/debian/pool/main/d/doc-linux/, and use clause 2 to +distribute them all under the terms of the GPL instead. + + Please freely copy and distribute (sell or give away) this document in any + format. It's requested that corrections and/or comments be fowarded to the + document maintainer. You may create a derivative work and distribute it + provided that you: + + 1. Send your derivative work (in the most suitable format such as sgml) to the + LDP (Linux Documentation Project) or the like for posting on the Internet. + If not the LDP, then let the LDP know where it is available. + + 2. License the derivative work with this same license or use GPL. Include a + copyright notice and at least a pointer to the license used. + + 3. Give due credit to previous authors and major contributors. + + If you're considering making a derived work other than a translation, it's + requested that you discuss your plans with the current maintainer. + +============================================================================ + +The following licence covers these documents: + Apache-Compile-HOWTO, Benchmarking-HOWTO, Cipe+Masq, DOSEMU-HOWTO, + Event-HOWTO, Firewall-HOWTO, Flash-Memory-HOWTO, Framebuffer-HOWTO, + Hellenic-HOWTO, IBM7248-HOWTO, IO-Port-Programming, + ISP-Setup-RedHat-HOWTO, Linux+DOS+Win95+OS2, MILO-HOWTO, + MindTerm-SSH-HOWTO, NFS-Root, NFS-Root-Client-mini-HOWTO, + Optical-Disk-HOWTO, PLIP, PortSlave, Post-Installation-Checklist, + Postfix-Cyrus-Web-cyradm-HOWTO, Pre-Installation-Checklist, + Printing-Usage-HOWTO, Proxy-ARP-Subnet, Remote-Serial-Console-HOWTO, + SLIP-PPP-Emulator, Saving-Space, Security-HOWTO, Serbian-HOWTO, + Serial-Programming-HOWTO, TT-Debian, Thai-HOWTO, VMS-to-Linux-HOWTO, + XDM-Xterm, XDMCP-HOWTO, XWindow-User-HOWTO, Xinerama-HOWTO + +Unless otherwise stated, Linux HOWTO documents are copyrighted by their +respective authors. Linux HOWTO documents may be reproduced and distributed +in whole or in part, in any medium physical or electronic, as long as this +copyright notice is retained on all copies. Commercial redistribution is +allowed and encouraged; however, the author would like to be notified of any +such distributions. + +All translations, derivative works, or aggregate works incorporating any +Linux HOWTO documents must be covered under this copyright notice. That is, +you may not produce a derivative work from a HOWTO and impose additional +restrictions on its distribution. Exceptions to these rules may be granted +under certain conditions; please contact the Linux HOWTO coordinator at the +address given below. + +In short, we wish to promote dissemination of this information through as +many channels as possible. However, we do wish to retain copyright on the +HOWTO documents, and would like to be notified of any plans to redistribute +the HOWTOs. + +If you have any questions, please contact . + +============================================================================ + +The following licence covers these documents: + Advocacy, Commercial-HOWTO, Commercial-Port-Advocacy, Mail-User-HOWTO, + VAR-HOWTO, WordPerfect + + A verbatim copy may be reproduced or distributed in any medium + physical or electronic without permission of the author. Translations + are similarly permitted without express permission if it includes a + notice on who translated it. + + Short quotes may be used without prior consent by the author. + Derivative work and partial distributions of the HOWTO must be + accompanied with either a verbatim copy of this file or a pointer to + the verbatim copy. + + Commercial redistribution is allowed and encouraged; however, the + author would like to be notified of any such distributions. + + In short, we wish to promote dissemination of this information through + as many channels as possible. However, we do wish to retain copyright + on the HOWTO documents, and would like to be notified of any plans to + redistribute the HOWTOs. + + We further want that all information provided in the HOWTOs is + disseminated. If you have questions, please contact Tim Bynum, the + Linux HOWTO coordinator, at linux-howto@metalab.unc.edu. + +============================================================================ + +The following licence covers these documents: + Ethernet-HOWTO, Module-HOWTO, Secure-POP+SSH + + Permission is granted to make and distribute verbatim copies of this + manual provided the copyright notice and this permission notice are + preserved on all copies. + + Permission is granted to copy and distribute modified versions of this + document under the conditions for verbatim copying, provided that this + copyright notice is included exactly as in the original, and that the + entire resulting derived work is distributed under the terms of a + permission notice identical to this one. + + Permission is granted to copy and distribute translations of this + document into another language, under the above conditions for + modified versions. + +============================================================================ + +The following licence covers these documents: + VME-HOWTO, Virtual-Services-HOWTO + + A verbatim copy may be reproduced or distributed in any medium + physical or electronic without permission of the author. Translations + are similarly permitted without express permission if it includes a + notice on who translated it. Commercial redistribution is allowed and + encouraged; however please notify the author of any such distributions. + + Excerpts from the document may be used without prior consent provided + that the derivative work contains the verbatim copy or a pointer to a + verbatim copy. + + Permission is granted to make and distribute verbatim copies of this + document provided the copyright notice and this permission notice are + preserved on all copies. + + In short, we wish to promote dissemination of this information through + as many channels as possible. However, we wish to retain copyright on + this HOWTO document, and would like to be notified of any plans to + redistribute this HOWTO. + +============================================================================ + +The following licence covers these documents: + Partition-Rescue + +Copyright (C) 2000-2001 by Jean-Daniel Dodin. + +This document is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This document is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this document; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, a copy of the GNU Lesser General Public License is +available in /usr/share/common-licenses/LGPL as part of the base-files +package. + +============================================================================ + +The following licence covers these documents: + NCURSES-Programming-HOWTO + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, distribute with modifications, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name(s) of the above copyright +holders shall not be used in advertising or otherwise to promote the +sale, use or other dealings in this Software without prior written +authorization. + +============================================================================ + +The following licence covers these documents: + Network-Install-HOWTO + + (C) Copyright IBM Corp. 2002. + + This document may be reproduced or distributed in any form without + prior permission provided the copyright notice is retained on all + copies. Modified versions of this document may be freely distributed + provided that they are clearly identified as such, and this copyright + is included intact. + +============================================================================ + +The following licence covers these documents: + PCMCIA-HOWTO + + Copyright (c) 1998 David A. Hinds + + This document may be reproduced or distributed in any form without my + prior permission. Modified versions of this document, including + translations into other languages, may be freely distributed, provided + that they are clearly identified as such, and this copyright is + included intact. + + This document may be included in commercial distributions without my + prior consent. While it is not required, I would like to be informed + of such usage. If you intend to incorporate this document in a + published work, please contact me to make sure you have the latest + available version. + + This document is provided ``AS IS'', with no express or implied + warranties. Use the information in this document at your own risk. + +============================================================================ + +The following licence covers these documents: + INFO-SHEET, Kerberos-Infrastructure-HOWTO, META-FAQ + +These documents have been released into the public domain. + +============================================================================ + +The following licence covers these documents: + PLIP-Install-HOWTO + + This documentation used to be under the OpenContent + license. It is not anymore. Do + what you want with this document. + +============================================================================ + +The following licence covers these documents: + Sentry-Firewall-CD-HOWTO + +FILE: http://www.SentryFirewall.com/files/COPYRIGHT + +Copyright (C) 2001-2002 Stephen Zarkos. All rights reserved. +Obsid@Sentry.net + +This copyright applies to the Sentry Firewall CD-ROM and those +scripts and documentation distributed with and written for the Sentry +Firewall CD-ROM. Other software packages and distributions contained +on the CD or iso image are copyright their respective authors. + +Permission to redistribute, alter, and use this software for any +reason is granted, subject to the following restrictions: + + - Copyrights and credits must remain intact in the source and the + documentation. + + - Altered or modified versions of this software must be properly + and plainly marked as such, and must not be misrepresented as + the original software. + + - The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + + - This notice, and any references to this notice in the source, + documentation, or binary, may not be removed or altered. + + +DISCLAIMER: + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +============================================================================ + +The following licence covers these documents: + Shadow-Password-HOWTO + + The Linux Shadow Password HOWTO is Copyright (c) 1996 Michael H. + Jackson. + + Permission is granted to make and distribute verbatim copies of this + document provided the copyright notice and this permission notice are + preserved on all copies. + + Permission is granted to copy and distribute modified versions of this + document under the conditions for verbatim copies above, provided a + notice clearly stating that the document is a modified version is also + included in the modified document. + + Permission is granted to copy and distribute translations of this + document into another language, under the conditions specified above + for modified versions. + + Permission is granted to convert this document into another media + under the conditions specified above for modified versions provided + the requirement to acknowledge the source document is fulfilled by + inclusion of an obvious reference to the source document in the new + media. Where there is any doubt as to what defines 'obvious' the + copyright owner reserves the right to decide. + +============================================================================ + +The following licence covers these documents: + Sound-Playing-HOWTO + + This document can be freely distributed and modified (I would + appreciate it if I were notified of any modifications), as long as + this copyright notice is preserved. However, it cannot be placed + under any further restrictions, and a modified document must have the + same copyright as this one. Also, credit must be given where due. --- doc-linux-2007.11.orig/debian/doc-linux-html.doc-base.howtos +++ doc-linux-2007.11/debian/doc-linux-html.doc-base.howtos @@ -0,0 +1,10 @@ +Document: linux-howtos +Title: Linux HOWTOs +Author: Linux Documentation Project +Abstract: This is a list of installed HOWTOs +Section: HOWTO + +Format: HTML +Index: /usr/share/doc/HOWTO/en-html/HOWTO-INDEX/howtos.html +Files: /usr/share/doc/HOWTO/en-html/*.html + /usr/share/doc/HOWTO/en-html/*/*.html --- doc-linux-2007.11.orig/debian/doc-linux-nonfree-text.README.Debian +++ doc-linux-2007.11/debian/doc-linux-nonfree-text.README.Debian @@ -0,0 +1,10 @@ +doc-linux-nonfree-text for Debian +--------------------------------- + +This package contains the text versions of the non-free portion of the Linux +HOWTO documents from the Linux Documentation Project. They can be found in +/usr/share/doc/HOWTO/en-txt. + +For the free documents, see doc-linux-text. + + -- Colin Watson Sun, 11 May 2003 23:49:38 +0100 --- doc-linux-2007.11.orig/debian/rules +++ doc-linux-2007.11/debian/rules @@ -0,0 +1,226 @@ +#!/usr/bin/make -f +# +# Invoke each target with `./debian/rules '. All targets should be +# invoked with the package root as the current directory. +# +# Marco Budde (Budde@tu-harburg.de) +# Colin Watson (cjwatson@debian.org) + +SOURCE := $(shell dpkg-parsechangelog | awk '$$1 == "Source:" { print $$2 }') + +R = debian/$(SOURCE)-html +R2 = debian/$(SOURCE)-text + +HTML_BUILD = $(R)/usr/share/doc/HOWTO/en-html +TEXT_BUILD = $(R2)/usr/share/doc/HOWTO/en-txt + +ifeq ($(SOURCE),doc-linux) +DHELPOUT := $(HTML_BUILD)/.dhelp +else +DHELPOUT := /dev/null +endif + +BZTAR = tar --bzip2 + +source = $(shell dpkg-parsechangelog | grep '^Source:' | sed 's/^Source: //') +upstream = $(shell dpkg-parsechangelog | grep '^Version:' | \ + sed -e 's/^Version: //' -e 's/-.*//') + +export DH_OPTIONS + +$(DIRECTORIES): + install -d -g root -o root -m 755 $@ + chmod g-s $@ + +# Override this if you want to use a mirror closer to home. +LDP_MIRROR = ftp://www.ibiblio.org/pub/Linux/docs + +# This should only need to be overridden if the database host moves. +LDP_OMF = http://www.lampadas.org/omf + +refresh: refresh-howto-html refresh-howto-text refresh-faq +# refresh-xml + +refresh-howto-docbook: + dh_testdir + # Update DocBook versions of the HOWTOs. + [ -d HOWTO ] || mkdir HOWTO + wget --recursive --timestamping --level 1 \ + --no-directories --directory-prefix HOWTO --passive \ + $(LDP_MIRROR)/HOWTO/other-formats/docbook/ + +refresh-howto-html: + dh_testdir + # Update HTML versions of the HOWTOs. + [ -d HOWTO ] || mkdir HOWTO + wget --timestamping --passive \ + --no-directories --directory-prefix HOWTO \ + $(LDP_MIRROR)/HOWTO/other-formats/html/Linux-html-HOWTOs\*.bz2 + +refresh-howto-text: + dh_testdir + # Update text versions of the HOWTOs. + [ -d HOWTO ] || mkdir HOWTO + wget --timestamping --passive \ + --no-directories --directory-prefix HOWTO \ + $(LDP_MIRROR)/HOWTO/Linux-HOWTOs\*.bz2 + +refresh-faq: + dh_testdir + # Update the Linux FAQ. + [ -d FAQ ] || mkdir FAQ + wget --timestamping --no-directories --directory-prefix FAQ --passive \ + $(LDP_MIRROR)/faqs/linux-faq/Linux-FAQ.html.tar.gz \ + $(LDP_MIRROR)/faqs/linux-faq/Linux-FAQ + +# Eventually this XML description (or the related one at ldp.xml) might +# become more intricately involved with this package's build process. It +# probably should. I'm not going to mess around with that during the freeze, +# though. +refresh-xml: + dh_testdir + # Update the OMF document index. + [ -d xml ] || mkdir xml + wget --timestamping --output-document xml/ldp-omf.xml --passive \ + $(LDP_OMF) + +build: build-stamp +build-stamp: + @if expr "$$DH_ALWAYS_EXCLUDE" : CVS >/dev/null; then \ + echo "DH_ALWAYS_EXCLUDE must not include 'CVS'!" >&2; \ + exit 1; \ + fi + dh_testdir +# $(BZTAR) -tf HOWTO/Linux-html-HOWTOs.tar.bz2 > xml/$(SOURCE).list +# chmod +x debian/make-omf # diffs don't preserve permissions +# debian/make-omf /usr/share/doc/HOWTO/en-html xml/$(SOURCE).list \ +# xml/ldp-omf.xml > xml/$(SOURCE).omf + touch $@ + +# Undoes the effect of `make -f rules build'. +clean: + dh_testdir + dh_testroot + rm -rf $(R) $(R2) +# rm -f xml/$(SOURCE).list xml/$(SOURCE).omf + dh_clean build-stamp debian/$(SOURCE)-html.menu + +# Build a new .orig.tar.gz. +orig: clean + tar -C .. --exclude debian --exclude .svn -czvf \ + ../$(source)_$(upstream).orig.tar.gz $(source)-$(upstream) + +# Construct the binary packages. + +binary-$(SOURCE)-html: DH_OPTIONS=-p$(SOURCE)-html +binary-$(SOURCE)-html: build + dh_testdir + dh_testroot + dh_clean -d + dh_installdirs + + $(BZTAR) -C $(HTML_BUILD) -xf HOWTO/Linux-html-HOWTOs.tar.bz2 + +ifeq ($(SOURCE),doc-linux) + # Replace some relative links with links to the LDP web site. + patch -d $(HTML_BUILD) -p0 < debian/redirect.patch + perl -pi -e 's,^HREF="../../,HREF="http://www.tldp.org/,' \ + $(HTML_BUILD)/HOWTO-INDEX/*.html + + # The HTML version of this HOWTO contains sample i386-only binaries. + # Removed for now. + rm -rf $(HTML_BUILD)/RedHat-CD-HOWTO* +endif + + chmod +x debian/html2docs # diffs don't preserve permissions + debian/html2docs $(SOURCE)-html HOWTO HOWTO \ + $(DHELPOUT) debian/$(SOURCE)-html.menu \ + $(HTML_BUILD) \ + $(HTML_BUILD)/HOWTO-INDEX/howtos.html + +ifeq ($(SOURCE),doc-linux-nonfree) + rm -rf $(HTML_BUILD)/HOWTO-INDEX* +endif +# install -m 644 xml/$(SOURCE).omf \ +# $(R)/usr/share/omf/$(SOURCE)-html/HOWTOs.omf + +ifeq ($(SOURCE),doc-linux) + cp -a HOWTO/extra $(HTML_BUILD) + find $(HTML_BUILD)/extra -name \*.txt | xargs rm -f + + tar -C $(R)/usr/share/doc/FAQ -xzvf FAQ/Linux-FAQ.html.tar.gz + ln -s ../FAQ $(R)/usr/share/doc/$(SOURCE)-html/FAQ + install -m 644 debian/doc-linux-html.doc-base.faq \ + $(R)/usr/share/doc-base/linux-faq + install -m 644 debian/doc-linux-html.doc-base.howtos \ + $(R)/usr/share/doc-base/linux-howtos +endif + + dh_installdocs + dh_installchangelogs + gzip -9 $(R)/usr/share/doc/$(SOURCE)-html/changelog.Debian + ln -s ../HOWTO/en-html $(R)/usr/share/doc/$(SOURCE)-html/HOWTO + dh_installmenu + if test -f debian/$(SOURCE)-html.overrides; then \ + install -m644 debian/$(SOURCE)-html.overrides \ + $(R)/usr/share/lintian/overrides/$(SOURCE)-html; \ + fi + +binary-$(SOURCE)-text: DH_OPTIONS=-p$(SOURCE)-text +binary-$(SOURCE)-text: build + dh_testdir + dh_testroot + dh_clean -d + dh_installdirs + + $(BZTAR) -C $(TEXT_BUILD) -xf HOWTO/Linux-HOWTOs.tar.bz2 +ifeq ($(SOURCE),doc-linux) + rm -f $(TEXT_BUILD)/COPYRIGHT + + mkdir $(TEXT_BUILD)/extra + set -e; for x in `find HOWTO/extra -name \*.txt -printf '%P\n'`; do \ + name=`dirname $$x`; \ + if [ -e $(TEXT_BUILD)/extra/$$name ]; then \ + echo "WARNING: Multiple text documents for $$name!"; \ + fi; \ + install -m 644 HOWTO/extra/$$x $(TEXT_BUILD)/extra/$$name; \ + done + + install -m 644 FAQ/Linux-FAQ $(R2)/usr/share/doc/FAQ + ln -s ../FAQ $(R2)/usr/share/doc/$(SOURCE)-text/FAQ +else + rm -f $(TEXT_BUILD)/HOWTO-INDEX +endif +# removes escape sequences from HOWTOs. While they may enhance the display +# for some users they also cause problems for others (Bug#324453) + find $(TEXT_BUILD) -type f | xargs grep -l "\[[0-9]\+m" | xargs -r sed -i -e 's/\[[0-9]\+m//g' + +ifeq ($(SOURCE),doc-linux) + find $(TEXT_BUILD) $(R2)/usr/share/doc/FAQ -type f | xargs gzip -9 +else + find $(TEXT_BUILD) -type f | xargs gzip -9 +endif + + dh_installdocs + dh_installchangelogs + gzip -9 $(R2)/usr/share/doc/$(SOURCE)-text/changelog.Debian + ln -s ../HOWTO/en-txt $(R2)/usr/share/doc/$(SOURCE)-text/HOWTO + +binary-arch: + +# Makes a binary package. +binary-indep: DH_OPTIONS=-i +binary-indep: binary-$(SOURCE)-html binary-$(SOURCE)-text + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + DH_OPTIONS= dh_builddeb -p$(SOURCE)-html -- -Z bzip2 + DH_OPTIONS= dh_builddeb -p$(SOURCE)-text + +binary: binary-indep binary-arch + +.PHONY: refresh refresh-howto-docbook refresh-howto-html refresh-howto-text +.PHONY: refresh-faq refresh-xml clean orig +.PHONY: binary-$(SOURCE)-html binary-$(SOURCE)-text +.PHONY: binary-arch binary-indep binary --- doc-linux-2007.11.orig/debian/compat +++ doc-linux-2007.11/debian/compat @@ -0,0 +1 @@ +5 --- doc-linux-2007.11.orig/debian/doc-linux-html.preinst +++ doc-linux-2007.11/debian/doc-linux-html.preinst @@ -0,0 +1,38 @@ +#! /bin/sh + +set -e + +if [ -d /usr/doc/doc-linux-html ] && [ ! -h /usr/doc/doc-linux-html ] \ + && [ -f /usr/doc/doc-linux-html/.dhelp ]; then + rm -f /usr/doc/doc-linux-html/.dhelp + rmdir /usr/doc/doc-linux-html +fi + +# This version number is later than you might expect, because I missed some +# cases before 2002.04-2. The postrm only unwinds before 2001.11-1, because +# the intermediate versions were just mistakes. +if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt-nl 2002.04-2; then + # In earlier versions, /usr/share/doc/FAQ was a symlink to + # /usr/share/doc/doc-linux-html/FAQ. This reverses the sense of the + # symlink so that dpkg doesn't complain. It also cunningly handles other + # packages installing into /usr/share/doc/FAQ before this migration + # happens: they'll install through the symlink and then the whole thing + # will be moved in one piece. + if [ ! -h /usr/share/doc/doc-linux-html/FAQ ] \ + && [ -d /usr/share/doc/doc-linux-html/FAQ ]; then + # This might be in a strange state, depending on when doc-linux-text + # was installed. + if [ -h /usr/share/doc/FAQ ] || [ ! -d /usr/share/doc/FAQ ]; then + rm -f /usr/share/doc/FAQ + fi + mkdir -p /usr/share/doc/FAQ + find /usr/share/doc/doc-linux-html/FAQ -mindepth 1 -maxdepth 1 | \ + xargs -r -iname mv name /usr/share/doc/FAQ/ + rmdir /usr/share/doc/doc-linux-html/FAQ + ln -s ../FAQ /usr/share/doc/doc-linux-html/FAQ + fi +fi + +#DEBHELPER# + +exit 0 --- doc-linux-2007.11.orig/debian/copyright.head +++ doc-linux-2007.11/debian/copyright.head @@ -0,0 +1,37 @@ +This is the Debian GNU/Linux 'doc-linux' package. It provides the current +Linux-FAQ, written by Ian Jackson and now maintained +by David Merrill , as well as the free portion of the +current Linux HOWTOs, written by several authors and coordinated by Guylhem +Aznar . + +This package was put together by Colin Watson from the +sources at ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO and +ftp://sunsite.unc.edu/pub/Linux/docs/faqs/linux-faq. Its previous +maintainers were Ian Murdock, Dirk Eddelbuettel, and Marco Budde. + +As of September 2003 this package is maintained by a team at +pkg-doc-linux-devel@lists.alioth.debian.org, currently with three members: +Colin Watson, Doug Jensen and Frank Lichtenheld. The Debian-specific part of +this package is maintained in a Subversion repository +(http://svn.debian.org/wsvn/pkg-doc-linux/). + +Additional documents have been taken from the following sources: + + * High-Availability HOWTO: + ftp://metalab.unc.edu/pub/Linux/ALPHA/linux-ha/ + * ext3-usage HOWTO: + http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html + * ext3 mini-HOWTO: + http://www.symonds.net/~rajesh/howto/ext3/ + +The HTML version of the RedHat-CD-HOWTO has been removed, since it contains +i386-only binaries. + +Other changes made were: + + * Some relative hyperlinks were converted into absolute links to documents + on www.tldp.org. + * Added the Debian package maintenance system. + +The documents in this package fall under a variety of DFSG-free licences, +all listed below. --- doc-linux-2007.11.orig/debian/doc-linux-nonfree-html.dirs +++ doc-linux-2007.11/debian/doc-linux-nonfree-html.dirs @@ -0,0 +1,4 @@ +usr/share/doc/HOWTO/en-html +usr/share/doc/doc-linux-nonfree-html +usr/share/doc-base +usr/share/omf/doc-linux-nonfree-html --- doc-linux-2007.11.orig/debian/doc-linux-html.prerm +++ doc-linux-2007.11/debian/doc-linux-html.prerm @@ -0,0 +1,9 @@ +#!/bin/sh -e + +#DEBHELPER# + +if [ "$1" = remove ] || [ "$1" = upgrade ] && [ -x /usr/sbin/dhelp_parse ]; then + /usr/sbin/dhelp_parse -d /usr/share/doc/HOWTO/en-html +fi + +exit 0 --- doc-linux-2007.11.orig/debian/doc-linux-text.dirs +++ doc-linux-2007.11/debian/doc-linux-text.dirs @@ -0,0 +1,3 @@ +usr/share/doc/FAQ +usr/share/doc/HOWTO/en-txt +usr/share/doc/doc-linux-text --- doc-linux-2007.11.orig/debian/changelog +++ doc-linux-2007.11/debian/changelog @@ -0,0 +1,1819 @@ +doc-linux (2007.11-1) unstable; urgency=low + + * new upstream release (20071112) + * Updated HOWTOs: + FBB LILO Linux+IPv6-HOWTO Linux+WinNT Unix-Hardware-Buyer-HOWTO + * All mentioned HOWTOs are free. + + -- Frank Lichtenheld Mon, 12 Nov 2007 18:35:59 +0100 + +doc-linux (2007.09-1) unstable; urgency=low + + [ Frank Lichtenheld ] + * new upstream release (20070916) + * Updated HOWTOs: + Compaq-T1500-HOWTO DB2-HOWTO Plug-and-Play-HOWTO + * All mentioned HOWTOs are free except for: DB2-HOWTO + * Don't include the license texts of removed HOWTOs + in the source packages. (Closes: #439403 and makes + the HP license police happy again ;) + + [ Colin Watson ] + * Update debian/copyrights/README to current reality. + + -- Frank Lichtenheld Sun, 16 Sep 2007 18:10:09 +0200 + +doc-linux (2007.08-2) unstable; urgency=low + + [ Colin Watson ] + * Use bzip2 compression for doc-linux-html. Saves about 2MB. + + [ Frank Lichtenheld ] + * Add XS-Vcs-{Browser,Svn} fields + + -- Frank Lichtenheld Wed, 15 Aug 2007 22:12:38 +0200 + +doc-linux (2007.08-1) unstable; urgency=low + + * new upstream release (20070805) + * Updated HOWTOs: + DB2-HOWTO Ecology-HOWTO Howtos-with-LinuxDoc + XDMCP-HOWTO + * All above mentioned HOWTOs are free, except for the DB2-HOWTO + + -- Frank Lichtenheld Mon, 06 Aug 2007 01:03:26 +0200 + +doc-linux (2007.06-1) unstable; urgency=low + + * new upstream release (20070616) + * Updated HOWTOs: + Athlon-Powersaving-HOWTO Autodir-HOWTO Ecology-HOWTO Hardware-HOWTO + Linux+IPv6-HOWTO UPS-HOWTO libdc1394-HOWTO + * Added HOWTOs: + TCP-Keepalive-HOWTO + * All mentioned HOWTOs except for the Autodir-HOWTO are free. + * The Hardware-HOWTO now includes clear license information + in the HTML version (Closes: #233784) + * The new Secure-BootCD-VPN-HOWTO was not included since it + had confusing license terms. These will to have be cleared with + the author first + + -- Frank Lichtenheld Tue, 19 Jun 2007 02:25:31 +0200 + +doc-linux (2007.05-1) unstable; urgency=low + + * new upstream release (20070503) + * Updated HOWTOs: + Astronomy-HOWTO FBB Font-HOWTO + Howtos-with-LinuxDoc LDAP-HOWTO LILO + Linux+WinNT User-Group-HOWTO + * Of the mentioned HOWTOs, the following are + non-free: Astronomy-HOWTO User-Group-HOWTO + + -- Frank Lichtenheld Fri, 4 May 2007 02:25:19 +0200 + +doc-linux (2007.02-1) unstable; urgency=low + + * new upstream release (20070222) + * Updated HOWTOs: + Filesystems-HOWTO Font-HOWTO Modem-HOWTO NLM-HOWTO + Quake-HOWTO Serial-HOWTO Text-Terminal-HOWTO + * Added HOWTOs: + Implement-Sys-Call-Linux-2.6-i386 + * All mentioned HOWTOs are free. + + -- Frank Lichtenheld Fri, 23 Feb 2007 01:22:09 +0100 + +doc-linux (2006.12-1) unstable; urgency=low + + * new upstream release (20061202) + * Updated HOWTOs: + Ecology-HOWTO LVM-HOWTO Linksys-Blue-Box-Router-HOWTO + Linux+IPv6-HOWTO Quake-HOWTO Traffic-Control-HOWTO + Traffic-Control-tcng-HTB-HOWTO UPS-HOWTO + XFree86-Touch-Screen-HOWTO + * Added HOWTOs: + Aviation-HOWTO + * All mentioned HOWTOs are free. + + -- Frank Lichtenheld Sun, 3 Dec 2006 00:49:23 +0100 + +doc-linux (2006.09-1) unstable; urgency=low + + * new upstream release (20060928) + * Removed HOWTOs: + KDE-GUI-Login-Configuration-HOWTO + * Updated HOWTOs: + AI-Alife-HOWTO Autodir-HOWTO Config-HOWTO Debian-Jigdo + FBB Font-HOWTO Installfest-HOWTO LILO + Linksys-Blue-Box-Router-HOWTO Linux+IPv6-HOWTO Linux+WinNT + Linux-Complete-Backup-and-Recovery-HOWTO MMBase-Inst-HOWTO + Module-HOWTO Networking-Overview-HOWTO + Online-Troubleshooting-HOWTO PA-RISC-Linux-Boot-HOWTO + Quake-HOWTO Text-Terminal-HOWTO + * Added HOWTOs: + Disk-on-Chip-HOWTO + * The following mentioned HOWTOs are non-free: + Autodir-HOWTO Config-HOWTO Debian-Jigdo MMBase-Inst-HOWTO + Online-Troubleshooting-HOWTO + * Bump Standards-Version to 3.7.2 (no changes). + * Remove escape characters from text HOWTOs during build. While they + may enhance the display for some users they also cause problems for + others. (Closes: #324453) + + -- Frank Lichtenheld Thu, 28 Sep 2006 16:51:08 +0200 + +doc-linux (2006.04-1) unstable; urgency=low + + * new upstream release (20060408) + * Updated HOWTOs: + Assembly-HOWTO BogoMips C++-dlopen DB2-HOWTO Ecology-HOWTO + Fedora-Multimedia-Installation-HOWTO Font-HOWTO Module-HOWTO + Partition Plug-and-Play-HOWTO Quake-HOWTO Serial-HOWTO + Text-Terminal-HOWTO + * Added HOWTOs: + libdc1394-HOWTO + * All above mentioned HOWTOs are free, except for the DB2-HOWTO + + -- Frank Lichtenheld Sun, 9 Apr 2006 02:30:44 +0200 + +doc-linux (2006.01-1) unstable; urgency=low + + * new upstream release (20060101) + * Removed HOWTOs: + BTI-PPP Bangla-PDF-HOWTO Bridge+Firewall+DSL CSPM-HOWTO + Ext2fs-Undeletion-Dir-Struct FDU Game-Server-HOWTO + IP-Subnetworking ISP-Connectivity KDE-Kiosk-Mode + KickStart-HOWTO LDAP-Implementation-HOWTO Linux+XFS-HOWTO + Loopback-Encrypted-Filesystem-HOWTO Loopback-Root-FS + MGR-HOWTO MMBase Oracle-8-HOWTO SCSI-Programming-HOWTO + Snort-Statistics-HOWTO Term-Firewall USB-Digital-Camera-HOWTO + Ultra-DMA VPN WWW-HOWTO + * All these HOWTOs were removed by upstream because they are old + and orphaned. Closing all bugs filed against these HOWTOs: + + USB-Digital-Camera-HOWTO closes: #320498, #329865 + * Updated HOWTOs: + Quake-HOWTO + * The following HOWTOs mentioned above are (were) non-free: + Loopback-Encrypted-Filesystem-HOWTO Oracle-8-HOWTO Ultra-DMA VPN + + -- Frank Lichtenheld Sun, 1 Jan 2006 15:09:34 +0100 + +doc-linux (2005.12-1) unstable; urgency=low + + * new upstream release (20051211) + * Updated HOWTOs: + DB2-HOWTO FBB Font-HOWTO Howtos-with-LinuxDoc + IP-Masquerade-HOWTO LILO Leased-Line + Linksys-Blue-Box-Router-HOWTO Linux+WinNT + Linux-Complete-Backup-and-Recovery-HOWTO + Quake-HOWTO TimePrecision-HOWTO + * All above mentioned HOWTOs are free, except for the DB2-HOWTO + * Francesco Poli did a license audit for the free + HOWTOs and pointed out some ambigous stuff which + needs to be sorted out with the respective authors: + + Moved Boot+Root+Raid+LILO and Root-RAID to + non-free until their license contains explicit + permission to modify + + Moved the HOWTOs under the old-style ESR license + (Installation-HOWTO, Oracle-8-HOWTO, Reading-List-HOWTO, + Wacom-USB-mini-HOWTO) to non-free for similar reasons + + Same for Oracle-7-HOWTO, NCD-X-Terminal and TT-XFree86 + which probably derived their license come from an old, + misleading LDP template + + Some of the arguments against the CC Attribution + licenses also apply to CC-SA 1.0. Move K7s5a-HOWTO + to non-free + + The TeTeX-HOWTO tries to introduce invariant sections + and includes the GPL for other purposes than its own + license text. Seems to be clearly non-free. Moved. + + All other HOWTOs mentioned in the bug report will remain + in main even though they still might need some clarification + of their licenses. I will also not move any of the GFDL + (no invariants) stuff to non-free yet. Just too much of it. + (Closes: #335220) All parts of the bug not solved yet are now + covered in separate bug reports. + * Updated Replaces in control file accordingly + * Use debhelper compat level 5 + + -- Frank Lichtenheld Sun, 11 Dec 2005 19:04:15 +0100 + +doc-linux (2005.10-1) unstable; urgency=low + + * new upstream release (20051012) + * Updated HOWTOs: + AI-Alife-HOWTO Cluster-HOWTO FBB + Infrared-HOWTO LILO LVM-HOWTO + Linux+IPv6-HOWTO Linux+WinNT + MMBase-Inst-HOWTO Mock-Mainframe + Quake-HOWTO + * All mentioned HOWTOs are free, except for the + Infrared-HOWTO and the MMBase-Inst-HOWTO + * Fixes suggested by Lintian: + + Update FSF address in the various licenses + + Fix some possible bashisms in the maintainer scripts + + -- Frank Lichtenheld Wed, 12 Oct 2005 11:45:56 +0200 + +doc-linux (2005.09-1) unstable; urgency=low + + * new upstream release (20050901) + * Removed HOWTOs: + Laptop-HOWTO GTEK-BBS-550 + * Removing the Laptop-HOWTO closes: #201102 + * Added HOWTOs: + Oracle-9i-Fedora-3-Install-HOWTO + * Updated HOWTOs: + Athlon-Powersaving-HOWTO Compaq-T1500-HOWTO + DB2-HOWTO Debian-Binary-Package-Building-HOWTO + Debian-and-Windows-Shared-Printing Ecology-HOWTO + Online-Troubleshooting-HOWTO Plug-and-Play-HOWTO + * All mentioned HOWTOs are free, except for the + DB2-HOWTO and the Online-Troubleshooting-HOWTO + * Upstream fixed the link in the HOWTO-HOWTO placeholder + (Closes: #316163) + * Fix URL to subversion repository in debian/copyright + * Clean up packaging handling of placeholders a bit + * Clearly indicate the license terms for HOWTOs that dual licensed + (BootPrompt-HOWTO) or contain program code under a different + license than that of the HOWTO itself (Clone-HOWTO, + Kodak-Digitalcam-HOWTO). This also closes: #322877 + * Clean up our maintainer scripts a bit: + - let produce the install-doc calls by dh_installdocs again, it + currently does what we want. This also finally uses the doc-base + file added in 2005.04-1, D'oh! + - remove error-unwind support for pre-woody versions + + -- Frank Lichtenheld Thu, 1 Sep 2005 15:41:09 +0200 + +doc-linux (2005.07-1) unstable; urgency=low + + * new upstream release (20050722) + * Updated HOWTOs: + Battery-Powered DB2-HOWTO Debian-Jigdo + Ethernet-Bridge-netfilter-HOWTO FBB + Font-HOWTO Hardware-HOWTO LILO LVM-HOWTO + Linux+WinNT Modem-HOWTO Module-HOWTO + NCURSES-Programming-HOWTO + * Added HOWTOs: + Reliance-HOWTO + * The Battery-Powered HOWTO changed its license from OPL to a custom + one and is free now. Move the files and adapt the Replaces + * The DB2-HOWTO and the Debian-Jigdo HOWTO are non-free, all other + mentioned HOWTOs are free. + * Update Standards-Version to 3.6.2 (no changes) + * Update to debhelper compat level 4 + + -- Frank Lichtenheld Fri, 22 Jul 2005 15:11:49 +0200 + +doc-linux (2005.06-1) unstable; urgency=low + + * new upstream release (20050609) + * Updated HOWTOs: + DB2-HOWTO Font-HOWTO IP-Masquerade-HOWTO TimePrecision-HOWTO + * Added HOWTOs: + TimeSys-Linux-Install-HOWTO + * The DB2-HOWTO and the TimeSys-Linux-Install-HOWTO are non-free, + the other mentioned HOWTOs free. + + -- Frank Lichtenheld Fri, 10 Jun 2005 01:35:34 +0200 + +doc-linux (2005.04-1) unstable; urgency=low + + * new upstream release (20050410) + * Updated HOWTOs: + BTTV Encrypted-Root-Filesystem-HOWTO FBB + Font-HOWTO LILO Linux+WinNT SquashFS-HOWTO + * The BTTV HOWTO changed its license from LDPL-Simple to + GFDL 1.2 + * All mentioned HOWTOs except for the SquashFS-HOWTO are + free + * Add doc-base file for HOWTO index as suggested by Robert Luberda + (Closes: #297520) + + -- Frank Lichtenheld Sun, 10 Apr 2005 16:38:20 +0200 + +doc-linux (2005.02-1) unstable; urgency=low + + * new upstream release (20050226) + * Removed HOWTOs: + MIPS-HOWTO + * Updated HOWTOs: + Beowulf-HOWTO DB2-HOWTO Font-HOWTO IRC + Linksys-Blue-Box-Router-HOWTO Linux+IPv6-HOWTO + MMBase-Inst-HOWTO Modem-HOWTO Module-HOWTO + Samba-Authenticated-Gateway-HOWTO Term-Firewall + Webcam-HOWTO WikiText-HOWTO + * The Beowulf-HOWTO is licensed under the GFDL 1.1, not GPL-2 + (the latter was an other, older HOWTO on the same topic). + Adjusted the copyright information + * WikiText-HOWTO changed its license from GFDL 1.1 to GFDL 1.2 + * The broken link from the Font-HOWTO was removed (Closes: #190539) + * The DB2-HOWTO and the MMBase-Inst-HOWTO are non-free, all other + mentioned HOWTOs are free. + + -- Frank Lichtenheld Sun, 27 Feb 2005 02:09:51 +0100 + +doc-linux (2005.01-1) unstable; urgency=low + + * new upstream release (20050106) + * Removed HOWTOs: + SSI-UML-HOWTO + * Updated HOWTOs: + Athlon-Powersaving-HOWTO DB2-HOWTO Finnish-HOWTO Font-HOWTO + Italian-HOWTO + * DB2-HOWTO changed its license from GPL-2 to GFDL-1.2 with invariant + sections. Moved to doc-linux-nonfree accordingly. Adjusted the + Replaces. All other mentioned HOWTOs are free. + * Finnish-HOWTO changed its license from GFDL-1.1 to both GFDL-1.1 + and GPL-2. I use the GPL-2 accordingly. + * Font-HOWTO was mistakenly mentioned to be licensed under + the LDPL-Manifesto. It is GFDL-1.2. + * The Font-HOWTO doesn't mention Debian stable as being 'potato' + anymore (Closes: #200629) + + -- Frank Lichtenheld Fri, 7 Jan 2005 00:28:02 +0100 + +doc-linux (2004.11-1) unstable; urgency=low + + * new upstream release (20041127) + * Updated HOWTOs: + Cluster-HOWTO Disk-Encryption-HOWTO Encrypted-Root-Filesystem-HOWTO + Large-Disk-HOWTO Linux-Gamers-HOWTO Modem-HOWTO Plug-and-Play-HOWTO + Samba-Authenticated-Gateway-HOWTO Scientific-Computing-with-GNU-Linux + Serial-HOWTO SquashFS-HOWTO TimePrecision-HOWTO + * Added HOWTOs: + Qmail-ClamAV-HOWTO + * The following HOWTOs of the ones mentioned above are non-free: + Linux-Gamers-HOWTO SquashFS-HOWTO + * The updated Large-Disk-HOWTO fixes broken links in section 11 + (Closes: #257072) + + -- Frank Lichtenheld Sun, 28 Nov 2004 17:08:05 +0100 + +doc-linux (2004.10-1) unstable; urgency=low + + * new upstream release (20041019) + * Removed HOWTOs: + Net-HOWTO + * Updated HOWTOs: + BogoMips FBB LILO LVM-HOWTO Linux+WinNT SCSI-2.4-HOWTO + Scientific-Computing-with-GNU-Linux User-Group-HOWTO + VMS-to-Linux-HOWTO Windows-LAN-Server-HOWTO XFree86-Touch-Screen-HOWTO + * Added HOWTOs: + 8021X-HOWTO Autodir-HOWTO NET3-4-HOWTO Spam-Filtering-for-MX + * The Net-HOWTO was replaced by an older version (NET3-4-HOWTO) + which reverts the br0ken texts (Closes: #178233) + * All mentioned HOWTOs except for the Autodir-HOWTO (CC-Attribution 2.0) + and the User-Group-HOWTO are free + + -- Frank Lichtenheld Tue, 19 Oct 2004 01:18:46 +0200 + +doc-linux (2004.09-1) unstable; urgency=low + + * new upstream release (20040908) + * Updated HOWTOs: + AI-Alife-HOWTO Cable-Modem Cluster-HOWTO Coffee + Disk-Encryption-HOWTO Installfest-HOWTO LILO LVM-HOWTO Linux+IPv6-HOWTO + Linux-Gamers-HOWTO MP3-CD-Burning Modem-HOWTO Plug-and-Play-HOWTO + SPARC-HOWTO Text-Terminal-HOWTO XFree-Local-multi-user-HOWTO + * Renamed HOWTOs: + DPT-Hardware-RAID was renamed to DPT-Hardware-RAID-HOWTO + * The Cable-Modem HOWTO changed his license from OPL 1.0 to + GFDL 1.2 (due to the current license politics it moves from + non-free to free therefor, updated the Replaces) + * All mentioned HOWTOs are free except for Linux-Gamers-HOWTO + and SPARC-HOWTO. + + -- Frank Lichtenheld Wed, 8 Sep 2004 21:27:38 +0200 + +doc-linux (2004.07-1) unstable; urgency=low + + * new upstream release (20040729) + * Updated HOWTOs: + ACPI-HOWTO Debian-Jigdo FBB LILO Linux+WinNT + MIPS-HOWTO Masquerading-Simple-HOWTO + openMosix-HOWTO Parallel-Processing-HOWTO + Plug-and-Play-HOWTO Scanner-HOWTO + Scientific-Computing-with-GNU-Linux TT-XFree86 + TimePrecision-HOWTO Xinerama-HOWTO + * All mentioned HOWTOs are free except for the Debian-Jigdo HOWTO + * Updated the external ext3-mini-HOWTO. This fixes some typos + (Closes: #242844), the author seems to have dropped the + text version, though. + + -- Frank Lichtenheld Thu, 29 Jul 2004 14:43:33 +0200 + +doc-linux (2004.06-1) unstable; urgency=low + + * new upstream release (20040614) + * Removed HOWTOs: + 3Dfx-HOWTO GCC-HOWTO KickStart-HOWTO + * Updated HOWTOs: + ACPI-HOWTO Athlon-Powersaving-HOWTO BogoMips + Home-Electrical-Control K7s5a-HOWTO LDP-Reviewer-HOWTO + LVM-HOWTO Linux-Complete-Backup-and-Recovery-HOWTO + Samba-Authenticated-Gateway-HOWTO Software-RAID-HOWTO + SquashFS-HOWTO Wireless-Link-sys-WPC11 + * Added HOWTOs: + Installfest-HOWTO Kerberos-Infrastructure-HOWTO + * All mentioned HOWTOs are free, except for the SquashFS-HOWTO. + + -- Frank Lichtenheld Tue, 15 Jun 2004 01:10:10 +0200 + +doc-linux (2004.04-1) unstable; urgency=low + + * new upstream release (20040425) (Closes: #245658) + * Updated HOWTOs: + Athlon-Powersaving-HOWTO Cryptoloop-HOWTO FBB + LDP-Reviewer-HOWTO LILO LVM-HOWTO Linux+IPv6-HOWTO + Linux+WinNT Medicine-HOWTO Mobile-IPv6-HOWTO + NC-HOWTO PCMCIA-HOWTO Postfix-Cyrus-Web-cyradm-HOWTO + Unix-and-Internet-Fundamentals-HOWTO User-Authentication-HOWTO + * Added HOWTOs: + Glibc-Install-HOWTO OLSR-IPv6-HOWTO + * All mentioned HOWTOs are free, except for the + User-Authentication-HOWTO + * The Mobile-IPv6-HOWTO changed its license from OPL 1.0 + to GFDL 1.2. + * some control clean-up: Move bzip2 to Build-Depends-Indep since + we don't use it in the clean target. Use versioned debhelper + dependency. + * The following licenses were found non-free by the + debian-legal team: OPL 1.0, OSL 1.1, CC-Attribution-ShareAlike 1.0 + Moving the corresponding HOWTOs to the non-free packages: + Debian-Jigdo Linux-Gamers-HOWTO Adv-Routing-HOWTO Apache-Overview-HOWTO + Battery-Powered Cable-Modem DHCP Lex-YACC-HOWTO NFS-HOWTO + Online-Troubleshooting-HOWTO MMBase-Inst-HOWTO User-Group-HOWTO + + -- Frank Lichtenheld Sun, 25 Apr 2004 21:16:30 +0200 + +doc-linux (2004.03-1) unstable; urgency=low + + * new upstream release (20040312) + * Updated HOWTOs: + AI-Alife-HOWTO Astronomy-HOWTO DocBook-Demystification-HOWTO + Finnish-HOWTO K7s5a-HOWTO LDAP-HOWTO LVM-HOWTO + Linksys-Blue-Box-Router-HOWTO MMBase-Inst-HOWTO Partition + Text-Terminal-HOWTO TimePrecision-HOWTO UPS-HOWTO + Unix-Hardware-Buyer-HOWTO + * Added HOWTOs: + DVD-Playback-HOWTO Flash-Memory-HOWTO Linux-i386-Boot-Code-HOWTO + SquashFS-HOWTO + * The following mentioned HOWTOs are non-free: + Astronomy-HOWTO SquashFS-HOWTO + * In the DocBook-Demystification-HOWTO the tuxedo.org link was + changed to catb.org (Closes: #212373) + * Some HOWTOs changed their licence: + - MMBase-Inst-HOWTO: + Creative Commons NonCommercial-Attribution-ShareAlike 1.0 -> + Creative Commons Attribution-ShareAlike 1.0 + The HOWTO moved from non-free to free, adjusting Replaces: + accordingly + - K7s5a-HOWTO: LDPL-2.0 -> Creative Commons ShareAlike 1.0 + - LVM-HOWTO: LDPL-2.0 -> GFDL-1.2 + + -- Frank Lichtenheld Mon, 15 Mar 2004 19:08:56 +0100 + +doc-linux (2004.02-1) unstable; urgency=low + + * New upstream release (20040216) + * Removed HOWTOs: + Acer-Laptop-HOWTO CD-Distributions-EN-HOWTO + * Updated HOWTOs: + Debian-and-Windows-Shared-Printing Hardware-HOWTO + K7s5a-HOWTO LDP-Reviewer-HOWTO Linux-Gamers-HOWTO + Mobile-IPv6-HOWTO Reading-List-HOWTO Scanner-HOWTO + Security-HOWTO Windows-Newsreaders-under-Linux-HOWTO + * Added HOWTOs: + Cryptoloop-HOWTO Fedora-Multimedia-Installation-HOWTO + MMBase-Inst-HOWTO + * In the Security-HOWTO the tuxedo.org link was changed to catb.org + (Closes: #212373) + * All mentioned HOWTOs are free except for the new MMBase-Inst-HOWTO. + It is distributed under the Attribution-NonCommercial-ShareAlike 1.0 + Licence which forbids commercial use. + * Removed the dwww entries in the menu file, since they seem to be + deprecated + + -- Frank Lichtenheld Fri, 20 Feb 2004 00:32:14 +0100 + +doc-linux (2004.01-1) unstable; urgency=low + + * New upstream release (20040117) + * Change my uploader address to djpig@debian.org + * Updated HOWTOs: + Debian-Binary-Package-Building-HOWTO Debian-Jigdo + Disk-Encryption-HOWTO FBB Howtos-with-LinuxDoc LILO + Linux+IPv6-HOWTO Linux+WinNT + Linux-Complete-Backup-and-Recovery-HOWTO + Modem-HOWTO Module-HOWTO Outlook-to-Unix-Mailbox + Scanner-HOWTO Serial-HOWTO Software-RAID-HOWTO + Text-Terminal-HOWTO User-Group-HOWTO + Windows-Newsreaders-under-Linux-HOWTO + * Added HOWTOs: + Webcam-HOWTO + * The User-Group-HOWTO changed its licence from the LDPL 2.0 to the + Common Creatives Attribution-ShareAlike 1.0 licence + * All mentioned HOWTOs are free + + -- Frank Lichtenheld Sat, 17 Jan 2004 18:30:16 +0100 + +doc-linux (2003.12-1) unstable; urgency=low + + * New upstream release (20031214). + * Removed HOWTOs: + C++Programming-HOWTO C-C++Beautifier-HOWTO CPU-Design-HOWTO + CVS-RCS-HOWTO Deciding-Linux-HOWTO Diskless-HOWTO Java-Decompiler-HOWTO + Kernel-HOWTO LILO-crash-rescue-HOWTO Modem-Dialup-NT-HOWTO PHP-HOWTO + RPM+Slackware RPM-for-Unix-HOWTO Vim-HOWTO + * The PHP-HOWTO was allready removed from the Debian package but + is now removed from TLDP, too. + * Updated HOWTOs: + DB2-HOWTO Debian-and-Windows-Shared-Printing Ecology-HOWTO + Encrypted-Root-Filesystem-HOWTO FBB Finnish-HOWTO + Howtos-with-LinuxDoc LILO LVM-HOWTO Linux+WinNT + Modem-HOWTO PA-RISC-Linux-Boot-HOWTO Serial-HOWTO + Text-Terminal-HOWTO Traffic-Control-HOWTO + Windows-Newsreaders-under-Linux-HOWTO + * Added HOWTOs: + Mobile-IPv6-HOWTO Scientific-Computing-with-GNU-Linux + * All mentioned HOWTOs are free. + + -- Frank Lichtenheld Mon, 15 Dec 2003 00:56:46 +0100 + +doc-linux (2003.11-1) unstable; urgency=low + + * New upstream release (20031113). + * debian/doc-linux-html.doc-base.faq: Update FAQ maintainer + * debian/prepare-builddir: new script for easier updating of + the package + * Added HOWTOs: + Debian-Binary-Package-Building-HOWTO + * Updated HOWTOs: + Apache-WebDAV-LDAP-HOWTO Bangla-HOWTO Bash-Prompt-HOWTO + C-C++Beautifier-HOWTO Debian-Jigdo FBB IP-Masquerade-HOWTO + Kernel-HOWTO LDP-Reviewer-HOWTO LILO Linux+WinNT Partition-Rescue + Reading-List-HOWTO RedHat-CD-HOWTO SPARC-HOWTO User-Group-HOWTO + Vim-HOWTO Windows-Newsreaders-under-Linux-HOWTO + XFree-Local-multi-user-HOWTO + * In the Reading-List-HOWTO the tuxedo.org link was changed to catb.org + (Closes: #212371) + * The Partition-Rescue HOWTO is now licensed under the LGPL. + * All mentioned HOWTOs are free, with the exception of the + SPARC-HOWTO. + + -- Frank Lichtenheld Thu, 13 Nov 2003 18:54:00 +0100 + +doc-linux (2003.10-1) unstable; urgency=low + + * New upstream release (20031012). + * Add pointer to the nonfree packages to the descriptions + of the free packages (Closes: #205844). + * New Linux FAQ version 2.1.1: + - fixes Debian FTP links (Closes: #119942). + * Renamed HOWTOs: + Xnews-under-Linux-HOWTO -> Windows-Newsreaders-under-Linux-HOWTO + * New HOWTOs: + Encrypted-Root-Filesystem-HOWTO Mock-Mainframe Sybase-ASE-HOWTO + Traffic-Control-HOWTO + * Updated HOWTOs: + Apache-WebDAV-LDAP-HOWTO Athlon-Powersaving-HOWTO + Debian-and-Windows-Shared-Printing Disk-Encryption-HOWTO + FBB Kernel-HOWTO LILO Linux+WinNT MP3-CD-Burning Module-HOWTO + Serial-HOWTO Text-Terminal-HOWTO UPS-HOWTO + Unix-and-Internet-Fundamentals-HOWTO User-Group-HOWTO + XFree-Local-multi-user-HOWTO XFree86-R200 + * Update of Module-HOWTO closes: #170373, #171267 + ("Premature sentence end" and "Some typos") + * In the following HOWTOs the tuxedo.org links have been updated + to catb.org: + + Text-Terminal-HOWTO (Closes: #212375) + + Unix-and-Internet-Fundamentals-HOWTO (Closes: #212376) + * All mentioned HOWTOs are free. The UPS-HOWTO which was + undistributable before is now free. + * Move the Quota mini-HOWTO to non-free because of unclear + licence information (see #173961). + + -- Frank Lichtenheld Sun, 12 Oct 2003 18:38:44 +0200 + +doc-linux (2003.09-1) unstable; urgency=low + + * New upstream release (20030907). + * New HOWTOs: + Disk-Encryption-HOWTO Motorola-Surfboard-Modem Scanner-HOWTO + Scripting-GUI-TclTk Xnews-under-Linux-HOWTO + * Updated HOWTOs: + Adv-Routing-HOWTO Apache-WebDAV-LDAP-HOWTO Athlon-Powersaving-HOWTO + BogoMips C++-dlopen Debian-and-Windows-Shared-Printing Ethernet-HOWTO + FBB Kernel-HOWTO LILO Linksys-Blue-Box-Router-HOWTO Linux+IPv6-HOWTO + Linux+WinNT Linux-Gamers-HOWTO Loopback-Encrypted-Filesystem-HOWTO + Medicine-HOWTO Modem-HOWTO Module-HOWTO Plug-and-Play-HOWTO + Printing-HOWTO Quota Sentry-Firewall-CD-HOWTO TeTeX-HOWTO + User-Group-HOWTO VideoLAN-HOWTO Vim-HOWTO Wireless-Link-sys-WPC11 + XFree-Local-multi-user-HOWTO XFree86-R200 + * Update of Printing-HOWTO closes: #195091, #202665 + (Printing-HOWTO out-of-date) + * Update of TeTeX-HOWTO closes: #143638 + ("(TT" in table of contents) + * All mentioned HOWTOs are free, with the exception of + Loopback-Encrypted-Filesystem. + * New maintainer team, currently Doug Jensen, Frank Lichtenheld, and Colin + Watson (closes: #203046). + * Policy version 3.6.1: we use debhelper in the clean target, so use + Build-Depends: instead of Build-Depends-Indep:. + * README.Debian: Correct link to LDP guide site + + -- Colin Watson Wed, 17 Sep 2003 03:53:40 +0100 + +doc-linux (2003.07-1) unstable; urgency=low + + * New upstream release (20030726). + * New Linux FAQ, version 2.1. + * The mini-HOWTO collection has been merged with the main HOWTO + collection. + * New HOWTOs: + ACPI Athlon-Powersaving + * Updated HOWTOs: + Apache-WebDAV-LDAP Battery-Powered CSPM Cluster Debian-Jigdo + Debian-and-Windows-Shared-Printing DocBook-OpenJade-SGML-XML Ethernet + FBB IO-Port-Programming IP-Masquerade Infrared Kernel LILO + Linksys-Blue-Box-Router LinuxDoc+Emacs+Ispell Modem Module Multi-Disk + NIS Oracle-7 Oracle-8 PHP-Nuke RCS Samba-Authenticated-Gateway + Soundblaster-AWE TimePrecision Wearable Wireless-Link-sys-WPC11 + XFree-Local-multi-user XFree86-R200 XFree86-Video-Timings + * Renamed HOWTOs: + Oracle-9i-RH8 -> Oracle-9i-RH8-and-RH9 + * All the above are free, with the exception of Infrared and Wearable. + + * Explain the extra directory in README.Debian (closes: #201108). + * Remove PHP-HOWTO again due to it being largely a rant lightly sprinkled + with information copied from the PHP documentation. I think this package + is better off without it. + * Don't HTML-encode titles and abstracts for dwww, since >= 1.9.0 does + that for us. Instead, simply escape '"' as '\"' (closes: #184329). + * Change naming scheme for menu entry identifiers to avoid duplicate + entries for the VPN-HOWTO and VPN (a former mini-HOWTO). The entries + referring to non-existent files are already gone (closes: #184330). + + -- Colin Watson Sat, 26 Jul 2003 17:15:52 +0100 + +doc-linux (2003.06-1) unstable; urgency=low + + * New upstream release (20030608). + * New HOWTOs: + Bangla PHP-Nuke + * Restored-after-review HOWTOs: + C++Programming PHP + * Updated HOWTOs: + DocBook-OpenJade-SGML-XML IBM7248 IP-Masquerade Linux+IPv6 Linux-Gamers + Optical-Disk SCSI-2.4 Vim XFree-Local-multi-user + * Renamed HOWTOs: + Mosix -> openMosix + * New mini-HOWTOs: + Debian-and-Windows-Shared-Printing VB6-to-Tcl + * Updated mini-HOWTOs: + Battery-Powered Debian-Jigdo FBB Xterminals + * All the above are free. + + * Merge the packaging of doc-linux and doc-linux-nonfree so that I can + deal with them simultaneously in a sensible way. + * Use the canonical LDP URL in package descriptions (closes: #195089). + + -- Colin Watson Sun, 8 Jun 2003 23:54:27 +0100 + +doc-linux (2003.05-1) unstable; urgency=low + + * New upstream release (20030511) (closes: #192500). + * New HOWTOs: + Deciding-Linux Linksys-Blue-Box-Router Oracle-9i-RH8 Tamil-Linux + Traffic-Control-tcng-HTB Web-Browsing-Behind-ISA-Server + XFree-Local-multi-user + * Updated HOWTOs: + ADSL-Bandwidth-Management AI-Alife Astronomy Bangla-PDF Belgian + BootPrompt C-C++Beautifier CPU-Design CVS-RCS Cluster + DocBook-Demystification DocBook-OpenJade-SGML-XML Ecology Game-Server + IP-Masquerade Infrared KDE-GUI-Login-Configuration Kernel KernelAnalysis + LDAP LILO-crash-rescue Laptop Linux+IPv6 Linux+Windows + Linux-Complete-Backup-and-Recovery Linux-Gamers Linux-Promise-RAID1 + Mail-User Medicine Modem Postfix-Cyrus-Web-cyradm Program-Library + RedHat-CD Remote-Serial-Console Samba-Authenticated-Gateway + Secure-Programs Serial VideoLAN Windows-LAN-Server + - Missing space in LDAP fixed (closes: #188296). + * New mini-HOWTO: + Secure-CVS-Pserver + * Updated mini-HOWTOs: + Man-Page Wireless-Link-sys-WPC11 + + * Split into free and non-free source packages, following a complete + licence audit. I'm not a legal expert, plus there was an enormous amount + of HOWTO material to read in the process, so I may well have made the + odd mistake. File bugs if you find any. debian/split-package does a lot + of the work here. The non-free binary packages are called + doc-linux-nonfree-html and doc-linux-nonfree-text; they recommend their + free variants for some common images and index files. + * The non-free packages have no dhelp support. This will eventually be + restored via doc-base. + * Non-free HOWTOs: + Astronomy Belarusian Chinese Config Cyrus-IMAP DOS-Win-to-Linux DVD + Diskless-root-NFS Encourage-Women-Linux Infrared JavaStation Jaz-Drive + Kiosk Latvian Loopback-Encrypted-Filesystem RPM SPARC Secure-Programs + Sybase-ASA Tango TclTk UPS User-Authentication Wearable + * Non-free mini-HOWTOs: + 3D-Modelling Automount Divert-Sockets Ext2fs-Undeletion FTP Home-Network + Loadlin+Win95-98-ME Mail2News Offline-Mailing Process-Accounting + Remote-Boot StarOffice Swap-Space TransparentProxy Ultra-DMA VPN + + * Update the names and addresses of the Linux-FAQ maintainer and the LDP + coordinator. + * Remove scrollkeeper suggestion and maintainer script code, since we + don't have ScrollKeeper support at the moment. + * Reduce U+201C and U+201D (Unicode directional quotes) in the HOWTO index + to a simple " for the menu file (closes: #181609). + * Convert the Latin-1 c-cedilla in the title of the Francophones HOWTO to + ç. + * Building our own split tarballs allows some simplifications in + debian/rules by moving the directory hierarchies about a bit. + * Cope with some reorganizations in the way mini-HOWTOs are indexed. + * Standards-Version: 3.5.9. + + -- Colin Watson Mon, 12 May 2003 09:09:00 +0100 + +doc-linux (2003.02-1) unstable; urgency=low + + * New upstream release (20030212). + * New HOWTO: + Bangla-PDF + * Updated HOWTOs: + AI-Alife Apache-Compile C-C++Beautifier CD-Distributions-EN + IP-Masquerade Kernel Keyboard-and-Console LILO-crash-rescue LVM + Linux+IPv6 Medicine NC Psion RedHat-CD Remote-Serial-Console Vim + * New mini-HOWTO: + Lotus-DominoR5 + * Updated mini-HOWTOs: + Home-Electrical-Control Wireless-Link-sys-WPC11 + + * Remove "The" from the beginning of document names in dhelp and dwww + indices, to improve sorting (closes: #177677). + + -- Colin Watson Fri, 14 Feb 2003 23:51:45 +0000 + +doc-linux (2003.01-1) unstable; urgency=low + + * New upstream release (20030112). + * New HOWTO: + Samba-Authenticated-Gateway + * Updated HOWTOs: + DOSEMU Game-Server LVM Linux+IPv6 Linux-Promise-RAID1 Medicine + Program-Library Secure-Programs Text-Terminal XDMCP + * New mini-HOWTOs: + Mozilla-Optimization Xterminals + * Updated mini-HOWTOs: + Automount Debian-Jigdo FBB Handspring-Visor Swap-Space + Wireless-Link-sys-WPC11 + + * debhelper autoscript fragments weren't being substituted into + doc-linux-html's maintainer scripts; it turns out that this is due to + running 'dh_clean -k' between building doc-linux-html and doc-linux-text + but before calling dh_installdeb and so on on both binary packages at + once, which cleans too much. Switch to 'dh_clean -d' instead. + + -- Colin Watson Sun, 12 Jan 2003 17:53:33 +0000 + +doc-linux (2002.12-1) unstable; urgency=low + + * New upstream release (20021215). + * Updated HOWTOs: + Apache-Overview Finnish Linux+IPv6 PA-RISC-Linux-Boot + * Removed HOWTOs: + C++Programming + * Updated mini-HOWTOs: + C++-dlopen Debian-Jigdo FBB PCTel-MicroModem-Config + + * Add a lintian override for the COPYING file that forms part of the + NCURSES-Programming-HOWTO. + * Remove the HTML version of the RedHat-CD-HOWTO (see 2002.11-1) in + debian/rules rather than in the source tarball, in order to keep the + tarball pristine. + + -- Colin Watson Sun, 15 Dec 2002 21:26:34 +0000 + +doc-linux (2002.11-1) unstable; urgency=low + + * New upstream release (20021123). + - Sorry for the delay. Some of it was me being busy, some was + db.tldp.org being down, and some of it was being completely unable to + get a valid OMF file for ScrollKeeper. Upstream appears to be working + on the latter, but for the meantime I've temporarily removed + ScrollKeeper support in order to be able to build new versions of + doc-linux (closes: #166261). I'll try to get back to my former upload + frequency now. + - Once I get a valid OMF file I'll be able to do the non-free split at + last, since it includes a tag ... + * Ship HOWTOs in .tar.bz2 form in the source package rather than .tar.gz. + * Change the patch for dangling relative links to point to tldp.org rather + than linuxdoc.org. + * Remove the /usr/doc symlinks. + + * New HOWTOs: + CSPM Clone DocBook-Demystification DocBook-OpenJade-SGML-XML + Encourage-Women-Linux Ethernet-Bridge-netfilter GCC-Frontend + Jabber-Server-Farming Linux-Promise-RAID1 Network-Install + Oracle8-on-RH7X RTLinux Usenet-News Valgrind + * Updated HOWTOs: + ADSL-Bandwidth-Management Accessibility Adv-Routing Apache-Compile + Assembly Authentication-Gateway Belgian C++Programming CPU-Design + Caudium Cluster DB2 DSL Emacspeak Font Hardware HighQuality-Apps + IP-Masquerade Infrared Java-Decompiler K7s5a KDE-GUI-Login-Configuration + KernelAnalysis LDAP LILO-crash-rescue LVM Lex-YACC Linux+IPv6 + Linux-Complete-Backup-and-Recovery Linux-Gamers MIPS Masquerading-Simple + Medicine Modem Mosix NFS NIS Online-Troubleshooting PA-RISC-Linux-Boot + Plug-and-Play Postfix-Cyrus-Web-cyradm Program-Library RPM RedHat-CD + Remote-Serial-Console SCSI-2.4 SMP SSL-Certificates Sat Secure-Programs + Security-Quickstart Security-Quickstart-Redhat Sentry-Firewall-CD + Software-RAID Text-Terminal TimePrecision Vim VoIP Wireless + XFree86-Touch-Screen XWindow-User Xinerama + - Adv-Routing includes a netmask admonition now (closes: #123088). + - RedHat-CD is shipped only in plain text form. The HTML version is + accompanied by i386-only binaries; I'm not quite sure what to do about + these, so I've decided to steer clear for now. + * Removed HOWTOs: + PHP + * New mini-HOWTOs: + Debian-Jigdo KDE-Kiosk-Mode XFree86-R200 + * Updated mini-HOWTOs: + ACP-Modem Battery-Powered FBB FDU IRC ISP-Connectivity Intkeyb + Multi-Distro-Dev NFS-Root PCTel-MicroModem-Config Partition-Rescue + Print2Win TransparentProxy Wireless-Link-sys-WPC11 + + -- Colin Watson Sat, 23 Nov 2002 18:10:24 +0000 + +doc-linux (2002.07-1) unstable; urgency=low + + * New upstream release (20020709). + * New HOWTOs: + Caudium + * Updated HOWTOs: + Antares-RAID-sparcLinux Apache-Compile Apache-WebDAV-LDAP Belgian + C++Programming CVS-RCS Installation KDE-GUI-Login-Configuration Kernel + Latvian Linux-Gamers Modem Modem-Dialup-NT NCURSES-Programming PCMCIA + PHP PLIP-Install Security Sentry-Firewall-CD Vim + * Removed HOWTOs: + Process-Monitor + * New mini-HOWTOs: + C++-dlopen + * Updated mini-HOWTOs: + Automount PCTel-MicroModem-Config Swap-Space Wireless-Link-sys-WPC11 + + * Split our part of the dhelp/dwww document hierarchy into HOWTO and + HOWTO/mini rather than just having everything under HOWTO, in line with + their location in the filesystem and on LDP mirrors (closes: #149905). + + -- Colin Watson Wed, 10 Jul 2002 00:49:22 +0100 + +doc-linux (2002.06-1) unstable; urgency=low + + * New upstream release (20020604). + * New HOWTOs: + ADSL-Bandwidth-Management ATA-RAID KDE-GUI-Login-Configuration + Querying-libiptc SSI-UML USB-Digital-Camera VideoLAN + * Updated HOWTOs: + Accessibility-Dev Authentication-Gateway Belgian C++Programming CVS-RCS + Compaq-Remote-Insight-Board DSL Diskless HighQuality-Apps IO-Perf + Infrared K7s5a Kernel KernelAnalysis Linux+XFS Linux-Gamers MIDI + Modem-Dialup-NT Module Multi-Disk Network-boot PHP RPM-for-Unix + Remote-Serial-Console SCSI-2.4 SCSI-Generic SSL-Certificates Sat + TimePrecision VPN VoIP Wireless + - Multi-Disk update regarding cp and hard links (closes: #37061). + * Removed HOWTOs: + Russian-Tea + * HOWTOs -> mini-HOWTOs: + Boot+Root+Raid+LILO + * New mini-HOWTOs: + Remote-Bridging + * Updated mini-HOWTOs: + Automount Bridge Linux+WinNT MMBase Update Wireless-Link-sys-WPC11 + XDM-Xterm + + -- Colin Watson Tue, 4 Jun 2002 15:28:14 +0100 + +doc-linux (2002.05-1) unstable; urgency=low + + * New upstream release (20020501). + * New Linux FAQ, version 2.0. + * New HOWTOs: + Game-Server IO-Perf KernelAnalysis Mosix Postfix-Cyrus-Web-cyradm + Russian-Tea TimePrecision + * Updated HOWTOs: + Apache-Compile Apache-WebDAV-LDAP C++Programming C-C++Beautifier CVS-RCS + Cluster Finnish HighQuality-Apps IP-Masquerade Java-Decompiler Kernel + Linux-Gamers MIDI Medicine PHP Software-Proj-Mgmt Speech-Recognition + Unicode Vim VoIP + * New mini-HOWTOs: + Wireless-Link-sys-WPC11 + * Updated mini-HOWTOs: + BogoMips Euro-Char-Support LILO Man-Page MP3-CD-Burning + PCTel-MicroModem-Config Quota + + * debian/rules: Replace "linuxdoc.org" with "tldp.org" throughout. + * debian/make-omf: Remove s/&/&/g, which is no longer required. + + -- Colin Watson Wed, 1 May 2002 23:10:36 +0100 + +doc-linux (2002.04-2) unstable; urgency=medium + + * Clean up problems from the FAQ move in 2001.11-1 which occurred with + certain upgrade orderings (closes: #142022). + * Point to the real /usr/share/doc/FAQ paths in the doc-base file, not the + symlinked paths. + * Use 'scrollkeeper-update -q' in the postrm too. + + -- Colin Watson Wed, 10 Apr 2002 01:03:56 +0100 + +doc-linux (2002.04-1) unstable; urgency=low + + * New upstream release (20020402). + * New HOWTOs: + Compaq-T1500 HighQuality-Apps K7s5a Latvian Sentry-Firewall-CD + * Updated HOWTOs: + Apache-Compile Apache-Overview Apache-WebDAV-LDAP C++Programming + C-C++Beautifier CVS-RCS Conexant+Rockwell-modem Hardware Java-Decompiler + LILO-crash-rescue Linux+IPv6 Linux-Gamers Medicine NCURSES-Programming + Online-Troubleshooting PHP PalmOS Plug-and-Play Program-Library + Qmail-VMailMgr-Courier-imap Quake Secure-Programs Serial Vim XDMCP + XWindow-User + * Renamed HOWTOs: + Distributions -> CD-Distributions-EN + * New mini-HOWTOs: + Pine-Exchange + * Updated mini-HOWTOs: + Automount BTI-PPP Euro-Char-Support Upgrade ZIP-Drive + (closes: #129825). + + * Fix paths in the Linux FAQ's doc-base file (closes: #137534). + * Use new -q flag to suppress verbose output from scrollkeeper-update. + + -- Colin Watson Tue, 2 Apr 2002 22:04:25 +0100 + +doc-linux (2002.03-1) unstable; urgency=low + + * New upstream release (20020303). + * New HOWTOs: + Linux-Complete-Backup-and-Recovery Slovak + * Updated HOWTOs: + AI-Alife Apache-Compile Apache-Overview Authentication-Gateway + C++Programming C-C++Beautifier CPU-Design CVS-RCS Cluster + Conexant+Rockwell-modem Diskless Diskless-root-NFS Finnish Hardware + Installation Java-Decompiler Kernel LDP-Reviewer LILO-crash-rescue + Linux+IPv6 Linux-Gamers Masquerading-Simple Medicine Modem-Dialup-NT NC + NCURSES-Programming PHP Process-Monitor RPM-for-Unix + Remote-Serial-Console SMP Secure-Programs Security Security-Quickstart + Security-Quickstart-Redhat Snort-Statistics Software-Release-Practice + Speech-Recognition Text-Terminal Unix-and-Internet-Fundamentals VME Vim + XFree86-Video-Timings + (closes: #134633). + * Updated mini-HOWTOs: + BackspaceDelete DPT-Hardware-RAID DocBook-Install FDU + Home-Electrical-Control Nvidia-OpenGL-Configuration + + -- Colin Watson Mon, 4 Mar 2002 00:17:54 +0000 + +doc-linux (2002.02-1) unstable; urgency=low + + * New upstream release (20020201). + * New HOWTOs: + Accessibility-Dev Indic-Fonts Linux+IPv6 Linux+Win9x+Grub Linux-Crash + Linux-Gamers MIDI NCURSES-Programming Snort-Statistics WikiText + * Updated HOWTOs: + Apache-Compile Assembly Belgian Bootdisk C++Programming C-C++Beautifier + CDServer CPU-Design CVS-RCS DSL Diskless IP-Masquerade Java-Decompiler + Kernel LILO-crash-rescue META-FAQ Modem Modem-Dialup-NT NetMeeting + PA-RISC-Linux-Boot PHP PalmOS Process-Monitor RPM-for-Unix SCSI-2.4 + SCSI-Generic Secure-Programs Text-Terminal Vim XFree86-Touch-Screen + * Removed HOWTO: + PostgreSQL (temporarily removed for peer review) + * New mini-HOWTOs: + Print2Win ppp-ssh + * Updated mini-HOWTOs: + BTI-PPP Outlook-to-Unix-Mailbox Quota Token-Ring TransparentProxy + + -- Colin Watson Fri, 1 Feb 2002 19:42:02 +0000 + +doc-linux (2002.01-1) unstable; urgency=low + + * New upstream release (20020102). + * New Linux FAQ, version 1.20. + * New HOWTOs: + Lex-YACC SCSI-Generic SSL-Certificates Wireless-Sync + * Updated HOWTOs: + Adv-Routing Authentication-Gateway C++Programming C-C++Beautifier + Chroot-BIND DNS DSL Diskless Emacspeak Francophones German HP Hardware + Intranet-Server Keyboard-and-Console MP3 Multi-Disk NC NCD Network-boot + PHP PLIP-Install SCSI-2.4 SCSI-Programming Sat Secure-Programs UMSDOS + UUCP VoIP Wireless + * Removed HOWTOs: + Linux-From-Scratch (replaced by a Guide, see http://www.linuxdoc.org/). + * New mini-HOWTOs: + Multi-Distro-Dev + * Updated mini-HOWTOs: + BTI-PPP Intkeyb ISP-Connectivity Leased-Line Mail-Queue Modules + News-Leafsite PCTel-MicroModem-Config Remote-X-Apps TransparentProxy + Ultra-DMA VPN Visual-Bell + + * For those of you who've been following the news, the doc-linux package + will not be split into free and non-free portions before woody is + released; the deadlines are just too tight. However, the substantial + majority of the documents in this package are DFSG-free; check the + copyright notices on individual documents for details. + * Register HTML documents with ScrollKeeper. Everything is under + General|Other for now until categories are sorted out. + * doc-linux-html suggests scrollkeeper. + + * Remove /usr/doc/doc-linux-text symlink properly (closes: #126103). Also + remove /usr/doc/FAQ in doc-linux-text's prerm. + * Fix a number of dangling relative links, making them absolute links to + the LDP web site instead (closes: #122868). + * Parse the HOWTO-INDEX in a slightly more robust way. + * Document in each package's README.Debian that several HOWTOs are now + Guides. + * Make all auxiliary scripts executable before running them, as the Debian + diff doesn't preserve permissions. + + -- Colin Watson Thu, 3 Jan 2002 04:31:13 +0000 + +doc-linux (2001.12-1) unstable; urgency=low + + * New upstream release (20011201). + * New Linux FAQ, version 1.18. + * New HOWTOs: + PA-RISC-Linux-Boot Security-Quickstart Security-Quickstart-Redhat + * Updated HOWTOs: + Apache-WebDAV-LDAP Bandwidth-Limiting Config Diskless + Enterprise-Java-for-Linux IP-Masquerade Kernel MGR Sat Serial + Text-Terminal VoIP Wireless + * New mini-HOWTOs: + BTI-PPP PCTel-MicroModem-Config + * Updated mini-HOWTOs: + FBB FDU Firewall-Piercing LILO Linux+WinNT MP3-CD-Burning + Partition-Rescue XFree86-Second-Mouse + + * I've added some non-LDP documents in response to several requests, which + are installed in /usr/share/doc/HOWTO/en-*/extra: + - High-Availability HOWTO (requested by Chris Fearnley, closes: #60564); + - ext3 mini-HOWTO (requested by Eduard Bloch); + - ext3-usage HOWTO (requested by Eduard Bloch). + * These seemed worthwhile, but I don't want to do this too much as it + becomes hard to keep track. If you want a document, please persuade the + author to submit it to the Linux Documentation Project instead. + + -- Colin Watson Sat, 1 Dec 2001 14:30:42 +0000 + +doc-linux (2001.11-1) unstable; urgency=low + + * New upstream release (20011101). + * New HOWTOs: + ATM-Linux Apache-Compile Apache-WebDAV-LDAP + * Updated HOWTOs: + CVS-RCS Diskless Finnish HOWTO Hardware JavaStation Kernel Large-Disk + Masquerading-Simple RPM-for-Unix XFree86-Video-Timings + * Renamed HOWTOs: + Access -> Accessibility + DVD-Playing -> DVD + * Updated mini-HOWTOs: + FBB Outlook-to-Unix-Mailbox + + * Add text version of Linux FAQ (closes: #117617). + * Put both versions of the FAQ directly in /usr/share/doc/FAQ, and symlink + to them from /usr/share/doc/$(package)/FAQ rather than the other way + round. Add some migration code to make dpkg replace the + /usr/share/doc/FAQ symlink with a directory. + * Document the process of updating doc-linux in debian/README.updating. + + -- Colin Watson Fri, 2 Nov 2001 05:41:20 +0000 + +doc-linux (2001.10-2) unstable; urgency=low + + * Protect HTML entities in titles as well as descriptions, to avoid + confusing update-menus (closes: #115649). + + -- Colin Watson Sun, 21 Oct 2001 19:55:06 +0100 + +doc-linux (2001.10-1) unstable; urgency=low + + * The "Requiem aeternam" release, in memory of 11 September 2001. + + * New upstream release (20011006). + * New Linux FAQ, version 1.16. + * New HOWTOs: + Authentication-Gateway Conexant+Rockwell-modem Diskless-root-NFS-other + Linux+XFS Modem-Dialup-NT RPM-for-Unix Smart-Card + * Updated HOWTOs: + AX25 AdvRouting BootPrompt C++Programming C-C++Beautifier CDROM CVS-RCS + Diskless Finnish Hardware IBM7248 IngresII Installation + LILO-crash-rescue Linux+XFS Masquerading-Simple Modem Modem-Dialup-NT + PHP Program-Library SCSI-2.4 Secure-Programs Sound Speech-Recognition + Text-Terminal Vim XFree86 + * New mini-HOWTOs: + Euro-Char-Support MMBase + * Updated mini-HOWTOs: + Call-back FBB LILO Linux+WinNT MP3-CD-Burning Partition-Rescue + + * New source format: no longer a native package (closes: #44220). + * debian/rules: More cleanups. Use binary-indep rather than binary-arch. + * Drop obsolete build dependencies and lintian override. + * doc-linux-html suggests doc-base, menu, www-browser (closes: #41664). + * debian/Makefile.sgml, debian/dhelp.faq: Remove. + * The HOWTO-INDEX is much better than the one we produce, so link to it + rather than creating our own (closes: #69474, #111464), and rewrite + debian/html2docs (formerly debian/sgml2docbase) to pull links from it. + * I was going to fix the doc-base paths, and even NMUed doc-base so that I + could, but discovered that it's too slow for the hundreds of documents + doc-linux-html installs (see #114692). I've fallen back to using dhelp + and dwww directly in the meantime (closes: #111699, #111700). This + results in many lintian errors, but I believe they're a bug in lintian. + * debian/copyright: Restore Dirk Eddelbuettel and Ian Murdock's names. + + * Navigation icons are in the upstream tarballs, so remove our local ones. + * Move /usr/share/doc/doc-linux-html/Linux-FAQ back to .../FAQ, and + install a symlink to it in /usr/share/doc/FAQ. + * Add README.Debian files pointing to the documentation (closes: #39701). + * Also add helpful symlinks (closes: #60728). + * 22 HOWTOs and 7 mini-HOWTOs are under the GNU FDL, but not all contain a + copy, so place one in /usr/share/doc/doc-linux-* (closes: #89102). + + -- Colin Watson Sat, 13 Oct 2001 22:37:27 +0100 + +doc-linux (2001.09-1) unstable; urgency=low + + * New maintainer (closes: #110959). + * Acknowledge my NMU (closes: #90338, #90348, #102788). + * New upstream release (20010903). Since the last release by the previous + maintainer, there have been 66 new HOWTOs and 47 new mini-HOWTOs, not + counting updated documentation. + * New Linux FAQ, version 1.13. + + * It's no longer easy to build all the HOWTOs from LinuxDoc SGML. Many + documents are now only available in DocBook (66 extra HOWTOs and 36 + extra mini-HOWTOs), but some build from other sources. Until this is + resolved, I've had to go back to shipping HTML and text in the (now much + bigger) source package; sorry. + + * debian/control: + - doc-linux-html is priority optional (closes: #102817). + - doc-linux-text suggests doc-linux-html (closes: #31110). + - Replace rather than conflict with old versions of each package for + better upgrades (albeit from hamm, but still; closes: #27498). + - Build-Depends -> Build-Depends-Indep. + - Policy version 3.5.6. + * debian/rules: + - Install changelog as changelog.Debian.gz, compressed with 'gzip -9' + (closes: #44440). + - Ensure installed files have valid ownership (closes: #103972). + - Add 'refresh' target. + - Clean up some confusing constructs. + * debian/copyright: + - Remove comment about /usr/doc/copyright/doc-linux. + - Debian/GNU Linux -> Debian GNU/Linux (lintian). + - Synchronize upstream copyright notice with upstream. + * Use doc-base rather than dhelp/dwww (closes: #94821). + * Add a lintian override for a spurious doc-base warning that's actually + just a HOWTO's description referring to /usr/doc. + * We were previously creating symlinks from /usr/doc/HOWTO/en-* to + /usr/share/doc/HOWTO/en-*. This won't work well when we get rid of + /usr/doc entirely, so instead do the usual symlink with /usr/doc/HOWTO. + * Forcibly remove /usr/doc/doc-linux-*/.dhelp in the preinst, just in case + the migration might still be a problem (closes: #50053). + + * New HOWTOs: + Acer-Laptop Antares-RAID-sparcLinux Apache-Overview BRIDGE-STP + Bandwidth-Limiting Bootdisk C-editing-with-VIM CDServer CPU-Design + Cable-Modem Chroot-BIND Cluster Compaq-Remote-Insight-Board DB2 DSL + Event GCC HOWTO HP IBM7248 IngresII Installation JavaStation + LDAP-Implementation LDP-Reviewer Linux+Windows Linux-Init MP3-Box + Mail-User Masquerading-Simple Medicine MindTerm-SSH Module Net + NetMeeting Network-boot Online-Troubleshooting PPP Printing + Program-Library RPM Remote-Serial-Console SCSI-2.4 SPARC SRM SSL-RedHat + Sat Secure-Programs Serial-Laplink Software-Proj-Mgmt Speech-Recognition + Sybase-ASA Unix-Hardware-Buyer Unix-and-Internet-Fundamentals + User-Authentication VCR VoIP Windows-LAN-Server Wireless XDMCP XFree86 + XFree86-Video-Timings XML-RPC XWindow-Overview i810 phhttpd + (closes: #54092, #79993, #81051, #81052, #81747, #94915, #98529; + closes: #101048). + * Removed HOWTOs: + Busmouse Securing-Domain + * Renamed HOWTOs: + Chroot-BIND -> Chroot-BIND8 (Chroot-BIND now covers BIND 9) + Distribution -> Distributions + IR -> Infrared + * The Distributions-HOWTO now talks about Debian 2.2 (closes: #56606). + * Typo corrected in the IP-Masquerade-HOWTO (closes: #46531). + + * New mini-HOWTOs: + 3D-Modelling ACP-Modem BackspaceDelete Boca DHCP DocBook-Install + Ext2fs-Undeletion-Dir-Struct FBB FDU GIS-GRASS GTEK-BBS-550 + Hard-Disk-Upgrade Home-Electrical-Control Howtos-with-LinuxDoc IP-Alias + IRC Install-Strategies Intkeyb Kerneld Lego Linux+Win95 + Linux-Modem-Sharing LinuxGL-QuakeWorld Linuxdoc-Reference MP3-CD-Burning + MSSQL6-Openlink-PHP-ODBC Man-Page Modules Multiboot-with-GRUB + NFS-Root-Client Netscape+Proxy Nvidia-OpenGL-Configuration + Outlook-to-Unix-Mailbox Pager Partition PortSlave + Post-Installation-Checklist Pre-Installation-Checklist + Process-Accounting Proxy-ARP-Subnet SLIP-PPP-Emulator Small-Memory + Sybase-PHP-Apache TT-XFree86 Virtual-Web XDM-Xterm XFree86-Second-Mouse + (closes: #44606, #102212). + * Renamed mini-HOWTOs: + Loadlin+Win95 -> Loadlin+Win95-98-ME + * Sendmail-Address-Rewrite and Sendmail+UUCP are no longer duplicates + (closes: #44439). + + -- Colin Watson Tue, 4 Sep 2001 00:27:01 +0100 + +doc-linux (2000.09-1.1) unstable; urgency=low + + * Non-maintainer upload. + * HOWTO/3Dfx-HOWTO.sgml.gz: Fix DTD declaration (closes: #90338). + * debian/control: Added build dependencies (closes: #90348). + + -- Colin Watson Fri, 29 Jun 2001 14:33:02 +0100 + +doc-linux (2000.09-1) unstable; urgency=low + + * new HOWTOs + + -- Marco Budde Sun, 17 Sep 2000 13:35:38 +0200 + +doc-linux (2000.03-1) unstable frozen; urgency=low + + * new HOWTOs + + -- Marco Budde Tue, 21 Mar 2000 10:17:24 +0100 + +doc-linux (2000.02-1) unstable; urgency=low + + * new HOWTOs + + -- Marco Budde Thu, 3 Feb 2000 20:16:17 +0100 + +doc-linux (1999.10-1) unstable; urgency=low + + * new HOWTOs + * rules: FHS links + * new /usr/share/doc/{en-html,en-txt} structure + + -- Marco Budde Fri, 15 Oct 1999 21:34:15 +0200 + +doc-linux-html (1999.08-1) unstable; urgency=low + + * use SGML sources to build the HTML files + * new HOWTOs + + -- Marco Budde Sat, 24 Jul 1999 03:41:04 +0200 + +doc-linux-html (99.06-1) unstable; urgency=low + + * non-maintainer release by the previous maintainer + + * debian/changelog: Reinstalled the changelog entry for my 1999.03-1 + revision which has disappeared from the last maintainer upload + + * HOWTOs that are new or updated since the last release on April 22: + BootPrompt Bootdisk CD-Writing CDROM Consultants DOSEMU Diskless + Ethernet HOWTO-INDEX Hardware INDEX.gz INDEX.html.gz Modem Multi-Disk + PCMCIA Plug-and-Play Portuguese Reading-List Security Serial + Software-Building Sound Text-Terminal XFree86 + + * mini-HOWTOs that are new or updated since the last release on April 22: + Automount ADSL Cipe+Masq Alsa-sound Large-Disk Cable-Modem + Ext2fs-Undeletion DPT-Hardware-RAID INDEX INDEX.html Ultra-DMA + + -- Dirk Eddelbuettel Wed, 9 Jun 1999 19:23:05 -0400 + +doc-linux-html (99.03-1) unstable; urgency=low + + * non-maintainer release by the previous maintainer + * the current maintainer has made no release in seven months: there are + now 47 new or updated HOWTOs documents and 28 new or updated mini-HOWTOs + + * HOWTOs that are new or updated since the last release on August 23: + 3Dfx Bash-Prompt Beowulf Bootdisk Busmouse Commercial Config + Consultants DNS Danish Distribution Esperanto Ftape INDEX INFO-SHEET + IPCHAINS IPX IR ISP-Hookup Installation Italian Java-CGI KickStart + Mail Modem NET-3 Optical-Disk Oracle PCMCIA PalmOS Plug-and-Play + Polish Portuguese PostgreSQL Printing Quake Reading-List + Software-Release-Practice TeTeX Text-Terminal Tips UUCP + Unix-Internet-Fundamentals VAR VME Virtual-Services XFree86 + XFree86-Video-Timings XWindow-User HOWTO-INDEX + + * mini-HOWTOs that are new or updated since the last release on August 23 + AI-Alife Apache+SSL+PHP+fp Automount BogoMips Bridge Cable-Modem + Cipe+Masq DHCP Firewall-Piercing INDEX INDEX.html IP-Masquerade LILO + Linux+FreeBSD Loadlin+Win95 NFS-Root-Client Netrom-Node Netstation + PLIP Quota RedHat-CD Remote-X-Apps Secure-POP+SSH Sendmail+UUCP + Sendmail-Address-Rewrite Software-RAID VAIO+Linux ZIP-Drive + + * debian/control: changed sunsite.unc.edu to metalab.unc.edu + + * debian/rules: added perl script make-howtoindex again to create a html + index of the documents + + * debian/rules: also install a doc-base file pointing to this index, as + well as a postinst/prerm to call install-docs + + -- Dirk Eddelbuettel Sun, 21 Mar 1999 19:01:53 -0500 + +doc-linux-html (98.09-1) unstable; urgency=low + + * new HOWTOs + * HTML version of the Linux FAQ + * Replaces: doc-linux + + -- Marco Budde Fri, 28 Aug 1998 22:38:32 +0200 + +doc-linux-html (98.06-1) unstable; urgency=low + + * new HOWTOs + * Conflicts: doc-linux-text (bug #22761, #22777) + * debian/sgml2dhelp: abstract parser changed + + -- Marco Budde Tue, 9 Jun 1998 21:12:30 +0200 + +doc-linux-html (98.04-1) unstable; urgency=low + + * new maintainer + * new source tree + * dhelp support (sgml2dhelp script) + + -- Marco Budde Tue, 7 Apr 1998 14:03:21 +0100 + +doc-linux (98.03-1) frozen unstable; urgency=low + + * Corrected make-howtoindex to add subdirectories to the generated + index.html file (thanks to Bernard DRAPEAU + for bringing this to my attention) + + * Changed file permission to 0644 below /usr/doc/HOWTO/ (lintian) + + * HOWTOs that are new or updated since the last release on February 23: + Commercial Consultants DNS French HOWTO-INDEX INDEX IPX + Linux-HOWTOs.tar.gz Mail Multi-Disk PCMCIA Root-RAID Security VAR + + * mini-HOWTOs that are new or updated since the last release on February 23: + Bzip2 Cable-Modem Cyrus-IMAP DHCPcd Hard-Disk-Upgrade INDEX + Leased-Line RPM+Slackware Remote-X-Apps TkRat + + * New Linux-FAQs as of $Date: 1998/03/12 08:51:17 $ + + -- Dirk Eddelbuettel Wed, 18 Mar 1998 22:15:10 -0500 + +doc-linux (98.02-1) unstable; urgency=low + + * Changed Description: for the doc-linux package (fixes #18465) + + * HOWTOs that are new or updated since the last release on January 28: + BootPrompt Busmouse CD-Writing CDROM Chinese Commercial Consultants + Cyrillic Danish Disk Ethernet HOWTO INDEX PCMCIA Reading-List + Root-RAID Security Serial-Programming UUCP VAR + + * mini-HOWTOs that are new or updated since the last release on January 28: + AI-Alife Cable-Modem Coffee INDEX Install-From-ZIP Linux+FreeBSD + Offline-Mailing Pre-Installation-Checklist RPM+Slackware StarOffice + Token-Ring Ultra-DMA Update Xterm-Title ZIP-Install + + -- Dirk Eddelbuettel Mon, 23 Feb 1998 21:43:37 -0500 + +doc-linux (98.01-2) unstable; urgency=low + + * Added mini-HOWTOs in html format to doc-linux-html (fixes #16854, #17513) + * Moved mini-HOWTOs in text format to doc-linux-text + * The doc-linux package is now pretty small as it contains just the Linux-FAQ + * Modified scripts which create the index.html files accordingly + + * HOWTOs that are new or updated since the last release on January 7: + Consultants Glibc2 HOWTO-INDEX INDEX NIS + + * mini-HOWTOs that are new or updated since the last release on January 7: + Cable-Modem DHCPcd INDEX LILO Soundblaster-AWE VPN + + -- Dirk Eddelbuettel Wed, 28 Jan 1998 21:21:04 -0500 + +doc-linux (98.01-1) unstable; urgency=low + + * Changed debian/control so that doc-linux-text no longer + 'Recommends: www-browser' (fixes #16351) + + * New Linux-FAQs as of $Date: 1998/01/06 06:16:26 $ + + * HOWTOs that are new or updated since the last release on December 23: + CD-Writing Commercial Consultants DNS Emacspeak HOWTO-INDEX INDEX + Optical-Disk Parallel-Processing Reading-List Tips User-Group VAR + + * mini-HOWTOs that are new or updated since the last release on December 23: + Battery-Powered BogoMips Bridge+Firewall Cable-Modem DHCPcd + DPT-Hardware-RAID INDEX IO-Port-Programming LBX Leased-Line + News-Leafsite Pre-Installation-Checklist Public-Web-Browser + Software-Building Software-RAID Update Xterm-Title + + -- Dirk Eddelbuettel Wed, 7 Jan 1998 19:10:02 -0500 + +doc-linux (97.12-1) unstable; urgency=low + + * Switched to distributing the newly maintained Linux-FAQ + * Added a menu entry for the html version of the Linux-FAQ + * Overhauled the other menu entries as well + + * HOWTOs that are new or updated since the last release on November 4: + Assembly BootPrompt Busmouse Commercial Config Consultants Cyrillic + DOS-to-Linux DOSEMU Danish Database Disk Ethernet Glibc2 HOWTO-INDEX + Hardware INDEX Keyboard-and-Console MILO NIS PCMCIA Serial + Sound-Playing UPS User-Group VAR VMS-to-Linux Virtual-Services WWW + WWW-mSQL XFree86 XFree86-Video-Timings + + * mini-HOWTOs that are new or updated since the last release on November 4: + 3-Button-Mouse ADSM-Backup Bridge Bridge+Firewall Cable-Modem DHCPcd + Fax-Server GIS-GRASS Index IP-Masquerade ISP-Connectivity LILO + Linux+DOS+Win95+OS2 Linux+FreeBSD Mac-Terminal Mail-Queue Modules Path + Remote-X-Apps Sendmail+UUCP Small-Memory Software-Building + Software-RAID Soundblaster-AWE StarOffice Visual-Bell + Windows-Modem-Sharing ZIP-Install + + -- Dirk Eddelbuettel Tue, 23 Dec 1997 15:15:56 -0500 + +doc-linux (97.11-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release on October 21: + AX25 Busmouse CDROM Commercial Consultants Distribution Glibc2 + HOWTO-INDEX INDEX INFO-SHEET Installation META-FAQ NFS Reading-List + Sound VAR Virtual-Services WWW WWW-mSQL XFree86 XFree86-Video-Timings + + * mini-HOWTOs that are new or updated since the last release on October 21: + 3-Button-Mouse Battery-Powered BogoMips DHCPcd Diald INDEX IP-Alias + Linux+Win95 Partition Partition-Rescue + + -- Dirk Eddelbuettel Tue, 4 Nov 1997 20:48:57 -0500 + +doc-linux (97.10-3) unstable; urgency=low + + * HOWTOs that are new or updated since the last release on October 15: + Commercial Consultants Danish Emacspeak French Glibc2 HOWTO-INDEX + INDEX ISP-Hookup PCMCIA User-Group VAR XFree86 + + * mini-HOWTOs that are new or updated since the last release on October 15: + AI-Alife Bridge+Firewall DHCPcd Fax-Server GIS-GRASS + Gravis-Ultra-Sound INDEX ISP-Connectivity Linux+FreeBSD Loadlin+Win95 + Offline-Mailing Proxy-ARP-Subnet RPM+Slackware Software-RAID + XFree86-XInside + + * Changed debian/rules such that doc-linux-text no longer contains the + tarball /usr/doc/HOWTO/Linux-HOWTOs.tar.gz (fixes bug #14036) + + -- Dirk Eddelbuettel Tue, 21 Oct 1997 19:07:39 -0400 + +doc-linux (97.10-2) unstable; urgency=low + + * HOWTOs that are new or updated since the last release on October 8:: + Commercial Consultants Emacspeak HOWTO-INDEX INDEX User-Group VAR + + * mini-HOWTOs that are new or updated since the last release on October 8: + Bridge+Firewall DHCPcd Fax-Server INDEX ISP-Connectivity + + * Added 'Replaces: doc-linux' for doc-linux-text (fixes #13842, #13866) + + -- Dirk Eddelbuettel Wed, 15 Oct 1997 19:23:21 -0400 + +doc-linux (97.10-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in September: + Assembly Commercial Consultants Danish Database French Glibc2 + Hardware INDEX ISP-Hookup Installation PCMCIA Printing VAR XFree86 + + * mini-HOWTOs that are new or updated since the last release in September: + AI-Alife GIS-GRASS Gravis-Ultra-Sound INDEX Linux+FreeBSD + Loadlin+Win95 Mail-Queue.gz NFS-Root-Client Offline-Mailing + Proxy-ARP-Subnet RPM+Slackware Software-RAID XFree86-XInside + + -- Dirk Eddelbuettel Wed, 8 Oct 1997 20:28:42 -0400 + +doc-linux (97.09-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in August: + 3Dfx Alpha Benchmarking CD-Writing Commercial Consultants Cyrillic + Danish Disk Distribution HOWTO-INDEX Hardware INDEX Installation + Intranet-Server Italian Keyboard-and-Console MILO NET-3 Optical-Disk + Pilot Reading-List SRM TeTeX User-Group VAR XFree86 XFree86-Video-Timings + + * mini-HOWTOs that are new or updated since the last release in August: + AI-Alife Backup-With-MSDOS Boca BogoMips Bridge+Firewall Clock + Colour-ls Ext2fs-Undeletion GTEK-BBS-550 INDEX INDEX.html Kerneld + LBX Linux+NT-Loader Loadlin+Win95 Man-Page Modules NFS-Root + Netscape+Proxy Pager Process-Accounting Quota RCS Remote-Boot + Remote-X-Apps SLIP-PPP-Emulator Software-Building Software-RAID + Term-Firewall Visual-Bell WordPerfect X-Big-Cursor + + -- Dirk Eddelbuettel Wed, 3 Sep 1997 20:44:52 -0400 + +doc-linux (97.08-1) unstable; urgency=low + + * Moved text versions of HOWTOs into new doc-linux-text package which + leaves the mini-HOWTOs (and the outdated Linux-FAQ) in doc-linux and the + html versions in doc-linux-html --- one can now combine doc-linux with + either of doc-linux-{html,text} (fixes feature request #11590) + * HOWTOs that are new or updated since the last release in July: + Assembly CDROM Commercial Consultants Danish Distribution HOWTO-INDEX + INDEX PCMCIA Printing README Sound TeTeX Thai User-Group VAR + * mini-HOWTOs that are new or updated since the last release in July: + 3-Button-Mouse CD-Writing INDEX Kerneld LBX LF1000 Linux+DOS+Win95+OS2 + Linux+WinNT Loadlin+Win95 Locales Partition RCS README + Software-Building StarOffice VPN Windows-Modem-Sharing + + -- Dirk Eddelbuettel Wed, 6 Aug 1997 21:26:47 -0400 + +doc-linux (97.07-1) unstable; urgency=low + + * Now also provides doc-linux-html package with the HOWTOs in html format. + * Included auto-generated /usr/doc/HOWTO/html/index.html file + * Added a dwww menu entry in /usr/lib/menu/doc-linux-html + + * HOWTOs that are new or updated since the last release in May: + AX25 Assembly Commercial Consultants DNS Danish HOWTO-INDEX Hardware + INDEX PCMCIA RPM Serial Serial-Programming TeTeX Thai VAR + + * mini-HOWTOs that are new or updated since the last release in May: + BogoMips DHCPd HTTP+Netware INDEX Jaz-Drive Linux+DOS+Win95+OS2 + Offline-Mailing Pager Qmail+MH Remote-X-Apps SLIP-PPP-Emulator + Software-Building Soundblaster-AWE64 StarOffice XFree86-XInside + + -- Dirk Eddelbuettel Tue, 8 Jul 1997 22:29:20 -0400 + +doc-linux (97.05-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in April: + Bootdisk Chinese Commercial Consultants Cyrillic DOSEMU Danish + HOWTO-INDEX Hardware INDEX Installation Kernel PCMCIA PPP Serial + Sound-Playing TeTeX Thai VAR + + * mini-HOWTOs that are new or updated since the last release in April: + AI-Alife Battery-Powered Comeau-C++ Dial-On-Demand Dynamic-IP-Hacks + INDEX Kerneld Linux+NT-Loader Offline-Mailing Remote-Boot + Sendmail+UUCP StarOffice VPN + + -- Dirk Eddelbuettel Wed, 28 May 1997 21:31:10 -0400 + +doc-linux (97.04-1) unstable; urgency=low + + * include the file /usr/doc/HOWTO/index.html generated by make-howtoindex + * added a dwww menu entry in /usr/lib/menu/doc-linux + * changed post{inst,rm} to call update-menus if possible + + * HOWTOs that are new or updated since the last release in March: + AX25 Access Assembly Commercial Consultants Cyrillic DNS DOS-to-Linux + DOSEMU Danish Distribution Ftape German HAM HOWTO-INDEX INDEX IPX + Installation Italian Keyboard-and-Console NET-3 NFS PCI PCMCIA PPP + Printing-Usage Serial Sound-Playing UPS VAR VMS-to-Linux XFree86 + + * mini-HOWTOs that are new or updated since the last release in March: + CD-Writing DHCPd Dynamic-IP-Hacks INDEX IO-Port-Programming + IP-Subnetworking Mail-Queue Man-Page Multiple-Disks-Layout Qmail+MH + Serial-Port-Programming + + -- Dirk Eddelbuettel Sun, 6 Apr 1997 19:53:44 -0400 + +doc-linux (97.03-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in February: + Assembly Commercial Consultants HOWTO-INDEX INDEX Italian NET-3 + + * mini-HOWTOs that are new or updated since the last release in February: + Advocacy Dynamic-IP-Hacks Ext2fs-Undeletion INDEX IP-Masquerade + Linux+WinNT NFS-Root Public-Web-Browser + + -- Dirk Eddelbuettel Mon, 3 Mar 1997 20:32:36 -0500 + +doc-linux (97.02-1) unstable; urgency=low + + * Changed Priority: to standard to be in sync with override files + + * HOWTOs that are new or updated since the last release in January: + Assembly CDROM Commercial Consultants Distribution Emacspeak + Ethernet German HOWTO-INDEX INDEX INFO-SHEET Installation Italian + NIS Polish Sound Tips XFree86 + + * mini-HOWTOs that are new or updated since the last release in January: + ADSM-Backup AI-Alife Advocacy Bridge+Firewall CD-Writing + Dynamic-IP-Hacks Ext2fs-Undeletion INDEX IP-Alias Jaz-Drive NFS-Root + Partition Soundblaster-16 Virtual-wu-ftpd + + -- Dirk Eddelbuettel Wed, 12 Feb 1997 21:06:40 -0500 + +doc-linux (97.01-2) stable unstable; urgency=low + + * Changed invalid distribution field "frozen" to "stable" in changelog + + * Do not install invalid upstream files INDEX.html and mini/INDEX.html + as they do not work with the gzip'ed documents, and there is no point + in patching the html as the most popular webbrowser cannot cope with + compressed documents anyway (fixes bug #6413) + + * HOWTOs that are new or updated since the last release in December: + AX25 BootPrompt Commercial Consultants DOStoLinux Distribution + HOWTO-INDEX INDEX INFO-SHEET ISP-Hookup Installation Java-CGI + META-FAQ PCMCIA Serial XFree86 + + * mini-HOWTOs that are new or updated since the last release in December: + Advocacy BogoMips Bridge+Firewall CD-Writer Clock DHCP + Dynamic-IP-Hacks GTEK-BBS-550 INDEX Linux+WinNT++ Locales + Multiple-Disks-Layout NFS-Root NFS-Root-Client PPP-over-minicom + ZIP-Install + + -- Dirk Eddelbuettel Mon, 6 Jan 1997 22:42:13 -0500 + +doc-linux (97.01-1) frozen unstable; urgency=low + + * HOWTOs that are new or updated since the last release in December: + BootPrompt Commercial Consultants Distribution HOWTO-INDEX INDEX + ISP-Hookup Installation Java-CGI + + * mini-HOWTOs that are new or updated since the last release in December: + Advocacy Bridge+Firewall CD-Writer DHCP GTEK-BBS-550 INDEX Locales + NFS-Root NFS-Root-Client ZIP-Install + + -- Dirk Eddelbuettel Fri, 3 Jan 1997 21:50:25 -0500 + +doc-linux (96.12-1) frozen unstable; urgency=low + + * HOWTOs that are new or updated since the last release in November: + AX25 Commercial Consultants Distribution HOWTO-INDEX Installation + + * mini-HOWTOs that are new or updated since the last release in November: + Dynamic-IP-Hacks JE Kerneld SLIP+proxyARP + + -- Dirk Eddelbuettel Mon, 9 Dec 1996 21:40:12 -0500 + +doc-linux (96.11-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in October: + Busmouse Commercial Consultants Distribution Ethernet Firewall + HAM HOWTO-INDEX INDEX INDEX.html INFO-SHEET IPX Installation + Module PCMCIA README Slovenian Sound-Playing Tips WWW XFree86 + + * mini-HOWTOs that are new or updated since the last release in October: + 3-Button-Mouse AI-Alife BogoMips CD-Writer Dynamic-IP-Hacks + HTTP+Netware INDEX INDEX.html IP-Alias MIDI+SB Mail2News + Netscape+Proxy README SLIP+proxyARP Sendmail+UUCP + Virtual-wu-ftpd Xterm-Title + + -- Dirk Eddelbuettel Sun, 24 Nov 1996 17:16:10 -0500 + +doc-linux (96.10-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in September: + CDROM Commercial Consultants Ftape HAM HOWTO-INDEX INDEX + Printing Printing-Usage SCSI Sound + + * mini-HOWTOs that are new or updated since the last release in September: + Consoles-Many Diskless Dynamic-IP-Hacks INDEX IO-Port-Programming + Java-WorkShop Linux+DOS+Win95 Linux+DOS+Win95+OS2 Linux+WinNT + PLIP Pager Partition Remote-Boot X-Big-Cursor Xterm-Title + + -- Dirk Eddelbuettel Mon, 7 Oct 1996 09:18:11 -0400 + +doc-linux (96.09-1) unstable; urgency=low + + * HOWTOs that are New or updated since the August release: + Bootdisk Commercial Emacspeak HOWTO-INDEX INDEX Italian PCMCIA + PPP SMB Spanish Tips + + * mini-HOWTOs that are New or updated since the August release: + BogoMips Bridge Dynamic-IP-Hacks INDEX IP-Alias IP-Masquerade + Java-WorkShop Jaz-Drive Multiple-Disks-Layout Win95+Win+Linux + + * Converted package management files to new Debian-1.2 style + * Changed maintainer email address to + + -- Dirk Eddelbuettel Thu, 5 Sep 1996 11:58:11 -0400 + +Tue Aug 6 16:49:00 1996 Dirk Eddelbuettel + + * doc-linux-96.08-0 release + + * HOWTOs that are New or updated since the July release: + Access Commercial DNS ELF HOWTO-INDEX INDEX INFO-SHEET Kernel + META-FAQ PCI PPP Printing + + * mini-HOWTOs that are New or updated since the July release: + Dynamic-IP-Hacks INDEX IP-Masquerade Large-Disk + Process-Accounting Quota Visual-Bell XFree86-XInside + +Fri Jul 12 07:30:56 1996 Dirk Eddelbuettel + + * doc-linux-96.07-0 release + + * HOWTOs that are New or updated since the June release: + AX25 Access Bootdisk CDROM Commercial Cyrillic Danish + Distribution Ftape HOWTO-INDEX INDEX IPX Java MGR Module + PCMCIA Polish Printing Shadow-Password Sound Tips + + * mini-HOWTOs that are New or updated since the June release: + 3-Button-Mouse Assembly BogoMips Diald Diskless + Dynamic-IP-Hacks INDEX IP-Alias IP-Masquerade Kerneld + Linux+OS2+DOS Linux+Win95 Locales Multiple-Disks-Layout + Print2Win Term-Firewall Upgrade + +Sat Jun 8 09:41:55 1996 Dirk Eddelbuettel + + * doc-linux-96.06-0 release + + * HOWTOs that are New or updated since the May release: + Access, Danish, Distribution, Ftape, HOWTO-INDEX, INDEX, + INFO-SHEET, IPX, Italian, Java, META-FAQ, MGR, Polish, + SCSI-Programming, Shadow-Password, Sound-Playing, Tips + + * mini-HOWTOs that are New or updated since the May release: + 3-Button-Mouse, Assembly, DOS2Linux, Diskless, + Dynamic-IP-Hacks, Graphics-Tools, INDEX, Kerneld, + Linux+OS2+DOS, Locales, Online-Support, Term-Firewall, + Upgrade, XFree86-XInside + +Sat May 11 13:35:59 1996 Dirk Eddelbuettel + + * doc-linux-96.05-0 release + + * new or updated HOWTOs: AX25 Access HAM HOWTO-INDEX INDEX + INFO-SHEET IPX ISP-Hookup Italian META-FAQ NET-2 SCSI + Shadow-Password + + * new or update mini-HOWTOs: Colour-ls INDEX Graphics Man-Page + PPP-over-ISDN ZIP-Drive + +Wed Apr 10 16:18:19 1996 Dirk Eddelbuettel + + * doc-linux-96.04-0 release + + * debian.control: added Architecture: field + + * new or updated HOWTOs: Access, DNS, Danish, Ftape, German, + Index, PCI, PPP, Printing, Tips + + * new or update mini-HOWTOs: Consoles-Many, Gravis-Ultrasound, + HTTP+Netware, Index, LF1000, Locales, Multiple-Disks-Layout, + NFS-Root + +Wed Mar 6 17:17:44 1996 Dirk Eddelbuettel + + * doc-linux-96.03-0 release + + * new Linux FAQ + + * new or updated HOWTOs: CDROM, Distribution, Finnish, Ftape, + GCC, Index, INFO-SHEET, Java, Kernel, META-FAQ, Printing, Sound, + Sound-Playing + + * new or update mini-HOWTOs: Backup_With_MSDOS, HTTP+Netware, + Kerneld, LF1000, Linux+OS2+DOS, Modeline, Multiple_Disks, + Reading_List + +Wed Feb 7 15:11:09 1996 Dirk Eddelbuettel + + * doc-linux-96.02-0 release + + * new or updated HOWTOs: PCMCIA-HOWTO README IPX-HOWTO NET-2-HOWTO + Shadow-Password-HOWTO UMSDOS-HOWTO Distribution-HOWTO SCSI-HOWTO + Ftape-HOWTO Italian-HOWTO INDEX HOWTO-INDEX + + * new or updated mini-HOWTOs: ADSM-Backup Tiny-News Colour-ls PLIP + DOS2Linux Win95+Win+Linux INDEX + +Wed Jan 3 08:01:16 1996 Dirk Eddelbuettel + + * doc-linux-96.01-0 release + + * new or updated HOWTOs: Distribution-HOWTO, IPX-HOWTO, Java-HOWTO + + * new or updated mini-HOWTOs: Linux+Win95, ADSM-Backup, BogoMips, + IO-Port-Programming, TIA + +Mon Dec 4 21:11:25 1995 Dirk Eddelbuettel + + * doc-linux-95.12-0 release + + * new or updated HOWTOs: SCSI-HOWTO Keyboard-HOWTO UMSDOS-HOWTO + Hardware-HOWTO PCI-HOWTO Ethernet-HOWTO Ftape-HOWTO NET-2-HOWTO + HAM-HOWTO HOWTO-INDEX + + * new or updated mini-HOWTOs: IO-Port-Programming Virtual-Web + Caching-named + +Wed Nov 8 16:12:27 1995 Dirk Eddelbuettel + + * updated to newest versions as recent as November 7, 1995. + + * duplicate Keystroke-HOWTO removed at sunsite, (fixes bug#1773) + + * debian.control: recommends info-browser (fixes bug#1442) + + * postinst: install linux-faq.info under Information (fixes bug#1109) + + * new package name and numbering scheme, replaces 'doc' package + + * new maintainer + + --- doc-linux-2007.11.orig/debian/doc-linux.changelog +++ doc-linux-2007.11/debian/doc-linux.changelog @@ -0,0 +1,1819 @@ +doc-linux (2007.11-1) unstable; urgency=low + + * new upstream release (20071112) + * Updated HOWTOs: + FBB LILO Linux+IPv6-HOWTO Linux+WinNT Unix-Hardware-Buyer-HOWTO + * All mentioned HOWTOs are free. + + -- Frank Lichtenheld Mon, 12 Nov 2007 18:35:59 +0100 + +doc-linux (2007.09-1) unstable; urgency=low + + [ Frank Lichtenheld ] + * new upstream release (20070916) + * Updated HOWTOs: + Compaq-T1500-HOWTO DB2-HOWTO Plug-and-Play-HOWTO + * All mentioned HOWTOs are free except for: DB2-HOWTO + * Don't include the license texts of removed HOWTOs + in the source packages. (Closes: #439403 and makes + the HP license police happy again ;) + + [ Colin Watson ] + * Update debian/copyrights/README to current reality. + + -- Frank Lichtenheld Sun, 16 Sep 2007 18:10:09 +0200 + +doc-linux (2007.08-2) unstable; urgency=low + + [ Colin Watson ] + * Use bzip2 compression for doc-linux-html. Saves about 2MB. + + [ Frank Lichtenheld ] + * Add XS-Vcs-{Browser,Svn} fields + + -- Frank Lichtenheld Wed, 15 Aug 2007 22:12:38 +0200 + +doc-linux (2007.08-1) unstable; urgency=low + + * new upstream release (20070805) + * Updated HOWTOs: + DB2-HOWTO Ecology-HOWTO Howtos-with-LinuxDoc + XDMCP-HOWTO + * All above mentioned HOWTOs are free, except for the DB2-HOWTO + + -- Frank Lichtenheld Mon, 06 Aug 2007 01:03:26 +0200 + +doc-linux (2007.06-1) unstable; urgency=low + + * new upstream release (20070616) + * Updated HOWTOs: + Athlon-Powersaving-HOWTO Autodir-HOWTO Ecology-HOWTO Hardware-HOWTO + Linux+IPv6-HOWTO UPS-HOWTO libdc1394-HOWTO + * Added HOWTOs: + TCP-Keepalive-HOWTO + * All mentioned HOWTOs except for the Autodir-HOWTO are free. + * The Hardware-HOWTO now includes clear license information + in the HTML version (Closes: #233784) + * The new Secure-BootCD-VPN-HOWTO was not included since it + had confusing license terms. These will to have be cleared with + the author first + + -- Frank Lichtenheld Tue, 19 Jun 2007 02:25:31 +0200 + +doc-linux (2007.05-1) unstable; urgency=low + + * new upstream release (20070503) + * Updated HOWTOs: + Astronomy-HOWTO FBB Font-HOWTO + Howtos-with-LinuxDoc LDAP-HOWTO LILO + Linux+WinNT User-Group-HOWTO + * Of the mentioned HOWTOs, the following are + non-free: Astronomy-HOWTO User-Group-HOWTO + + -- Frank Lichtenheld Fri, 4 May 2007 02:25:19 +0200 + +doc-linux (2007.02-1) unstable; urgency=low + + * new upstream release (20070222) + * Updated HOWTOs: + Filesystems-HOWTO Font-HOWTO Modem-HOWTO NLM-HOWTO + Quake-HOWTO Serial-HOWTO Text-Terminal-HOWTO + * Added HOWTOs: + Implement-Sys-Call-Linux-2.6-i386 + * All mentioned HOWTOs are free. + + -- Frank Lichtenheld Fri, 23 Feb 2007 01:22:09 +0100 + +doc-linux (2006.12-1) unstable; urgency=low + + * new upstream release (20061202) + * Updated HOWTOs: + Ecology-HOWTO LVM-HOWTO Linksys-Blue-Box-Router-HOWTO + Linux+IPv6-HOWTO Quake-HOWTO Traffic-Control-HOWTO + Traffic-Control-tcng-HTB-HOWTO UPS-HOWTO + XFree86-Touch-Screen-HOWTO + * Added HOWTOs: + Aviation-HOWTO + * All mentioned HOWTOs are free. + + -- Frank Lichtenheld Sun, 3 Dec 2006 00:49:23 +0100 + +doc-linux (2006.09-1) unstable; urgency=low + + * new upstream release (20060928) + * Removed HOWTOs: + KDE-GUI-Login-Configuration-HOWTO + * Updated HOWTOs: + AI-Alife-HOWTO Autodir-HOWTO Config-HOWTO Debian-Jigdo + FBB Font-HOWTO Installfest-HOWTO LILO + Linksys-Blue-Box-Router-HOWTO Linux+IPv6-HOWTO Linux+WinNT + Linux-Complete-Backup-and-Recovery-HOWTO MMBase-Inst-HOWTO + Module-HOWTO Networking-Overview-HOWTO + Online-Troubleshooting-HOWTO PA-RISC-Linux-Boot-HOWTO + Quake-HOWTO Text-Terminal-HOWTO + * Added HOWTOs: + Disk-on-Chip-HOWTO + * The following mentioned HOWTOs are non-free: + Autodir-HOWTO Config-HOWTO Debian-Jigdo MMBase-Inst-HOWTO + Online-Troubleshooting-HOWTO + * Bump Standards-Version to 3.7.2 (no changes). + * Remove escape characters from text HOWTOs during build. While they + may enhance the display for some users they also cause problems for + others. (Closes: #324453) + + -- Frank Lichtenheld Thu, 28 Sep 2006 16:51:08 +0200 + +doc-linux (2006.04-1) unstable; urgency=low + + * new upstream release (20060408) + * Updated HOWTOs: + Assembly-HOWTO BogoMips C++-dlopen DB2-HOWTO Ecology-HOWTO + Fedora-Multimedia-Installation-HOWTO Font-HOWTO Module-HOWTO + Partition Plug-and-Play-HOWTO Quake-HOWTO Serial-HOWTO + Text-Terminal-HOWTO + * Added HOWTOs: + libdc1394-HOWTO + * All above mentioned HOWTOs are free, except for the DB2-HOWTO + + -- Frank Lichtenheld Sun, 9 Apr 2006 02:30:44 +0200 + +doc-linux (2006.01-1) unstable; urgency=low + + * new upstream release (20060101) + * Removed HOWTOs: + BTI-PPP Bangla-PDF-HOWTO Bridge+Firewall+DSL CSPM-HOWTO + Ext2fs-Undeletion-Dir-Struct FDU Game-Server-HOWTO + IP-Subnetworking ISP-Connectivity KDE-Kiosk-Mode + KickStart-HOWTO LDAP-Implementation-HOWTO Linux+XFS-HOWTO + Loopback-Encrypted-Filesystem-HOWTO Loopback-Root-FS + MGR-HOWTO MMBase Oracle-8-HOWTO SCSI-Programming-HOWTO + Snort-Statistics-HOWTO Term-Firewall USB-Digital-Camera-HOWTO + Ultra-DMA VPN WWW-HOWTO + * All these HOWTOs were removed by upstream because they are old + and orphaned. Closing all bugs filed against these HOWTOs: + + USB-Digital-Camera-HOWTO closes: #320498, #329865 + * Updated HOWTOs: + Quake-HOWTO + * The following HOWTOs mentioned above are (were) non-free: + Loopback-Encrypted-Filesystem-HOWTO Oracle-8-HOWTO Ultra-DMA VPN + + -- Frank Lichtenheld Sun, 1 Jan 2006 15:09:34 +0100 + +doc-linux (2005.12-1) unstable; urgency=low + + * new upstream release (20051211) + * Updated HOWTOs: + DB2-HOWTO FBB Font-HOWTO Howtos-with-LinuxDoc + IP-Masquerade-HOWTO LILO Leased-Line + Linksys-Blue-Box-Router-HOWTO Linux+WinNT + Linux-Complete-Backup-and-Recovery-HOWTO + Quake-HOWTO TimePrecision-HOWTO + * All above mentioned HOWTOs are free, except for the DB2-HOWTO + * Francesco Poli did a license audit for the free + HOWTOs and pointed out some ambigous stuff which + needs to be sorted out with the respective authors: + + Moved Boot+Root+Raid+LILO and Root-RAID to + non-free until their license contains explicit + permission to modify + + Moved the HOWTOs under the old-style ESR license + (Installation-HOWTO, Oracle-8-HOWTO, Reading-List-HOWTO, + Wacom-USB-mini-HOWTO) to non-free for similar reasons + + Same for Oracle-7-HOWTO, NCD-X-Terminal and TT-XFree86 + which probably derived their license come from an old, + misleading LDP template + + Some of the arguments against the CC Attribution + licenses also apply to CC-SA 1.0. Move K7s5a-HOWTO + to non-free + + The TeTeX-HOWTO tries to introduce invariant sections + and includes the GPL for other purposes than its own + license text. Seems to be clearly non-free. Moved. + + All other HOWTOs mentioned in the bug report will remain + in main even though they still might need some clarification + of their licenses. I will also not move any of the GFDL + (no invariants) stuff to non-free yet. Just too much of it. + (Closes: #335220) All parts of the bug not solved yet are now + covered in separate bug reports. + * Updated Replaces in control file accordingly + * Use debhelper compat level 5 + + -- Frank Lichtenheld Sun, 11 Dec 2005 19:04:15 +0100 + +doc-linux (2005.10-1) unstable; urgency=low + + * new upstream release (20051012) + * Updated HOWTOs: + AI-Alife-HOWTO Cluster-HOWTO FBB + Infrared-HOWTO LILO LVM-HOWTO + Linux+IPv6-HOWTO Linux+WinNT + MMBase-Inst-HOWTO Mock-Mainframe + Quake-HOWTO + * All mentioned HOWTOs are free, except for the + Infrared-HOWTO and the MMBase-Inst-HOWTO + * Fixes suggested by Lintian: + + Update FSF address in the various licenses + + Fix some possible bashisms in the maintainer scripts + + -- Frank Lichtenheld Wed, 12 Oct 2005 11:45:56 +0200 + +doc-linux (2005.09-1) unstable; urgency=low + + * new upstream release (20050901) + * Removed HOWTOs: + Laptop-HOWTO GTEK-BBS-550 + * Removing the Laptop-HOWTO closes: #201102 + * Added HOWTOs: + Oracle-9i-Fedora-3-Install-HOWTO + * Updated HOWTOs: + Athlon-Powersaving-HOWTO Compaq-T1500-HOWTO + DB2-HOWTO Debian-Binary-Package-Building-HOWTO + Debian-and-Windows-Shared-Printing Ecology-HOWTO + Online-Troubleshooting-HOWTO Plug-and-Play-HOWTO + * All mentioned HOWTOs are free, except for the + DB2-HOWTO and the Online-Troubleshooting-HOWTO + * Upstream fixed the link in the HOWTO-HOWTO placeholder + (Closes: #316163) + * Fix URL to subversion repository in debian/copyright + * Clean up packaging handling of placeholders a bit + * Clearly indicate the license terms for HOWTOs that dual licensed + (BootPrompt-HOWTO) or contain program code under a different + license than that of the HOWTO itself (Clone-HOWTO, + Kodak-Digitalcam-HOWTO). This also closes: #322877 + * Clean up our maintainer scripts a bit: + - let produce the install-doc calls by dh_installdocs again, it + currently does what we want. This also finally uses the doc-base + file added in 2005.04-1, D'oh! + - remove error-unwind support for pre-woody versions + + -- Frank Lichtenheld Thu, 1 Sep 2005 15:41:09 +0200 + +doc-linux (2005.07-1) unstable; urgency=low + + * new upstream release (20050722) + * Updated HOWTOs: + Battery-Powered DB2-HOWTO Debian-Jigdo + Ethernet-Bridge-netfilter-HOWTO FBB + Font-HOWTO Hardware-HOWTO LILO LVM-HOWTO + Linux+WinNT Modem-HOWTO Module-HOWTO + NCURSES-Programming-HOWTO + * Added HOWTOs: + Reliance-HOWTO + * The Battery-Powered HOWTO changed its license from OPL to a custom + one and is free now. Move the files and adapt the Replaces + * The DB2-HOWTO and the Debian-Jigdo HOWTO are non-free, all other + mentioned HOWTOs are free. + * Update Standards-Version to 3.6.2 (no changes) + * Update to debhelper compat level 4 + + -- Frank Lichtenheld Fri, 22 Jul 2005 15:11:49 +0200 + +doc-linux (2005.06-1) unstable; urgency=low + + * new upstream release (20050609) + * Updated HOWTOs: + DB2-HOWTO Font-HOWTO IP-Masquerade-HOWTO TimePrecision-HOWTO + * Added HOWTOs: + TimeSys-Linux-Install-HOWTO + * The DB2-HOWTO and the TimeSys-Linux-Install-HOWTO are non-free, + the other mentioned HOWTOs free. + + -- Frank Lichtenheld Fri, 10 Jun 2005 01:35:34 +0200 + +doc-linux (2005.04-1) unstable; urgency=low + + * new upstream release (20050410) + * Updated HOWTOs: + BTTV Encrypted-Root-Filesystem-HOWTO FBB + Font-HOWTO LILO Linux+WinNT SquashFS-HOWTO + * The BTTV HOWTO changed its license from LDPL-Simple to + GFDL 1.2 + * All mentioned HOWTOs except for the SquashFS-HOWTO are + free + * Add doc-base file for HOWTO index as suggested by Robert Luberda + (Closes: #297520) + + -- Frank Lichtenheld Sun, 10 Apr 2005 16:38:20 +0200 + +doc-linux (2005.02-1) unstable; urgency=low + + * new upstream release (20050226) + * Removed HOWTOs: + MIPS-HOWTO + * Updated HOWTOs: + Beowulf-HOWTO DB2-HOWTO Font-HOWTO IRC + Linksys-Blue-Box-Router-HOWTO Linux+IPv6-HOWTO + MMBase-Inst-HOWTO Modem-HOWTO Module-HOWTO + Samba-Authenticated-Gateway-HOWTO Term-Firewall + Webcam-HOWTO WikiText-HOWTO + * The Beowulf-HOWTO is licensed under the GFDL 1.1, not GPL-2 + (the latter was an other, older HOWTO on the same topic). + Adjusted the copyright information + * WikiText-HOWTO changed its license from GFDL 1.1 to GFDL 1.2 + * The broken link from the Font-HOWTO was removed (Closes: #190539) + * The DB2-HOWTO and the MMBase-Inst-HOWTO are non-free, all other + mentioned HOWTOs are free. + + -- Frank Lichtenheld Sun, 27 Feb 2005 02:09:51 +0100 + +doc-linux (2005.01-1) unstable; urgency=low + + * new upstream release (20050106) + * Removed HOWTOs: + SSI-UML-HOWTO + * Updated HOWTOs: + Athlon-Powersaving-HOWTO DB2-HOWTO Finnish-HOWTO Font-HOWTO + Italian-HOWTO + * DB2-HOWTO changed its license from GPL-2 to GFDL-1.2 with invariant + sections. Moved to doc-linux-nonfree accordingly. Adjusted the + Replaces. All other mentioned HOWTOs are free. + * Finnish-HOWTO changed its license from GFDL-1.1 to both GFDL-1.1 + and GPL-2. I use the GPL-2 accordingly. + * Font-HOWTO was mistakenly mentioned to be licensed under + the LDPL-Manifesto. It is GFDL-1.2. + * The Font-HOWTO doesn't mention Debian stable as being 'potato' + anymore (Closes: #200629) + + -- Frank Lichtenheld Fri, 7 Jan 2005 00:28:02 +0100 + +doc-linux (2004.11-1) unstable; urgency=low + + * new upstream release (20041127) + * Updated HOWTOs: + Cluster-HOWTO Disk-Encryption-HOWTO Encrypted-Root-Filesystem-HOWTO + Large-Disk-HOWTO Linux-Gamers-HOWTO Modem-HOWTO Plug-and-Play-HOWTO + Samba-Authenticated-Gateway-HOWTO Scientific-Computing-with-GNU-Linux + Serial-HOWTO SquashFS-HOWTO TimePrecision-HOWTO + * Added HOWTOs: + Qmail-ClamAV-HOWTO + * The following HOWTOs of the ones mentioned above are non-free: + Linux-Gamers-HOWTO SquashFS-HOWTO + * The updated Large-Disk-HOWTO fixes broken links in section 11 + (Closes: #257072) + + -- Frank Lichtenheld Sun, 28 Nov 2004 17:08:05 +0100 + +doc-linux (2004.10-1) unstable; urgency=low + + * new upstream release (20041019) + * Removed HOWTOs: + Net-HOWTO + * Updated HOWTOs: + BogoMips FBB LILO LVM-HOWTO Linux+WinNT SCSI-2.4-HOWTO + Scientific-Computing-with-GNU-Linux User-Group-HOWTO + VMS-to-Linux-HOWTO Windows-LAN-Server-HOWTO XFree86-Touch-Screen-HOWTO + * Added HOWTOs: + 8021X-HOWTO Autodir-HOWTO NET3-4-HOWTO Spam-Filtering-for-MX + * The Net-HOWTO was replaced by an older version (NET3-4-HOWTO) + which reverts the br0ken texts (Closes: #178233) + * All mentioned HOWTOs except for the Autodir-HOWTO (CC-Attribution 2.0) + and the User-Group-HOWTO are free + + -- Frank Lichtenheld Tue, 19 Oct 2004 01:18:46 +0200 + +doc-linux (2004.09-1) unstable; urgency=low + + * new upstream release (20040908) + * Updated HOWTOs: + AI-Alife-HOWTO Cable-Modem Cluster-HOWTO Coffee + Disk-Encryption-HOWTO Installfest-HOWTO LILO LVM-HOWTO Linux+IPv6-HOWTO + Linux-Gamers-HOWTO MP3-CD-Burning Modem-HOWTO Plug-and-Play-HOWTO + SPARC-HOWTO Text-Terminal-HOWTO XFree-Local-multi-user-HOWTO + * Renamed HOWTOs: + DPT-Hardware-RAID was renamed to DPT-Hardware-RAID-HOWTO + * The Cable-Modem HOWTO changed his license from OPL 1.0 to + GFDL 1.2 (due to the current license politics it moves from + non-free to free therefor, updated the Replaces) + * All mentioned HOWTOs are free except for Linux-Gamers-HOWTO + and SPARC-HOWTO. + + -- Frank Lichtenheld Wed, 8 Sep 2004 21:27:38 +0200 + +doc-linux (2004.07-1) unstable; urgency=low + + * new upstream release (20040729) + * Updated HOWTOs: + ACPI-HOWTO Debian-Jigdo FBB LILO Linux+WinNT + MIPS-HOWTO Masquerading-Simple-HOWTO + openMosix-HOWTO Parallel-Processing-HOWTO + Plug-and-Play-HOWTO Scanner-HOWTO + Scientific-Computing-with-GNU-Linux TT-XFree86 + TimePrecision-HOWTO Xinerama-HOWTO + * All mentioned HOWTOs are free except for the Debian-Jigdo HOWTO + * Updated the external ext3-mini-HOWTO. This fixes some typos + (Closes: #242844), the author seems to have dropped the + text version, though. + + -- Frank Lichtenheld Thu, 29 Jul 2004 14:43:33 +0200 + +doc-linux (2004.06-1) unstable; urgency=low + + * new upstream release (20040614) + * Removed HOWTOs: + 3Dfx-HOWTO GCC-HOWTO KickStart-HOWTO + * Updated HOWTOs: + ACPI-HOWTO Athlon-Powersaving-HOWTO BogoMips + Home-Electrical-Control K7s5a-HOWTO LDP-Reviewer-HOWTO + LVM-HOWTO Linux-Complete-Backup-and-Recovery-HOWTO + Samba-Authenticated-Gateway-HOWTO Software-RAID-HOWTO + SquashFS-HOWTO Wireless-Link-sys-WPC11 + * Added HOWTOs: + Installfest-HOWTO Kerberos-Infrastructure-HOWTO + * All mentioned HOWTOs are free, except for the SquashFS-HOWTO. + + -- Frank Lichtenheld Tue, 15 Jun 2004 01:10:10 +0200 + +doc-linux (2004.04-1) unstable; urgency=low + + * new upstream release (20040425) (Closes: #245658) + * Updated HOWTOs: + Athlon-Powersaving-HOWTO Cryptoloop-HOWTO FBB + LDP-Reviewer-HOWTO LILO LVM-HOWTO Linux+IPv6-HOWTO + Linux+WinNT Medicine-HOWTO Mobile-IPv6-HOWTO + NC-HOWTO PCMCIA-HOWTO Postfix-Cyrus-Web-cyradm-HOWTO + Unix-and-Internet-Fundamentals-HOWTO User-Authentication-HOWTO + * Added HOWTOs: + Glibc-Install-HOWTO OLSR-IPv6-HOWTO + * All mentioned HOWTOs are free, except for the + User-Authentication-HOWTO + * The Mobile-IPv6-HOWTO changed its license from OPL 1.0 + to GFDL 1.2. + * some control clean-up: Move bzip2 to Build-Depends-Indep since + we don't use it in the clean target. Use versioned debhelper + dependency. + * The following licenses were found non-free by the + debian-legal team: OPL 1.0, OSL 1.1, CC-Attribution-ShareAlike 1.0 + Moving the corresponding HOWTOs to the non-free packages: + Debian-Jigdo Linux-Gamers-HOWTO Adv-Routing-HOWTO Apache-Overview-HOWTO + Battery-Powered Cable-Modem DHCP Lex-YACC-HOWTO NFS-HOWTO + Online-Troubleshooting-HOWTO MMBase-Inst-HOWTO User-Group-HOWTO + + -- Frank Lichtenheld Sun, 25 Apr 2004 21:16:30 +0200 + +doc-linux (2004.03-1) unstable; urgency=low + + * new upstream release (20040312) + * Updated HOWTOs: + AI-Alife-HOWTO Astronomy-HOWTO DocBook-Demystification-HOWTO + Finnish-HOWTO K7s5a-HOWTO LDAP-HOWTO LVM-HOWTO + Linksys-Blue-Box-Router-HOWTO MMBase-Inst-HOWTO Partition + Text-Terminal-HOWTO TimePrecision-HOWTO UPS-HOWTO + Unix-Hardware-Buyer-HOWTO + * Added HOWTOs: + DVD-Playback-HOWTO Flash-Memory-HOWTO Linux-i386-Boot-Code-HOWTO + SquashFS-HOWTO + * The following mentioned HOWTOs are non-free: + Astronomy-HOWTO SquashFS-HOWTO + * In the DocBook-Demystification-HOWTO the tuxedo.org link was + changed to catb.org (Closes: #212373) + * Some HOWTOs changed their licence: + - MMBase-Inst-HOWTO: + Creative Commons NonCommercial-Attribution-ShareAlike 1.0 -> + Creative Commons Attribution-ShareAlike 1.0 + The HOWTO moved from non-free to free, adjusting Replaces: + accordingly + - K7s5a-HOWTO: LDPL-2.0 -> Creative Commons ShareAlike 1.0 + - LVM-HOWTO: LDPL-2.0 -> GFDL-1.2 + + -- Frank Lichtenheld Mon, 15 Mar 2004 19:08:56 +0100 + +doc-linux (2004.02-1) unstable; urgency=low + + * New upstream release (20040216) + * Removed HOWTOs: + Acer-Laptop-HOWTO CD-Distributions-EN-HOWTO + * Updated HOWTOs: + Debian-and-Windows-Shared-Printing Hardware-HOWTO + K7s5a-HOWTO LDP-Reviewer-HOWTO Linux-Gamers-HOWTO + Mobile-IPv6-HOWTO Reading-List-HOWTO Scanner-HOWTO + Security-HOWTO Windows-Newsreaders-under-Linux-HOWTO + * Added HOWTOs: + Cryptoloop-HOWTO Fedora-Multimedia-Installation-HOWTO + MMBase-Inst-HOWTO + * In the Security-HOWTO the tuxedo.org link was changed to catb.org + (Closes: #212373) + * All mentioned HOWTOs are free except for the new MMBase-Inst-HOWTO. + It is distributed under the Attribution-NonCommercial-ShareAlike 1.0 + Licence which forbids commercial use. + * Removed the dwww entries in the menu file, since they seem to be + deprecated + + -- Frank Lichtenheld Fri, 20 Feb 2004 00:32:14 +0100 + +doc-linux (2004.01-1) unstable; urgency=low + + * New upstream release (20040117) + * Change my uploader address to djpig@debian.org + * Updated HOWTOs: + Debian-Binary-Package-Building-HOWTO Debian-Jigdo + Disk-Encryption-HOWTO FBB Howtos-with-LinuxDoc LILO + Linux+IPv6-HOWTO Linux+WinNT + Linux-Complete-Backup-and-Recovery-HOWTO + Modem-HOWTO Module-HOWTO Outlook-to-Unix-Mailbox + Scanner-HOWTO Serial-HOWTO Software-RAID-HOWTO + Text-Terminal-HOWTO User-Group-HOWTO + Windows-Newsreaders-under-Linux-HOWTO + * Added HOWTOs: + Webcam-HOWTO + * The User-Group-HOWTO changed its licence from the LDPL 2.0 to the + Common Creatives Attribution-ShareAlike 1.0 licence + * All mentioned HOWTOs are free + + -- Frank Lichtenheld Sat, 17 Jan 2004 18:30:16 +0100 + +doc-linux (2003.12-1) unstable; urgency=low + + * New upstream release (20031214). + * Removed HOWTOs: + C++Programming-HOWTO C-C++Beautifier-HOWTO CPU-Design-HOWTO + CVS-RCS-HOWTO Deciding-Linux-HOWTO Diskless-HOWTO Java-Decompiler-HOWTO + Kernel-HOWTO LILO-crash-rescue-HOWTO Modem-Dialup-NT-HOWTO PHP-HOWTO + RPM+Slackware RPM-for-Unix-HOWTO Vim-HOWTO + * The PHP-HOWTO was allready removed from the Debian package but + is now removed from TLDP, too. + * Updated HOWTOs: + DB2-HOWTO Debian-and-Windows-Shared-Printing Ecology-HOWTO + Encrypted-Root-Filesystem-HOWTO FBB Finnish-HOWTO + Howtos-with-LinuxDoc LILO LVM-HOWTO Linux+WinNT + Modem-HOWTO PA-RISC-Linux-Boot-HOWTO Serial-HOWTO + Text-Terminal-HOWTO Traffic-Control-HOWTO + Windows-Newsreaders-under-Linux-HOWTO + * Added HOWTOs: + Mobile-IPv6-HOWTO Scientific-Computing-with-GNU-Linux + * All mentioned HOWTOs are free. + + -- Frank Lichtenheld Mon, 15 Dec 2003 00:56:46 +0100 + +doc-linux (2003.11-1) unstable; urgency=low + + * New upstream release (20031113). + * debian/doc-linux-html.doc-base.faq: Update FAQ maintainer + * debian/prepare-builddir: new script for easier updating of + the package + * Added HOWTOs: + Debian-Binary-Package-Building-HOWTO + * Updated HOWTOs: + Apache-WebDAV-LDAP-HOWTO Bangla-HOWTO Bash-Prompt-HOWTO + C-C++Beautifier-HOWTO Debian-Jigdo FBB IP-Masquerade-HOWTO + Kernel-HOWTO LDP-Reviewer-HOWTO LILO Linux+WinNT Partition-Rescue + Reading-List-HOWTO RedHat-CD-HOWTO SPARC-HOWTO User-Group-HOWTO + Vim-HOWTO Windows-Newsreaders-under-Linux-HOWTO + XFree-Local-multi-user-HOWTO + * In the Reading-List-HOWTO the tuxedo.org link was changed to catb.org + (Closes: #212371) + * The Partition-Rescue HOWTO is now licensed under the LGPL. + * All mentioned HOWTOs are free, with the exception of the + SPARC-HOWTO. + + -- Frank Lichtenheld Thu, 13 Nov 2003 18:54:00 +0100 + +doc-linux (2003.10-1) unstable; urgency=low + + * New upstream release (20031012). + * Add pointer to the nonfree packages to the descriptions + of the free packages (Closes: #205844). + * New Linux FAQ version 2.1.1: + - fixes Debian FTP links (Closes: #119942). + * Renamed HOWTOs: + Xnews-under-Linux-HOWTO -> Windows-Newsreaders-under-Linux-HOWTO + * New HOWTOs: + Encrypted-Root-Filesystem-HOWTO Mock-Mainframe Sybase-ASE-HOWTO + Traffic-Control-HOWTO + * Updated HOWTOs: + Apache-WebDAV-LDAP-HOWTO Athlon-Powersaving-HOWTO + Debian-and-Windows-Shared-Printing Disk-Encryption-HOWTO + FBB Kernel-HOWTO LILO Linux+WinNT MP3-CD-Burning Module-HOWTO + Serial-HOWTO Text-Terminal-HOWTO UPS-HOWTO + Unix-and-Internet-Fundamentals-HOWTO User-Group-HOWTO + XFree-Local-multi-user-HOWTO XFree86-R200 + * Update of Module-HOWTO closes: #170373, #171267 + ("Premature sentence end" and "Some typos") + * In the following HOWTOs the tuxedo.org links have been updated + to catb.org: + + Text-Terminal-HOWTO (Closes: #212375) + + Unix-and-Internet-Fundamentals-HOWTO (Closes: #212376) + * All mentioned HOWTOs are free. The UPS-HOWTO which was + undistributable before is now free. + * Move the Quota mini-HOWTO to non-free because of unclear + licence information (see #173961). + + -- Frank Lichtenheld Sun, 12 Oct 2003 18:38:44 +0200 + +doc-linux (2003.09-1) unstable; urgency=low + + * New upstream release (20030907). + * New HOWTOs: + Disk-Encryption-HOWTO Motorola-Surfboard-Modem Scanner-HOWTO + Scripting-GUI-TclTk Xnews-under-Linux-HOWTO + * Updated HOWTOs: + Adv-Routing-HOWTO Apache-WebDAV-LDAP-HOWTO Athlon-Powersaving-HOWTO + BogoMips C++-dlopen Debian-and-Windows-Shared-Printing Ethernet-HOWTO + FBB Kernel-HOWTO LILO Linksys-Blue-Box-Router-HOWTO Linux+IPv6-HOWTO + Linux+WinNT Linux-Gamers-HOWTO Loopback-Encrypted-Filesystem-HOWTO + Medicine-HOWTO Modem-HOWTO Module-HOWTO Plug-and-Play-HOWTO + Printing-HOWTO Quota Sentry-Firewall-CD-HOWTO TeTeX-HOWTO + User-Group-HOWTO VideoLAN-HOWTO Vim-HOWTO Wireless-Link-sys-WPC11 + XFree-Local-multi-user-HOWTO XFree86-R200 + * Update of Printing-HOWTO closes: #195091, #202665 + (Printing-HOWTO out-of-date) + * Update of TeTeX-HOWTO closes: #143638 + ("(TT" in table of contents) + * All mentioned HOWTOs are free, with the exception of + Loopback-Encrypted-Filesystem. + * New maintainer team, currently Doug Jensen, Frank Lichtenheld, and Colin + Watson (closes: #203046). + * Policy version 3.6.1: we use debhelper in the clean target, so use + Build-Depends: instead of Build-Depends-Indep:. + * README.Debian: Correct link to LDP guide site + + -- Colin Watson Wed, 17 Sep 2003 03:53:40 +0100 + +doc-linux (2003.07-1) unstable; urgency=low + + * New upstream release (20030726). + * New Linux FAQ, version 2.1. + * The mini-HOWTO collection has been merged with the main HOWTO + collection. + * New HOWTOs: + ACPI Athlon-Powersaving + * Updated HOWTOs: + Apache-WebDAV-LDAP Battery-Powered CSPM Cluster Debian-Jigdo + Debian-and-Windows-Shared-Printing DocBook-OpenJade-SGML-XML Ethernet + FBB IO-Port-Programming IP-Masquerade Infrared Kernel LILO + Linksys-Blue-Box-Router LinuxDoc+Emacs+Ispell Modem Module Multi-Disk + NIS Oracle-7 Oracle-8 PHP-Nuke RCS Samba-Authenticated-Gateway + Soundblaster-AWE TimePrecision Wearable Wireless-Link-sys-WPC11 + XFree-Local-multi-user XFree86-R200 XFree86-Video-Timings + * Renamed HOWTOs: + Oracle-9i-RH8 -> Oracle-9i-RH8-and-RH9 + * All the above are free, with the exception of Infrared and Wearable. + + * Explain the extra directory in README.Debian (closes: #201108). + * Remove PHP-HOWTO again due to it being largely a rant lightly sprinkled + with information copied from the PHP documentation. I think this package + is better off without it. + * Don't HTML-encode titles and abstracts for dwww, since >= 1.9.0 does + that for us. Instead, simply escape '"' as '\"' (closes: #184329). + * Change naming scheme for menu entry identifiers to avoid duplicate + entries for the VPN-HOWTO and VPN (a former mini-HOWTO). The entries + referring to non-existent files are already gone (closes: #184330). + + -- Colin Watson Sat, 26 Jul 2003 17:15:52 +0100 + +doc-linux (2003.06-1) unstable; urgency=low + + * New upstream release (20030608). + * New HOWTOs: + Bangla PHP-Nuke + * Restored-after-review HOWTOs: + C++Programming PHP + * Updated HOWTOs: + DocBook-OpenJade-SGML-XML IBM7248 IP-Masquerade Linux+IPv6 Linux-Gamers + Optical-Disk SCSI-2.4 Vim XFree-Local-multi-user + * Renamed HOWTOs: + Mosix -> openMosix + * New mini-HOWTOs: + Debian-and-Windows-Shared-Printing VB6-to-Tcl + * Updated mini-HOWTOs: + Battery-Powered Debian-Jigdo FBB Xterminals + * All the above are free. + + * Merge the packaging of doc-linux and doc-linux-nonfree so that I can + deal with them simultaneously in a sensible way. + * Use the canonical LDP URL in package descriptions (closes: #195089). + + -- Colin Watson Sun, 8 Jun 2003 23:54:27 +0100 + +doc-linux (2003.05-1) unstable; urgency=low + + * New upstream release (20030511) (closes: #192500). + * New HOWTOs: + Deciding-Linux Linksys-Blue-Box-Router Oracle-9i-RH8 Tamil-Linux + Traffic-Control-tcng-HTB Web-Browsing-Behind-ISA-Server + XFree-Local-multi-user + * Updated HOWTOs: + ADSL-Bandwidth-Management AI-Alife Astronomy Bangla-PDF Belgian + BootPrompt C-C++Beautifier CPU-Design CVS-RCS Cluster + DocBook-Demystification DocBook-OpenJade-SGML-XML Ecology Game-Server + IP-Masquerade Infrared KDE-GUI-Login-Configuration Kernel KernelAnalysis + LDAP LILO-crash-rescue Laptop Linux+IPv6 Linux+Windows + Linux-Complete-Backup-and-Recovery Linux-Gamers Linux-Promise-RAID1 + Mail-User Medicine Modem Postfix-Cyrus-Web-cyradm Program-Library + RedHat-CD Remote-Serial-Console Samba-Authenticated-Gateway + Secure-Programs Serial VideoLAN Windows-LAN-Server + - Missing space in LDAP fixed (closes: #188296). + * New mini-HOWTO: + Secure-CVS-Pserver + * Updated mini-HOWTOs: + Man-Page Wireless-Link-sys-WPC11 + + * Split into free and non-free source packages, following a complete + licence audit. I'm not a legal expert, plus there was an enormous amount + of HOWTO material to read in the process, so I may well have made the + odd mistake. File bugs if you find any. debian/split-package does a lot + of the work here. The non-free binary packages are called + doc-linux-nonfree-html and doc-linux-nonfree-text; they recommend their + free variants for some common images and index files. + * The non-free packages have no dhelp support. This will eventually be + restored via doc-base. + * Non-free HOWTOs: + Astronomy Belarusian Chinese Config Cyrus-IMAP DOS-Win-to-Linux DVD + Diskless-root-NFS Encourage-Women-Linux Infrared JavaStation Jaz-Drive + Kiosk Latvian Loopback-Encrypted-Filesystem RPM SPARC Secure-Programs + Sybase-ASA Tango TclTk UPS User-Authentication Wearable + * Non-free mini-HOWTOs: + 3D-Modelling Automount Divert-Sockets Ext2fs-Undeletion FTP Home-Network + Loadlin+Win95-98-ME Mail2News Offline-Mailing Process-Accounting + Remote-Boot StarOffice Swap-Space TransparentProxy Ultra-DMA VPN + + * Update the names and addresses of the Linux-FAQ maintainer and the LDP + coordinator. + * Remove scrollkeeper suggestion and maintainer script code, since we + don't have ScrollKeeper support at the moment. + * Reduce U+201C and U+201D (Unicode directional quotes) in the HOWTO index + to a simple " for the menu file (closes: #181609). + * Convert the Latin-1 c-cedilla in the title of the Francophones HOWTO to + ç. + * Building our own split tarballs allows some simplifications in + debian/rules by moving the directory hierarchies about a bit. + * Cope with some reorganizations in the way mini-HOWTOs are indexed. + * Standards-Version: 3.5.9. + + -- Colin Watson Mon, 12 May 2003 09:09:00 +0100 + +doc-linux (2003.02-1) unstable; urgency=low + + * New upstream release (20030212). + * New HOWTO: + Bangla-PDF + * Updated HOWTOs: + AI-Alife Apache-Compile C-C++Beautifier CD-Distributions-EN + IP-Masquerade Kernel Keyboard-and-Console LILO-crash-rescue LVM + Linux+IPv6 Medicine NC Psion RedHat-CD Remote-Serial-Console Vim + * New mini-HOWTO: + Lotus-DominoR5 + * Updated mini-HOWTOs: + Home-Electrical-Control Wireless-Link-sys-WPC11 + + * Remove "The" from the beginning of document names in dhelp and dwww + indices, to improve sorting (closes: #177677). + + -- Colin Watson Fri, 14 Feb 2003 23:51:45 +0000 + +doc-linux (2003.01-1) unstable; urgency=low + + * New upstream release (20030112). + * New HOWTO: + Samba-Authenticated-Gateway + * Updated HOWTOs: + DOSEMU Game-Server LVM Linux+IPv6 Linux-Promise-RAID1 Medicine + Program-Library Secure-Programs Text-Terminal XDMCP + * New mini-HOWTOs: + Mozilla-Optimization Xterminals + * Updated mini-HOWTOs: + Automount Debian-Jigdo FBB Handspring-Visor Swap-Space + Wireless-Link-sys-WPC11 + + * debhelper autoscript fragments weren't being substituted into + doc-linux-html's maintainer scripts; it turns out that this is due to + running 'dh_clean -k' between building doc-linux-html and doc-linux-text + but before calling dh_installdeb and so on on both binary packages at + once, which cleans too much. Switch to 'dh_clean -d' instead. + + -- Colin Watson Sun, 12 Jan 2003 17:53:33 +0000 + +doc-linux (2002.12-1) unstable; urgency=low + + * New upstream release (20021215). + * Updated HOWTOs: + Apache-Overview Finnish Linux+IPv6 PA-RISC-Linux-Boot + * Removed HOWTOs: + C++Programming + * Updated mini-HOWTOs: + C++-dlopen Debian-Jigdo FBB PCTel-MicroModem-Config + + * Add a lintian override for the COPYING file that forms part of the + NCURSES-Programming-HOWTO. + * Remove the HTML version of the RedHat-CD-HOWTO (see 2002.11-1) in + debian/rules rather than in the source tarball, in order to keep the + tarball pristine. + + -- Colin Watson Sun, 15 Dec 2002 21:26:34 +0000 + +doc-linux (2002.11-1) unstable; urgency=low + + * New upstream release (20021123). + - Sorry for the delay. Some of it was me being busy, some was + db.tldp.org being down, and some of it was being completely unable to + get a valid OMF file for ScrollKeeper. Upstream appears to be working + on the latter, but for the meantime I've temporarily removed + ScrollKeeper support in order to be able to build new versions of + doc-linux (closes: #166261). I'll try to get back to my former upload + frequency now. + - Once I get a valid OMF file I'll be able to do the non-free split at + last, since it includes a tag ... + * Ship HOWTOs in .tar.bz2 form in the source package rather than .tar.gz. + * Change the patch for dangling relative links to point to tldp.org rather + than linuxdoc.org. + * Remove the /usr/doc symlinks. + + * New HOWTOs: + CSPM Clone DocBook-Demystification DocBook-OpenJade-SGML-XML + Encourage-Women-Linux Ethernet-Bridge-netfilter GCC-Frontend + Jabber-Server-Farming Linux-Promise-RAID1 Network-Install + Oracle8-on-RH7X RTLinux Usenet-News Valgrind + * Updated HOWTOs: + ADSL-Bandwidth-Management Accessibility Adv-Routing Apache-Compile + Assembly Authentication-Gateway Belgian C++Programming CPU-Design + Caudium Cluster DB2 DSL Emacspeak Font Hardware HighQuality-Apps + IP-Masquerade Infrared Java-Decompiler K7s5a KDE-GUI-Login-Configuration + KernelAnalysis LDAP LILO-crash-rescue LVM Lex-YACC Linux+IPv6 + Linux-Complete-Backup-and-Recovery Linux-Gamers MIPS Masquerading-Simple + Medicine Modem Mosix NFS NIS Online-Troubleshooting PA-RISC-Linux-Boot + Plug-and-Play Postfix-Cyrus-Web-cyradm Program-Library RPM RedHat-CD + Remote-Serial-Console SCSI-2.4 SMP SSL-Certificates Sat Secure-Programs + Security-Quickstart Security-Quickstart-Redhat Sentry-Firewall-CD + Software-RAID Text-Terminal TimePrecision Vim VoIP Wireless + XFree86-Touch-Screen XWindow-User Xinerama + - Adv-Routing includes a netmask admonition now (closes: #123088). + - RedHat-CD is shipped only in plain text form. The HTML version is + accompanied by i386-only binaries; I'm not quite sure what to do about + these, so I've decided to steer clear for now. + * Removed HOWTOs: + PHP + * New mini-HOWTOs: + Debian-Jigdo KDE-Kiosk-Mode XFree86-R200 + * Updated mini-HOWTOs: + ACP-Modem Battery-Powered FBB FDU IRC ISP-Connectivity Intkeyb + Multi-Distro-Dev NFS-Root PCTel-MicroModem-Config Partition-Rescue + Print2Win TransparentProxy Wireless-Link-sys-WPC11 + + -- Colin Watson Sat, 23 Nov 2002 18:10:24 +0000 + +doc-linux (2002.07-1) unstable; urgency=low + + * New upstream release (20020709). + * New HOWTOs: + Caudium + * Updated HOWTOs: + Antares-RAID-sparcLinux Apache-Compile Apache-WebDAV-LDAP Belgian + C++Programming CVS-RCS Installation KDE-GUI-Login-Configuration Kernel + Latvian Linux-Gamers Modem Modem-Dialup-NT NCURSES-Programming PCMCIA + PHP PLIP-Install Security Sentry-Firewall-CD Vim + * Removed HOWTOs: + Process-Monitor + * New mini-HOWTOs: + C++-dlopen + * Updated mini-HOWTOs: + Automount PCTel-MicroModem-Config Swap-Space Wireless-Link-sys-WPC11 + + * Split our part of the dhelp/dwww document hierarchy into HOWTO and + HOWTO/mini rather than just having everything under HOWTO, in line with + their location in the filesystem and on LDP mirrors (closes: #149905). + + -- Colin Watson Wed, 10 Jul 2002 00:49:22 +0100 + +doc-linux (2002.06-1) unstable; urgency=low + + * New upstream release (20020604). + * New HOWTOs: + ADSL-Bandwidth-Management ATA-RAID KDE-GUI-Login-Configuration + Querying-libiptc SSI-UML USB-Digital-Camera VideoLAN + * Updated HOWTOs: + Accessibility-Dev Authentication-Gateway Belgian C++Programming CVS-RCS + Compaq-Remote-Insight-Board DSL Diskless HighQuality-Apps IO-Perf + Infrared K7s5a Kernel KernelAnalysis Linux+XFS Linux-Gamers MIDI + Modem-Dialup-NT Module Multi-Disk Network-boot PHP RPM-for-Unix + Remote-Serial-Console SCSI-2.4 SCSI-Generic SSL-Certificates Sat + TimePrecision VPN VoIP Wireless + - Multi-Disk update regarding cp and hard links (closes: #37061). + * Removed HOWTOs: + Russian-Tea + * HOWTOs -> mini-HOWTOs: + Boot+Root+Raid+LILO + * New mini-HOWTOs: + Remote-Bridging + * Updated mini-HOWTOs: + Automount Bridge Linux+WinNT MMBase Update Wireless-Link-sys-WPC11 + XDM-Xterm + + -- Colin Watson Tue, 4 Jun 2002 15:28:14 +0100 + +doc-linux (2002.05-1) unstable; urgency=low + + * New upstream release (20020501). + * New Linux FAQ, version 2.0. + * New HOWTOs: + Game-Server IO-Perf KernelAnalysis Mosix Postfix-Cyrus-Web-cyradm + Russian-Tea TimePrecision + * Updated HOWTOs: + Apache-Compile Apache-WebDAV-LDAP C++Programming C-C++Beautifier CVS-RCS + Cluster Finnish HighQuality-Apps IP-Masquerade Java-Decompiler Kernel + Linux-Gamers MIDI Medicine PHP Software-Proj-Mgmt Speech-Recognition + Unicode Vim VoIP + * New mini-HOWTOs: + Wireless-Link-sys-WPC11 + * Updated mini-HOWTOs: + BogoMips Euro-Char-Support LILO Man-Page MP3-CD-Burning + PCTel-MicroModem-Config Quota + + * debian/rules: Replace "linuxdoc.org" with "tldp.org" throughout. + * debian/make-omf: Remove s/&/&/g, which is no longer required. + + -- Colin Watson Wed, 1 May 2002 23:10:36 +0100 + +doc-linux (2002.04-2) unstable; urgency=medium + + * Clean up problems from the FAQ move in 2001.11-1 which occurred with + certain upgrade orderings (closes: #142022). + * Point to the real /usr/share/doc/FAQ paths in the doc-base file, not the + symlinked paths. + * Use 'scrollkeeper-update -q' in the postrm too. + + -- Colin Watson Wed, 10 Apr 2002 01:03:56 +0100 + +doc-linux (2002.04-1) unstable; urgency=low + + * New upstream release (20020402). + * New HOWTOs: + Compaq-T1500 HighQuality-Apps K7s5a Latvian Sentry-Firewall-CD + * Updated HOWTOs: + Apache-Compile Apache-Overview Apache-WebDAV-LDAP C++Programming + C-C++Beautifier CVS-RCS Conexant+Rockwell-modem Hardware Java-Decompiler + LILO-crash-rescue Linux+IPv6 Linux-Gamers Medicine NCURSES-Programming + Online-Troubleshooting PHP PalmOS Plug-and-Play Program-Library + Qmail-VMailMgr-Courier-imap Quake Secure-Programs Serial Vim XDMCP + XWindow-User + * Renamed HOWTOs: + Distributions -> CD-Distributions-EN + * New mini-HOWTOs: + Pine-Exchange + * Updated mini-HOWTOs: + Automount BTI-PPP Euro-Char-Support Upgrade ZIP-Drive + (closes: #129825). + + * Fix paths in the Linux FAQ's doc-base file (closes: #137534). + * Use new -q flag to suppress verbose output from scrollkeeper-update. + + -- Colin Watson Tue, 2 Apr 2002 22:04:25 +0100 + +doc-linux (2002.03-1) unstable; urgency=low + + * New upstream release (20020303). + * New HOWTOs: + Linux-Complete-Backup-and-Recovery Slovak + * Updated HOWTOs: + AI-Alife Apache-Compile Apache-Overview Authentication-Gateway + C++Programming C-C++Beautifier CPU-Design CVS-RCS Cluster + Conexant+Rockwell-modem Diskless Diskless-root-NFS Finnish Hardware + Installation Java-Decompiler Kernel LDP-Reviewer LILO-crash-rescue + Linux+IPv6 Linux-Gamers Masquerading-Simple Medicine Modem-Dialup-NT NC + NCURSES-Programming PHP Process-Monitor RPM-for-Unix + Remote-Serial-Console SMP Secure-Programs Security Security-Quickstart + Security-Quickstart-Redhat Snort-Statistics Software-Release-Practice + Speech-Recognition Text-Terminal Unix-and-Internet-Fundamentals VME Vim + XFree86-Video-Timings + (closes: #134633). + * Updated mini-HOWTOs: + BackspaceDelete DPT-Hardware-RAID DocBook-Install FDU + Home-Electrical-Control Nvidia-OpenGL-Configuration + + -- Colin Watson Mon, 4 Mar 2002 00:17:54 +0000 + +doc-linux (2002.02-1) unstable; urgency=low + + * New upstream release (20020201). + * New HOWTOs: + Accessibility-Dev Indic-Fonts Linux+IPv6 Linux+Win9x+Grub Linux-Crash + Linux-Gamers MIDI NCURSES-Programming Snort-Statistics WikiText + * Updated HOWTOs: + Apache-Compile Assembly Belgian Bootdisk C++Programming C-C++Beautifier + CDServer CPU-Design CVS-RCS DSL Diskless IP-Masquerade Java-Decompiler + Kernel LILO-crash-rescue META-FAQ Modem Modem-Dialup-NT NetMeeting + PA-RISC-Linux-Boot PHP PalmOS Process-Monitor RPM-for-Unix SCSI-2.4 + SCSI-Generic Secure-Programs Text-Terminal Vim XFree86-Touch-Screen + * Removed HOWTO: + PostgreSQL (temporarily removed for peer review) + * New mini-HOWTOs: + Print2Win ppp-ssh + * Updated mini-HOWTOs: + BTI-PPP Outlook-to-Unix-Mailbox Quota Token-Ring TransparentProxy + + -- Colin Watson Fri, 1 Feb 2002 19:42:02 +0000 + +doc-linux (2002.01-1) unstable; urgency=low + + * New upstream release (20020102). + * New Linux FAQ, version 1.20. + * New HOWTOs: + Lex-YACC SCSI-Generic SSL-Certificates Wireless-Sync + * Updated HOWTOs: + Adv-Routing Authentication-Gateway C++Programming C-C++Beautifier + Chroot-BIND DNS DSL Diskless Emacspeak Francophones German HP Hardware + Intranet-Server Keyboard-and-Console MP3 Multi-Disk NC NCD Network-boot + PHP PLIP-Install SCSI-2.4 SCSI-Programming Sat Secure-Programs UMSDOS + UUCP VoIP Wireless + * Removed HOWTOs: + Linux-From-Scratch (replaced by a Guide, see http://www.linuxdoc.org/). + * New mini-HOWTOs: + Multi-Distro-Dev + * Updated mini-HOWTOs: + BTI-PPP Intkeyb ISP-Connectivity Leased-Line Mail-Queue Modules + News-Leafsite PCTel-MicroModem-Config Remote-X-Apps TransparentProxy + Ultra-DMA VPN Visual-Bell + + * For those of you who've been following the news, the doc-linux package + will not be split into free and non-free portions before woody is + released; the deadlines are just too tight. However, the substantial + majority of the documents in this package are DFSG-free; check the + copyright notices on individual documents for details. + * Register HTML documents with ScrollKeeper. Everything is under + General|Other for now until categories are sorted out. + * doc-linux-html suggests scrollkeeper. + + * Remove /usr/doc/doc-linux-text symlink properly (closes: #126103). Also + remove /usr/doc/FAQ in doc-linux-text's prerm. + * Fix a number of dangling relative links, making them absolute links to + the LDP web site instead (closes: #122868). + * Parse the HOWTO-INDEX in a slightly more robust way. + * Document in each package's README.Debian that several HOWTOs are now + Guides. + * Make all auxiliary scripts executable before running them, as the Debian + diff doesn't preserve permissions. + + -- Colin Watson Thu, 3 Jan 2002 04:31:13 +0000 + +doc-linux (2001.12-1) unstable; urgency=low + + * New upstream release (20011201). + * New Linux FAQ, version 1.18. + * New HOWTOs: + PA-RISC-Linux-Boot Security-Quickstart Security-Quickstart-Redhat + * Updated HOWTOs: + Apache-WebDAV-LDAP Bandwidth-Limiting Config Diskless + Enterprise-Java-for-Linux IP-Masquerade Kernel MGR Sat Serial + Text-Terminal VoIP Wireless + * New mini-HOWTOs: + BTI-PPP PCTel-MicroModem-Config + * Updated mini-HOWTOs: + FBB FDU Firewall-Piercing LILO Linux+WinNT MP3-CD-Burning + Partition-Rescue XFree86-Second-Mouse + + * I've added some non-LDP documents in response to several requests, which + are installed in /usr/share/doc/HOWTO/en-*/extra: + - High-Availability HOWTO (requested by Chris Fearnley, closes: #60564); + - ext3 mini-HOWTO (requested by Eduard Bloch); + - ext3-usage HOWTO (requested by Eduard Bloch). + * These seemed worthwhile, but I don't want to do this too much as it + becomes hard to keep track. If you want a document, please persuade the + author to submit it to the Linux Documentation Project instead. + + -- Colin Watson Sat, 1 Dec 2001 14:30:42 +0000 + +doc-linux (2001.11-1) unstable; urgency=low + + * New upstream release (20011101). + * New HOWTOs: + ATM-Linux Apache-Compile Apache-WebDAV-LDAP + * Updated HOWTOs: + CVS-RCS Diskless Finnish HOWTO Hardware JavaStation Kernel Large-Disk + Masquerading-Simple RPM-for-Unix XFree86-Video-Timings + * Renamed HOWTOs: + Access -> Accessibility + DVD-Playing -> DVD + * Updated mini-HOWTOs: + FBB Outlook-to-Unix-Mailbox + + * Add text version of Linux FAQ (closes: #117617). + * Put both versions of the FAQ directly in /usr/share/doc/FAQ, and symlink + to them from /usr/share/doc/$(package)/FAQ rather than the other way + round. Add some migration code to make dpkg replace the + /usr/share/doc/FAQ symlink with a directory. + * Document the process of updating doc-linux in debian/README.updating. + + -- Colin Watson Fri, 2 Nov 2001 05:41:20 +0000 + +doc-linux (2001.10-2) unstable; urgency=low + + * Protect HTML entities in titles as well as descriptions, to avoid + confusing update-menus (closes: #115649). + + -- Colin Watson Sun, 21 Oct 2001 19:55:06 +0100 + +doc-linux (2001.10-1) unstable; urgency=low + + * The "Requiem aeternam" release, in memory of 11 September 2001. + + * New upstream release (20011006). + * New Linux FAQ, version 1.16. + * New HOWTOs: + Authentication-Gateway Conexant+Rockwell-modem Diskless-root-NFS-other + Linux+XFS Modem-Dialup-NT RPM-for-Unix Smart-Card + * Updated HOWTOs: + AX25 AdvRouting BootPrompt C++Programming C-C++Beautifier CDROM CVS-RCS + Diskless Finnish Hardware IBM7248 IngresII Installation + LILO-crash-rescue Linux+XFS Masquerading-Simple Modem Modem-Dialup-NT + PHP Program-Library SCSI-2.4 Secure-Programs Sound Speech-Recognition + Text-Terminal Vim XFree86 + * New mini-HOWTOs: + Euro-Char-Support MMBase + * Updated mini-HOWTOs: + Call-back FBB LILO Linux+WinNT MP3-CD-Burning Partition-Rescue + + * New source format: no longer a native package (closes: #44220). + * debian/rules: More cleanups. Use binary-indep rather than binary-arch. + * Drop obsolete build dependencies and lintian override. + * doc-linux-html suggests doc-base, menu, www-browser (closes: #41664). + * debian/Makefile.sgml, debian/dhelp.faq: Remove. + * The HOWTO-INDEX is much better than the one we produce, so link to it + rather than creating our own (closes: #69474, #111464), and rewrite + debian/html2docs (formerly debian/sgml2docbase) to pull links from it. + * I was going to fix the doc-base paths, and even NMUed doc-base so that I + could, but discovered that it's too slow for the hundreds of documents + doc-linux-html installs (see #114692). I've fallen back to using dhelp + and dwww directly in the meantime (closes: #111699, #111700). This + results in many lintian errors, but I believe they're a bug in lintian. + * debian/copyright: Restore Dirk Eddelbuettel and Ian Murdock's names. + + * Navigation icons are in the upstream tarballs, so remove our local ones. + * Move /usr/share/doc/doc-linux-html/Linux-FAQ back to .../FAQ, and + install a symlink to it in /usr/share/doc/FAQ. + * Add README.Debian files pointing to the documentation (closes: #39701). + * Also add helpful symlinks (closes: #60728). + * 22 HOWTOs and 7 mini-HOWTOs are under the GNU FDL, but not all contain a + copy, so place one in /usr/share/doc/doc-linux-* (closes: #89102). + + -- Colin Watson Sat, 13 Oct 2001 22:37:27 +0100 + +doc-linux (2001.09-1) unstable; urgency=low + + * New maintainer (closes: #110959). + * Acknowledge my NMU (closes: #90338, #90348, #102788). + * New upstream release (20010903). Since the last release by the previous + maintainer, there have been 66 new HOWTOs and 47 new mini-HOWTOs, not + counting updated documentation. + * New Linux FAQ, version 1.13. + + * It's no longer easy to build all the HOWTOs from LinuxDoc SGML. Many + documents are now only available in DocBook (66 extra HOWTOs and 36 + extra mini-HOWTOs), but some build from other sources. Until this is + resolved, I've had to go back to shipping HTML and text in the (now much + bigger) source package; sorry. + + * debian/control: + - doc-linux-html is priority optional (closes: #102817). + - doc-linux-text suggests doc-linux-html (closes: #31110). + - Replace rather than conflict with old versions of each package for + better upgrades (albeit from hamm, but still; closes: #27498). + - Build-Depends -> Build-Depends-Indep. + - Policy version 3.5.6. + * debian/rules: + - Install changelog as changelog.Debian.gz, compressed with 'gzip -9' + (closes: #44440). + - Ensure installed files have valid ownership (closes: #103972). + - Add 'refresh' target. + - Clean up some confusing constructs. + * debian/copyright: + - Remove comment about /usr/doc/copyright/doc-linux. + - Debian/GNU Linux -> Debian GNU/Linux (lintian). + - Synchronize upstream copyright notice with upstream. + * Use doc-base rather than dhelp/dwww (closes: #94821). + * Add a lintian override for a spurious doc-base warning that's actually + just a HOWTO's description referring to /usr/doc. + * We were previously creating symlinks from /usr/doc/HOWTO/en-* to + /usr/share/doc/HOWTO/en-*. This won't work well when we get rid of + /usr/doc entirely, so instead do the usual symlink with /usr/doc/HOWTO. + * Forcibly remove /usr/doc/doc-linux-*/.dhelp in the preinst, just in case + the migration might still be a problem (closes: #50053). + + * New HOWTOs: + Acer-Laptop Antares-RAID-sparcLinux Apache-Overview BRIDGE-STP + Bandwidth-Limiting Bootdisk C-editing-with-VIM CDServer CPU-Design + Cable-Modem Chroot-BIND Cluster Compaq-Remote-Insight-Board DB2 DSL + Event GCC HOWTO HP IBM7248 IngresII Installation JavaStation + LDAP-Implementation LDP-Reviewer Linux+Windows Linux-Init MP3-Box + Mail-User Masquerading-Simple Medicine MindTerm-SSH Module Net + NetMeeting Network-boot Online-Troubleshooting PPP Printing + Program-Library RPM Remote-Serial-Console SCSI-2.4 SPARC SRM SSL-RedHat + Sat Secure-Programs Serial-Laplink Software-Proj-Mgmt Speech-Recognition + Sybase-ASA Unix-Hardware-Buyer Unix-and-Internet-Fundamentals + User-Authentication VCR VoIP Windows-LAN-Server Wireless XDMCP XFree86 + XFree86-Video-Timings XML-RPC XWindow-Overview i810 phhttpd + (closes: #54092, #79993, #81051, #81052, #81747, #94915, #98529; + closes: #101048). + * Removed HOWTOs: + Busmouse Securing-Domain + * Renamed HOWTOs: + Chroot-BIND -> Chroot-BIND8 (Chroot-BIND now covers BIND 9) + Distribution -> Distributions + IR -> Infrared + * The Distributions-HOWTO now talks about Debian 2.2 (closes: #56606). + * Typo corrected in the IP-Masquerade-HOWTO (closes: #46531). + + * New mini-HOWTOs: + 3D-Modelling ACP-Modem BackspaceDelete Boca DHCP DocBook-Install + Ext2fs-Undeletion-Dir-Struct FBB FDU GIS-GRASS GTEK-BBS-550 + Hard-Disk-Upgrade Home-Electrical-Control Howtos-with-LinuxDoc IP-Alias + IRC Install-Strategies Intkeyb Kerneld Lego Linux+Win95 + Linux-Modem-Sharing LinuxGL-QuakeWorld Linuxdoc-Reference MP3-CD-Burning + MSSQL6-Openlink-PHP-ODBC Man-Page Modules Multiboot-with-GRUB + NFS-Root-Client Netscape+Proxy Nvidia-OpenGL-Configuration + Outlook-to-Unix-Mailbox Pager Partition PortSlave + Post-Installation-Checklist Pre-Installation-Checklist + Process-Accounting Proxy-ARP-Subnet SLIP-PPP-Emulator Small-Memory + Sybase-PHP-Apache TT-XFree86 Virtual-Web XDM-Xterm XFree86-Second-Mouse + (closes: #44606, #102212). + * Renamed mini-HOWTOs: + Loadlin+Win95 -> Loadlin+Win95-98-ME + * Sendmail-Address-Rewrite and Sendmail+UUCP are no longer duplicates + (closes: #44439). + + -- Colin Watson Tue, 4 Sep 2001 00:27:01 +0100 + +doc-linux (2000.09-1.1) unstable; urgency=low + + * Non-maintainer upload. + * HOWTO/3Dfx-HOWTO.sgml.gz: Fix DTD declaration (closes: #90338). + * debian/control: Added build dependencies (closes: #90348). + + -- Colin Watson Fri, 29 Jun 2001 14:33:02 +0100 + +doc-linux (2000.09-1) unstable; urgency=low + + * new HOWTOs + + -- Marco Budde Sun, 17 Sep 2000 13:35:38 +0200 + +doc-linux (2000.03-1) unstable frozen; urgency=low + + * new HOWTOs + + -- Marco Budde Tue, 21 Mar 2000 10:17:24 +0100 + +doc-linux (2000.02-1) unstable; urgency=low + + * new HOWTOs + + -- Marco Budde Thu, 3 Feb 2000 20:16:17 +0100 + +doc-linux (1999.10-1) unstable; urgency=low + + * new HOWTOs + * rules: FHS links + * new /usr/share/doc/{en-html,en-txt} structure + + -- Marco Budde Fri, 15 Oct 1999 21:34:15 +0200 + +doc-linux-html (1999.08-1) unstable; urgency=low + + * use SGML sources to build the HTML files + * new HOWTOs + + -- Marco Budde Sat, 24 Jul 1999 03:41:04 +0200 + +doc-linux-html (99.06-1) unstable; urgency=low + + * non-maintainer release by the previous maintainer + + * debian/changelog: Reinstalled the changelog entry for my 1999.03-1 + revision which has disappeared from the last maintainer upload + + * HOWTOs that are new or updated since the last release on April 22: + BootPrompt Bootdisk CD-Writing CDROM Consultants DOSEMU Diskless + Ethernet HOWTO-INDEX Hardware INDEX.gz INDEX.html.gz Modem Multi-Disk + PCMCIA Plug-and-Play Portuguese Reading-List Security Serial + Software-Building Sound Text-Terminal XFree86 + + * mini-HOWTOs that are new or updated since the last release on April 22: + Automount ADSL Cipe+Masq Alsa-sound Large-Disk Cable-Modem + Ext2fs-Undeletion DPT-Hardware-RAID INDEX INDEX.html Ultra-DMA + + -- Dirk Eddelbuettel Wed, 9 Jun 1999 19:23:05 -0400 + +doc-linux-html (99.03-1) unstable; urgency=low + + * non-maintainer release by the previous maintainer + * the current maintainer has made no release in seven months: there are + now 47 new or updated HOWTOs documents and 28 new or updated mini-HOWTOs + + * HOWTOs that are new or updated since the last release on August 23: + 3Dfx Bash-Prompt Beowulf Bootdisk Busmouse Commercial Config + Consultants DNS Danish Distribution Esperanto Ftape INDEX INFO-SHEET + IPCHAINS IPX IR ISP-Hookup Installation Italian Java-CGI KickStart + Mail Modem NET-3 Optical-Disk Oracle PCMCIA PalmOS Plug-and-Play + Polish Portuguese PostgreSQL Printing Quake Reading-List + Software-Release-Practice TeTeX Text-Terminal Tips UUCP + Unix-Internet-Fundamentals VAR VME Virtual-Services XFree86 + XFree86-Video-Timings XWindow-User HOWTO-INDEX + + * mini-HOWTOs that are new or updated since the last release on August 23 + AI-Alife Apache+SSL+PHP+fp Automount BogoMips Bridge Cable-Modem + Cipe+Masq DHCP Firewall-Piercing INDEX INDEX.html IP-Masquerade LILO + Linux+FreeBSD Loadlin+Win95 NFS-Root-Client Netrom-Node Netstation + PLIP Quota RedHat-CD Remote-X-Apps Secure-POP+SSH Sendmail+UUCP + Sendmail-Address-Rewrite Software-RAID VAIO+Linux ZIP-Drive + + * debian/control: changed sunsite.unc.edu to metalab.unc.edu + + * debian/rules: added perl script make-howtoindex again to create a html + index of the documents + + * debian/rules: also install a doc-base file pointing to this index, as + well as a postinst/prerm to call install-docs + + -- Dirk Eddelbuettel Sun, 21 Mar 1999 19:01:53 -0500 + +doc-linux-html (98.09-1) unstable; urgency=low + + * new HOWTOs + * HTML version of the Linux FAQ + * Replaces: doc-linux + + -- Marco Budde Fri, 28 Aug 1998 22:38:32 +0200 + +doc-linux-html (98.06-1) unstable; urgency=low + + * new HOWTOs + * Conflicts: doc-linux-text (bug #22761, #22777) + * debian/sgml2dhelp: abstract parser changed + + -- Marco Budde Tue, 9 Jun 1998 21:12:30 +0200 + +doc-linux-html (98.04-1) unstable; urgency=low + + * new maintainer + * new source tree + * dhelp support (sgml2dhelp script) + + -- Marco Budde Tue, 7 Apr 1998 14:03:21 +0100 + +doc-linux (98.03-1) frozen unstable; urgency=low + + * Corrected make-howtoindex to add subdirectories to the generated + index.html file (thanks to Bernard DRAPEAU + for bringing this to my attention) + + * Changed file permission to 0644 below /usr/doc/HOWTO/ (lintian) + + * HOWTOs that are new or updated since the last release on February 23: + Commercial Consultants DNS French HOWTO-INDEX INDEX IPX + Linux-HOWTOs.tar.gz Mail Multi-Disk PCMCIA Root-RAID Security VAR + + * mini-HOWTOs that are new or updated since the last release on February 23: + Bzip2 Cable-Modem Cyrus-IMAP DHCPcd Hard-Disk-Upgrade INDEX + Leased-Line RPM+Slackware Remote-X-Apps TkRat + + * New Linux-FAQs as of $Date: 1998/03/12 08:51:17 $ + + -- Dirk Eddelbuettel Wed, 18 Mar 1998 22:15:10 -0500 + +doc-linux (98.02-1) unstable; urgency=low + + * Changed Description: for the doc-linux package (fixes #18465) + + * HOWTOs that are new or updated since the last release on January 28: + BootPrompt Busmouse CD-Writing CDROM Chinese Commercial Consultants + Cyrillic Danish Disk Ethernet HOWTO INDEX PCMCIA Reading-List + Root-RAID Security Serial-Programming UUCP VAR + + * mini-HOWTOs that are new or updated since the last release on January 28: + AI-Alife Cable-Modem Coffee INDEX Install-From-ZIP Linux+FreeBSD + Offline-Mailing Pre-Installation-Checklist RPM+Slackware StarOffice + Token-Ring Ultra-DMA Update Xterm-Title ZIP-Install + + -- Dirk Eddelbuettel Mon, 23 Feb 1998 21:43:37 -0500 + +doc-linux (98.01-2) unstable; urgency=low + + * Added mini-HOWTOs in html format to doc-linux-html (fixes #16854, #17513) + * Moved mini-HOWTOs in text format to doc-linux-text + * The doc-linux package is now pretty small as it contains just the Linux-FAQ + * Modified scripts which create the index.html files accordingly + + * HOWTOs that are new or updated since the last release on January 7: + Consultants Glibc2 HOWTO-INDEX INDEX NIS + + * mini-HOWTOs that are new or updated since the last release on January 7: + Cable-Modem DHCPcd INDEX LILO Soundblaster-AWE VPN + + -- Dirk Eddelbuettel Wed, 28 Jan 1998 21:21:04 -0500 + +doc-linux (98.01-1) unstable; urgency=low + + * Changed debian/control so that doc-linux-text no longer + 'Recommends: www-browser' (fixes #16351) + + * New Linux-FAQs as of $Date: 1998/01/06 06:16:26 $ + + * HOWTOs that are new or updated since the last release on December 23: + CD-Writing Commercial Consultants DNS Emacspeak HOWTO-INDEX INDEX + Optical-Disk Parallel-Processing Reading-List Tips User-Group VAR + + * mini-HOWTOs that are new or updated since the last release on December 23: + Battery-Powered BogoMips Bridge+Firewall Cable-Modem DHCPcd + DPT-Hardware-RAID INDEX IO-Port-Programming LBX Leased-Line + News-Leafsite Pre-Installation-Checklist Public-Web-Browser + Software-Building Software-RAID Update Xterm-Title + + -- Dirk Eddelbuettel Wed, 7 Jan 1998 19:10:02 -0500 + +doc-linux (97.12-1) unstable; urgency=low + + * Switched to distributing the newly maintained Linux-FAQ + * Added a menu entry for the html version of the Linux-FAQ + * Overhauled the other menu entries as well + + * HOWTOs that are new or updated since the last release on November 4: + Assembly BootPrompt Busmouse Commercial Config Consultants Cyrillic + DOS-to-Linux DOSEMU Danish Database Disk Ethernet Glibc2 HOWTO-INDEX + Hardware INDEX Keyboard-and-Console MILO NIS PCMCIA Serial + Sound-Playing UPS User-Group VAR VMS-to-Linux Virtual-Services WWW + WWW-mSQL XFree86 XFree86-Video-Timings + + * mini-HOWTOs that are new or updated since the last release on November 4: + 3-Button-Mouse ADSM-Backup Bridge Bridge+Firewall Cable-Modem DHCPcd + Fax-Server GIS-GRASS Index IP-Masquerade ISP-Connectivity LILO + Linux+DOS+Win95+OS2 Linux+FreeBSD Mac-Terminal Mail-Queue Modules Path + Remote-X-Apps Sendmail+UUCP Small-Memory Software-Building + Software-RAID Soundblaster-AWE StarOffice Visual-Bell + Windows-Modem-Sharing ZIP-Install + + -- Dirk Eddelbuettel Tue, 23 Dec 1997 15:15:56 -0500 + +doc-linux (97.11-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release on October 21: + AX25 Busmouse CDROM Commercial Consultants Distribution Glibc2 + HOWTO-INDEX INDEX INFO-SHEET Installation META-FAQ NFS Reading-List + Sound VAR Virtual-Services WWW WWW-mSQL XFree86 XFree86-Video-Timings + + * mini-HOWTOs that are new or updated since the last release on October 21: + 3-Button-Mouse Battery-Powered BogoMips DHCPcd Diald INDEX IP-Alias + Linux+Win95 Partition Partition-Rescue + + -- Dirk Eddelbuettel Tue, 4 Nov 1997 20:48:57 -0500 + +doc-linux (97.10-3) unstable; urgency=low + + * HOWTOs that are new or updated since the last release on October 15: + Commercial Consultants Danish Emacspeak French Glibc2 HOWTO-INDEX + INDEX ISP-Hookup PCMCIA User-Group VAR XFree86 + + * mini-HOWTOs that are new or updated since the last release on October 15: + AI-Alife Bridge+Firewall DHCPcd Fax-Server GIS-GRASS + Gravis-Ultra-Sound INDEX ISP-Connectivity Linux+FreeBSD Loadlin+Win95 + Offline-Mailing Proxy-ARP-Subnet RPM+Slackware Software-RAID + XFree86-XInside + + * Changed debian/rules such that doc-linux-text no longer contains the + tarball /usr/doc/HOWTO/Linux-HOWTOs.tar.gz (fixes bug #14036) + + -- Dirk Eddelbuettel Tue, 21 Oct 1997 19:07:39 -0400 + +doc-linux (97.10-2) unstable; urgency=low + + * HOWTOs that are new or updated since the last release on October 8:: + Commercial Consultants Emacspeak HOWTO-INDEX INDEX User-Group VAR + + * mini-HOWTOs that are new or updated since the last release on October 8: + Bridge+Firewall DHCPcd Fax-Server INDEX ISP-Connectivity + + * Added 'Replaces: doc-linux' for doc-linux-text (fixes #13842, #13866) + + -- Dirk Eddelbuettel Wed, 15 Oct 1997 19:23:21 -0400 + +doc-linux (97.10-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in September: + Assembly Commercial Consultants Danish Database French Glibc2 + Hardware INDEX ISP-Hookup Installation PCMCIA Printing VAR XFree86 + + * mini-HOWTOs that are new or updated since the last release in September: + AI-Alife GIS-GRASS Gravis-Ultra-Sound INDEX Linux+FreeBSD + Loadlin+Win95 Mail-Queue.gz NFS-Root-Client Offline-Mailing + Proxy-ARP-Subnet RPM+Slackware Software-RAID XFree86-XInside + + -- Dirk Eddelbuettel Wed, 8 Oct 1997 20:28:42 -0400 + +doc-linux (97.09-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in August: + 3Dfx Alpha Benchmarking CD-Writing Commercial Consultants Cyrillic + Danish Disk Distribution HOWTO-INDEX Hardware INDEX Installation + Intranet-Server Italian Keyboard-and-Console MILO NET-3 Optical-Disk + Pilot Reading-List SRM TeTeX User-Group VAR XFree86 XFree86-Video-Timings + + * mini-HOWTOs that are new or updated since the last release in August: + AI-Alife Backup-With-MSDOS Boca BogoMips Bridge+Firewall Clock + Colour-ls Ext2fs-Undeletion GTEK-BBS-550 INDEX INDEX.html Kerneld + LBX Linux+NT-Loader Loadlin+Win95 Man-Page Modules NFS-Root + Netscape+Proxy Pager Process-Accounting Quota RCS Remote-Boot + Remote-X-Apps SLIP-PPP-Emulator Software-Building Software-RAID + Term-Firewall Visual-Bell WordPerfect X-Big-Cursor + + -- Dirk Eddelbuettel Wed, 3 Sep 1997 20:44:52 -0400 + +doc-linux (97.08-1) unstable; urgency=low + + * Moved text versions of HOWTOs into new doc-linux-text package which + leaves the mini-HOWTOs (and the outdated Linux-FAQ) in doc-linux and the + html versions in doc-linux-html --- one can now combine doc-linux with + either of doc-linux-{html,text} (fixes feature request #11590) + * HOWTOs that are new or updated since the last release in July: + Assembly CDROM Commercial Consultants Danish Distribution HOWTO-INDEX + INDEX PCMCIA Printing README Sound TeTeX Thai User-Group VAR + * mini-HOWTOs that are new or updated since the last release in July: + 3-Button-Mouse CD-Writing INDEX Kerneld LBX LF1000 Linux+DOS+Win95+OS2 + Linux+WinNT Loadlin+Win95 Locales Partition RCS README + Software-Building StarOffice VPN Windows-Modem-Sharing + + -- Dirk Eddelbuettel Wed, 6 Aug 1997 21:26:47 -0400 + +doc-linux (97.07-1) unstable; urgency=low + + * Now also provides doc-linux-html package with the HOWTOs in html format. + * Included auto-generated /usr/doc/HOWTO/html/index.html file + * Added a dwww menu entry in /usr/lib/menu/doc-linux-html + + * HOWTOs that are new or updated since the last release in May: + AX25 Assembly Commercial Consultants DNS Danish HOWTO-INDEX Hardware + INDEX PCMCIA RPM Serial Serial-Programming TeTeX Thai VAR + + * mini-HOWTOs that are new or updated since the last release in May: + BogoMips DHCPd HTTP+Netware INDEX Jaz-Drive Linux+DOS+Win95+OS2 + Offline-Mailing Pager Qmail+MH Remote-X-Apps SLIP-PPP-Emulator + Software-Building Soundblaster-AWE64 StarOffice XFree86-XInside + + -- Dirk Eddelbuettel Tue, 8 Jul 1997 22:29:20 -0400 + +doc-linux (97.05-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in April: + Bootdisk Chinese Commercial Consultants Cyrillic DOSEMU Danish + HOWTO-INDEX Hardware INDEX Installation Kernel PCMCIA PPP Serial + Sound-Playing TeTeX Thai VAR + + * mini-HOWTOs that are new or updated since the last release in April: + AI-Alife Battery-Powered Comeau-C++ Dial-On-Demand Dynamic-IP-Hacks + INDEX Kerneld Linux+NT-Loader Offline-Mailing Remote-Boot + Sendmail+UUCP StarOffice VPN + + -- Dirk Eddelbuettel Wed, 28 May 1997 21:31:10 -0400 + +doc-linux (97.04-1) unstable; urgency=low + + * include the file /usr/doc/HOWTO/index.html generated by make-howtoindex + * added a dwww menu entry in /usr/lib/menu/doc-linux + * changed post{inst,rm} to call update-menus if possible + + * HOWTOs that are new or updated since the last release in March: + AX25 Access Assembly Commercial Consultants Cyrillic DNS DOS-to-Linux + DOSEMU Danish Distribution Ftape German HAM HOWTO-INDEX INDEX IPX + Installation Italian Keyboard-and-Console NET-3 NFS PCI PCMCIA PPP + Printing-Usage Serial Sound-Playing UPS VAR VMS-to-Linux XFree86 + + * mini-HOWTOs that are new or updated since the last release in March: + CD-Writing DHCPd Dynamic-IP-Hacks INDEX IO-Port-Programming + IP-Subnetworking Mail-Queue Man-Page Multiple-Disks-Layout Qmail+MH + Serial-Port-Programming + + -- Dirk Eddelbuettel Sun, 6 Apr 1997 19:53:44 -0400 + +doc-linux (97.03-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in February: + Assembly Commercial Consultants HOWTO-INDEX INDEX Italian NET-3 + + * mini-HOWTOs that are new or updated since the last release in February: + Advocacy Dynamic-IP-Hacks Ext2fs-Undeletion INDEX IP-Masquerade + Linux+WinNT NFS-Root Public-Web-Browser + + -- Dirk Eddelbuettel Mon, 3 Mar 1997 20:32:36 -0500 + +doc-linux (97.02-1) unstable; urgency=low + + * Changed Priority: to standard to be in sync with override files + + * HOWTOs that are new or updated since the last release in January: + Assembly CDROM Commercial Consultants Distribution Emacspeak + Ethernet German HOWTO-INDEX INDEX INFO-SHEET Installation Italian + NIS Polish Sound Tips XFree86 + + * mini-HOWTOs that are new or updated since the last release in January: + ADSM-Backup AI-Alife Advocacy Bridge+Firewall CD-Writing + Dynamic-IP-Hacks Ext2fs-Undeletion INDEX IP-Alias Jaz-Drive NFS-Root + Partition Soundblaster-16 Virtual-wu-ftpd + + -- Dirk Eddelbuettel Wed, 12 Feb 1997 21:06:40 -0500 + +doc-linux (97.01-2) stable unstable; urgency=low + + * Changed invalid distribution field "frozen" to "stable" in changelog + + * Do not install invalid upstream files INDEX.html and mini/INDEX.html + as they do not work with the gzip'ed documents, and there is no point + in patching the html as the most popular webbrowser cannot cope with + compressed documents anyway (fixes bug #6413) + + * HOWTOs that are new or updated since the last release in December: + AX25 BootPrompt Commercial Consultants DOStoLinux Distribution + HOWTO-INDEX INDEX INFO-SHEET ISP-Hookup Installation Java-CGI + META-FAQ PCMCIA Serial XFree86 + + * mini-HOWTOs that are new or updated since the last release in December: + Advocacy BogoMips Bridge+Firewall CD-Writer Clock DHCP + Dynamic-IP-Hacks GTEK-BBS-550 INDEX Linux+WinNT++ Locales + Multiple-Disks-Layout NFS-Root NFS-Root-Client PPP-over-minicom + ZIP-Install + + -- Dirk Eddelbuettel Mon, 6 Jan 1997 22:42:13 -0500 + +doc-linux (97.01-1) frozen unstable; urgency=low + + * HOWTOs that are new or updated since the last release in December: + BootPrompt Commercial Consultants Distribution HOWTO-INDEX INDEX + ISP-Hookup Installation Java-CGI + + * mini-HOWTOs that are new or updated since the last release in December: + Advocacy Bridge+Firewall CD-Writer DHCP GTEK-BBS-550 INDEX Locales + NFS-Root NFS-Root-Client ZIP-Install + + -- Dirk Eddelbuettel Fri, 3 Jan 1997 21:50:25 -0500 + +doc-linux (96.12-1) frozen unstable; urgency=low + + * HOWTOs that are new or updated since the last release in November: + AX25 Commercial Consultants Distribution HOWTO-INDEX Installation + + * mini-HOWTOs that are new or updated since the last release in November: + Dynamic-IP-Hacks JE Kerneld SLIP+proxyARP + + -- Dirk Eddelbuettel Mon, 9 Dec 1996 21:40:12 -0500 + +doc-linux (96.11-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in October: + Busmouse Commercial Consultants Distribution Ethernet Firewall + HAM HOWTO-INDEX INDEX INDEX.html INFO-SHEET IPX Installation + Module PCMCIA README Slovenian Sound-Playing Tips WWW XFree86 + + * mini-HOWTOs that are new or updated since the last release in October: + 3-Button-Mouse AI-Alife BogoMips CD-Writer Dynamic-IP-Hacks + HTTP+Netware INDEX INDEX.html IP-Alias MIDI+SB Mail2News + Netscape+Proxy README SLIP+proxyARP Sendmail+UUCP + Virtual-wu-ftpd Xterm-Title + + -- Dirk Eddelbuettel Sun, 24 Nov 1996 17:16:10 -0500 + +doc-linux (96.10-1) unstable; urgency=low + + * HOWTOs that are new or updated since the last release in September: + CDROM Commercial Consultants Ftape HAM HOWTO-INDEX INDEX + Printing Printing-Usage SCSI Sound + + * mini-HOWTOs that are new or updated since the last release in September: + Consoles-Many Diskless Dynamic-IP-Hacks INDEX IO-Port-Programming + Java-WorkShop Linux+DOS+Win95 Linux+DOS+Win95+OS2 Linux+WinNT + PLIP Pager Partition Remote-Boot X-Big-Cursor Xterm-Title + + -- Dirk Eddelbuettel Mon, 7 Oct 1996 09:18:11 -0400 + +doc-linux (96.09-1) unstable; urgency=low + + * HOWTOs that are New or updated since the August release: + Bootdisk Commercial Emacspeak HOWTO-INDEX INDEX Italian PCMCIA + PPP SMB Spanish Tips + + * mini-HOWTOs that are New or updated since the August release: + BogoMips Bridge Dynamic-IP-Hacks INDEX IP-Alias IP-Masquerade + Java-WorkShop Jaz-Drive Multiple-Disks-Layout Win95+Win+Linux + + * Converted package management files to new Debian-1.2 style + * Changed maintainer email address to + + -- Dirk Eddelbuettel Thu, 5 Sep 1996 11:58:11 -0400 + +Tue Aug 6 16:49:00 1996 Dirk Eddelbuettel + + * doc-linux-96.08-0 release + + * HOWTOs that are New or updated since the July release: + Access Commercial DNS ELF HOWTO-INDEX INDEX INFO-SHEET Kernel + META-FAQ PCI PPP Printing + + * mini-HOWTOs that are New or updated since the July release: + Dynamic-IP-Hacks INDEX IP-Masquerade Large-Disk + Process-Accounting Quota Visual-Bell XFree86-XInside + +Fri Jul 12 07:30:56 1996 Dirk Eddelbuettel + + * doc-linux-96.07-0 release + + * HOWTOs that are New or updated since the June release: + AX25 Access Bootdisk CDROM Commercial Cyrillic Danish + Distribution Ftape HOWTO-INDEX INDEX IPX Java MGR Module + PCMCIA Polish Printing Shadow-Password Sound Tips + + * mini-HOWTOs that are New or updated since the June release: + 3-Button-Mouse Assembly BogoMips Diald Diskless + Dynamic-IP-Hacks INDEX IP-Alias IP-Masquerade Kerneld + Linux+OS2+DOS Linux+Win95 Locales Multiple-Disks-Layout + Print2Win Term-Firewall Upgrade + +Sat Jun 8 09:41:55 1996 Dirk Eddelbuettel + + * doc-linux-96.06-0 release + + * HOWTOs that are New or updated since the May release: + Access, Danish, Distribution, Ftape, HOWTO-INDEX, INDEX, + INFO-SHEET, IPX, Italian, Java, META-FAQ, MGR, Polish, + SCSI-Programming, Shadow-Password, Sound-Playing, Tips + + * mini-HOWTOs that are New or updated since the May release: + 3-Button-Mouse, Assembly, DOS2Linux, Diskless, + Dynamic-IP-Hacks, Graphics-Tools, INDEX, Kerneld, + Linux+OS2+DOS, Locales, Online-Support, Term-Firewall, + Upgrade, XFree86-XInside + +Sat May 11 13:35:59 1996 Dirk Eddelbuettel + + * doc-linux-96.05-0 release + + * new or updated HOWTOs: AX25 Access HAM HOWTO-INDEX INDEX + INFO-SHEET IPX ISP-Hookup Italian META-FAQ NET-2 SCSI + Shadow-Password + + * new or update mini-HOWTOs: Colour-ls INDEX Graphics Man-Page + PPP-over-ISDN ZIP-Drive + +Wed Apr 10 16:18:19 1996 Dirk Eddelbuettel + + * doc-linux-96.04-0 release + + * debian.control: added Architecture: field + + * new or updated HOWTOs: Access, DNS, Danish, Ftape, German, + Index, PCI, PPP, Printing, Tips + + * new or update mini-HOWTOs: Consoles-Many, Gravis-Ultrasound, + HTTP+Netware, Index, LF1000, Locales, Multiple-Disks-Layout, + NFS-Root + +Wed Mar 6 17:17:44 1996 Dirk Eddelbuettel + + * doc-linux-96.03-0 release + + * new Linux FAQ + + * new or updated HOWTOs: CDROM, Distribution, Finnish, Ftape, + GCC, Index, INFO-SHEET, Java, Kernel, META-FAQ, Printing, Sound, + Sound-Playing + + * new or update mini-HOWTOs: Backup_With_MSDOS, HTTP+Netware, + Kerneld, LF1000, Linux+OS2+DOS, Modeline, Multiple_Disks, + Reading_List + +Wed Feb 7 15:11:09 1996 Dirk Eddelbuettel + + * doc-linux-96.02-0 release + + * new or updated HOWTOs: PCMCIA-HOWTO README IPX-HOWTO NET-2-HOWTO + Shadow-Password-HOWTO UMSDOS-HOWTO Distribution-HOWTO SCSI-HOWTO + Ftape-HOWTO Italian-HOWTO INDEX HOWTO-INDEX + + * new or updated mini-HOWTOs: ADSM-Backup Tiny-News Colour-ls PLIP + DOS2Linux Win95+Win+Linux INDEX + +Wed Jan 3 08:01:16 1996 Dirk Eddelbuettel + + * doc-linux-96.01-0 release + + * new or updated HOWTOs: Distribution-HOWTO, IPX-HOWTO, Java-HOWTO + + * new or updated mini-HOWTOs: Linux+Win95, ADSM-Backup, BogoMips, + IO-Port-Programming, TIA + +Mon Dec 4 21:11:25 1995 Dirk Eddelbuettel + + * doc-linux-95.12-0 release + + * new or updated HOWTOs: SCSI-HOWTO Keyboard-HOWTO UMSDOS-HOWTO + Hardware-HOWTO PCI-HOWTO Ethernet-HOWTO Ftape-HOWTO NET-2-HOWTO + HAM-HOWTO HOWTO-INDEX + + * new or updated mini-HOWTOs: IO-Port-Programming Virtual-Web + Caching-named + +Wed Nov 8 16:12:27 1995 Dirk Eddelbuettel + + * updated to newest versions as recent as November 7, 1995. + + * duplicate Keystroke-HOWTO removed at sunsite, (fixes bug#1773) + + * debian.control: recommends info-browser (fixes bug#1442) + + * postinst: install linux-faq.info under Information (fixes bug#1109) + + * new package name and numbering scheme, replaces 'doc' package + + * new maintainer + +