[Python-modules-commits] r16553 - in packages/pycxx/trunk/debian (changelog control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat Apr 16 11:58:47 UTC 2011
Date: Saturday, April 16, 2011 @ 11:58:45
Author: jtaylor-guest
Revision: 16553
debian/control: make non -dev packages virtual
required to upgrade to 6.2.3 which moved all files to -dev
Modified:
packages/pycxx/trunk/debian/changelog
packages/pycxx/trunk/debian/control
Modified: packages/pycxx/trunk/debian/changelog
===================================================================
--- packages/pycxx/trunk/debian/changelog 2011-04-16 10:41:35 UTC (rev 16552)
+++ packages/pycxx/trunk/debian/changelog 2011-04-16 11:58:45 UTC (rev 16553)
@@ -8,7 +8,7 @@
* quiltify indentation fix patch of setup.py
- update version number to 6.2.3
* simplify debian/rules by using debhelper 7
- * remove non -dev packages, __init__.py now contained in -dev packages
+ * made non -dev packages virtual, files now contained in -dev packages
* removed build dependency on python{,3}-dev, was never needed
-- Julian Taylor <jtaylor.debian at googlemail.com> Sat, 16 Apr 2011 01:47:47 +0200
Modified: packages/pycxx/trunk/debian/control
===================================================================
--- packages/pycxx/trunk/debian/control 2011-04-16 10:41:35 UTC (rev 16552)
+++ packages/pycxx/trunk/debian/control 2011-04-16 11:58:45 UTC (rev 16553)
@@ -11,6 +11,19 @@
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycxx/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pycxx/trunk/
+Package: python-cxx
+Depends: python-cxx-dev, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+Description: A Set of facilities to extend Python with C++
+ PyCXX is a set of C++ facilities to make it easier to write Python
+ extensions. The chief way in which PyCXX makes it easier to write
+ Python extensions is that it greatly increases the probability that
+ your program will not make a reference-counting error and will not
+ have to continually check error returns from the Python C API.
+ .
+ Transitional dummy package
+
Package: python-cxx-dev
Architecture: all
Depends: python-dev, ${misc:Depends}, ${python:Depends}
@@ -28,6 +41,19 @@
your program will not make a reference-counting error and will not
have to continually check error returns from the Python C API.
+Package: python3-cxx
+Depends: python3-cxx-dev, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+Description: A Set of facilities to extend Python3 with C++
+ PyCXX is a set of C++ facilities to make it easier to write Python
+ extensions. The chief way in which PyCXX makes it easier to write
+ Python extensions is that it greatly increases the probability that
+ your program will not make a reference-counting error and will not
+ have to continually check error returns from the Python C API.
+ .
+ Transitional dummy package
+
Package: python3-cxx-dev
Architecture: all
Depends: python3-dev, ${misc:Depends}, ${python3:Depends}
More information about the Python-modules-commits
mailing list