tag 641323 +patch
thanks

Moin,

I'll add python-sqlite-dbg to the Conflicts field of the package.

sandro

> python-sqlite-dbg and python-pysqlite1.1-dbg ship the same files, so
> they must conflict:
> | # dpkg --unpack python-sqlite-dbg_1.0.1-8_i386.deb
> | python-pysqlite1.1-dbg_1.1.8a-4_i386.deb (Reading database ... 10663
> | files and directories currently installed.) Preparing to replace
> | python-sqlite-dbg 1.0.1-8 (using python-sqlite-dbg_1.0.1-8_i386.deb) ...
> | Unpacking replacement python-sqlite-dbg ...
> | Unpacking python-pysqlite1.1-dbg (from
> | python-pysqlite1.1-dbg_1.1.8a-4_i386.deb) ...
> | 
> | dpkg: error processing python-pysqlite1.1-dbg_1.1.8a-4_i386.deb (--
unpack):
> |   trying to overwrite '/usr/lib/python2.7/dist-packages/_sqlite_d.so',
> |   which is also in package python-sqlite-dbg 1.0.1-8
> | 
> | dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
> | 
> | Errors were encountered while processing:
> |   python-pysqlite1.1-dbg_1.1.8a-4_i386.deb

diff -Nru python-pysqlite1.1-1.1.8a/debian/changelog python-pysqlite1.1-1.1.8a/debian/changelog
--- python-pysqlite1.1-1.1.8a/debian/changelog	2011-06-29 22:32:08.000000000 +0200
+++ python-pysqlite1.1-1.1.8a/debian/changelog	2011-12-02 22:33:49.000000000 +0100
@@ -1,3 +1,11 @@
+python-pysqlite1.1 (1.1.8a-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "missing conflict with python-sqlite-dbg" adding
+    python-sqlite-dbg  to Conflicts field (Closes: #641323)
+
+ -- Sandro Knauß <b...@sandroknauss.de>  Fri, 02 Dec 2011 22:28:42 +0100
+
 python-pysqlite1.1 (1.1.8a-4) unstable; urgency=low
 
   * Convert from dh_pycentral to dh_python2 (closes: #617023)
diff -Nru python-pysqlite1.1-1.1.8a/debian/control python-pysqlite1.1-1.1.8a/debian/control
--- python-pysqlite1.1-1.1.8a/debian/control	2011-06-29 22:32:08.000000000 +0200
+++ python-pysqlite1.1-1.1.8a/debian/control	2011-12-02 22:24:05.000000000 +0100
@@ -28,6 +28,7 @@
 Priority: extra
 Architecture: any
 Depends: python-pysqlite1.1 (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Conflicts: python-sqlite-dbg
 Description: python interface to SQLite 3 (debug extension)
  pysqlite is an interface to the SQLite database server for
  Python. It aims to be fully compliant with Python database

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to