Package: hgsvn
Version: 0.1.4-1
Severity: normal
Tags: patch

Since hgsvn relies on mercurial and subversion to do lots of work, it
needs to depend on them.  The dependencies aren't automatically detected
by the build system, so they need to be explicitly specified.  I've
attached a patch.

Thanks,
John

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
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 hgsvn depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-setuptools             0.6c7-1    Python Distutils Enhancements
ii  python-support                0.7.5      automated rebuilding support for p
ii  python2.5                     2.5.1-5    An interactive high-level object-o

hgsvn recommends no packages.

-- no debconf information

diff -r 7723ed08a86a -r 0b0634d8c77c debian/control
--- a/debian/control	Wed Dec 12 21:15:09 2007 -0700
+++ b/debian/control	Wed Dec 12 21:20:52 2007 -0700
@@ -8,7 +8,7 @@ Standards-Version: 3.7.2
 
 Package: hgsvn
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-setuptools
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-setuptools, mercurial, subversion
 Provides: ${python:Provides}
 Description: Scripts to work locally on Subversion checkouts using Mercurial
  This set of scripts allows to work locally on Subversion-managed projects

Reply via email to