[Python-modules-commits] r21741 - in packages/ply/trunk/debian (4 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Mon May 14 03:13:25 UTC 2012
Date: Monday, May 14, 2012 @ 03:13:21
Author: arnau
Revision: 21741
* debian/control: bump Standards-Version to 3.9.3. No changes needed.
* Add debian/source/options to ignore changes in egg-info/* to prevent
FTBFS if built twice. Closes: #671248.
* debian/copyright: switch to version 1.0 of machine-readable format.
Added:
packages/ply/trunk/debian/source/options
Modified:
packages/ply/trunk/debian/changelog
packages/ply/trunk/debian/control
packages/ply/trunk/debian/copyright
Modified: packages/ply/trunk/debian/changelog
===================================================================
--- packages/ply/trunk/debian/changelog 2012-05-14 03:08:00 UTC (rev 21740)
+++ packages/ply/trunk/debian/changelog 2012-05-14 03:13:21 UTC (rev 21741)
@@ -1,3 +1,12 @@
+ply (3.4-3) unstable; urgency=low
+
+ * debian/control: bump Standards-Version to 3.9.3. No changes needed.
+ * Add debian/source/options to ignore changes in egg-info/* to prevent
+ FTBFS if built twice. Closes: #671248.
+ * debian/copyright: switch to version 1.0 of machine-readable format.
+
+ -- Arnaud Fontaine <arnau at debian.org> Mon, 14 May 2012 11:58:48 +0900
+
ply (3.4-2) unstable; urgency=low
* Team upload.
Modified: packages/ply/trunk/debian/control
===================================================================
--- packages/ply/trunk/debian/control 2012-05-14 03:08:00 UTC (rev 21740)
+++ packages/ply/trunk/debian/control 2012-05-14 03:13:21 UTC (rev 21741)
@@ -13,7 +13,7 @@
python3-setuptools
X-Python-Version: >= 2.3
X-Python3-Version: >= 3.0
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://www.dabeaz.com/ply/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ply/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ply/trunk/
Modified: packages/ply/trunk/debian/copyright
===================================================================
--- packages/ply/trunk/debian/copyright 2012-05-14 03:08:00 UTC (rev 21740)
+++ packages/ply/trunk/debian/copyright 2012-05-14 03:13:21 UTC (rev 21741)
@@ -1,39 +1,41 @@
-This package was debianized by Arnaud Fontaine <arnau at debian.org> on
-Tue, 11 Apr 2006 22:21:34 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ply
+Upstream-Contact: David M. Beazley <dave at dabeaz.com>
+Source: http://www.dabeaz.com/ply/
-It was downloaded from http://www.dabeaz.com/ply/
+Files: *
+Copyright: 2001-2012 David M. Beazley (Dabeaz LLC) <dave at dabeaz.com>
+License: BSD-3-clause
-Author: David M. Beazley <dave at dabeaz.com>
+Files: debian/*
+Copyright: 2006-2012, Arnaud Fontaine <arnau at debian.org>
+License: BSD-3-clause
-Copyright: 2001-2011 David M. Beazley (Dabeaz LLC) <dave at dabeaz.com>
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
- * Neither the name of the David Beazley or Dabeaz LLC may be used to
- endorse or promote products derived from this software without
- specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ * Neither the name of the David Beazley or Dabeaz LLC may be used to endorse
+ or promote products derived from this software without specific prior
+ written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
Added: packages/ply/trunk/debian/source/options
===================================================================
--- packages/ply/trunk/debian/source/options (rev 0)
+++ packages/ply/trunk/debian/source/options 2012-05-14 03:13:21 UTC (rev 21741)
@@ -0,0 +1 @@
+extend-diff-ignore = "\.egg-info"
More information about the Python-modules-commits
mailing list