[Python-modules-commits] r12258 - in packages/pysilc/trunk/debian (changelog control)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sat Mar 13 17:58:15 UTC 2010


    Date: Saturday, March 13, 2010 @ 17:58:15
  Author: stefanor-guest
Revision: 12258

Moved python-db from Depends to Recommends, as it is not essential.

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

Modified: packages/pysilc/trunk/debian/changelog
===================================================================
--- packages/pysilc/trunk/debian/changelog	2010-03-13 17:56:10 UTC (rev 12257)
+++ packages/pysilc/trunk/debian/changelog	2010-03-13 17:58:15 UTC (rev 12258)
@@ -7,11 +7,12 @@
       on the new layout.
     - Bumped Build-Depends for debhelper to 7.3.5 as it expects automatic
       building of debug packages.
+    - Moved python-db from Depends to Recommends, as it is not essential.
   * debian/rules:
     - Remove unecessary dh_auto_install override.
     - Symlink to /usr/share/doc/python-silc-dbg to python-silc.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Tue, 09 Mar 2010 00:43:09 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Sat, 13 Mar 2010 19:57:30 +0200
 
 pysilc (0.5-1) unstable; urgency=low
 

Modified: packages/pysilc/trunk/debian/control
===================================================================
--- packages/pysilc/trunk/debian/control	2010-03-13 17:56:10 UTC (rev 12257)
+++ packages/pysilc/trunk/debian/control	2010-03-13 17:58:15 UTC (rev 12258)
@@ -30,7 +30,8 @@
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
- python-silc (= ${binary:Version}), python-dbg
+ python-silc (= ${binary:Version})
+Recommends: python-dbg
 Description: Python bindings for SILC (debug extension)
  PySilc is a near-complete set of Python bindings for creating SILC clients
  using the silc-toolkit. It allows developers to write simple bots and clients




More information about the Python-modules-commits mailing list