[Python-modules-commits] r23507 - in packages/python-crypto/trunk/debian (3 files)
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Feb 17 16:23:56 UTC 2013
Date: Sunday, February 17, 2013 @ 16:23:54
Author: sramacher
Revision: 23507
Apply reverted changes
Modified:
packages/python-crypto/trunk/debian/changelog
packages/python-crypto/trunk/debian/patches/dont-drop-g.patch
packages/python-crypto/trunk/debian/rules
Modified: packages/python-crypto/trunk/debian/changelog
===================================================================
--- packages/python-crypto/trunk/debian/changelog 2013-02-17 15:38:49 UTC (rev 23506)
+++ packages/python-crypto/trunk/debian/changelog 2013-02-17 16:23:54 UTC (rev 23507)
@@ -1,3 +1,11 @@
+python-crypto (2.6-5) UNRELEASED; urgency=low
+
+ * debian/patches/dont-drop-g.patch: Fix Origin and add Author.
+ * debian/rules: Install extension modules built for the debug version of
+ Python 3.3 into the correct package.
+
+ -- Sebastian Ramacher <sramacher at debian.org> Sun, 17 Feb 2013 16:42:07 +0100
+
python-crypto (2.6-4) unstable; urgency=low
* debian/python-crypto-dbg.preinst: Add preinst script to handle symlink to
Modified: packages/python-crypto/trunk/debian/patches/dont-drop-g.patch
===================================================================
--- packages/python-crypto/trunk/debian/patches/dont-drop-g.patch 2013-02-17 15:38:49 UTC (rev 23506)
+++ packages/python-crypto/trunk/debian/patches/dont-drop-g.patch 2013-02-17 16:23:54 UTC (rev 23507)
@@ -1,7 +1,8 @@
Description: don't drop -g and optimization values from the call to gcc
The binaries will be stripped later anyway and CFLAGS contains the correct
flags.
-Origin: Sebastian Ramacher <s.ramacher at gmx.at>
+Author: Sebastian Ramacher <sramacher at debian.org>
+Origin: vendor
Last-Update: 2011-11-12
Forwarded: no
Modified: packages/python-crypto/trunk/debian/rules
===================================================================
--- packages/python-crypto/trunk/debian/rules 2013-02-17 15:38:49 UTC (rev 23506)
+++ packages/python-crypto/trunk/debian/rules 2013-02-17 16:23:54 UTC (rev 23507)
@@ -43,10 +43,10 @@
override_dh_install:
# Install everything excluding the *_d.so/*dmu.so debug extensions to python(3)-crypto
dh_install -X"_d.so" -X"python3" "debian/tmp/*" -p python-crypto
- dh_install -X"dmu.so" -X"python2" "debian/tmp/*" -p python3-crypto
+ dh_install -X"dm.so" -X"dmu.so" -X"python2" "debian/tmp/*" -p python3-crypto
# Install the debug extensions to python(3)-crypto-dbg
find debian/tmp/ -name "*_d.so" -exec dh_install '{}' -p python-crypto-dbg \;
- find debian/tmp/ -name "*dmu.so" -exec dh_install '{}' -p python3-crypto-dbg \;
+ find debian/tmp/ -name "*cpython-*dm*.so" -exec dh_install '{}' -p python3-crypto-dbg \;
# Continue with regular dh_install
dh_install
More information about the Python-modules-commits
mailing list