Your message dated Tue, 12 Aug 2008 14:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#487866: fixed in fai 3.2.9
has caused the Debian Bug report #487866,
regarding fai: Not properly licensed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
487866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487866
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: fai
Version: 2.2.3
Severity: serious
Tags: patch
Justification: Policy 2.3

I have contributed major changes to FAI since 2001, however the
copyright information in the source files only mention some of
my contributions I made in the form of from-scratch
implementations.
in order to finally solve these licensing issues, a branch
/people/eartoast/fix-copyright
has been created in the fai svn containing the copyright header fixes
for the contributions I could reconstruct from my patch/mail archives.

IMPORTANT NOTE for NMUers:
Do not resolve this bug by NMU! Thomas Lange wants to check this against
his personal archive before uploading!

@Thomas:
I filed this with the appropriate priority (serious), but set the
version to the first version containing my contributions. therefore, this
should not influence the testing migration for lenny, as this bug
applies both to testing and unstable.

this should be fairly trivial to resolve, I attach a diff with the
updated copyright info to this report.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.25.8-desktop-1
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Index: doc/fai-guide.sgml
===================================================================
--- doc/fai-guide.sgml  (revision 4929)
+++ doc/fai-guide.sgml  (working copy)
@@ -36,6 +36,9 @@
 <copyrightsummary>
 Copyright &copy; 2000-2008 Thomas Lange
 </copyrightsummary>
+<copyrightsummary>
+Copyright &copy; 2005 Henning Glawe
+</copyrightsummary>
        <p>
 This manual is free software; you may redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
Index: lib/subroutines-linux
===================================================================
--- lib/subroutines-linux       (revision 4929)
+++ lib/subroutines-linux       (working copy)
@@ -7,6 +7,8 @@
 # This script is part of FAI (Fully Automatic Installation)
 # (c) 2005-2008 by Thomas Lange, [EMAIL PROTECTED]
 # Universitaet zu Koeln
+# (c) 2001-2005 by Henning Glawe, [EMAIL PROTECTED]
+# Freie Universitaet Berlin
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### BEGIN SUBROUTINE INFO
 # Provides-Var:    $device_size $disklist
Index: lib/subroutines
===================================================================
--- lib/subroutines     (revision 4929)
+++ lib/subroutines     (working copy)
@@ -8,6 +8,8 @@
 # This script is part of FAI (Fully Automatic Installation)
 # (c) 2000-2008 by Thomas Lange, [EMAIL PROTECTED]
 # Universitaet zu Koeln
+# (c) 2001-2005 by Henning Glawe, [EMAIL PROTECTED]
+# Freie Universitaet Berlin
 #
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
Index: bin/fcopy
===================================================================
--- bin/fcopy   (revision 4929)
+++ bin/fcopy   (working copy)
@@ -8,6 +8,8 @@
 # This script is part of FAI (Fully Automatic Installation)
 # Copyright (C) 2000-2007 Thomas Lange, [EMAIL PROTECTED]
 # Universitaet zu Koeln
+# Copyright (C) 2001-2005 Henning Glawe, [EMAIL PROTECTED]
+# Freie Univeritaet Berlin
 #
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
Index: bin/fai
===================================================================
--- bin/fai     (revision 4929)
+++ bin/fai     (working copy)
@@ -7,6 +7,8 @@
 # This script is part of FAI (Fully Automatic Installation)
 # (c) 1999-2008 by Thomas Lange, [EMAIL PROTECTED]
 # Universitaet zu Koeln
+# (c) 2001-2005 by Henning Glawe, [EMAIL PROTECTED]
+# Freie Universitaet Berlin
 #
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
Index: bin/make-fai-nfsroot
===================================================================
--- bin/make-fai-nfsroot        (revision 4929)
+++ bin/make-fai-nfsroot        (working copy)
@@ -8,6 +8,8 @@
 # This script is part of FAI (Fully Automatic Installation)
 # (c) 2000-2008 by Thomas Lange, [EMAIL PROTECTED]
 # Universitaet zu Koeln
+# (c) 2004      by Henning Glawe, [EMAIL PROTECTED]
+# Freie Universitaet Berlin
 #
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
Index: bin/install_packages
===================================================================
--- bin/install_packages        (revision 4929)
+++ bin/install_packages        (working copy)
@@ -7,6 +7,8 @@
 #
 # This script is part of FAI (Fully Automatic Installation)
 # (c) 2000-2007, Thomas Lange, [EMAIL PROTECTED]
