Your message dated Sun, 13 Sep 2009 07:17:05 +0000
with message-id <[email protected]>
and subject line Bug#545496: fixed in cupt 0.6.5
has caused the Debian Bug report #545496,
regarding cupt: Fails to satisfy Breaks/Depends dependencies
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.)


-- 
545496: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545496
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cupt
Version: 0.6.4
Severity: important

Running a safe-upgrade today, I ran into the following issue:

dpkg: regarding .../insserv_1.12.0-11_i386.deb containing insserv:
 insserv breaks sysv-rc (<< 2.87dsf-3)
  sysv-rc (version 2.87dsf-2) is present and installed.
dpkg: error processing /var/cache/apt/archives/insserv_1.12.0-11_i386.deb 
(--install):
 installing insserv would break sysv-rc, and
 deconfiguration is not permitted (--auto-deconfigure might help)
(Reading database ... 99079 files and directories currently installed.)
Preparing to replace sysv-rc 2.87dsf-2 (using .../sysv-rc_2.87dsf-4_all.deb) ...
Unpacking replacement sysv-rc ...
dpkg: dependency problems prevent configuration of sysv-rc:
 sysv-rc depends on insserv (>> 1.12.0-10); however:
  Version of insserv on system is 1.12.0-10.
dpkg: error processing sysv-rc (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/insserv_1.12.0-11_i386.deb
 sysv-rc
E: dpkg returned non-zero status: 256
E: error performing command 'safe-upgrade'

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cupt depends on:
ii  libcupt-perl                  0.6.4      alternative front-end for dpkg -- 
ii  perl                          5.10.0-25  Larry Wall's Practical Extraction 
ii  sensible-utils                0.0.1      Utilities for sensible alternative

cupt recommends no packages.

Versions of packages cupt suggests:
pn  libterm-readline-gnu-perl     <none>     (no description available)

-- no debconf information

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]>

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: cupt
Source-Version: 0.6.5

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

cupt_0.6.5.dsc
  to pool/main/c/cupt/cupt_0.6.5.dsc
cupt_0.6.5.tar.gz
  to pool/main/c/cupt/cupt_0.6.5.tar.gz
cupt_0.6.5_all.deb
  to pool/main/c/cupt/cupt_0.6.5_all.deb
libcupt-perl_0.6.5_all.deb
  to pool/main/c/cupt/libcupt-perl_0.6.5_all.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Eugene V. Lyubimkin <[email protected]> (supplier of updated cupt 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: Sun, 13 Sep 2009 09:52:04 +0300
Source: cupt
Binary: libcupt-perl cupt
Architecture: source all
Version: 0.6.5
Distribution: unstable
Urgency: low
Maintainer: Eugene V. Lyubimkin <[email protected]>
Changed-By: Eugene V. Lyubimkin <[email protected]>
Description: 
 cupt       - alternative front-end for dpkg -- console interface
 libcupt-perl - alternative front-end for dpkg -- Perl modules
Closes: 545496 545685
Changes: 
 cupt (0.6.5) unstable; urgency=low
 .
   * cupt:
     - 'dist-upgrade': fixed the regression since 0.6.4 being not able to
       proceed package management tools upgrade successfully.
     - The option '--no-install-unpacked' went away. Now the all the packages
       within some interim state are scheduled for installation, but with no
       stick, so one can easily install other versions or delete them
       explicitly.
   * Cupt:
     - Download:
       - Manager:
         - Honor 'cupt::worker::simulate' option in the native way.
         - [API break] Advanced input parameters for 'download' subroutine to
           include optional short and long aliases.
         - [API break] Removed 'set_short_alias_for_uri' subroutine.
         - [API break] Removed 'set_long_alias_for_uri' subroutine.
     - System:
       - State:
         - Consider all packages except in states 'not-installed' and
           'config-files' as installed. They are full-right participants of
           dependency and worker management.
       - Worker:
         - Create partial directory for downloads when it doesn't exist.
           Thanks to Cyril Brulebois.
         - Don't try to check hash sums of Packages/Sources when no local file
           exists while deciding should we download Packages/Sources or not.
           Thanks to Cyril Brulebois. Thanks to James Vega.
           (Closes: #545685)
         - While splitting heterogeneous actions, set '--force-depends' dpkg
           option for commands with more than one package as argument even for
           safe-as-a-whole operations. Dpkg cannot handle gracefully them now
           in some cases. Thanks to James Vega. (Closes: #545496)
     - Config:
       - New option 'cupt::resolver::quality-bar'.
       - Added option 'apt::get::automaticremove'.
       - Added option 'apt::get::purge'.
       - Recognize option 'apt::get::show-upgraded'.
   * debian/control:
     - Updated my mail address.
     - Inserted versioned dependency on liblist-moreutils-perl (>= 0.23).
       Earlier versions had tricky bug in 'none' subroutine. Thanks to
       Cyril Brulebois.
     - Removed 'DM-Upload-Allowed' field, it's not needed anymore.
Checksums-Sha1: 
 d2ac4a3a73b56ff4ee085c62ed88a95c84ac3c07 946 cupt_0.6.5.dsc
 3118f5a51d65f78407d43f2a3ba7fd625519d263 104831 cupt_0.6.5.tar.gz
 ae7aa21a22e00c28d4b1cfd23da8df333b795fa1 130500 libcupt-perl_0.6.5_all.deb
 cf6a37bfa2464c9f760b6089688cff16cf70b18a 54318 cupt_0.6.5_all.deb
Checksums-Sha256: 
 36bcf11760b7b92cb2a47acd82e87c8a503a52f0062ee8eb6e1e663e9e4aed75 946 
cupt_0.6.5.dsc
 4c37323e89d87ca54e10ef144f7cb59b1fdc666a83ab6962e35781b39208382a 104831 
cupt_0.6.5.tar.gz
 cf932a296c50866895f2e2d45ae7f86cbcab054a25627764db45315a55c54fec 130500 
libcupt-perl_0.6.5_all.deb
 762297adf17a8beb078afebb760709b888d30e5a4505b02a6aed2052e1284390 54318 
cupt_0.6.5_all.deb
Files: 
 ec95e0bd3737fd41e66ca747fce8cd99 946 perl optional cupt_0.6.5.dsc
 38f78bfd1be8e6215957129e58e54993 104831 perl optional cupt_0.6.5.tar.gz
 54c08d713c30447f1ef29d835e888e66 130500 perl optional 
libcupt-perl_0.6.5_all.deb
 0cfa0be382912f108d28d0a75743e952 54318 perl optional cupt_0.6.5_all.deb

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

iEYEARECAAYFAkqsltoACgkQchorMMFUmYyV4ACgzRRVYP8PEMwLwoaQ/jXFBRY+
zvgAn1b5NWsY5kF3aKZAH6KVyRMyzLwr
=2R5h
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to