[Python-modules-commits] r12965 - in packages/twill/trunk/debian (6 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Sun May 16 13:14:36 UTC 2010


    Date: Sunday, May 16, 2010 @ 13:14:18
  Author: arnau
Revision: 12965

Fix lintian warnings and set 3.0 (quilt) as source format

Modified:
  packages/twill/trunk/debian/changelog
  packages/twill/trunk/debian/control
  packages/twill/trunk/debian/copyright
  packages/twill/trunk/debian/rules
  packages/twill/trunk/debian/source/format
Deleted:
  packages/twill/trunk/debian/README.source

Deleted: packages/twill/trunk/debian/README.source
===================================================================
--- packages/twill/trunk/debian/README.source	2010-05-16 13:02:40 UTC (rev 12964)
+++ packages/twill/trunk/debian/README.source	2010-05-16 13:14:18 UTC (rev 12965)
@@ -1,6 +0,0 @@
-This package  uses quilt to  manage all modifications to  the upstream
-source.   Changes  are  stored  in  the source  package  as  diffs  in
-'debian/patches' and applied during the build.
-
-You can find explanations about quilt usage in the following file:
-/usr/share/doc/quilt/README.source

Modified: packages/twill/trunk/debian/changelog
===================================================================
--- packages/twill/trunk/debian/changelog	2010-05-16 13:02:40 UTC (rev 12964)
+++ packages/twill/trunk/debian/changelog	2010-05-16 13:14:18 UTC (rev 12965)
@@ -1,3 +1,17 @@
+twill (0.9-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    + Replace python-dev by python in Build-Depends.
+    + Bump Standards-Version to 3.8.4. No changes needed.
+    + Drop now useless debian/README.source.
+  * debian/copyright:
+    + Update copyright years.
+  * Switch to dpkg-source 3.0 (quilt) format.
+    + Remove Build-Depends on quilt in debian/control.
+    + Remove include of patchsys-quilt.mk in debian/rules.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Sun, 16 May 2010 13:52:13 +0100
+
 twill (0.9-1) unstable; urgency=low
 
   [ Arnaud Fontaine ]

Modified: packages/twill/trunk/debian/control
===================================================================
--- packages/twill/trunk/debian/control	2010-05-16 13:02:40 UTC (rev 12964)
+++ packages/twill/trunk/debian/control	2010-05-16 13:14:18 UTC (rev 12965)
@@ -5,13 +5,12 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
                cdbs (>= 0.4.49),
-               python-dev (>= 2.3.5-11),
+               python (>= 2.3.5-11),
                python-support (>= 0.7.1),
-               quilt
 Build-Depends-Indep: xsltproc,
                      docbook-xsl,
                      docbook-xml,
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Homepage: http://twill.idyll.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/twill/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/twill/trunk/

Modified: packages/twill/trunk/debian/copyright
===================================================================
--- packages/twill/trunk/debian/copyright	2010-05-16 13:02:40 UTC (rev 12964)
+++ packages/twill/trunk/debian/copyright	2010-05-16 13:14:18 UTC (rev 12965)
@@ -5,7 +5,7 @@
 
 Author: C. Titus Brown <titus at caltech.edu>
 
-Copyright (c) 2005-2009 C. Titus Brown <titus at caltech.edu>
+Copyright (c) 2005-2010 C. Titus Brown <titus at caltech.edu>
 
   Permission  is  hereby  granted,  free  of  charge,  to  any  person
   obtaining a copy of this software and associated documentation files
@@ -39,7 +39,7 @@
        twill/other_packages/_mechanize_dist/_response.py
        twill/other_packages/_mechanize_dist/_html.py
        twill/other_packages/_mechanize_dist/_http.py
-  Copyright 2002-2009 John J. Lee <jjl at pobox.com>
+  Copyright 2002-2010 John J. Lee <jjl at pobox.com>
   License:
 
   This code is free software; you can redistribute it and/or modify it
@@ -101,9 +101,9 @@
 
 File: twill/other_packages/_mechanize_dist/_clientcookie.py
 
-  Copyright 2002-2009 John J Lee <jjl at pobox.com>
-  Copyright 1997-2009 Gisle Aas (original libwww-perl code)
-  Copyright 2002-2009 Johnny Lee (original MSIE Perl code)
+  Copyright 2002-2010 John J Lee <jjl at pobox.com>
+  Copyright 1997-2010 Gisle Aas (original libwww-perl code)
+  Copyright 2002-2010 Johnny Lee (original MSIE Perl code)
   License:
 
   This code is free software; you can redistribute it and/or modify it
@@ -118,8 +118,8 @@
        twill/other_packages/_mechanize_dist/_lwpcookiejar.py
        twill/other_packages/_mechanize_dist/_headersutil.py
        twill/other_packages/_mechanize_dist/_mozillacookiejar.py
-  Copyright 2003-2009 John J. Lee <jjl at pobox.com>
-  Copyright 1997-2009 Gisle Aas (original libwww-perl code)
+  Copyright 2003-2010 John J. Lee <jjl at pobox.com>
+  Copyright 1997-2010 Gisle Aas (original libwww-perl code)
   License:
 
   This code is free software; you can redistribute it and/or modify it
@@ -135,8 +135,8 @@
 
 
 File: twill/other_packages/_mechanize_dist/_mechanize.py
-  Copyright 2003-2009 John J. Lee <jjl at pobox.com>
-  Copyright 2003-2009 Andy Lester (original Perl code)
+  Copyright 2003-2010 John J. Lee <jjl at pobox.com>
+  Copyright 2003-2010 Andy Lester (original Perl code)
   License:
 
   This code is free software; you can redistribute it and/or modify it
@@ -148,8 +148,8 @@
 
 
 File: twill/other_packages/_mechanize_dist/_msiecookiejar.py
-  Copyright 2002-2009 Johnny Lee <typo_pl at hotmail.com> (MSIE Perl code)
-  Copyright 2002-2009 John J Lee <jjl at pobox.com> (The Python port)
+  Copyright 2002-2010 Johnny Lee <typo_pl at hotmail.com> (MSIE Perl code)
+  Copyright 2002-2010 John J Lee <jjl at pobox.com> (The Python port)
   License:
 
   This code is free software; you can redistribute it and/or modify it
@@ -161,10 +161,10 @@
 
 
 File: twill/other_packages/ClientForm.py
-  Copyright 2002-2009 John J. Lee <jjl at pobox.com>
-  Copyright 2005-2009 Gary Poster
-  Copyright 2005-2009 Zope Corporation
-  Copyright 1998-2009 Gisle Aas.
+  Copyright 2002-2010 John J. Lee <jjl at pobox.com>
+  Copyright 2005-2010 Gary Poster
+  Copyright 2005-2010 Zope Corporation
+  Copyright 1998-2010 Gisle Aas.
   License:
 
   This code is free software; you can redistribute it and/or modify it
@@ -176,7 +176,7 @@
 
 
 File: twill/other_packages/_mechanize_dist/_beautifulsoup.py
-  Copyright (c) 2004-2009 Leonard Richardson
+  Copyright (c) 2004-2010 Leonard Richardson
   License:
 
   PSF LICENSE AGREEMENT FOR PYTHON 2.3
@@ -232,7 +232,7 @@
 
 
 File: twill/other_packages/pyparsing.py
-  Copyright (c) 2003-2009  Paul T. McGuire
+  Copyright (c) 2003-2010  Paul T. McGuire
   License:
 
   Permission  is  hereby  granted,  free  of  charge,  to  any  person
@@ -257,7 +257,7 @@
 
 
 File: twill/other_packages/subprocess.py
-  Copyright (c) 2003-2009 by Peter Astrand <astrand at lysator.liu.se>
+  Copyright (c) 2003-2010 by Peter Astrand <astrand at lysator.liu.se>
   License:
 
   PSF LICENSE AGREEMENT FOR PYTHON 2.4
@@ -311,7 +311,7 @@
      agrees to  be bound by the  terms and conditions  of this License
      Agreement.
 
-The   Debian    packaging   is   (C)    2007-2009,   Arnaud   Fontaine
+The   Debian    packaging   is   (C)    2007-2010,   Arnaud   Fontaine
 <arnau at debian.org> and is licensed under the GPL (version 2 or later).
 On Debian systems, the complete text of the GNU General Public License
-can be found in `/usr/share/common-licenses/GPL*'.
+can be found in `/usr/share/common-licenses/GPL-2'.

Modified: packages/twill/trunk/debian/rules
===================================================================
--- packages/twill/trunk/debian/rules	2010-05-16 13:02:40 UTC (rev 12964)
+++ packages/twill/trunk/debian/rules	2010-05-16 13:14:18 UTC (rev 12965)
@@ -5,7 +5,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # Don't compress .py files
 DEB_COMPRESS_EXCLUDE := .py

Modified: packages/twill/trunk/debian/source/format
===================================================================
--- packages/twill/trunk/debian/source/format	2010-05-16 13:02:40 UTC (rev 12964)
+++ packages/twill/trunk/debian/source/format	2010-05-16 13:14:18 UTC (rev 12965)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list