+# (c) 2003-2004, Henning Glawe, [EMAIL PROTECTED]
+# (c) 2004     , Jonas Hoffmann, [EMAIL PROTECTED]
 #
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
Index: bin/make-fai-bootfloppy
===================================================================
--- bin/make-fai-bootfloppy     (revision 4929)
+++ bin/make-fai-bootfloppy     (working copy)
@@ -8,6 +8,8 @@
 # This script is part of FAI (Fully Automatic Installation)
 # (c) 2000-2007 by Thomas Lange, [EMAIL PROTECTED]
 # Universitaet zu Koeln
+# (c) 2002,2005 by Henning Glawe, [EMAIL PROTECTED]
+# Freie Universitaet Berlin
 #
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
Index: man/fcopy.8
===================================================================
--- man/fcopy.8 (revision 4929)
+++ man/fcopy.8 (working copy)
@@ -221,3 +221,5 @@
 
 .SH AUTHOR
 Thomas Lange <[EMAIL PROTECTED]>
+.br
+Henning Glawe <[EMAIL PROTECTED]>
Index: man/make-fai-bootfloppy.8
===================================================================
--- man/make-fai-bootfloppy.8   (revision 4929)
+++ man/make-fai-bootfloppy.8   (working copy)
@@ -141,3 +141,5 @@
 
 .SH AUTHOR
 Thomas Lange <[EMAIL PROTECTED]>
+.br
+Henning Glawe <[EMAIL PROTECTED]>

--- End Message ---
--- Begin Message ---
Source: fai
Source-Version: 3.2.9

We believe that the bug you reported is fixed in the latest version of
fai, which is due to be installed in the Debian FTP archive:

fai-client_3.2.9_all.deb
  to pool/main/f/fai/fai-client_3.2.9_all.deb
fai-doc_3.2.9_all.deb
  to pool/main/f/fai/fai-doc_3.2.9_all.deb
fai-nfsroot_3.2.9_all.deb
  to pool/main/f/fai/fai-nfsroot_3.2.9_all.deb
fai-quickstart_3.2.9_all.deb
  to pool/main/f/fai/fai-quickstart_3.2.9_all.deb
fai-server_3.2.9_all.deb
  to pool/main/f/fai/fai-server_3.2.9_all.deb
fai_3.2.9.dsc
  to pool/main/f/fai/fai_3.2.9.dsc
