[Python-modules-commits] r10439 - in packages/pyyaml/trunk/debian (changelog copyright)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Sat Nov 14 00:53:48 UTC 2009
Date: Saturday, November 14, 2009 @ 00:53:48
Author: kitterma-guest
Revision: 10439
Fix ?\194?\169 in debian/copyright and upload.
Modified:
packages/pyyaml/trunk/debian/changelog
packages/pyyaml/trunk/debian/copyright
Modified: packages/pyyaml/trunk/debian/changelog
===================================================================
--- packages/pyyaml/trunk/debian/changelog 2009-11-14 00:33:33 UTC (rev 10438)
+++ packages/pyyaml/trunk/debian/changelog 2009-11-14 00:53:48 UTC (rev 10439)
@@ -1,7 +1,8 @@
-pyyaml (3.09-2) UNRELEASED; urgency=low
+pyyaml (3.09-2) unstable; urgency=low
* Update XB-Python-Version for Python 2.6 transition (closes: #556160)
* Move python-yaml-dbg to section debug
+ * Use correct © symbol in debian/copyright
-- Scott Kitterman <scott at kitterman.com> Fri, 13 Nov 2009 18:22:57 -0500
Modified: packages/pyyaml/trunk/debian/copyright
===================================================================
--- packages/pyyaml/trunk/debian/copyright 2009-11-14 00:33:33 UTC (rev 10438)
+++ packages/pyyaml/trunk/debian/copyright 2009-11-14 00:53:48 UTC (rev 10439)
@@ -6,7 +6,7 @@
It was downloaded from http://pyyaml.org/
-Copyright Holder: Copyright (c) 2006 Kirill Simonov <xi at resolvent.net>
+Copyright Holder: Copyright © 2006 Kirill Simonov <xi at resolvent.net>
License:
@@ -28,5 +28,5 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-The Debian packaging is (C) 2007, Scott Kitterman <scott at kitterman.com> and
+The Debian packaging is © 2007, Scott Kitterman <scott at kitterman.com> and
is licensed under the same terms as PyYAML, see above.
More information about the Python-modules-commits
mailing list