Your message dated Tue, 20 Sep 2011 00:18:13 +0000
with message-id <e1r5o2p-0000el...@franck.debian.org>
and subject line Bug#639521: fixed in swig2.0 2.0.4-3.1
has caused the Debian Bug report #639521,
regarding swig: file conflict with swig2.0 (2.0.4-1.1)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
639521: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639521
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: swig
Version: 2.0.4-3
Severity: serious
Justification: undeclared file conflict
Tags: patch

Hi Torsten,

>From today's upgrade:

| Unpacking swig (from .../swig_2.0.4-3_amd64.deb) ...
| dpkg: error processing //var/cache/apt/archives/swig_2.0.4-3_amd64.deb 
(--install):
|  trying to overwrite '/usr/share/man/man1/swig2.0.1.gz', which is also in 
package swig2.0 2.0.4-1.1

How about something like this patch (untested)?
---
 debian/changelog |    8 ++++++++
 debian/control   |    2 ++
 debian/rules     |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b3662c01..d25ec634 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+swig2.0 (2.0.4-3.1) local; urgency=low
+
+  * Put swig2.0(1) manpage in the swig2.0 package, instead of whatever
+    architecture-dependent package happened to be processed first.
+  * swig2.0 Breaks and Replaces swig (<= 2.0.4-3).
+
+ -- Jonathan Nieder <jrnie...@gmail.com>  Sat, 27 Aug 2011 13:51:08 -0500
+
 swig2.0 (2.0.4-3) unstable; urgency=low
 
   * Acknowledge changes by Luca Falavigna - thanks.
diff --git a/debian/control b/debian/control
index 2d272097..9fb067b5 100644
--- a/debian/control
+++ b/debian/control
@@ -42,6 +42,8 @@ Package: swig2.0
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: swig2.0-examples, swig2.0-doc
+Breaks: swig (<= 2.0.4-3)
+Replaces: swig (<= 2.0.4-3)
 Description: Generate scripting interfaces to C/C++ code
  SWIG is a compiler that makes it easy to integrate C and C++ code
  with other languages including Perl, PHP, Tcl, Ruby, Python, Java, 
diff --git a/debian/rules b/debian/rules
index e363f057..88319f00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -134,7 +134,7 @@ binary-arch: build install
 #      dh_installemacsen -a $(NO_PACKAGES_ARGS)
 #      dh_installinit -a $(NO_PACKAGES_ARGS)
        dh_installcron -a $(NO_PACKAGES_ARGS)
-       dh_installman -a debian/swig2.0.1
+       dh_installman -p swig2.0 debian/swig2.0.1
 #      dh_undocumented
        dh_installchangelogs -a -Nswig2.0 $(NO_PACKAGES_ARGS) CHANGES
        dh_installchangelogs -pswig2.0 $(NO_PACKAGES_ARGS)
-- 
1.7.6




--- End Message ---
--- Begin Message ---
Source: swig2.0
Source-Version: 2.0.4-3.1

We believe that the bug you reported is fixed in the latest version of
swig2.0, which is due to be installed in the Debian FTP archive:

swig-doc_2.0.4-3.1_all.deb
  to main/s/swig2.0/swig-doc_2.0.4-3.1_all.deb
swig-examples_2.0.4-3.1_all.deb
  to main/s/swig2.0/swig-examples_2.0.4-3.1_all.deb
swig2.0-doc_2.0.4-3.1_all.deb
  to main/s/swig2.0/swig2.0-doc_2.0.4-3.1_all.deb
swig2.0-examples_2.0.4-3.1_all.deb
  to main/s/swig2.0/swig2.0-examples_2.0.4-3.1_all.deb
swig2.0_2.0.4-3.1.debian.tar.gz
  to main/s/swig2.0/swig2.0_2.0.4-3.1.debian.tar.gz
swig2.0_2.0.4-3.1.dsc
  to main/s/swig2.0/swig2.0_2.0.4-3.1.dsc
swig2.0_2.0.4-3.1_amd64.deb
  to main/s/swig2.0/swig2.0_2.0.4-3.1_amd64.deb
