# HG changeset patch # User Paul Boddie # Date 1315511974 -7200 # Node ID c4a5051b48f1f2e24e88fac7de64c604dfe9ac36 # Parent 83134829dbf4cc9782f03daaed2af8ed98b2b3bc Removed false-starts from the changelog. Updated the compat version. Added DEP-3 headers to the patches. Added a clean rule to remove the generated man page. diff -r 83134829dbf4 -r c4a5051b48f1 debian/changelog --- a/debian/changelog Wed Sep 07 00:05:17 2011 +0200 +++ b/debian/changelog Thu Sep 08 21:59:34 2011 +0200 @@ -1,47 +1,5 @@ shedskin (0.9-1) unstable; urgency=low - * New upstream release. - - -- Paul Boddie Tue, 06 Sep 2011 22:58:59 +0200 - -shedskin (0.8-1) unstable; urgency=low - - * Make the package a non-native package. - - -- Paul Boddie Sat, 25 Jun 2011 15:47:39 +0200 - -shedskin (0.8) unstable; urgency=low - - * New upstream release. - - -- Paul Boddie Fri, 27 May 2011 00:32:58 +0200 - -shedskin (0.7.1) unstable; urgency=low - - * New upstream release. - - -- Paul Boddie Mon, 21 Mar 2011 01:32:36 +0100 - -shedskin (0.7) unstable; urgency=low - - * New upstream release. - - -- Paul Boddie Sun, 09 Jan 2011 22:32:48 +0100 - -shedskin (0.6) unstable; urgency=low - - * New upstream release. - - -- Paul Boddie Sat, 16 Oct 2010 22:03:55 +0200 - -shedskin (0.5) unstable; urgency=low - - * New upstream release. - - -- Paul Boddie Tue, 13 Jul 2010 17:40:42 +0200 - -shedskin (0.4) unstable; urgency=low - * Initial release (Closes: #564533) - -- Paul Boddie Sat, 27 Mar 2010 21:46:32 +0100 + -- Paul Boddie Tue, 06 Sep 2011 22:58:59 +0200 diff -r 83134829dbf4 -r c4a5051b48f1 debian/compat --- a/debian/compat Wed Sep 07 00:05:17 2011 +0200 +++ b/debian/compat Thu Sep 08 21:59:34 2011 +0200 @@ -1,1 +1,1 @@ -5 +7 diff -r 83134829dbf4 -r c4a5051b48f1 debian/patches/fix-manpage.patch --- a/debian/patches/fix-manpage.patch Wed Sep 07 00:05:17 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -Index: shedskin_0.8/doc/shedskin.rst -=================================================================== ---- shedskin_0.8.orig/doc/shedskin.rst 2011-08-28 22:54:42.000000000 +0200 -+++ shedskin_0.8/doc/shedskin.rst 2011-08-28 22:55:46.000000000 +0200 -@@ -17,6 +17,22 @@ - - shedskin [OPTION]... FILE - -+DESCRIPTION -+=========== -+ -+Shed Skin is an experimental Python-to-C++ compiler designed to speed up the execution of Python programs. It converts programs written in a static subset of Python to C++. The C++ code can be compiled to executable code, which can be run either as a standalone program or as a module imported and called from CPython. -+ -+LIMITATIONS -+=========== -+(See the documentation for a more detailed overview.) -+ -+1. Variables must be (implicitly) statically typed. Abstract types (as in C++) are supported. -+2. Several Python features cannot be used or only partially. For example, nested functions and variable numbers of arguments are not supported. -+3. Programs cannot freely use the standard library, only those available in ``lib/``. -+ -+OPTIONS -+======= -+ - -a --ann Output annotated source code (.ss.py) - - -b --nobounds Disable bounds checking -@@ -39,23 +55,6 @@ - - -w --nowrap Disable wrap-around checking - --DESCRIPTION --=========== -- --Shed Skin is an experimental Python-to-C++ compiler designed to speed up the execution of Python programs. It converts programs written in a static subset of Python to C++. The C++ code can be compiled to executable code, which can be run either as a standalone program or as a module imported and called from CPython. -- --LIMITATIONS --=========== --(See the documentation for a more detailed overview.) -- --1. Variables must be (implicitly) statically typed. Abstract types (as in C++) are supported. --2. Several Python features cannot be used or only partially. For example, nested functions and variable numbers of arguments are not supported. --3. Programs cannot freely use the standard library, only those available in ``lib/``. -- --OPTIONS --======= -- -- - THANKS - ====== - Google, Bearophile, Hakan Ardo, Brian Blais, Paul Boddie, François Boutines, Djamel Cherif, Mark Dewing, James Coughlan, Victor Garcia, Luis M. Gonzales, Karel Heyse, Denis de Leeuw Duarte, Michael Elkins, Enzo Erbano, FFAO, Fahrzim Hemmati, Van Lindberg, David Marek, Douglas McNeil, Andy Miller, Jeff Miller, Danny Milosavljevic, Joaquin Abian Monux, John Nagle, Harri Pasanen, Brent Pedersen, Joris van Rantwijk, Jeremie Roquet, Mike Schrick, SirNotAppearingInThisManPage, Thomas Spura, Dave Tweed, Jaroslaw Tworek, Pavel Vinogradov, Jason Ye, Joris van Zwieten diff -r 83134829dbf4 -r c4a5051b48f1 debian/patches/setup.py.patch --- a/debian/patches/setup.py.patch Wed Sep 07 00:05:17 2011 +0200 +++ b/debian/patches/setup.py.patch Thu Sep 08 21:59:34 2011 +0200 @@ -1,4 +1,6 @@ -Moved library files under the control of the Debian packaging infrastructure. +Description: Place library files under the control of the Debian + packaging infrastructure. +Author: Paul Boddie Index: shedskin-0.9rc1/setup.py =================================================================== --- shedskin-0.9rc1.orig/setup.py 2011-09-03 13:48:49.000000000 +0200 diff -r 83134829dbf4 -r c4a5051b48f1 debian/patches/shared.py.patch --- a/debian/patches/shared.py.patch Wed Sep 07 00:05:17 2011 +0200 +++ b/debian/patches/shared.py.patch Thu Sep 08 21:59:34 2011 +0200 @@ -1,4 +1,5 @@ -Moved the libraries to a shared location. +Description: Put the libraries in a specific shared location. +Author: Paul Boddie Index: shedskin-0.9rc1/shedskin/shared.py =================================================================== --- shedskin-0.9rc1.orig/shedskin/shared.py 2011-09-03 13:48:49.000000000 +0200 diff -r 83134829dbf4 -r c4a5051b48f1 debian/rules --- a/debian/rules Wed Sep 07 00:05:17 2011 +0200 +++ b/debian/rules Thu Sep 08 21:59:34 2011 +0200 @@ -6,6 +6,10 @@ %: 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