Author: pabs Date: 2011-02-21 03:29:08 +0000 (Mon, 21 Feb 2011) New Revision: 11805
Modified: packages/trunk/between/debian/changelog packages/trunk/between/debian/copyright packages/trunk/between/debian/rules Log: Document GPL code in the copyright file (Closes: #614052) Modified: packages/trunk/between/debian/changelog =================================================================== --- packages/trunk/between/debian/changelog 2011-02-20 17:18:08 UTC (rev 11804) +++ packages/trunk/between/debian/changelog 2011-02-21 03:29:08 UTC (rev 11805) @@ -1,3 +1,9 @@ +between (6+dfsg1-1) UNRELEASED; urgency=low + + * Document GPL code in the copyright file (Closes: #614052) + + -- Paul Wise <[email protected]> Mon, 21 Feb 2011 10:30:02 +0800 + between (6+dfsg1-1) unstable; urgency=low * Initial release (Closes: #524846) Modified: packages/trunk/between/debian/copyright =================================================================== --- packages/trunk/between/debian/copyright 2011-02-20 17:18:08 UTC (rev 11804) +++ packages/trunk/between/debian/copyright 2011-02-21 03:29:08 UTC (rev 11805) @@ -16,6 +16,12 @@ minorGems/io/file/win32/dirent.*: Copyright 1997 Kevlin Henney minorGems/io/serialPort/win32/COMPort.*: Copyright 2000 UAB BBDSoft minorGems/util/development/leakTracer/: No copyright (public domain) + minorGems/network/linux/gnut_*: Copyright 2000 Josh Pieper + minorGems/network/win32/SocketClientWin32.cpp: Copyright 2000 Josh Pieper + minorGems/network/win32/SocketWin32.cpp: Copyright 2000 Josh Pieper + minorGems/network/linux/SocketClientLinux.cpp: Copyright 2000 Josh Pieper + minorGems/network/linux/SocketLinux.cpp: Copyright 2000 Josh Pieper + minorGems/network/unix/SocketUDPUnix.cpp: Copyright 2000 Josh Pieper License: @@ -83,3 +89,10 @@ Henner Zeller <[email protected]> This program is Public Domain + +gnut & Socket*: + + This file is distributed under the GPL. + + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-*'. Modified: packages/trunk/between/debian/rules =================================================================== --- packages/trunk/between/debian/rules 2011-02-20 17:18:08 UTC (rev 11804) +++ packages/trunk/between/debian/rules 2011-02-21 03:29:08 UTC (rev 11805) @@ -36,6 +36,8 @@ get-orig-source: wget -c http://downloads.sourceforge.net/project/$(sfp)/v$(V)/$(P)_v$(V)_UnixSource.tar.gz tar zxf $(P)_v$(V)_UnixSource.tar.gz + # Embedded code copies, unused + rm $(P)_v$(V)_UnixSource/minorGems/network/linux/gnut_* # VCS file rm $(P)_v$(V)_UnixSource/minorGems/.hgtags # Pre-built Windows libraries, unused _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

