[Python-modules-commits] r20677 - in packages/pycxx/trunk/debian (3 files)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sun Mar 4 18:37:15 UTC 2012
Date: Sunday, March 4, 2012 @ 18:37:14
Author: jtaylor-guest
Revision: 20677
add description to patches
Modified:
packages/pycxx/trunk/debian/changelog
packages/pycxx/trunk/debian/patches/01_change_include_paths.patch
packages/pycxx/trunk/debian/patches/02_fix_indentation.patch
Modified: packages/pycxx/trunk/debian/changelog
===================================================================
--- packages/pycxx/trunk/debian/changelog 2012-03-04 18:37:06 UTC (rev 20676)
+++ packages/pycxx/trunk/debian/changelog 2012-03-04 18:37:14 UTC (rev 20677)
@@ -5,6 +5,7 @@
* update package descriptions
* update to standard 3.9.3 (no changes necessary)
* debian/copyright: update format url
+ * add description to patches
-- Julian Taylor <jtaylor.debian at googlemail.com> Sun, 04 Mar 2012 19:09:09 +0100
Modified: packages/pycxx/trunk/debian/patches/01_change_include_paths.patch
===================================================================
--- packages/pycxx/trunk/debian/patches/01_change_include_paths.patch 2012-03-04 18:37:06 UTC (rev 20676)
+++ packages/pycxx/trunk/debian/patches/01_change_include_paths.patch 2012-03-04 18:37:14 UTC (rev 20677)
@@ -1,3 +1,4 @@
+Description: fix includes to match packaged layout
diff --git a/Src/cxxextensions.c b/Src/cxxextensions.c
index 28a8e1d..cfab556 100644
--- a/Src/cxxextensions.c
Modified: packages/pycxx/trunk/debian/patches/02_fix_indentation.patch
===================================================================
--- packages/pycxx/trunk/debian/patches/02_fix_indentation.patch 2012-03-04 18:37:06 UTC (rev 20676)
+++ packages/pycxx/trunk/debian/patches/02_fix_indentation.patch 2012-03-04 18:37:14 UTC (rev 20677)
@@ -1,3 +1,4 @@
+Description: fix indentation and version number
diff --git a/setup.py b/setup.py
index ef82cf5..016aa7e 100755
--- a/setup.py
@@ -22,7 +23,7 @@
setup (name = "CXX",
- version = "6.2.0",
-+ version = "6.2.3",
++ version = "6.2.4",
maintainer = "Barry Scott",
maintainer_email = "barry-scott at users.sourceforge.net",
description = "Facility for extending Python with C++",
More information about the Python-modules-commits
mailing list