[Python-modules-commits] r11335 - in packages/pyopenssl/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Jan 26 21:30:57 UTC 2010


    Date: Tuesday, January 26, 2010 @ 21:30:56
  Author: morph
Revision: 11335

added ${misc:Depends} to -doc and -dbg packages

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

Modified: packages/pyopenssl/trunk/debian/changelog
===================================================================
--- packages/pyopenssl/trunk/debian/changelog	2010-01-26 21:05:07 UTC (rev 11334)
+++ packages/pyopenssl/trunk/debian/changelog	2010-01-26 21:30:56 UTC (rev 11335)
@@ -3,13 +3,14 @@
   * New upstream release
   * debian/control
     - bump Standards-Version to 3.8.3 (no changes needed)
+    - added ${misc:Depends} to -doc and -dbg packages
   * debian/watch
     - updated for new upstream project layout
   * debian/copyright
     - extended Debian packaging copyright notice
     - added copyright notice for new file 'test/test_rand.py'
 
- -- Sandro Tosi <morph at debian.org>  Tue, 26 Jan 2010 22:02:48 +0100
+ -- Sandro Tosi <morph at debian.org>  Tue, 26 Jan 2010 22:30:05 +0100
 
 pyopenssl (0.9-1) unstable; urgency=low
 

Modified: packages/pyopenssl/trunk/debian/control
===================================================================
--- packages/pyopenssl/trunk/debian/control	2010-01-26 21:05:07 UTC (rev 11334)
+++ packages/pyopenssl/trunk/debian/control	2010-01-26 21:30:56 UTC (rev 11335)
@@ -33,6 +33,7 @@
 Package: python-openssl-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: python-openssl
 Description: Python wrapper around the OpenSSL library (documentation package)
  High-level wrapper around a subset of the OpenSSL library, includes
@@ -52,7 +53,7 @@
 Priority: extra
 Section: debug
 Architecture: any
-Depends: python-openssl (= ${binary:Version}), python-dbg, ${shlibs:Depends}
+Depends: ${misc:Depends}, python-openssl (= ${binary:Version}), python-dbg, ${shlibs:Depends}
 Description: Python wrapper around the OpenSSL library (debug extension)
  High-level wrapper around a subset of the OpenSSL library, includes
  .




More information about the Python-modules-commits mailing list