[Python-apps-commits] r2660 - in packages/pylint/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Mar 27 08:45:59 UTC 2009


    Date: Friday, March 27, 2009 @ 08:45:58
  Author: morph
Revision: 2660

* New upstream release
* debian/copyright
  - added packaging copyright for the work I do
  - clearly separated copyright and license notices, indenting by 4 spaces
  - link to GPL-2 file, not to the generic GPL
* debian/control
  - updated Homepage field
  - bump versions for python-logilab-common and python-logilab-astng depends
  - bump Standard-Versions to 3.8.1 (no changes needed)
* debian/{control, rules}
  - switch from python-central to python-support
* debian/rules
  - 'build' is a dir, we need to clean with 'rm'

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2009-03-27 08:45:34 UTC (rev 2659)
+++ packages/pylint/trunk/debian/changelog	2009-03-27 08:45:58 UTC (rev 2660)
@@ -1,3 +1,21 @@
+pylint (0.18.0-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright
+    - added packaging copyright for the work I do
+    - clearly separated copyright and license notices, indenting by 4 spaces
+    - link to GPL-2 file, not to the generic GPL
+  * debian/control
+    - updated Homepage field
+    - bump versions for python-logilab-common and python-logilab-astng depends
+    - bump Standard-Versions to 3.8.1 (no changes needed)
+  * debian/{control, rules}
+    - switch from python-central to python-support
+  * debian/rules
+    - 'build' is a dir, we need to clean with 'rm'
+
+ -- Sandro Tosi <morph at debian.org>  Fri, 27 Mar 2009 09:45:39 +0100
+
 pylint (0.16.0-1) unstable; urgency=low
 
   * New upstream release; Closes: #515799

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2009-03-27 08:45:34 UTC (rev 2659)
+++ packages/pylint/trunk/debian/control	2009-03-27 08:45:58 UTC (rev 2660)
@@ -4,16 +4,16 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 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
-Build-Depends-Indep: python-central (>=0.5.6)
-Standards-Version: 3.8.0
+Build-Depends-Indep: python-support
+Standards-Version: 3.8.1
 XS-Python-Version: all
-Homepage: http://www.logilab.org/Project/name/pylint
+Homepage: http://www.logilab.org/project/pylint
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pylint/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/
 
 Package: pylint
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.38.0), python-logilab-astng (>= 0.17.4)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0), python-logilab-astng (>= 0.19.0)
 Recommends: python-tk
 XB-Python-Version: ${python:Versions}
 Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test

Modified: packages/pylint/trunk/debian/copyright
===================================================================
--- packages/pylint/trunk/debian/copyright	2009-03-27 08:45:34 UTC (rev 2659)
+++ packages/pylint/trunk/debian/copyright	2009-03-27 08:45:58 UTC (rev 2660)
@@ -4,26 +4,31 @@
 
 Upstream Author: 
 
-  Sylvain Thenault <sylvain.thenault at logilab.fr>
+    Sylvain Thenault <sylvain.thenault at logilab.fr>
 
 Copyright:
 
-Copyright (c) 2003-2009 Sylvain Thenault (thenault at gmail.com).
-Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
-http://www.logilab.fr/ -- mailto:contact at logilab.fr
+    Copyright (c) 2003-2009 Sylvain Thenault (thenault at gmail.com).
+    Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+    http://www.logilab.fr/ -- mailto:contact at logilab.fr
 
-This program is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free Software
-Foundation; either version 2 of the License, or (at your option) any later
-version.
+License:
 
-This program is distributed in the hope that it will be useful, but WITHOUT
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+    This program is free software; you can redistribute it and/or modify it under
+    the terms of the GNU General Public License as published by the Free Software
+    Foundation; either version 2 of the License, or (at your option) any later
+    version.
 
-You should have received a copy of the GNU General Public License along with
-this program; if not, write to the Free Software Foundation, Inc.,
-51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+    This program is distributed in the hope that it will be useful, but WITHOUT
+    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+    FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
-On Debian systems, the complete text of the GNU General Public License
-may be found in '/usr/share/common-licenses/GPL'.
+    You should have received a copy of the GNU General Public License along with
+    this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General Public License v2
+may be found in '/usr/share/common-licenses/GPL-2'.
+
+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).

Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules	2009-03-27 08:45:34 UTC (rev 2659)
+++ packages/pylint/trunk/debian/rules	2009-03-27 08:45:58 UTC (rev 2660)
@@ -25,8 +25,10 @@
 
 	find . -name "*.pyc" -delete
 
-	dh_clean build-stamp build
+	rm -rf build
 
+	dh_clean build-stamp
+
 install: build
 	dh_testdir
 	dh_testroot
@@ -55,7 +57,7 @@
 	dh_testdir 
 	dh_testroot 
 	dh_install -i
-	dh_pycentral -i
+	dh_pysupport -i
 	dh_installchangelogs -i ChangeLog
 	dh_installexamples -i
 	dh_installdocs -i




More information about the Python-apps-commits mailing list