[Python-modules-commits] r18167 - in packages/pyopenssl/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Aug 15 16:35:25 UTC 2011
Date: Monday, August 15, 2011 @ 16:35:23
Author: morph
Revision: 18167
* debian/rules
- fix build* targets
Modified:
packages/pyopenssl/trunk/debian/changelog
packages/pyopenssl/trunk/debian/rules
Modified: packages/pyopenssl/trunk/debian/changelog
===================================================================
--- packages/pyopenssl/trunk/debian/changelog 2011-08-15 16:33:38 UTC (rev 18166)
+++ packages/pyopenssl/trunk/debian/changelog 2011-08-15 16:35:23 UTC (rev 18167)
@@ -5,8 +5,10 @@
- removed, fix upstream
* debian/patches/disable_test_set_default_verify_paths.patch
- disable a test trying to connect to the web
+ * debian/rules
+ - fix build* targets
- -- Sandro Tosi <morph at debian.org> Mon, 15 Aug 2011 18:25:24 +0200
+ -- Sandro Tosi <morph at debian.org> Mon, 15 Aug 2011 18:34:58 +0200
pyopenssl (0.12-1) unstable; urgency=low
Modified: packages/pyopenssl/trunk/debian/rules
===================================================================
--- packages/pyopenssl/trunk/debian/rules 2011-08-15 16:33:38 UTC (rev 18166)
+++ packages/pyopenssl/trunk/debian/rules 2011-08-15 16:35:23 UTC (rev 18167)
@@ -5,7 +5,9 @@
PYVERS := $(shell pyversions -r -v)
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp:
dh_testdir
More information about the Python-modules-commits
mailing list