Your message dated Wed, 29 Aug 2012 21:03:36 +0000
with message-id <[email protected]>
and subject line Bug#675414: fixed in pyopenssl 0.13-3
has caused the Debian Bug report #675414,
regarding pyopenssl: please seperate build-arch and build-indep
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
675414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675414
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pyopenssl
Severity: wishlist
Tags: patch

I attatch a patch which seperates build-arch and build-indep. This avoids wastefully rebuilding the documentation on every autobuilder only to throw the results of doing so away.

Only in pyopenssl-0.13.new/: build
Only in pyopenssl-0.13.new/: build-arch-stamp
diff -ur pyopenssl-0.13/debian/changelog pyopenssl-0.13.new/debian/changelog
--- pyopenssl-0.13/debian/changelog	2012-05-05 15:30:54.000000000 +0000
+++ pyopenssl-0.13.new/debian/changelog	2012-05-31 22:56:58.000000000 +0000
@@ -1,3 +1,9 @@
+pyopenssl (0.13-2+rpi1) wheezy; urgency=low
+
+  * Seperate build-arch and build-indep
+
+ -- Peter Michael Green <[email protected]>  Thu, 31 May 2012 22:54:24 +0000
+
 pyopenssl (0.13-2) unstable; urgency=low
 
   [ Barry Warsaw ]
Only in pyopenssl-0.13.new/debian: files
Only in pyopenssl-0.13.new/debian: python3-openssl
Only in pyopenssl-0.13.new/debian: python3-openssl-dbg
Only in pyopenssl-0.13.new/debian: python3-openssl-dbg.debhelper.log
Only in pyopenssl-0.13.new/debian: python3-openssl-dbg.substvars
Only in pyopenssl-0.13.new/debian: python3-openssl.debhelper.log
Only in pyopenssl-0.13.new/debian: python3-openssl.postinst.debhelper
Only in pyopenssl-0.13.new/debian: python3-openssl.prerm.debhelper
Only in pyopenssl-0.13.new/debian: python3-openssl.substvars
Only in pyopenssl-0.13.new/debian: python-openssl
Only in pyopenssl-0.13.new/debian: python-openssl-dbg
Only in pyopenssl-0.13.new/debian: python-openssl-dbg.debhelper.log
Only in pyopenssl-0.13.new/debian: python-openssl-dbg.postinst.debhelper
Only in pyopenssl-0.13.new/debian: python-openssl-dbg.prerm.debhelper
Only in pyopenssl-0.13.new/debian: python-openssl-dbg.substvars
Only in pyopenssl-0.13.new/debian: python-openssl.debhelper.log
Only in pyopenssl-0.13.new/debian: python-openssl-doc
Only in pyopenssl-0.13.new/debian: python-openssl-doc.debhelper.log
Only in pyopenssl-0.13.new/debian: python-openssl.postinst.debhelper
Only in pyopenssl-0.13.new/debian: python-openssl.prerm.debhelper
Only in pyopenssl-0.13.new/debian: python-openssl.substvars
diff -ur pyopenssl-0.13/debian/rules pyopenssl-0.13.new/debian/rules
--- pyopenssl-0.13/debian/rules	2012-05-05 15:21:24.000000000 +0000
+++ pyopenssl-0.13.new/debian/rules	2012-05-31 23:20:49.000000000 +0000
@@ -8,9 +8,10 @@
 PYVERS := $(PY2VERS) $(PY3VERS)
 
 build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-build-stamp:
+build-arch: build-arch-stamp
+build-indep: build-indep-stamp
+
+build-arch-stamp:
 	dh_testdir
 
 	set -e; \
@@ -27,11 +28,13 @@
 	        PYTHONPATH=`ls -d build/lib_d.*-$$py || ls -d build/lib.*-$$py-pydebug` python$$py-dbg $$test; \
 	    done; \
 	done
-     
+	
+	touch build-arch-stamp
 
+build-indep-stamp:
 	$(MAKE) -C doc all
 
-	touch build-stamp
+	touch build-indep-stamp
 
 clean:
 	dh_testdir
@@ -51,7 +54,7 @@
 	dh_clean build-stamp version.pyc
 
 install: DH_OPTIONS=
-install: build
+install:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -76,7 +79,7 @@
 
 # Build architecture-independent files here.
 # Pass -i to all debhelper commands in this target to reduce clutter.
-binary-indep: build install
+binary-indep: build-indep install
 	dh_testdir -i
 	dh_testroot -i
 	dh_installdocs -i
@@ -92,7 +95,7 @@
 	dh_builddeb -i
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: build-arch install
 	dh_testdir -a
 	dh_testroot -a
 	dh_installdocs -a
