[Python-modules-commits] r5746 - in packages/pyyaml/trunk/debian (changelog control)

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Fri Jun 27 20:16:37 UTC 2008


    Date: Friday, June 27, 2008 @ 20:16:36
  Author: kitterma-guest
Revision: 5746

Make lintian happy and depend on libyaml.

Modified:
  packages/pyyaml/trunk/debian/changelog
  packages/pyyaml/trunk/debian/control

Modified: packages/pyyaml/trunk/debian/changelog
===================================================================
--- packages/pyyaml/trunk/debian/changelog	2008-06-25 21:33:49 UTC (rev 5745)
+++ packages/pyyaml/trunk/debian/changelog	2008-06-27 20:16:36 UTC (rev 5746)
@@ -11,8 +11,8 @@
   [ Scott Kitterman ]
   * Build with lib-yaml now that it is in the archive (Closes: #435410)
     - Add build-dep on libyaml-dev and python-pyrex
-    - Add recommends for ${shlibs:Depends} (Package falls back to pure Python
-      if libyaml is not present)
+    - Add depends for ${shlibs:Depends} (Package falls back to pure Python
+      if libyaml is not present, but it's not worth splitting a small package)
     - Install with setup_with_libyaml.py for all Python versions
     - Switch from arch all to arch any
   * Switch from python-support to python-central

Modified: packages/pyyaml/trunk/debian/control
===================================================================
--- packages/pyyaml/trunk/debian/control	2008-06-25 21:33:49 UTC (rev 5745)
+++ packages/pyyaml/trunk/debian/control	2008-06-27 20:16:36 UTC (rev 5746)
@@ -12,12 +12,11 @@
 
 Package: python-yaml
 Architecture: any
-Depends: ${python:Depends}
-Recommends: ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}
 XB-Python-Version: all
-Description: Python-yaml is a YAML parser and emitter for Python
+Description: YAML parser and emitter for Python
  Python-yaml is a complete YAML 1.1 parser and emitter for Python.  It can parse
  all examples from the specification. The parsing algorithm is simple enough to
  be a reference for YAML parser implementors. A simple extension API is also
- provided. The package will use libyaml if installed.
+ provided.
 




More information about the Python-modules-commits mailing list