[Forensics-changes] [guymager] 01/02: Bug#754812: guymager: hardcoded dependency on libparted0

Michael Prokop mika at moszumanska.debian.org
Sat Aug 30 19:38:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

mika pushed a commit to branch debian
in repository guymager.

commit eab000f4a5c9d54df2f5111a835de902c10ccd42
Author: Colin Watson <cjwatson at debian.org>
Date:   Mon Jul 14 15:06:41 2014 +0100

    Bug#754812: guymager: hardcoded dependency on libparted0
    
    Package: guymager
    Version: 0.7.3-2
    Severity: important
    Tags: patch
    Control: block 754582 by -1
    
    I plan to switch to parted 3.1 soon; see #754582.  This is now in the
    NEW queue for experimental, and I'll upload it to unstable once it's
    past NEW and a couple of other blockers are resolved.  It involves a
    package name change to libparted2.
    
    It looks as though guymager should work fine with libparted2, and it
    doesn't need any source changes (since it just looks for
    libparted*.so*), but the hardcoded dependency is a bit problematic.  It
    would be nice if it worked both before and after the parted change so
    that I don't have to coordinate a transition with you too carefully.
    How about this change?
    
    Later, once this has all landed, you can (and probably should) change
    the preferred alternative to libparted2, but there's no great rush.
    
      * Allow the libparted virtual package as an alternative to libparted0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3326f60..1e906af 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Vcs-Git: git://git.debian.org/forensics/guymager.git
 Package: guymager
 Architecture: amd64 i386 powerpc
 Depends: hdparm,
-         libparted0,
+         libparted0 | libparted,
          smartmontools,
          ${misc:Depends},
          ${shlibs:Depends}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/guymager.git



More information about the forensics-changes mailing list