Your message dated Fri, 03 Apr 2009 09:02:36 +0000
with message-id <[email protected]>
and subject line Bug#518804: fixed in libctl 3.0.3-3
has caused the Debian Bug report #518804,
regarding Update libctl to use guile-1.8
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 [email protected]
immediately.)


-- 
518804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518804
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libctl
Version: 3.0.3-2
Severity: minor
Tags: patch

libctl is currently the only library that uses guile 1.6 instead of 1.8.
I'd appreciate it if that dependency could be upgraded.

My specific use case is that we would like to have both libctl-dev and
libgeda-dev installed in the MIT Athena computing environment, but can't
because they depend on different versions of guile-dev, which conflict
with each other.

Included is a debdiff for libctl. The two packages that rdepend on
libctl (meep and mpb) will have to be rebuilt against the new library
(and mpb needs a small tweak to debian/control as well), so I've
included debdiffs to update those as well.

I've tested that the packages build, install, and run with my patches,
but since I'm not really familiar with the software, I don't really know
how to test the builds past starting up the programs.

Thanks,
 - Eavn
diff -u libctl-3.0.3/debian/changelog libctl-3.0.3/debian/changelog
--- libctl-3.0.3/debian/changelog
+++ libctl-3.0.3/debian/changelog
@@ -1,3 +1,9 @@
+libctl (3.0.3-3) unstable; urgency=low
+
+  * Upgrade guile-1.6-dev dependency to guile-1.8-dev
+
+ -- Evan Broder <[email protected]>  Sun, 08 Mar 2009 13:38:14 -0400
+
 libctl (3.0.3-2) unstable; urgency=low
 
   * removed lintian warnings:
diff -u libctl-3.0.3/debian/control libctl-3.0.3/debian/control
--- libctl-3.0.3/debian/control
+++ libctl-3.0.3/debian/control
@@ -2,14 +2,14 @@
 Section: devel
 Priority: optional
 Maintainer: Thorsten Alteholz <[email protected]>
-Build-Depends: debhelper (>= 5), cdbs, guile-1.6-dev, gfortran, dpatch
+Build-Depends: debhelper (>= 5), cdbs, guile-1.8-dev, gfortran, dpatch
 Standards-Version: 3.8.0
 Homepage: http://ab-initio.mit.edu/wiki/index.php/Libctl
 
 Package: libctl-dev
 Section: libdevel
 Architecture: any
-Depends: libctl3 (= ${binary:Version}), libc6-dev, guile-1.6-dev, 
${misc:Depends}
+Depends: libctl3 (= ${binary:Version}), libc6-dev, guile-1.8-dev, 
${misc:Depends}
 Recommends: libctl-doc
 Description: library for flexible control files, development version
  libctl is a free Guile-based library implementing flexible control files for
