r2890 - packages/trunk/cultivation/debian

Miriam Ruiz baby-guest at alioth.debian.org
Fri Jun 8 23:09:37 UTC 2007


Author: baby-guest
Date: 2007-06-08 23:09:37 +0000 (Fri, 08 Jun 2007)
New Revision: 2890

Modified:
   packages/trunk/cultivation/debian/changelog
   packages/trunk/cultivation/debian/copyright
   packages/trunk/cultivation/debian/rules
Log:
Removed non-free stuff



Modified: packages/trunk/cultivation/debian/changelog
===================================================================
--- packages/trunk/cultivation/debian/changelog	2007-06-08 22:33:53 UTC (rev 2889)
+++ packages/trunk/cultivation/debian/changelog	2007-06-08 23:09:37 UTC (rev 2890)
@@ -1,4 +1,4 @@
-cultivation (7.20061227-1) unstable; urgency=low
+cultivation (7.20061227.dfsg1-1) unstable; urgency=low
 
   * Initial release (Closes: #428078)
 

Modified: packages/trunk/cultivation/debian/copyright
===================================================================
--- packages/trunk/cultivation/debian/copyright	2007-06-08 22:33:53 UTC (rev 2889)
+++ packages/trunk/cultivation/debian/copyright	2007-06-08 23:09:37 UTC (rev 2890)
@@ -11,6 +11,11 @@
 
     Cultivation is in the public domain.
 
+    minorGems/sound/portaudio: Copyright (c) 1999-2000 Ross Bencina and Phil Burk
+    minorGems/crypto/hashes/sha*.h: No Copyright. It is in the public domain
+    minorGems/io/file/win32/dirent.*: Copyright (c) Kevlin Henney, 1997
+    minorGems/io/serialPort/win32/COMPort.*: Copyright (C) 2000, UAB BBDSoft
+
 License:
 
     Cultivation is Free
@@ -37,3 +42,87 @@
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
+libportaudio:
+
+    Copyright (c) 1999-2000 Ross Bencina and Phil Burk
+
+    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, 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.
+
+    Any person wishing to distribute modifications to the Software is
+    requested to send the modifications to the original developer so that
+    they can be incorporated into the canonical version.
+
+    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 AUTHORS OR 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.
+
+
+sha1:
+
+    Originally witten by Steve Reid <steve at edmweb.com>
+
+    Modified by Aaron D. Gifford <agifford at infowest.com>
+
+    NO COPYRIGHT - THIS IS 100% IN THE PUBLIC DOMAIN
+
+    The original unmodified version is available at:
+    ftp://ftp.funet.fi/pub/crypt/hash/sha/sha1.c
+
+    THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) 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(S) 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.
+
+dirent:
+
+    POSIX directory browsing functions and types for Win32.
+
+    Kevlin Henney (mailto:kevlin at acm.org), March 1997.
+
+    Copyright Kevlin Henney, 1997. All rights reserved.
+
+    Permission to use, copy, modify, and distribute this software and its
+    documentation for any purpose is hereby granted without fee, provided
+    that this copyright and permissions notice appear in all copies and
+    derivatives, and that no charge may be made for the software and its
+    documentation except to cover cost of distribution.
+
+    This software is supplied "as is" without express or implied warranty.
+
+COMPort:
+
+    General component library for WIN32
+    Copyright (C) 2000, UAB BBDSoft ( http://www.bbdsoft.com/ )
+
+    This material is provided "as is", with absolutely no warranty expressed
+    or implied. Any use is at your own risk.
+
+    Permission to use or copy this software for any purpose is hereby granted 
+    without fee, provided the above notices are retained on all copies.
+    Permission to modify the code and to distribute modified code is granted,
+    provided the above notices are retained, and a notice that the code was
+    modified is included with the above copyright notice.
+
+    The author of this program may be contacted at developers at bbdsoft.com

Modified: packages/trunk/cultivation/debian/rules
===================================================================
--- packages/trunk/cultivation/debian/rules	2007-06-08 22:33:53 UTC (rev 2889)
+++ packages/trunk/cultivation/debian/rules	2007-06-08 23:09:37 UTC (rev 2890)
@@ -83,6 +83,16 @@
 	dh_builddeb
 
 get-orig-source:
+	dh_testdir
+	dh_testroot
+	wget http://mesh.dl.sourceforge.net/sourceforge/cultivation/Cultivation_7_UnixSource.tar.gz
+	tar xvfz Cultivation_7_UnixSource.tar.gz
+	cd Cultivation_7_UnixSource && rm -rf \
+		minorGems/util/development/fortify \
+		minorGems/graphics/openGL/tga.* \
+		minorGems/graphics/openGL/texture.*
+	tar cvfz ../cultivation_7.20061227.dfsg1.orig.tar.gz Cultivation_7_UnixSource
+	rm -rf Cultivation_7_UnixSource.tar.gz
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure get-orig-source




More information about the Pkg-games-commits mailing list