[Python-modules-commits] r18215 - in packages/python-simpy/trunk/debian (changelog copyright)
dandrimont-guest at users.alioth.debian.org
dandrimont-guest at users.alioth.debian.org
Sat Aug 20 12:32:02 UTC 2011
Date: Saturday, August 20, 2011 @ 12:32:01
Author: dandrimont-guest
Revision: 18215
Update the d/copyright file and switch to DEP5
Modified:
packages/python-simpy/trunk/debian/changelog
packages/python-simpy/trunk/debian/copyright
Modified: packages/python-simpy/trunk/debian/changelog
===================================================================
--- packages/python-simpy/trunk/debian/changelog 2011-08-20 12:22:10 UTC (rev 18214)
+++ packages/python-simpy/trunk/debian/changelog 2011-08-20 12:32:01 UTC (rev 18215)
@@ -3,6 +3,7 @@
* New upstream release (Closes: #463044)
* Take over the package under the Python Modules Team.
- Thanks Antal A. Buss for your work on this package.
+
* Add debian/watch file
* Update Standards-Version to 3.9.2 (no changes)
* Bump dehelper compat level to 8
@@ -10,8 +11,9 @@
* Switch to the 3.0 (quilt) source format
* Build the documentation from source
* Drop old Conflicts/Replaces
+ * Update the copyright file, switch to DEP5
- -- Nicolas Dandrimont <nicolas.dandrimont at crans.org> Thu, 18 Aug 2011 23:46:50 +0200
+ -- Nicolas Dandrimont <nicolas.dandrimont at crans.org> Sat, 20 Aug 2011 14:26:46 +0200
python-simpy (1.8-1) unstable; urgency=low
Modified: packages/python-simpy/trunk/debian/copyright
===================================================================
--- packages/python-simpy/trunk/debian/copyright 2011-08-20 12:22:10 UTC (rev 18214)
+++ packages/python-simpy/trunk/debian/copyright 2011-08-20 12:32:01 UTC (rev 18215)
@@ -1,28 +1,40 @@
-This package was debianised by Antal A. Buss <abuss at puj.edu.co> on
-2004-07-21.
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: SimPy
+Upstream-Contact: Klaus G. Muller <kgmuller at users.sourceforge.net>,
+ Tony Vignaux <vignaux at users.sourceforge.net>
+Source: http://simpy.sourceforge.net/
-It was downloaded from http://simpy.sourceforge.net/
+Files: *
+Copyright: Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Klaus G. Muller, Tony Vignaux
+License: LGPL-2.1
-Upstream Authors: Klaus G. Muller <kgmuller at users.sourceforge.net>,
- Tony Vignaux <vignaux at users.sourceforge.net>
+Files: SimPy/tkconsole.py
+Copyright: Ka - Ping Yee <ping at lfw.org>, 18 April 1999.
+License: public-domain
+ This software is in the public domain and is provided without
+ express or implied warranty. Permission to use, modify, or
+ distribute the software for any purpose is hereby granted.
-Copyright:
+Files: debian/*
+Copyright: Copyright (c) 2004-2007 Antal A. Buss,
+ Copyright (c) 2011 Nicolas Dandrimont
+License: LGPL-2.1
+License: LGPL-2.1
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
-
+ .
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
-
+ .
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA.
-
-On Debian systems, the complete text of the GNU Library
-General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
-
+ .
+ On Debian systems, the complete text of the GNU Library
+ General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
More information about the Python-modules-commits
mailing list