Package: amiwm
Version: 0.20.48-7
Severity: serious
Tags: patch

When building 'amiwm' in a clean unstable chroot,
I get the following error:

dpkg-source: extracting amiwm in amiwm-0.20.48
dpkg-source: unpacking amiwm_0.20.48.orig.tar.gz
dpkg-source: applying ./amiwm_0.20.48-7.diff.gz
Reading package lists...
Building dependency tree...
E: Build-Depends dependency for amiwm cannot be satisfied because the package 
libxpm4-dev cannot be found


With the attached patch 'amiwm' can be built on unstable.

The patch replaces the Build-Depends on libxpm4-dev with libxpm-dev
and adds the missing Build-Depends on libxmu-dev.

Regards
Andreas Jochens

diff -urN ../tmp-orig/amiwm-0.20.48/debian/control ./debian/control
--- ../tmp-orig/amiwm-0.20.48/debian/control    2006-10-17 11:24:08.000000000 
+0000
+++ ./debian/control    2006-10-17 11:24:05.000000000 +0000
@@ -2,7 +2,7 @@
 Section: non-free/x11
 Priority: optional
 Maintainer: Gürkan Sengün <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxpm4-dev, flex, bison
+Build-Depends: debhelper, libx11-dev, libxmu-dev, libxpm-dev, flex, bison
 Standards-Version: 3.6.2
 
 Package: amiwm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to