# HG changeset patch # User Paul Boddie # Date 1322415902 -3600 # Node ID c8c59cdb72507a4b60eac7ccc49e17a5654b4ae8 # Parent 0cea8b96c8c1fe8a34daeb215ff65565683ca83e Replaced the clean-up rule with a clean file. Incorporated Beno?t Knecht's suggestions about the copyright file, employing a common Expat licence section, tidying up some comments. Added a description to the makefile.py.patch file. diff -r 0cea8b96c8c1 -r c8c59cdb7250 debian/clean --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/clean Sun Nov 27 18:45:02 2011 +0100 @@ -0,0 +1,1 @@ +debian/shedskin.1 diff -r 0cea8b96c8c1 -r c8c59cdb7250 debian/copyright --- a/debian/copyright Tue Nov 08 23:07:58 2011 +0100 +++ b/debian/copyright Sun Nov 27 18:45:02 2011 +0100 @@ -29,28 +29,20 @@ Files: debian/* Copyright: 2011 Paul Boddie License: Expat - 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. - . - 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. Comment: Debian packaging files Files: shedskin/lib/*.?pp shedskin/lib/os/*.?pp Copyright: 2005-2010 Mark Dufour License: Expat +Comment: C++ implementation of Python builtins and libraries + (except as otherwise mentioned below) + +Files: shedskin/lib/itertools.?pp shedskin/lib/heapq.?pp +Copyright: 2009 Jérémie Roquet +License: Expat +Comment: C++ implementation of Python itertools and heapq libraries + +License: Expat 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 @@ -68,33 +60,10 @@ 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. -Comment: C++ implementation of Python builtins and libraries - (except as otherwise mentioned below) - -Files: shedskin/lib/itertools.?pp shedskin/lib/heapq.?pp -Copyright: 2009 Jérémie Roquet -License: Expat - 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. - . - 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. -Comment: C++ implementation of Python itertools and heapq libraries Files: shedskin/lib/random.cpp -Copyright: 1997-2002 Makoto Matsumoto, Takuji Nishimura +Copyright: 1997-2002 Makoto Matsumoto , + Takuji Nishimura License: BSD-3-clause All rights reserved. . @@ -124,6 +93,4 @@ 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. -Comment: Any feedback is very welcome. - http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html - email: m-mat@math.sci.hiroshima-u.ac.jp +Comment: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html diff -r 0cea8b96c8c1 -r c8c59cdb7250 debian/patches/makefile.py.patch --- a/debian/patches/makefile.py.patch Tue Nov 08 23:07:58 2011 +0100 +++ b/debian/patches/makefile.py.patch Sun Nov 27 18:45:02 2011 +0100 @@ -1,3 +1,5 @@ +Description: Put the compilation flags in a standard configuration location. +Author: Paul Boddie --- a/shedskin/makefile.py +++ b/shedskin/makefile.py @@ -67,7 +67,7 @@ diff -r 0cea8b96c8c1 -r c8c59cdb7250 debian/rules --- a/debian/rules Tue Nov 08 23:07:58 2011 +0100 +++ b/debian/rules Sun Nov 27 18:45:02 2011 +0100 @@ -6,10 +6,6 @@ %: dh $@ --with python2 -override_dh_auto_clean: - rm -f debian/shedskin.1 - dh_auto_clean - override_dh_auto_build: rst2man doc/shedskin.rst debian/shedskin.1 dh_auto_build