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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Oct 25 18:54:28 UTC 2010


    Date: Monday, October 25, 2010 @ 18:54:25
  Author: morph
Revision: 14748

* debian/control
  - bump Standards-Version to 3.9.1 (no changes needed)

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

Modified: packages/pyopenssl/trunk/debian/changelog
===================================================================
--- packages/pyopenssl/trunk/debian/changelog	2010-10-25 18:44:23 UTC (rev 14747)
+++ packages/pyopenssl/trunk/debian/changelog	2010-10-25 18:54:25 UTC (rev 14748)
@@ -8,8 +8,10 @@
     - updated upstream copyright years
   * debian/patches/20_spelling.dpatch
     - removed, merged upstream
+  * debian/control
+    - bump Standards-Version to 3.9.1 (no changes needed)
 
- -- Sandro Tosi <morph at debian.org>  Mon, 25 Oct 2010 20:43:58 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 25 Oct 2010 20:53:12 +0200
 
 pyopenssl (0.10-1) unstable; urgency=low
 

Modified: packages/pyopenssl/trunk/debian/control
===================================================================
--- packages/pyopenssl/trunk/debian/control	2010-10-25 18:44:23 UTC (rev 14747)
+++ packages/pyopenssl/trunk/debian/control	2010-10-25 18:54:25 UTC (rev 14748)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.5.4-1~), python-all-dbg (>= 2.5.4-1~), python-support (>= 0.6.4), libssl-dev (>= 0.9.8), dpatch, tex4ht, w3m, texlive-latex-base, texlive-latex-recommended
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://launchpad.net/pyopenssl
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyopenssl/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyopenssl/trunk/

Modified: packages/pyopenssl/trunk/debian/rules
===================================================================
--- packages/pyopenssl/trunk/debian/rules	2010-10-25 18:44:23 UTC (rev 14747)
+++ packages/pyopenssl/trunk/debian/rules	2010-10-25 18:54:25 UTC (rev 14748)
@@ -19,7 +19,7 @@
 
 	# run tests
 	-for py in $(PYVERS); do  \
-	    for test in test/test*; do \
+	    for test in OpenSSL/test/test*; do \
 	        echo "running $$test for python$$py ..."; \
 	        PYTHONPATH=build/lib.$(DEB_BUILD_ARCH_OS)-$(shell uname -m)-$$py python$$py $$test; \
 	        PYTHONPATH=`ls -d build/lib_d.*-$$py || ls -d build/lib.*-$$py-pydebug` python$$py-dbg $$test; \




More information about the Python-modules-commits mailing list