[Python-apps-commits] r12193 - in packages/pychecker/trunk/debian (8 files)

pronovic at users.alioth.debian.org pronovic at users.alioth.debian.org
Wed Aug 5 18:55:29 UTC 2015


    Date: Wednesday, August 5, 2015 @ 18:55:28
  Author: pronovic
Revision: 12193

Fix all patches to eliminate the unecessary leading # character.

Modified:
  packages/pychecker/trunk/debian/changelog
  packages/pychecker/trunk/debian/patches/dist-packages.patch
  packages/pychecker/trunk/debian/patches/fix-version.patch
  packages/pychecker/trunk/debian/patches/put-back-missing-files-from-cvs.patch
  packages/pychecker/trunk/debian/patches/remove-bashisms.patch
  packages/pychecker/trunk/debian/patches/remove-shebang.patch
  packages/pychecker/trunk/debian/patches/spe-improvements.patch
  packages/pychecker/trunk/debian/patches/tweak-setup-py.patch

Modified: packages/pychecker/trunk/debian/changelog
===================================================================
--- packages/pychecker/trunk/debian/changelog	2015-08-04 08:12:00 UTC (rev 12192)
+++ packages/pychecker/trunk/debian/changelog	2015-08-05 18:55:28 UTC (rev 12193)
@@ -1,3 +1,9 @@
+pychecker (0.8.19-11) unstable; urgency=medium
+
+  * Fix all patches to eliminate the unecessary leading # character.
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Wed, 05 Aug 2015 13:55:10 -0500
+
 pychecker (0.8.19-10) unstable; urgency=medium
 
   * Fix Lintian bug in debian/copyright: empty-short-license-in-dep5-copyright.

Modified: packages/pychecker/trunk/debian/patches/dist-packages.patch
===================================================================
--- packages/pychecker/trunk/debian/patches/dist-packages.patch	2015-08-04 08:12:00 UTC (rev 12192)
+++ packages/pychecker/trunk/debian/patches/dist-packages.patch	2015-08-05 18:55:28 UTC (rev 12193)
@@ -1,11 +1,11 @@
-# Description: Support Debian-specific standard library location.
-#  Debian has chosen to put Python standard libraries in dist-packages rather
-#  than site-packages.  However, this is somewhat non-standard, and confuses
-#  pychecker.  This patch adds support for dist-packages in addition to
-#  site-packages.
-# Bug-Debian: http://bugs.debian.org/648426
-# Author: Nigel Evans
-# Reviewed-By: Kenneth J. Pronovici <pronovic at debian.org>
+Description: Support Debian-specific standard library location.
+ Debian has chosen to put Python standard libraries in dist-packages rather
+ than site-packages.  However, this is somewhat non-standard, and confuses
+ pychecker.  This patch adds support for dist-packages in addition to
+ site-packages.
+Bug-Debian: http://bugs.debian.org/648426
+Author: Nigel Evans
+Reviewed-By: Kenneth J. Pronovici <pronovic at debian.org>
 --- a/pychecker/warn.py
 +++ b/pychecker/warn.py
 @@ -451,7 +451,7 @@

Modified: packages/pychecker/trunk/debian/patches/fix-version.patch
===================================================================
--- packages/pychecker/trunk/debian/patches/fix-version.patch	2015-08-04 08:12:00 UTC (rev 12192)
+++ packages/pychecker/trunk/debian/patches/fix-version.patch	2015-08-05 18:55:28 UTC (rev 12193)
@@ -1,6 +1,6 @@
-# Description: Fix the reported upstream version.
-#  Upstream does not report the proper version, so I am fixing it here.
-# Author: Kenneth J. Pronovici <pronovic at debian.org>
+Description: Fix the reported upstream version.
+ Upstream does not report the proper version, so I am fixing it here.
+Author: Kenneth J. Pronovici <pronovic at debian.org>
 --- a/pychecker/Config.py
 +++ b/pychecker/Config.py
 @@ -33,7 +33,7 @@

Modified: packages/pychecker/trunk/debian/patches/put-back-missing-files-from-cvs.patch
===================================================================
--- packages/pychecker/trunk/debian/patches/put-back-missing-files-from-cvs.patch	2015-08-04 08:12:00 UTC (rev 12192)
+++ packages/pychecker/trunk/debian/patches/put-back-missing-files-from-cvs.patch	2015-08-05 18:55:28 UTC (rev 12193)
@@ -1,12 +1,12 @@
-# Description: Add back missing files.
-#  This patch adds back a *huge* number of files that were mistakenly
-#  not included in the official upstream 0.8.19 tarball.  These files
-#  will be included in the 0.8.20 release, using a new MANIFEST.in
-#  which I provided.  However, for the time being upstream has asked
-#  me to deal with this problem by patching the Debian package.  All
-#  of the extra files included in this patch were pulled directly from
-#  upstream CVS using 'cvs co -r v0_8_19'.
-# Author: Kenneth J. Pronovici <pronovic at debian.org>
+Description: Add back missing files.
+ This patch adds back a *huge* number of files that were mistakenly
+ not included in the official upstream 0.8.19 tarball.  These files
+ will be included in the 0.8.20 release, using a new MANIFEST.in
+ which I provided.  However, for the time being upstream has asked
+ me to deal with this problem by patching the Debian package.  All
+ of the extra files included in this patch were pulled directly from
+ upstream CVS using 'cvs co -r v0_8_19'.
+Author: Kenneth J. Pronovici <pronovic at debian.org>
 --- /dev/null
 +++ pychecker-0.8.19/test_check.sh
 @@ -0,0 +1,111 @@

