[Python-modules-commits] r32184 - in packages/python-llfuse/trunk/debian (changelog control)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Sat Apr 4 03:07:12 UTC 2015
Date: Saturday, April 4, 2015 @ 03:07:09
Author: nikratio-guest
Revision: 32184
Add versioned Breaks and Conflicts to -dbg packages to avoid
upgrade problems due to moved file. Closes: #781652.
Modified:
packages/python-llfuse/trunk/debian/changelog
packages/python-llfuse/trunk/debian/control
Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog 2015-04-03 09:42:42 UTC (rev 32183)
+++ packages/python-llfuse/trunk/debian/changelog 2015-04-04 03:07:09 UTC (rev 32184)
@@ -1,3 +1,10 @@
+python-llfuse (0.40+dfsg-2) UNRELEASED; urgency=medium
+
+ * Add versioned Breaks and Conflicts to -dbg packages to avoid
+ upgrade problems due to moved file. Closes: #781652.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Fri, 03 Apr 2015 20:05:42 -0700
+
python-llfuse (0.40+dfsg-1) unstable; urgency=medium
* Updated watch file to use pypi, and validate pgp signature.
Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control 2015-04-03 09:42:42 UTC (rev 32183)
+++ packages/python-llfuse/trunk/debian/control 2015-04-04 03:07:09 UTC (rev 32184)
@@ -47,6 +47,8 @@
Priority: extra
Architecture: any
Recommends: python-dbg
+Breaks: python-llfuse (<< 0.40+dfsg-1)
+Replaces: python-llfuse (<< 0.40+dfsg-1)
Depends: python-llfuse (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
@@ -85,6 +87,8 @@
Priority: extra
Architecture: any
Recommends: python-dbg
+Breaks: python3-llfuse (<< 0.40+dfsg-1)
+Replaces: python3-llfuse (<< 0.40+dfsg-1)
Depends: python3-llfuse (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
More information about the Python-modules-commits
mailing list