[Python-modules-commits] r27811 - in packages/python-cryptography/trunk/debian (rules)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Fri Feb 21 15:58:39 UTC 2014
Date: Friday, February 21, 2014 @ 15:58:39
Author: mithrandi
Revision: 27811
Fix package name typo.
Modified:
packages/python-cryptography/trunk/debian/rules
Modified: packages/python-cryptography/trunk/debian/rules
===================================================================
--- packages/python-cryptography/trunk/debian/rules 2014-02-21 15:56:41 UTC (rev 27810)
+++ packages/python-cryptography/trunk/debian/rules 2014-02-21 15:58:39 UTC (rev 27811)
@@ -9,7 +9,7 @@
override_dh_gencontrol:
dh_gencontrol -- \
-Vcffi:Depends="$(shell python debian/cffivers.py python-cffi)" \
- -Vcffi3:Depends="$(shell python3 debian/cffivers.py python-cffi3)"
+ -Vcffi3:Depends="$(shell python3 debian/cffivers.py python3-cffi)"
override_dh_auto_clean:
More information about the Python-modules-commits
mailing list