[Python-modules-commits] r21585 - in packages/pyopenssl/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat May 5 15:29:32 UTC 2012
Date: Saturday, May 5, 2012 @ 15:29:28
Author: morph
Revision: 21585
* debian/rules
- remove leftover from build process, so the package can be built twice in a
row; thanks to Jakub Wilk for the report; Closes: #671191
Modified:
packages/pyopenssl/trunk/debian/changelog
packages/pyopenssl/trunk/debian/rules
Modified: packages/pyopenssl/trunk/debian/changelog
===================================================================
--- packages/pyopenssl/trunk/debian/changelog 2012-05-05 15:08:41 UTC (rev 21584)
+++ packages/pyopenssl/trunk/debian/changelog 2012-05-05 15:29:28 UTC (rev 21585)
@@ -7,8 +7,11 @@
* Fix several omissions for py3k packages introduction
* debian/control
- bump Standards-Version to 3.9.3 (no changes needed)
+ * debian/rules
+ - remove leftover from build process, so the package can be built twice in a
+ row; thanks to Jakub Wilk for the report; Closes: #671191
- -- Sandro Tosi <morph at debian.org> Sat, 05 May 2012 17:06:32 +0200
+ -- Sandro Tosi <morph at debian.org> Sat, 05 May 2012 17:26:45 +0200
pyopenssl (0.13-1) unstable; urgency=low
Modified: packages/pyopenssl/trunk/debian/rules
===================================================================
--- packages/pyopenssl/trunk/debian/rules 2012-05-05 15:08:41 UTC (rev 21584)
+++ packages/pyopenssl/trunk/debian/rules 2012-05-05 15:29:28 UTC (rev 21585)
@@ -46,6 +46,8 @@
$(MAKE) -C doc clean
+ rm -rf *.key *.pem tmp*
+
dh_clean build-stamp version.pyc
install: DH_OPTIONS=
More information about the Python-modules-commits
mailing list