[Python-apps-commits] r3728 - in packages/pylint/trunk/debian (changelog control copyright)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Sep 14 21:31:26 UTC 2009


    Date: Monday, September 14, 2009 @ 21:31:26
  Author: morph
Revision: 3728

* Python 2.6 transition, thanks Alessio Treglia for the patch; Closes: #530509
* New upstream release
* debian/control
  - removed Conflicts and Replaces, no more needed
  - bump Standards-Version to 3.8.3 (no changes needed)
  - bump versioned dependencies on python-logilab-common and
    python-logilab-astng (to correctly handle migratation from pycentral to
    pysupport, hence the urgency)

Modified:
  packages/pylint/trunk/debian/changelog
  packages/pylint/trunk/debian/control
  packages/pylint/trunk/debian/copyright

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2009-09-14 21:28:07 UTC (rev 3727)
+++ packages/pylint/trunk/debian/changelog	2009-09-14 21:31:26 UTC (rev 3728)
@@ -1,16 +1,25 @@
-pylint (0.18.0-2) UNRELEASED; urgency=low
+pylint (0.18.1-1) UNRELEASED; urgency=medium
 
-  [Juline Lavergne]
-  * Python transition, thanks Alessio Treglia for the patch (Closes: #530509)
+  [ Julien Lavergne ]
+  * Python 2.6 transition, thanks Alessio Treglia for the patch; Closes: #530509
    - Use --install-layout=deb for setup.py install.
    - Replace site-packages by *-packages.
    - Build-depends on python >= 2.5.4-1~ for --install-layout=deb.
 
-   [Alexandre Fayolle]
+  [ Alexandre Fayolle ]
    * debian/rules: set NO_SETUPTOOLS when calling python setup.py
 
- -- Julien Lavergne <julien.lavergne at gmail.com>  Sun, 31 May 2009 01:24:53 +0200
+  [ Sandro Tosi ]
+  * New upstream release
+  * debian/control
+    - removed Conflicts and Replaces, no more needed
+    - bump Standards-Version to 3.8.3 (no changes needed)
+    - bump versioned dependencies on python-logilab-common and
+      python-logilab-astng (to correctly handle migratation from pycentral to
+      pysupport, hence the urgency)
 
+ -- Sandro Tosi <morph at debian.org>  Mon, 14 Sep 2009 23:30:14 +0200
+
 pylint (0.18.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2009-09-14 21:28:07 UTC (rev 3727)
+++ packages/pylint/trunk/debian/control	2009-09-14 21:31:26 UTC (rev 3728)
@@ -5,7 +5,7 @@
 Uploaders: Sylvain Thénault <sylvain.thenault at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 5.0.38), python (>= 2.5.4-1~)
 Build-Depends-Indep: python-support
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 XS-Python-Version: all
 Homepage: http://www.logilab.org/project/pylint
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pylint/trunk/
@@ -13,11 +13,9 @@
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0), python-logilab-astng (>= 0.19.0)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.45.0), python-logilab-astng (>= 0.19.1)
 Recommends: python-tk
 XB-Python-Version: ${python:Versions}
-Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
-Replaces: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
 Description: python code static checker and UML diagram generator
  Pylint is a Python source code analyzer which looks for programming
  errors, helps enforcing a coding standard and sniffs for some code

Modified: packages/pylint/trunk/debian/copyright
===================================================================
--- packages/pylint/trunk/debian/copyright	2009-09-14 21:28:07 UTC (rev 3727)
+++ packages/pylint/trunk/debian/copyright	2009-09-14 21:31:26 UTC (rev 3728)
@@ -32,3 +32,7 @@
 
 The Debian packaging is Copyright (C) 2008-2009, Sandro Tosi <morph at debian.org>
 and is licensed under the same terms as upstream code (see above).
+
+This file have different copyright notices:
+  checkers/logging.py
+  Copyright (c) 2009 Google, Inc.




More information about the Python-apps-commits mailing list