[Python-modules-commits] r31615 - in packages/sip4/trunk/debian (3 files)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Wed Dec 24 19:06:25 UTC 2014


    Date: Wednesday, December 24, 2014 @ 19:06:24
  Author: mitya57
Revision: 31615

Drop configure.py.patch, no longer needed.

Modified:
  packages/sip4/trunk/debian/changelog
  packages/sip4/trunk/debian/patches/series
Deleted:
  packages/sip4/trunk/debian/patches/configure.py.patch

Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog	2014-12-24 18:49:00 UTC (rev 31614)
+++ packages/sip4/trunk/debian/changelog	2014-12-24 19:06:24 UTC (rev 31615)
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Refresh patches.
+  * Drop configure.py.patch, no longer needed.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 24 Dec 2014 21:40:44 +0300
 

Deleted: packages/sip4/trunk/debian/patches/configure.py.patch
===================================================================
--- packages/sip4/trunk/debian/patches/configure.py.patch	2014-12-24 18:49:00 UTC (rev 31614)
+++ packages/sip4/trunk/debian/patches/configure.py.patch	2014-12-24 19:06:24 UTC (rev 31615)
@@ -1,22 +0,0 @@
-Index: sip4-4.16.2+dfsg/configure.py
-===================================================================
---- sip4-4.16.2+dfsg.orig/configure.py	2014-07-04 11:25:52.463702009 -0400
-+++ sip4-4.16.2+dfsg/configure.py	2014-07-04 11:25:52.455702009 -0400
-@@ -231,6 +231,8 @@
-         ("siplib", "siplib.c"),
-         ("siplib", "siplib.sbf")
-     )
-+    if not os.path.exists(patched[0][0]):
-+        os.mkdir(patched[0][0])
- 
-     # The siplib directory may not exist if we are building away from the
-     # source directory.
-@@ -240,7 +242,7 @@
-         pass
- 
-     for f in patched:
--        dst_fn = os.path.join(*f)
-+        dst_fn = os.path.join(src_dir, *f)
-         src_fn = os.path.join(src_dir, dst_fn + ".in")
- 
-         siputils.inform("Creating %s..." % dst_fn)

Modified: packages/sip4/trunk/debian/patches/series
===================================================================
--- packages/sip4/trunk/debian/patches/series	2014-12-24 18:49:00 UTC (rev 31614)
+++ packages/sip4/trunk/debian/patches/series	2014-12-24 19:06:24 UTC (rev 31615)
@@ -1,3 +1,2 @@
 siputils_debian_changes.diff
 siputils_objdir_module_fix.diff
-configure.py.patch




More information about the Python-modules-commits mailing list