[Python-apps-commits] r2276 - in packages/pyflakes/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri Jan 30 18:59:18 UTC 2009
Date: Friday, January 30, 2009 @ 18:59:18
Author: morph
Revision: 2276
* debian/copyright
- added my contribution to packaging
- updated upstream copyright years
* debian/README.source
- removed paragraph about "./debian/rules get-orig-source"
* debian/control
- updated short and long descriptions
Modified:
packages/pyflakes/trunk/debian/README.source
packages/pyflakes/trunk/debian/changelog
packages/pyflakes/trunk/debian/control
packages/pyflakes/trunk/debian/copyright
Modified: packages/pyflakes/trunk/debian/README.source
===================================================================
--- packages/pyflakes/trunk/debian/README.source 2009-01-30 18:39:50 UTC (rev 2275)
+++ packages/pyflakes/trunk/debian/README.source 2009-01-30 18:59:18 UTC (rev 2276)
@@ -2,8 +2,3 @@
about it at:
/usr/share/doc/quilt/README.source
-
-This release is based on an upstream SVN snapshot; in order to retrieve the
-original tarball used, you have to run:
-
- ./debian/rules get-orig-source
Modified: packages/pyflakes/trunk/debian/changelog
===================================================================
--- packages/pyflakes/trunk/debian/changelog 2009-01-30 18:39:50 UTC (rev 2275)
+++ packages/pyflakes/trunk/debian/changelog 2009-01-30 18:59:18 UTC (rev 2276)
@@ -1,7 +1,17 @@
pyflakes (0.3.0-1) unstable; urgency=low
+ [ Tristan Seligmann ]
* New upstream release.
+ [ Sandro Tosi ]
+ * debian/copyright
+ - added my contribution to packaging
+ - updated upstream copyright years
+ * debian/README.source
+ - removed paragraph about "./debian/rules get-orig-source"
+ * debian/control
+ - updated short and long descriptions
+
-- Tristan Seligmann <mithrandi at mithrandi.net> Fri, 30 Jan 2009 20:38:15 +0200
pyflakes (0.2.1+svn17054-1) unstable; urgency=low
Modified: packages/pyflakes/trunk/debian/control
===================================================================
--- packages/pyflakes/trunk/debian/control 2009-01-30 18:39:50 UTC (rev 2275)
+++ packages/pyflakes/trunk/debian/control 2009-01-30 18:59:18 UTC (rev 2276)
@@ -14,9 +14,10 @@
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}
-Description: simple Python source checker
- Pyflakes is a simple program which checks Python source files for errors.
- It is similar to PyChecker in scope, but differs in that it does not execute
- the modules to check them. This is both safer and faster, although it does
- not perform as many checks. Unlike PyLint, Pyflakes checks only for logical
- errors in programs; it does not perform any checks on style.
+Description: passive checker of Python programs
+ Pyflakes is program to analyze Python programs and detect various
+ errors. It works by parsing the source file, not importing it, so it
+ is safe to use on modules with side effects. It's also much faster.
+ .
+ Unlike PyLint, Pyflakes checks only for logical errors in programs;
+ it does not perform any checks on style.
Modified: packages/pyflakes/trunk/debian/copyright
===================================================================
--- packages/pyflakes/trunk/debian/copyright 2009-01-30 18:39:50 UTC (rev 2275)
+++ packages/pyflakes/trunk/debian/copyright 2009-01-30 18:59:18 UTC (rev 2276)
@@ -2,9 +2,10 @@
Files: debian/*
Copyright: © 2005 - 2006, Andrew Mitchell <ajmitch at ubuntu.com>
+Copyright: © 2008 - 2009, Sandro Tosi <morph at debian.org>
Files: *
-Copyright: Copyright (c) 2005-2008 Divmod, Inc
+Copyright: Copyright (c) 2005-2009 Divmod, Inc
License: MIT
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
More information about the Python-apps-commits
mailing list