diff -Nru pyopenssl-0.13/debian/changelog pyopenssl-0.13/debian/changelog --- pyopenssl-0.13/debian/changelog 2013-09-21 08:44:32.000000000 +0000 +++ pyopenssl-0.13/debian/changelog 2014-03-22 13:29:43.000000000 +0000 @@ -1,3 +1,9 @@ +pyopenssl (0.13-2+rpi1+deb7u1) wheezy-staging; urgency=low + + * Seperate build-arch and build-indep + + -- Peter Michael Green Sat, 22 Mar 2014 13:29:12 +0000 + pyopenssl (0.13-2+deb7u1) wheezy-security; urgency=high * Non-maintainer upload by the Security Team. diff -Nru pyopenssl-0.13/debian/rules pyopenssl-0.13/debian/rules --- pyopenssl-0.13/debian/rules 2013-09-21 08:44:32.000000000 +0000 +++ pyopenssl-0.13/debian/rules 2014-03-22 13:29:43.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 @@ -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