Only in pyopenssl-0.13.new/doc: tex4ht.tmp

--- End Message ---
--- Begin Message ---
Source: pyopenssl
Source-Version: 0.13-3

We believe that the bug you reported is fixed in the latest version of
pyopenssl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <[email protected]> (supplier of updated pyopenssl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 29 Aug 2012 22:45:02 +0200
Source: pyopenssl
Binary: python-openssl python-openssl-doc python-openssl-dbg python3-openssl 
python3-openssl-dbg
Architecture: source amd64 all
Version: 0.13-3
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description: 
 python-openssl - Python 2 wrapper around the OpenSSL library
 python-openssl-dbg - Python 2 wrapper around the OpenSSL library (debug 
extension)
 python-openssl-doc - Python wrapper around the OpenSSL library (documentation 
package)
 python3-openssl - Python 3 wrapper around the OpenSSL library
 python3-openssl-dbg - Python 3 wrapper around the OpenSSL library (debug 
extension)
Closes: 675414
Changes: 
 pyopenssl (0.13-3) experimental; urgency=low
 .
   * debian/{control, rules}
     - migrate to dh sequences, implicitly Closes: #675414
Checksums-Sha1: 
 af6344502f9e2281fc3723123e56bfce1c9847f0 1778 pyopenssl_0.13-3.dsc
 adc55f7a29db0ab6ef8ecc550886b72744cb1ebb 9602 pyopenssl_0.13-3.debian.tar.gz
 39ae74c1800e4c88bd9fc3b01cc502314640e107 172260 python-openssl_0.13-3_amd64.deb
 78fb55146069b4dda432d90cdf2299cd6c87c61e 142462 
python-openssl-doc_0.13-3_all.deb
 7e5aec8b0cd0e7d2dde6209c6d14910cc552bb2a 774512 
python-openssl-dbg_0.13-3_amd64.deb
 c022f8c758dc90b3361ef4e4c671a08a281494cd 113342 
python3-openssl_0.13-3_amd64.deb
 0987a53799508064160fb19988229d8f53de5772 394140 
python3-openssl-dbg_0.13-3_amd64.deb
Checksums-Sha256: 
 5d0fc2837bac017a9755cd630891d7ca3ca979a67749341403124e0e95ed1b4e 1778 
pyopenssl_0.13-3.dsc
 1eb874142f868aadf08f0f2d9ebb70f174b8333bd05ff4b0436e7abb0022d6fe 9602 
pyopenssl_0.13-3.debian.tar.gz
 0191b9f55c5d0c7ddb5261b05879f338bf6468fcb7456235ac055fb483094838 172260 
python-openssl_0.13-3_amd64.deb
 ec7454939e778cfc7506f9a2caafa9ce7379d2d9c6835c5c0c38e217c84502af 142462 
python-openssl-doc_0.13-3_all.deb
 c5e1fd1fa2ebc7eaa86c755c3302e2fcaaa54e3b8ec516247b9db39f3192a4b6 774512 
python-openssl-dbg_0.13-3_amd64.deb
 0f69d87a713dc8a32965bbc690b61a3e0cd22e3cdef36cfcb8c01236abad68ac 113342 
python3-openssl_0.13-3_amd64.deb
 267c1b45080f3a5cf02c916bea4a5a432d3035ea06e4b266bc2bc9d7c7c80938 394140 
python3-openssl-dbg_0.13-3_amd64.deb
Files: 
 65020aa9a2731905cba502955549ed14 1778 python optional pyopenssl_0.13-3.dsc
 27c17ea453bb6d4109c6179617e4c474 9602 python optional 
pyopenssl_0.13-3.debian.tar.gz
 513f53b46d4e93f85ae2f4363ca6a632 172260 python optional 
python-openssl_0.13-3_amd64.deb
 9a8f80a11f443f06252baf0d8cd4e4a6 142462 doc optional 
python-openssl-doc_0.13-3_all.deb
 fafba97bcac06322672cc407dd11fb9a 774512 debug extra 
python-openssl-dbg_0.13-3_amd64.deb
 b7ed7285577813c6c094d5ebc60e948d 113342 python optional 
python3-openssl_0.13-3_amd64.deb
 c65f2f6e0cacfb147ecc9014b732f40b 394140 debug extra 
python3-openssl-dbg_0.13-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlA+gSMACgkQAukwV0RN2VD/2wCfT24I7Ie89Umzff0yLbXxSHUC
sGAAoJl5Cg1U+F+JCE6/6mD6iy1xtkZU
=2wKQ
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to