r47916 - in /desktop/unstable/libpeas/debian: control control.in
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Fri Apr 15 11:44:59 UTC 2016
Author: ah
Date: Fri Apr 15 11:44:59 2016
New Revision: 47916
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47916
Log:
Add Breaks/Replaces as caught by mbiebl
Modified:
desktop/unstable/libpeas/debian/control
desktop/unstable/libpeas/debian/control.in
Modified: desktop/unstable/libpeas/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/control?rev=47916&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/control [utf-8] (original)
+++ desktop/unstable/libpeas/debian/control [utf-8] Fri Apr 15 11:44:59 2016
@@ -38,18 +38,21 @@
Description: Application plugin library
libpeas is a library that allows applications to support plugins.
-Package: libpeas-1.0-0-python2loader
+Package: libpeas-1.0-python2loader
Section: oldlibs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
+ libpeas-1.0-0 (= ${binary:Version}),
libpeas-common
-Description: Application plugin library - python2 support
+Breaks: libpeas-1.0-0 (<< 1.8.0-2)
+Replaces: libpeas-1.0-0 (<< 1.8.0-2)
+Description: Application plugin library (Python 2 support)
libpeas is a library that allows applications to support plugins.
This package contains the Python 2 loader shared library.
.
- If your plugin is written in python2, please consider porting it to
- python3 and drop the dependency on this package.
+ If your plugin is written in Python 2, please consider porting it to
+ Python 3 and drop the dependency on this package.
.
This package exists only for backwards-compatibility with plugins
that have not yet been ported. It should be considered deprecated.
Modified: desktop/unstable/libpeas/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/control.in?rev=47916&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/control.in [utf-8] (original)
+++ desktop/unstable/libpeas/debian/control.in [utf-8] Fri Apr 15 11:44:59 2016
@@ -41,6 +41,8 @@
${shlibs:Depends},
libpeas-1.0-0 (= ${binary:Version}),
libpeas-common
+Breaks: libpeas-1.0-0 (<< 1.8.0-2)
+Replaces: libpeas-1.0-0 (<< 1.8.0-2)
Description: Application plugin library (Python 2 support)
libpeas is a library that allows applications to support plugins.
This package contains the Python 2 loader shared library.
More information about the pkg-gnome-commits
mailing list