Package: aatv
Version: 0.3-1
Severity: serious
Tags: patch

aatv fails to build because it build-depends on aalib1-dev, which has
been renamed libaa1-dev:

 -> Considering  aalib1-dev
   -> Trying aalib1-dev
       -> Cannot install aalib1-dev; apt errors follow:
Reading package lists...
Building dependency tree...
Package aalib1-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:
  libaa1-dev
E: Package aalib1-dev has no installation candidate
E: Could not satisfy build-dependency.
E: pbuilder-satisfydepends failed.

The attached patch fixes this error.

-- 
Matt
diff -u aatv-0.3/debian/control aatv-0.3/debian/control
--- aatv-0.3/debian/control
+++ aatv-0.3/debian/control
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Uwe Hermann <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), aalib1-dev
+Build-Depends: debhelper (>> 3.0.0), libaa1-dev
 Standards-Version: 3.5.6.1
 
 Package: aatv

Attachment: signature.asc
Description: Digital signature

Reply via email to