Package: pgplot5
Version: 5.2.2-7
Severity: serious
Tags: patch

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

dpkg-source: applying ./pgplot5_5.2.2-7.diff.gz
Reading package lists...
Building dependency tree...
Package libxaw8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libxaw-headers
E: Package libxaw8-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for pgplot5: libxaw8-dev

The attached patch replaces 'libxaw8-dev' with 'libxaw7-dev' 
in debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/pgplot5-5.2.2/debian/control ./debian/control
--- ../tmp-orig/pgplot5-5.2.2/debian/control    2006-06-26 05:47:08.000000000 
+0000
+++ ./debian/control    2006-06-26 05:46:54.000000000 +0000
@@ -2,7 +2,7 @@
 Section: non-free/math
 Priority: optional
 Maintainer: Gopal Narayanan <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0), g77,libpng12-dev, zlib1g-dev, perl, 
libx11-dev, libxaw8-dev, libxt-dev, x-dev, libungif4-dev
+Build-Depends: debhelper (>= 5.0), g77,libpng12-dev, zlib1g-dev, perl, 
libx11-dev, libxaw7-dev, libxt-dev, x-dev, libungif4-dev
 Standards-Version: 3.7.2.0
 
 Package: pgplot5


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

Reply via email to