Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Problem installing debhelper

Got problems with your B2 or B3? Share and get helped!
Post Reply
ryz
Posts: 183
Joined: 12 Feb 2009, 06:03

Problem installing debhelper

Post by ryz »

Hi,

I am trying to create and Debian package from source with the dpkg-buildpackage command but it complains about not having the package debhelper installed. The problem is that debhelper is not installeable in the current configuration since the debhelper package in the Excito repositories is an much newer then the one in the etch repositories and it needs an newer dpkg-dev then can be found in the repositories. Is there an reson for this?

This is the error from trying install the debhelper package

Code: Select all

% apt-get install debhelper
<cut>
The following packages have unmet dependencies:
  debhelper: Depends: dpkg-dev (>= 1.14.15) but 1.13.25 is to be installed
             Depends: man-db (>= 2.5.1-1) but 2.4.3-6 is to be installed 
This is the information that I get from apt-cache

Code: Select all

ryz:~# apt-cache showpkg debhelper
Package: debhelper
Versions: 
7.0.13ubuntu1(/var/lib/apt/lists/update.excito.org_dists_marielle_main_binary-powerpc_Packages)
5.0.42(/var/lib/apt/lists/ftp.se.debian.org_debian_dists_etch_main_binary-powerpc_Packages)

<cut>

Dependencies: 
7.0.13ubuntu1 - binutils (0 (null)) dpkg-dev (2 1.14.15) file (2 3.23) html2text (0 (null)) man-db (2 2.5.1-1) perl (2 5.6.0-16) po-debconf (0 (null)) dh-make (0 (null)) dpkg-cross (3 1.18) python-central (3 0.5.6) python-support (3 0.5.3) 
5.0.42 - perl (2 5.6.0-16) coreutils (0 (null)) file (2 3.23-1) dpkg-dev (2 1.13.13) html2text (0 (null)) binutils (0 (null)) po-debconf (0 (null)) dh-make (0 (null)) dpkg-cross (3 1.18) python-support (3 0.5.3) python-central (3 0.5.6) 
Provides: 
7.0.13ubuntu1 - 
5.0.42 - 
Reverse Provides: 
carl
Posts: 474
Joined: 07 May 2008, 04:41

Post by carl »

We are using the debhelper found at backports.org for etch, I'm gonna include it into our stable repo asap as we only have it in our unstable repo at the moment.

/Carl
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
carl
Posts: 474
Joined: 07 May 2008, 04:41

Post by carl »

carl wrote:We are using the debhelper found at backports.org for etch, I'm gonna include it into our stable repo asap as we only have it in our unstable repo at the moment.

/Carl
Have installed debhelper 7.0.15~bpo40+2 into the repo now.

/Carl
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
ryz
Posts: 183
Joined: 12 Feb 2009, 06:03

Post by ryz »

It still complains about man-db
The following packages have unmet dependencies:
debhelper: Depends: man-db (>= 2.5.1-1) but 2.4.3-6 is to be installed
carl
Posts: 474
Joined: 07 May 2008, 04:41

Post by carl »

ryz wrote:It still complains about man-db
The following packages have unmet dependencies:
debhelper: Depends: man-db (>= 2.5.1-1) but 2.4.3-6 is to be installed
Oops; installed that too now into marielle. sorry :)

/Carl
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
Post Reply