[Python-modules-commits] r20674 - in packages/pycxx/trunk/debian (changelog control)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun Mar 4 18:36:52 UTC 2012


    Date: Sunday, March 4, 2012 @ 18:36:50
  Author: jtaylor-guest
Revision: 20674

update package descriptions

Modified:
  packages/pycxx/trunk/debian/changelog
  packages/pycxx/trunk/debian/control

Modified: packages/pycxx/trunk/debian/changelog
===================================================================
--- packages/pycxx/trunk/debian/changelog	2012-03-04 18:36:42 UTC (rev 20673)
+++ packages/pycxx/trunk/debian/changelog	2012-03-04 18:36:50 UTC (rev 20674)
@@ -2,6 +2,7 @@
 
   * New upstream release
   * fix dep-5 format error in copyright
+  * update package descriptions
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 04 Mar 2012 19:09:09 +0100
 

Modified: packages/pycxx/trunk/debian/control
===================================================================
--- packages/pycxx/trunk/debian/control	2012-03-04 18:36:42 UTC (rev 20673)
+++ packages/pycxx/trunk/debian/control	2012-03-04 18:36:50 UTC (rev 20674)
@@ -15,15 +15,11 @@
 Package: python-cxx
 Depends: python-cxx-dev, ${misc:Depends}
 Architecture: all
+Priority: extra
 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
+Description: transitional dummy package
+ This is a transitional package and can be safely removed
+ after the installation is complete.
 
 Package: python-cxx-dev
 Architecture: all
@@ -35,25 +31,23 @@
           python2.3-cxx-dev (<< 6.2.3~),
           python2.4-cxx-dev (<< 6.2.3~)
 Provides: python-cxx
-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.
+Description: Set of facilities to extend Python with C++
+ PyCXX is a set of C++ facilities to make it easier to write Python3
+ extensions. The main advantage is that it greatly increases the
+ probability that your program will not make a reference-counting
+ errors and will not have to continually check error returns from
+ the Python C API.
+ .
+ This package contains the Python headers and sources.
 
 Package: python3-cxx
 Depends: python3-cxx-dev, ${misc:Depends}
 Architecture: all
+Priority: extra
 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
+Description: transitional dummy package
+ This is a transitional package and can be safely removed
+ after the installation is complete.
 
 Package: python3-cxx-dev
 Architecture: all
@@ -61,9 +55,11 @@
 Breaks: python3-cxx (<< 6.2.3~)
 Replaces: python3-cxx (<< 6.2.3~)
 Provides: python3-cxx
-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.
+Description: Set of facilities to extend Python3 with C++
+ PyCXX is a set of C++ facilities to make it easier to write Python3
+ extensions. The main advantage is that it greatly increases the
+ probability that your program will not make a reference-counting
+ errors and will not have to continually check error returns from
+ the Python C API.
+ .
+ This package contains the Python3 headers and sources.




More information about the Python-modules-commits mailing list