fai_3.2.9.tar.gz
  to pool/main/f/fai/fai_3.2.9.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Lange <[EMAIL PROTECTED]> (supplier of updated fai package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 12 Aug 2008 11:49:51 +0200
Source: fai
Binary: fai-client fai-doc fai-server fai-quickstart fai-nfsroot
Architecture: source all
Version: 3.2.9
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange <[EMAIL PROTECTED]>
Changed-By: Thomas Lange <[EMAIL PROTECTED]>
Description: 
 fai-client - Fully Automatic Installation client package
 fai-doc    - Documentation for FAI
 fai-nfsroot - Fully Automatic Installation nfsroot package
 fai-quickstart - Fully Automatic Installation quickstart package
 fai-server - Fully Automatic Installation server package
Closes: 451013 474326 484722 487080 487866 488404 490111 494357 494357 494387 
494440 494440 494443 494518 494518 494519 494520 494523 494523 494784
Changes: 
 fai (3.2.9) unstable; urgency=low
 .
   * apply patch that fixes the RC-bug license issue (closes: #487866)
   * debian/copyright: add people and reformat text
   * ftar: exit with warning if unsupported suffix .tgz is found
   * ainsl: add options -Q and -q (closes: #484722)
   * fai-setup: fix syntax error (closes: #488404)
   * setup-storage.8: add migration section, add info for createopts, move
     comments in example to bottom, fixed and improved documentation for
     preserve_{always,reinstall} syntax
   * Sizes.pm: never scale logical volume sizes beyond the specified
     maximum (closes: #494519)
   * Init.pm: fix bug in return values of phys_dev() (closes: #494784)
   * conf/NFSROOT, control: drop use of liblinux-lvm-perl
     (closes: #494357), replace unionfs with aufs (closes: #487080),
     ext2resize is now obsolete, replace it with e2fsprogs,
     replace obsolete sysutils with procinfo,
     add packages for powerpc arch (closes: #494440)
   * control: use official control-fields Vcs-Browser and Vcs-Svn instead
     of old XS-* friends (closes: #451013),
     remove Homepage from Description field, use Homepage field instead
   * Volumes.pm: reverted the code to handle existing LVMs to an earlier
     version that does not use Linux::LVM, because this is severly broken
     (closes: #494357)
   * setup-storage: increase version number to 1.0.1 because of LVM change
   * Commands.pm: bugfix in RAID volume handling in case of devices marked
     missing: mdadm command requires device names to be replaced by
     "missing" (closes: #494520)
   * package_config/FAIBASE: replace obsolete sysutils with procinfo
   * subroutines-linux: replace klogd and syslogd with rsyslog
     (closes: #494387)
   * conf/sources.list: replace etch with lenny, make koeln repository
     optional (closes: #474326)
   * make-fai-nfsroot.conf: replace etch with lenny, mount /dev/pts to
     avoid warnings "Can not write log, openpty() failed",
   * make-fai-nfsroot: umount /proc and /dev/pts inside nfsroot on exit
     (closes: #494518, #494523),
     move trap definitions outside of { } block (closes: #494518, #494523),
     use arch independent name for linux kernel (closes: #494440)
   * updatebase: mount /dev/pts into /target to avoid openpty() warning
   * fai-do-scripts: use -b in call of file command, this makes the pattern
     matching more robust, make file adjust regex to new output of file
     command (closes: #490111)
   * savelog.LAST.source: add error pattern
   * fai-cd: add option "--iso-level 4" to mkisofs call (closes: #494443)
   * rules: do not copy file for linda
   * fai-quickstart.dirs:  linda directory not needed any more
   * fai-quickstart.lintian: fix pattern
Checksums-Sha1: 
 0c58d9df718cb1b07b865179323f186d7e74a741 939 fai_3.2.9.dsc
 fa04c3a9bbdd76c29e3be9b3d816d4f496b11282 269200 fai_3.2.9.tar.gz
 ed52e454861644dbe72360ea92da09abc7007aa2 142976 fai-client_3.2.9_all.deb
 fee9df9d52667cac488f1b655a8bad31b4a3893d 571318 fai-doc_3.2.9_all.deb
 fc22b274950582c940587ecd785c787cc0fbb8fd 56296 fai-server_3.2.9_all.deb
 5f4dc3dca0702e8bf98530d8b63694e94e6e23b3 1782 fai-quickstart_3.2.9_all.deb
 d8a99e509ecc80bc725242a30703c63a101abcfc 51270 fai-nfsroot_3.2.9_all.deb
Checksums-Sha256: 
 7620d9a228deade9b3e9676cb1e94b15a827276cdfcdc53b1206b54bf4597f1a 939 
fai_3.2.9.dsc
 bf2c8c75bcbda9f0b417d66448abf994f0c5fd71c8f5cf0be3fe95556e49e2ff 269200 
fai_3.2.9.tar.gz
 7a6a5dbd3b2b5278bfc7be4a00c719715b2c877251e0efd0cbe0db2b5f0ba4f7 142976 
fai-client_3.2.9_all.deb
 cc5236915f28936106c9dc12daccfc72c3c737b7e9dd83e0e106ad9901fa42ec 571318 
fai-doc_3.2.9_all.deb
 67a3ccf3b66edfe8ba33edbb82da7a19ba2f22d6a607ade9ff78e08ca969cbec 56296 
fai-server_3.2.9_all.deb
 c7be546139100a66d7bb5396a250b20feeb765bd43b22ad0e7ec6b44dc9ae713 1782 
fai-quickstart_3.2.9_all.deb
 7cd277c1c08f5b1cf592a086923ff0e0c4556f96aa7627c0b79bdf3c1c130693 51270 
fai-nfsroot_3.2.9_all.deb
Files: 
 0960465a1900924a2326d16add8c9262 939 admin extra fai_3.2.9.dsc
 388a293e9597da0deb98813658302c85 269200 admin extra fai_3.2.9.tar.gz
 12e80af5587b4b2df08da0b464c9f2a0 142976 admin extra fai-client_3.2.9_all.deb
 e73abb0ecf08c52f0b8614e589e85a69 571318 doc extra fai-doc_3.2.9_all.deb
 d39eb320d491d7c8d2d93c04f232f4f8 56296 admin extra fai-server_3.2.9_all.deb
 4f71c266ee4c874949a90817f761d283 1782 admin extra fai-quickstart_3.2.9_all.deb
 a3339981de906c8c5490a687b746c39b 51270 admin extra fai-nfsroot_3.2.9_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFIoYnl3BPlTqubZv0RAm75AKDh8geCzVxIpLYalgahxxxfbqLZ0gCgvlvZ
HtPRfTOzf9DZw/PWHE1xTfI=
=TOg0
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to