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

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Fri Aug 2 17:25:35 UTC 2013


    Date: Friday, August 2, 2013 @ 17:25:34
  Author: jtaylor-guest
Revision: 25350

drop obsolete transitional python{3,}-cxx

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

Modified: packages/pycxx/trunk/debian/changelog
===================================================================
--- packages/pycxx/trunk/debian/changelog	2013-08-02 17:25:26 UTC (rev 25349)
+++ packages/pycxx/trunk/debian/changelog	2013-08-02 17:25:34 UTC (rev 25350)
@@ -6,8 +6,9 @@
   [ Julian Taylor ]
   * drop obsolete python2.[4]-* break/replaces
   * Bump standard version to 3.9.4, no changes required
+  * drop obsolete transitional python{3,}-cxx
 
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Mon, 15 Jul 2013 19:50:40 +0200
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Mon, 15 Jul 2013 19:51:17 +0200
 
 pycxx (6.2.4-3) unstable; urgency=low
 

Modified: packages/pycxx/trunk/debian/control
===================================================================
--- packages/pycxx/trunk/debian/control	2013-08-02 17:25:26 UTC (rev 25349)
+++ packages/pycxx/trunk/debian/control	2013-08-02 17:25:34 UTC (rev 25350)
@@ -13,21 +13,9 @@
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pycxx/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pycxx/trunk/
 
-Package: python-cxx
-Depends: python-cxx-dev, ${misc:Depends}
-Architecture: all
-Priority: extra
-Section: oldlibs
-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
 Depends: python-dev, ${misc:Depends}, ${python:Depends}
-Breaks: python-cxx (<< 6.2.3~)
-Replaces: python-cxx (<< 6.2.3~)
-Provides: python-cxx
 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
@@ -37,21 +25,9 @@
  .
  This package contains the Python headers and sources.
 
-Package: python3-cxx
-Depends: python3-cxx-dev, ${misc:Depends}
-Architecture: all
-Priority: extra
-Section: oldlibs
-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
 Depends: python3-dev, ${misc:Depends}, ${python3:Depends}
-Breaks: python3-cxx (<< 6.2.3~)
-Replaces: python3-cxx (<< 6.2.3~)
-Provides: python3-cxx
 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




More information about the Python-modules-commits mailing list