tags 393692 patch
thanks

Hi Jeremy,

I've prepared a fix for this package by repacking the upstream tarball to
remove the benjamingothic.ttf file.  I think Sam is right; since this font
is being shipped as an example only, it's really not even worth the effort
of tracking down a valid license for it when we can just remove it without
impacting the functionality of this package.

I have also fixed up debian/copyright to conform with Debian policy, as
mentioned earlier in this bug log.  The changes to the Debian diff are
attached.

The fix will be uploaded to incoming shortly as a 0-day NMU.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
diff -Nru /tmp/F1NlL2GeaF/libphp-phplot-4.4.6+5.0rc1/debian/changelog 
/tmp/F9peKC8g6U/libphp-phplot-4.4.6+5.0rc1.dfsg/debian/changelog
--- /tmp/F1NlL2GeaF/libphp-phplot-4.4.6+5.0rc1/debian/changelog 2006-11-10 
04:39:18.000000000 -0800
+++ /tmp/F9peKC8g6U/libphp-phplot-4.4.6+5.0rc1.dfsg/debian/changelog    
2006-11-10 04:39:19.000000000 -0800
@@ -1,3 +1,17 @@
+libphp-phplot (4.4.6+5.0rc1.dfsg-0.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Repack the upstream tarball to remove benjamingothic.ttf, a font of
+    dubious provenance that's only being used as an example anyway.
+    Closes: #393692.
+  * Fix debian/copyright by including the full text of the PHP 3
+    license and authors names, as required by policy, and correct the
+    GPL pointer to point at /usr/share/common-licenses/GPL instead of
+    /usr/share/common-licenses/LGPL.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Fri, 10 Nov 2006 04:28:22 -0800
+
 libphp-phplot (4.4.6+5.0rc1-2) unstable; urgency=high
 
   * Put depends against php4-gd or php3-gd (Closes: #272920)
diff -Nru /tmp/F1NlL2GeaF/libphp-phplot-4.4.6+5.0rc1/debian/copyright 
/tmp/F9peKC8g6U/libphp-phplot-4.4.6+5.0rc1.dfsg/debian/copyright
--- /tmp/F1NlL2GeaF/libphp-phplot-4.4.6+5.0rc1/debian/copyright 2006-11-10 
04:39:18.000000000 -0800
+++ /tmp/F9peKC8g6U/libphp-phplot-4.4.6+5.0rc1.dfsg/debian/copyright    
2006-11-10 04:39:19.000000000 -0800
@@ -3,9 +3,84 @@
 
 It was downloaded from http://www.sourceforge.net/projects/phplot/.
 
-Copyright:
+Copyright (C) 2000-2004 Afan Ottenheimer <[EMAIL PROTECTED]>
+Copyright (C) 2000-2004 Migues de Benito <[EMAIL PROTECTED]>
 
-Dually licensed PHP and GPL. 
-On a Debian system, these licenses can be found respectively in 
-/usr/share/common-licenses/BSD and /usr/share/common-licenses/LGPL.
+License:
+This work is distributed with NO WARRANTY and under the terms of the GNU GPL
+and PHP licenses. If you use it - a cookie or some credit would be nice.
+
+On Debian GNU/Linux systems, the complete text of the GNU General 
+Public License can be found in '/usr/share/common-licenses/GPL'.
+
+The PHP license is as follows:
+
+-------------------------------------------------------------------- 
+                  The PHP License, version 3.0
+Copyright (c) 1999 - 2003 The PHP Group. All rights reserved.
+-------------------------------------------------------------------- 
+
+Redistribution and use in source and binary forms, with or without
+modification, is 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.
+ 
+  3. The name "PHP" must not be used to endorse or promote products
+     derived from this software without prior written permission. For
+     written permission, please contact [EMAIL PROTECTED]
+  
+  4. Products derived from this software may not be called "PHP", nor
+     may "PHP" appear in their name, without prior written permission
+     from [EMAIL PROTECTED]  You may indicate that your software works in
+     conjunction with PHP by saying "Foo for PHP" instead of calling
+     it "PHP Foo" or "phpfoo"
+ 
+  5. The PHP Group may publish revised and/or new versions of the
+     license from time to time. Each version will be given a
+     distinguishing version number.
+     Once covered code has been published under a particular version
+     of the license, you may always continue to use it under the terms
+     of that version. You may also choose to use such covered code
+     under the terms of any subsequent version of the license
+     published by the PHP Group. No one other than the PHP Group has
+     the right to modify the terms applicable to covered code created
+     under this License.
+
+  6. Redistributions of any form whatsoever must retain the following
+     acknowledgment:
+     "This product includes PHP, freely available from
+     <http://www.php.net/>".
+
+THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
+ANY EXPRESSED 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 PHP
+DEVELOPMENT TEAM OR ITS 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.
+
+-------------------------------------------------------------------- 
+
+This software consists of voluntary contributions made by many
+individuals on behalf of the PHP Group.
+
+The PHP Group can be contacted via Email at [EMAIL PROTECTED]
+
+For more information on the PHP Group and the PHP project, 
+please see <http://www.php.net>.
+
+This product includes the Zend Engine, freely available at
+<http://www.zend.com>.
 
diff -Nru /tmp/F1NlL2GeaF/libphp-phplot-4.4.6+5.0rc1/debian/examples 
/tmp/F9peKC8g6U/libphp-phplot-4.4.6+5.0rc1.dfsg/debian/examples
--- /tmp/F1NlL2GeaF/libphp-phplot-4.4.6+5.0rc1/debian/examples  2006-11-10 
04:39:18.000000000 -0800
+++ /tmp/F9peKC8g6U/libphp-phplot-4.4.6+5.0rc1.dfsg/debian/examples     
2006-11-10 04:39:19.000000000 -0800
@@ -1,4 +1,3 @@
-examples/benjamingothic.ttf
 examples/create_chart.php
 examples/data.php
 examples/data_date.php
Binary files 
/tmp/F1NlL2GeaF/libphp-phplot-4.4.6+5.0rc1/examples/benjamingothic.ttf and 
/tmp/F9peKC8g6U/libphp-phplot-4.4.6+5.0rc1.dfsg/examples/benjamingothic.ttf 
differ

Reply via email to