[Debian-astro-maintainers] Bug#1004930: build-depends on obsolete versioned lcl packages.

peter green plugwash at p10link.net
Thu Feb 3 18:54:51 GMT 2022


Package: astap-cli
Version: 0.9.588-3
Serverity: serious
Tags: patch

astap-cli 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.

-------------- next part --------------
diff -Nru astap-cli-0.9.588/debian/changelog astap-cli-0.9.588/debian/changelog
--- astap-cli-0.9.588/debian/changelog	2021-11-02 20:30:51.000000000 +0000
+++ astap-cli-0.9.588/debian/changelog	2022-02-03 18:40:02.000000000 +0000
@@ -1,3 +1,10 @@
+astap-cli (0.9.588-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build-depend on unversioned lcl packages.
+
+ -- Peter Michael Green <plugwash at debian.org>  Thu, 03 Feb 2022 18:40:02 +0000
+
 astap-cli (0.9.588-3) unstable; urgency=medium
 
   * debian/rules: set primary config file of lazarus to /etc/lazarus
diff -Nru astap-cli-0.9.588/debian/control astap-cli-0.9.588/debian/control
--- astap-cli-0.9.588/debian/control	2021-11-02 01:31:06.000000000 +0000
+++ astap-cli-0.9.588/debian/control	2022-02-03 18:40:02.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: binary-targets


More information about the Debian-astro-maintainers mailing list