Modified: packages/pychecker/trunk/debian/patches/remove-bashisms.patch
===================================================================
--- packages/pychecker/trunk/debian/patches/remove-bashisms.patch	2015-08-04 08:12:00 UTC (rev 12192)
+++ packages/pychecker/trunk/debian/patches/remove-bashisms.patch	2015-08-05 18:55:28 UTC (rev 12193)
@@ -1,8 +1,8 @@
-# Description: Remove bashisms from shell scripts.
-#  For squeeze, Debian has changed /bin/sh so it is really /bin/dash rather
-#  than /bin/bash.  Some scripts that I need to run include bashisms and are
-#  not compatible with /bin/dash.  This patch fixes those scripts.
-# Author: Kenneth J. Pronovici <pronovic at debian.org>
+Description: Remove bashisms from shell scripts.
+ For squeeze, Debian has changed /bin/sh so it is really /bin/dash rather
+ than /bin/bash.  Some scripts that I need to run include bashisms and are
+ not compatible with /bin/dash.  This patch fixes those scripts.
+Author: Kenneth J. Pronovici <pronovic at debian.org>
 --- a/test_check.sh
 +++ b/test_check.sh
 @@ -20,7 +20,7 @@

Modified: packages/pychecker/trunk/debian/patches/remove-shebang.patch
===================================================================
--- packages/pychecker/trunk/debian/patches/remove-shebang.patch	2015-08-04 08:12:00 UTC (rev 12192)
+++ packages/pychecker/trunk/debian/patches/remove-shebang.patch	2015-08-05 18:55:28 UTC (rev 12193)
@@ -1,5 +1,5 @@
-# Description: Remove shebang (#!) from .py files to comply with policy.
-# Author: Kenneth J. Pronovici <pronovic at debian.org>
+Description: Remove shebang (#!) from .py files to comply with policy.
+Author: Kenneth J. Pronovici <pronovic at debian.org>
 --- a/pychecker/checker.py
 +++ b/pychecker/checker.py
 @@ -1,4 +1,3 @@

Modified: packages/pychecker/trunk/debian/patches/spe-improvements.patch
===================================================================
--- packages/pychecker/trunk/debian/patches/spe-improvements.patch	2015-08-04 08:12:00 UTC (rev 12192)
+++ packages/pychecker/trunk/debian/patches/spe-improvements.patch	2015-08-05 18:55:28 UTC (rev 12193)
@@ -1,12 +1,12 @@
-# Description: Apply SPE improvements to main.py.
-#  The SPE (Stani's Python Editor) folks have made some minor improvements to
-#  pychecker2/main.py, to make it handle errors better and make it more
-#  flexible. The changes are straightforward and look safe to me.  Since SPE is
-#  already using them this implies that they work properly.
-# Bug-Debian: http://bugs.debian.org/453092
-# Forwarded: http://sourceforge.net/tracker/?func=detail&aid=1845213&group_id=24686&atid=382219
-# Author: SPE (Stani's Python Editor), http://pythonide.stani.be
-# Reviewed-By: Kenneth J. Pronovici <pronovic at debian.org>
+Description: Apply SPE improvements to main.py.
+ The SPE (Stani's Python Editor) folks have made some minor improvements to
+ pychecker2/main.py, to make it handle errors better and make it more
+ flexible. The changes are straightforward and look safe to me.  Since SPE is
+ already using them this implies that they work properly.
+Bug-Debian: http://bugs.debian.org/453092
+Forwarded: http://sourceforge.net/tracker/?func=detail&aid=1845213&group_id=24686&atid=382219
+Author: SPE (Stani's Python Editor), http://pythonide.stani.be
+Reviewed-By: Kenneth J. Pronovici <pronovic at debian.org>
 --- a/pychecker2/main.py
 +++ b/pychecker2/main.py
 @@ -1,5 +1,28 @@

Modified: packages/pychecker/trunk/debian/patches/tweak-setup-py.patch
===================================================================
--- packages/pychecker/trunk/debian/patches/tweak-setup-py.patch	2015-08-04 08:12:00 UTC (rev 12192)
+++ packages/pychecker/trunk/debian/patches/tweak-setup-py.patch	2015-08-05 18:55:28 UTC (rev 12193)
@@ -1,7 +1,7 @@
-# Description: Customize the upstream setup.py.
-#  For Debian, we distribute pychecker2 even through upstream doesn't.
-#  We also distribute a different customized pychecker script.
-# Author: Kenneth J. Pronovici <pronovic at debian.org>
+Description: Customize the upstream setup.py.
+ For Debian, we distribute pychecker2 even through upstream doesn't.
+ We also distribute a different customized pychecker script.
+Author: Kenneth J. Pronovici <pronovic at debian.org>
 --- a/setup.py
 +++ b/setup.py
 @@ -258,9 +258,9 @@ kw =  { 'name'             : "PyChecker"




More information about the Python-apps-commits mailing list