Your message dated Fri, 29 May 2009 18:39:04 +0200
with message-id <[email protected]>
and subject line Re: Bug#531037: luckybackup-data: circular dependency:
luckybackup
has caused the Debian Bug report #531037,
regarding luckybackup-data: circular dependency: luckybackup
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.)
--
531037: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531037
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: luckybackup
Version: 0.3.1-1
Severity: important
Tags: patch
There are circular dependencies between luckybackup and luckybackup-data.
That could create problems and it's best to be avoided.
luckybackup-data can "live" on its own, so either should be fine:
- there's no need for "Recommends: luckybackup"
- drop the dependency to "Enhances: luckybackup" (probably depend on the
binary/source version too?)
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28-11-generic (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/dash
--- luckybackup-0.3.1/debian/control~ 2009-05-29 14:08:50.000000000 +0200
+++ luckybackup-0.3.1/debian/control 2009-05-29 14:09:14.000000000 +0200
@@ -23,7 +23,7 @@
Package: luckybackup-data
Architecture: all
Depends: ${misc:Depends}
-Recommends: luckybackup
+Enhances: luckybackup
Description: rsync-based GUI data backup utility (data files)
luckyBackup is an application that backs-up and/or synchronizes any
directories with the power of rsync.
--- End Message ---
--- Begin Message ---
Savvas Radevic schrieb:
There are circular dependencies between luckybackup and luckybackup-data.
That could create problems and it's best to be avoided.
luckybackup-data can "live" on its own, so either should be fine:
- there's no need for "Recommends: luckybackup"
- drop the dependency to "Enhances: luckybackup" (probably depend on the
binary/source version too?)
Hello Savvas,
first thanks for your report and trying to make Debian better. :-)
But I have to close your report, because it is not a circular dependency
as written in Debian policy 7.2. The problem with circular depends are
at the dpkg part, not apt{itude}, and dpkg does not care about recommends.
Cheers.
--- End Message ---