[Python-apps-commits] r12373 - in packages/s3ql/trunk/debian (changelog control)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Thu Sep 17 15:26:52 UTC 2015
Date: Thursday, September 17, 2015 @ 15:26:49
Author: nikratio-guest
Revision: 12373
Add Breaks and Replaces to prevent upgrade problems due to the
extension for the debug interpreter having moved from s3ql-dbg to s3ql in
2.14+dfsg-1. Closes: #799261.
Modified:
packages/s3ql/trunk/debian/changelog
packages/s3ql/trunk/debian/control
Modified: packages/s3ql/trunk/debian/changelog
===================================================================
--- packages/s3ql/trunk/debian/changelog 2015-09-16 23:14:02 UTC (rev 12372)
+++ packages/s3ql/trunk/debian/changelog 2015-09-17 15:26:49 UTC (rev 12373)
@@ -1,3 +1,11 @@
+s3ql (2.14+dfsg-2) UNRELEASED; urgency=medium
+
+ * Add Breaks and Replaces to prevent upgrade problems due to the
+ extension for the debug interpreter having moved from s3ql-dbg to s3ql in
+ 2.14+dfsg-1. Closes: #799261.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Thu, 17 Sep 2015 08:25:09 -0700
+
s3ql (2.14+dfsg-1) unstable; urgency=medium
* New upstream release.
Modified: packages/s3ql/trunk/debian/control
===================================================================
--- packages/s3ql/trunk/debian/control 2015-09-16 23:14:02 UTC (rev 12372)
+++ packages/s3ql/trunk/debian/control 2015-09-17 15:26:49 UTC (rev 12373)
@@ -75,6 +75,8 @@
${python3:Depends},
${shlibs:Depends},
${misc:Depends}
+Replaces: s3ql (<< 2.14+dfsg-1)
+Breaks: s3ql (<< 2.14+dfsg-1)
Description: Full-featured file system for online data storage (debugging symbols)
S3QL is a file system that stores all its data online using storage
services like Google Storage, Amazon S3 or OpenStack. S3QL
More information about the Python-apps-commits
mailing list