[Python-modules-commits] r4409 - in packages/enthought-chaco2/trunk/debian (4 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Fri Jan 25 20:10:27 UTC 2008


    Date: Friday, January 25, 2008 @ 20:10:26
  Author: varun
Revision: 4409

* Remove all gpc.* files from kiva due to license issues

Modified:
  packages/enthought-chaco2/trunk/debian/README.Debian-source
  packages/enthought-chaco2/trunk/debian/changelog
  packages/enthought-chaco2/trunk/debian/copyright
  packages/enthought-chaco2/trunk/debian/orig-tar.sh

Modified: packages/enthought-chaco2/trunk/debian/README.Debian-source
===================================================================
--- packages/enthought-chaco2/trunk/debian/README.Debian-source	2008-01-24 16:47:08 UTC (rev 4408)
+++ packages/enthought-chaco2/trunk/debian/README.Debian-source	2008-01-25 20:10:26 UTC (rev 4409)
@@ -7,9 +7,16 @@
   enthought.chaco2-2.0.1b1.tar.gz
   enthought.enable2-2.0.1b1.tar.gz
   enthought.kiva-2.0.0b2.tar.gz
-    
+
+All freetype2 sources in enthought.kiva/enthought/kiva/agg/freetype2
+have been removed to avoid duplicating sources as freetype 2 libraries
+are already available in libfreetype6 package.
+
+Files in enthought.kiva/enthought/kiva/agg/agg-24/gpc/* have been
+removed due to non-free license.
+
 Please use the rules/get-orig-source target to create the orig.tar.gz.
 For more details on repackaging of upstream sources please see the
 debian/orig-tar.sh file.
 
- -- Varun Hiremath <varun at debian.org>, Sun, 20 Jan 2008 14:46:42 +0530
+ -- Varun Hiremath <varun at debian.org>, Sat, 26 Jan 2008 00:58:10 +0530

Modified: packages/enthought-chaco2/trunk/debian/changelog
===================================================================
--- packages/enthought-chaco2/trunk/debian/changelog	2008-01-24 16:47:08 UTC (rev 4408)
+++ packages/enthought-chaco2/trunk/debian/changelog	2008-01-25 20:10:26 UTC (rev 4409)
@@ -11,6 +11,7 @@
   * Update debian/copyright file
   * Add debian/README.Debian-source
   * Add some missing dependencies
+  * Remove all gpc.* files from kiva due to license issues
 
   [ Kumar Appaiah ]
   * debian/control:

Modified: packages/enthought-chaco2/trunk/debian/copyright
===================================================================
--- packages/enthought-chaco2/trunk/debian/copyright	2008-01-24 16:47:08 UTC (rev 4408)
+++ packages/enthought-chaco2/trunk/debian/copyright	2008-01-25 20:10:26 UTC (rev 4409)
@@ -145,21 +145,6 @@
       products derived from this software without specific prior
       written permission.
 
-Files: enthought.kiva/enthought/kiva/agg/agg-24/gpc/*
-Copyright: © 1997-1999, Advanced Interfaces Group, University of Manchester.
-License: other
-  This software is free for non-commercial use. It may be copied,
-  modified, and redistributed provided that this copyright notice is
-  preserved on all copies. The intellectual property rights of the
-  algorithms used reside with the University of Manchester Advanced
-  Interfaces Group.
-
-  You may not use this software, in whole or in part, in support of
-  any commercial product without the express consent of the author.
-
-  There is no warranty or other guarantee of fitness of this software
-  for any purpose. It is provided solely "as is".
-
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL', the
 complete text of the GNU Lesser General Public License can be found in

Modified: packages/enthought-chaco2/trunk/debian/orig-tar.sh
===================================================================
--- packages/enthought-chaco2/trunk/debian/orig-tar.sh	2008-01-24 16:47:08 UTC (rev 4408)
+++ packages/enthought-chaco2/trunk/debian/orig-tar.sh	2008-01-25 20:10:26 UTC (rev 4409)
@@ -28,6 +28,9 @@
 # remove freetype2 source from enthought.kiva
 (cd $DIR; rm -rf enthought.kiva/enthought/kiva/agg/freetype2)
 
+# remove non-free gpc sources
+(cd $DIR; rm -rf enthought.kiva/enthought/kiva/agg/agg-24/gpc)
+
 # create the tarball
 GZIP=--best tar -c -z -f $TAR $DIR
 rm -rf $DIR




More information about the Python-modules-commits mailing list