[Python-modules-commits] r23239 - in packages/python-crypto/trunk/debian (3 files)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Jan 3 00:13:50 UTC 2013


    Date: Thursday, January 3, 2013 @ 00:13:48
  Author: sramacher
Revision: 23239

Apply the changes reverted in r23237

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-01-03 00:05:09 UTC (rev 23238)
+++ packages/python-crypto/trunk/debian/changelog	2013-01-03 00:13:48 UTC (rev 23239)
@@ -1,3 +1,11 @@
+python-crypto (2.6-4) 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>  Thu, 03 Jan 2013 01:06:17 +0100
+
 python-crypto (2.6-3) unstable; urgency=low
 
   * debian/{control,copyright}: Update my mail address.

Modified: packages/python-crypto/trunk/debian/patches/dont-drop-g.patch
===================================================================
--- packages/python-crypto/trunk/debian/patches/dont-drop-g.patch	2013-01-03 00:05:09 UTC (rev 23238)
+++ packages/python-crypto/trunk/debian/patches/dont-drop-g.patch	2013-01-03 00:13:48 UTC (rev 23239)
@@ -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 <s.ramacher at gmx.at>
+Origin: vendor
 Last-Update: 2011-11-12
 Forwarded: no
 

Modified: packages/python-crypto/trunk/debian/rules
===================================================================
--- packages/python-crypto/trunk/debian/rules	2013-01-03 00:05:09 UTC (rev 23238)
+++ packages/python-crypto/trunk/debian/rules	2013-01-03 00:13:48 UTC (rev 23239)
@@ -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