swig_2.0.4-3.1_amd64.deb
  to main/s/swig2.0/swig_2.0.4-3.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 639...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Falavigna <dktrkr...@debian.org> (supplier of updated swig2.0 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 18 Sep 2011 01:32:41 +0200
Source: swig2.0
Binary: swig swig2.0 swig-examples swig2.0-examples swig-doc swig2.0-doc
Architecture: source all amd64
Version: 2.0.4-3.1
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff <tors...@debian.org>
Changed-By: Luca Falavigna <dktrkr...@debian.org>
Description: 
 swig       - Generate scripting interfaces to C/C++ code
 swig-doc   - HTML documentation for SWIG
 swig-examples - Examples for applications of SWIG
 swig2.0    - Generate scripting interfaces to C/C++ code
 swig2.0-doc - HTML documentation for SWIG
 swig2.0-examples - Examples for applications of SWIG
Closes: 639521
Changes: 
 swig2.0 (2.0.4-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
 .
   [ Jonathan Nieder ]
   * Put swig2.0(1) manpage in the swig2.0 package, instead of whatever
     architecture-dependent package happened to be processed first.
   * swig2.0 Breaks and Replaces swig (<< 2.0.4-3.1) (Closes: #639521).
Checksums-Sha1: 
 7817173a36f8b3135576d0243af617ca74c1b120 2082 swig2.0_2.0.4-3.1.dsc
 8dce4788bfff7af727a2a870241adac1dac1dcae 18858 swig2.0_2.0.4-3.1.debian.tar.gz
 be3aaa45b8fcd2c582975b3515c8ad13a616b3a5 264282 swig-examples_2.0.4-3.1_all.deb
 1839b5c3fe9340ec53a7226efcf4ee12b39a3ac4 1289864 
swig2.0-examples_2.0.4-3.1_all.deb
 c2ff004c9ddc1ed9e0f30969e1407d4488026d11 264262 swig-doc_2.0.4-3.1_all.deb
 a0559845a9b5b1f40e1686ed33f0ff8eb279b4de 2696018 swig2.0-doc_2.0.4-3.1_all.deb
 58fc240ca7508edeae658a1f4a698e15fe65b0f7 269626 swig_2.0.4-3.1_amd64.deb
 7c9538f1199dc38929b4b11e0852ee6b6f6ab528 1396156 swig2.0_2.0.4-3.1_amd64.deb
Checksums-Sha256: 
 95132e39b0edd7f1ebc14b797a2efbf87cc6edae07e5040d7338634f8c92da4e 2082 
swig2.0_2.0.4-3.1.dsc
 09f053a8c34adc4cdb04a3ea86dcd272294ef596bb5ad5d3396e72891d6fd2f9 18858 
swig2.0_2.0.4-3.1.debian.tar.gz
 cda672e4117f134604d5a995c9e3778a587df2cb150a356d8fcfd12a53ecf647 264282 
swig-examples_2.0.4-3.1_all.deb
 283580aec90dcda5614088f00f2f606b1e30c427d8af1042818713ac538a0abd 1289864 
swig2.0-examples_2.0.4-3.1_all.deb
 ce7a535ae5e01584d440f1b3559b2508006ed26eab24e3ea811a03fee04844e7 264262 
swig-doc_2.0.4-3.1_all.deb
 6e7beb02ce86be525ed7f6aae2932d7497e9413edf0f3194686d830adcffc4f9 2696018 
swig2.0-doc_2.0.4-3.1_all.deb
 46237987b3c4f3187c2985094a0c68ac8e91df48f1b87fee900ab2f8cbaaaaf0 269626 
swig_2.0.4-3.1_amd64.deb
 41ea3aa17b8fdcabfe54a4ebe12e0cf7f2bf0c3ac1e23edd7b045d27b4a41f2e 1396156 
swig2.0_2.0.4-3.1_amd64.deb
Files: 
 293fb36ee50330a2a651af1f2805ec05 2082 interpreters optional 
swig2.0_2.0.4-3.1.dsc
 18ac01fb9c0aadaa6c4c2d4582b2fc48 18858 interpreters optional 
swig2.0_2.0.4-3.1.debian.tar.gz
 51a152e34259c5430211542af3074fc7 264282 interpreters optional 
swig-examples_2.0.4-3.1_all.deb
 5fbbf0222bef68e3b7a4a3c12800b106 1289864 interpreters optional 
swig2.0-examples_2.0.4-3.1_all.deb
 f377287eeacbe46585fd76edb30d9fe0 264262 doc optional swig-doc_2.0.4-3.1_all.deb
 26f81c4577b797a0f52f4aa5fcabf4e9 2696018 doc optional 
swig2.0-doc_2.0.4-3.1_all.deb
 f93c79970ed204cfdbd443ba160432f3 269626 interpreters optional 
swig_2.0.4-3.1_amd64.deb
 4292663b5522611e0e0a1e8f9a76c1c7 1396156 interpreters optional 
swig2.0_2.0.4-3.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOdTORAAoJEEkIatPr4vMfM4IP/RG+ju2VTc4gKS19gP3ZsprT
Follhe0yt+njJLUUfTm2XdXEyw4HSqjEtsdODs6n0uI3hoR5vtU4ZVFdGtGF/j2Q
Xqs8klyFZx7rYS1R/TJ5s7XwkM08fKi6DEYnCnTi2+HW8JcWNDTpLXy113OdroUJ
fIF8Tj4GnwBFC114vcsJPDxEB9LeM2PaSL8d3AkuVw99Zg1M1e/99AnocF+4Iey8
pRGdzbUq+kZBZVApOCf7EkOuValhddcsb+nz2ThbqpTQkVu7a1A/ghERJP5bZSFm
9D7UvpXPZKeDAYnS8Hvz05O9pQ+npFmYI6afUP+c1oTj1Yk2IKaS7tUGXPeAdfc+
M+bgS8UzfWu53wjINWg0+POYNSmmHvZgEnzZcdSRvj0h5a+2sqgZXYN6ICuCXwor
cedYhh3VRJt2fAEh6pEqVMQqc2espT6CUktgRLdH923mi1xWb4FPFT8rNpIdWn5W
JT/mG6UFtRu5CHb7LOQ/bSTsmFg5foaf+LC8OtjhjDkcdfHDXNCs7WAIVW/opsW3
Ui3acXq97uIj1aYzFP5Q74o5tCYxsxud31eoT75VXQxJC4ZCdfVI3DNTSLhW5nm6
/8KSof1iVI2D/ZUV/IBbXNtd+MYF6T2od4TlrCsKI3cOoJzh85yHBpP/boqJNdGR
VZArM5vtJquyuNNByq2t
=oWwG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to