diff -u meep-0.20.3/debian/changelog meep-0.20.3/debian/changelog
--- meep-0.20.3/debian/changelog
+++ meep-0.20.3/debian/changelog
@@ -1,3 +1,9 @@
+meep (0.20.3-2) unstable; urgency=low
+
+  * Rebuild for new libctl version
+
+ -- Evan Broder <[email protected]>  Sun, 08 Mar 2009 13:59:40 -0400
+
 meep (0.20.3-1) unstable; urgency=low
 
   * New upstream release (Closes: #491516, #491593, #491889)
diff -u meep-0.20.3/debian/control meep-0.20.3/debian/control
--- meep-0.20.3/debian/control
+++ meep-0.20.3/debian/control
@@ -2,7 +2,7 @@
 Section: science
 Priority: optional
 Maintainer: Thorsten Alteholz <[email protected]>
-Build-Depends: gfortran, debhelper (>= 5), autotools-dev, libctl-dev (>= 
3.0.3), pkg-config, libharminv-dev (>= 1.1), zlib1g-dev, libfftw3-dev, 
libhdf5-serial-dev, libgsl0-dev, liblapack-dev, libmpich1.0-dev
+Build-Depends: gfortran, debhelper (>= 5), autotools-dev, libctl-dev (>= 
3.0.3-3), pkg-config, libharminv-dev (>= 1.1), zlib1g-dev, libfftw3-dev, 
libhdf5-serial-dev, libgsl0-dev, liblapack-dev, libmpich1.0-dev
 Standards-Version: 3.8.0
 Homepage: http://ab-initio.mit.edu/wiki/index.php/Meep
 
diff -u mpb-1.4.2/debian/control mpb-1.4.2/debian/control
--- mpb-1.4.2/debian/control
+++ mpb-1.4.2/debian/control
@@ -2,7 +2,7 @@
 Section: science
 Priority: optional
 Maintainer: Debian QA Group <[email protected]>
-Build-Depends: debhelper (>= 5), autotools-dev, liblapack-dev, fftw-dev, 
libctl-dev, guile-1.6-dev, libhdf5-serial-dev, zlib1g-dev, gfortran, 
libmpich1.0-dev
+Build-Depends: debhelper (>= 5), autotools-dev, liblapack-dev, fftw-dev, 
libctl-dev (>= 3.0.3-3), guile-1.8-dev, libhdf5-serial-dev, zlib1g-dev, 
gfortran, libmpich1.0-dev
 Build-Conflicts: lam-dev
 Standards-Version: 3.8.0
 Homepage: http://ab-initio.mit.edu/mpb/
diff -u mpb-1.4.2/debian/changelog mpb-1.4.2/debian/changelog
--- mpb-1.4.2/debian/changelog
+++ mpb-1.4.2/debian/changelog
@@ -1,3 +1,9 @@
+mpb (1.4.2-13) unstable; urgency=low
+
+  * Rebuild for new libctl version
+
+ -- Evan Broder <[email protected]>  Sun, 08 Mar 2009 14:06:54 -0400
+
 mpb (1.4.2-12) unstable; urgency=low
 
   * QA upload.

--- End Message ---
--- Begin Message ---
Source: libctl
Source-Version: 3.0.3-3

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

libctl-dev_3.0.3-3_amd64.deb
  to pool/main/libc/libctl/libctl-dev_3.0.3-3_amd64.deb
libctl-doc_3.0.3-3_all.deb
  to pool/main/libc/libctl/libctl-doc_3.0.3-3_all.deb
libctl3_3.0.3-3_amd64.deb
  to pool/main/libc/libctl/libctl3_3.0.3-3_amd64.deb
libctl_3.0.3-3.diff.gz
  to pool/main/libc/libctl/libctl_3.0.3-3.diff.gz
libctl_3.0.3-3.dsc
  to pool/main/libc/libctl/libctl_3.0.3-3.dsc



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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz <[email protected]> (supplier of updated libctl 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 02 Apr 2009 21:30:01 +0100
Source: libctl
Binary: libctl-dev libctl3 libctl-doc
Architecture: source all amd64
Version: 3.0.3-3
Distribution: unstable
Urgency: low
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description: 
 libctl-dev - library for flexible control files, development version
 libctl-doc - library for flexible control files, documentation
 libctl3    - library for flexible control files
Closes: 518804
Changes: 
 libctl (3.0.3-3) unstable; urgency=low
 .
   * added ldconfig in postinst and postrm to meet requirements
     of policy 8.1.1
   * switched from guile-1.6 to guile-1.8 (Closes: #518804)
     patch from Evan Broder
   * changed Standards-Version to 3.8.1
Checksums-Sha1: 
 60e1ed23a58e026e3ab2987676533c2918507c34 1059 libctl_3.0.3-3.dsc
 ad7d1345e90656bc32fab87b110a08f5a3384d15 4708 libctl_3.0.3-3.diff.gz
 07bebee48dcbdc1f9ba25a62d2602eb90f676bb5 67122 libctl-doc_3.0.3-3_all.deb
 507ebd116125b8baa6a84a021aebe4c006d73cad 91132 libctl-dev_3.0.3-3_amd64.deb
 bfe042d1e35adcc0e12829c9bc7304e95871053d 97612 libctl3_3.0.3-3_amd64.deb
Checksums-Sha256: 
 118e080ad1f2cbc776c3e2cc5819763d372900dabceb34ea7d1eb3be02684d41 1059 
libctl_3.0.3-3.dsc
 f7ee4b31ca757a57ac7c2028bfd7c4cf4632b4ae9a01f41b4e18eda08223641d 4708 
libctl_3.0.3-3.diff.gz
 b61e5bbf8963eed20202b8f9f6b4ccbf8a3f7f7ed61caf2c2c959a9dd25543f8 67122 
libctl-doc_3.0.3-3_all.deb
 bceea9564ec813d34e913246425c9c3a8dc2b2964e5ff603fb81775702797aad 91132 
libctl-dev_3.0.3-3_amd64.deb
 7fbe93b1640ecf6f80d73fb5b18afb76fdfcdd4869b884c7b15bd87ec335d437 97612 
libctl3_3.0.3-3_amd64.deb
Files: 
 1bc8d6c397c707ca5408d2aef4b3485c 1059 devel optional libctl_3.0.3-3.dsc
 853d8cea63b7d9312e2392d2d3e7d024 4708 devel optional libctl_3.0.3-3.diff.gz
 77bb9cde564ea62df3aeb3627f177362 67122 doc optional libctl-doc_3.0.3-3_all.deb
 2eefca805bcd88ac18b0ac808059cf10 91132 libdevel optional 
libctl-dev_3.0.3-3_amd64.deb
 0bd9bf9bd418ea68640efa16b41250cc 97612 libs optional libctl3_3.0.3-3_amd64.deb

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

iEYEARECAAYFAknVzcsACgkQgY5NIXPNpFXbewCfQx+OAH4VEG6YXyrtQ1elu393
rjQAn1wYrMfgYYiQN2N6GBXDKbNuZRom
=2JNq
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to