Package: astap
Version: 0.9.588-2
Serverity: serious
Tags: patch

astap build-depends on the lcl-2.0 lcl-utils-2.0 and lcl-nogui-2.0 packages 
which
are no longer built by the lazarus source package. They are still present in 
unstable
as cruft packages, but are completely gone from testing.

I prepared a patch changing the package to use the unversioned 
lcl/lcl-utils/lcl-nogui
packages and was able to get a succesful build in sid.
diff -Nru astap-0.9.588/debian/changelog astap-0.9.588/debian/changelog
--- astap-0.9.588/debian/changelog      2021-11-02 20:30:51.000000000 +0000
+++ astap-0.9.588/debian/changelog      2022-02-03 18:40:02.000000000 +0000
@@ -1,3 +1,10 @@
+astap (0.9.588-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build-depend on unversioned lcl packages.
+
+ -- Peter Michael Green <plugw...@debian.org>  Thu, 03 Feb 2022 18:40:02 +0000
+
 astap (0.9.588-2) unstable; urgency=medium
 
   * debian/rules: set primary config file of lazarus to /etc/lazarus
diff -Nru astap-0.9.588/debian/control astap-0.9.588/debian/control
--- astap-0.9.588/debian/control        2021-11-01 19:57:51.000000000 +0000
+++ astap-0.9.588/debian/control        2022-02-03 18:39:55.000000000 +0000
@@ -7,9 +7,9 @@
        , lazarus
        , fpc
        , fp-compiler
-       , lcl-2.0
-       , lcl-utils-2.0
-       , lcl-nogui-2.0
+       , lcl
+       , lcl-utils
+       , lcl-nogui
 Standards-Version: 4.6.0
 Homepage: http://www.hnsky.org/astap.htm
 Rules-Requires-Root: no

Reply via email to