Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#45907 - [po4a] outdated build dependency

Attached to Project: Community Packages
Opened by Martin Koegler (e9925248) - Wednesday, 05 August 2015, 18:25 GMT
Last edited by Thorsten Töpper (Atsutane) - Sunday, 09 August 2015, 06:18 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Thorsten Töpper (Atsutane)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Building po4a requires Module/Build.pm. This is part of perl-module-build, which is not part of base-devel.

@@ -13,7 +13,7 @@
arch=('any')
license=('GPL')
url="http://po4a.alioth.debian.org/"
-depends=('perl' 'gettext')
+depends=('perl' 'gettext' 'perl-module-build')
makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey' 'perl-sgmls')
options=('!emptydirs')
source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
This task depends upon

Closed by  Thorsten Töpper (Atsutane)
Sunday, 09 August 2015, 06:18 GMT
Reason for closing:  Implemented
Additional comments about closing:  0.46-1
Comment by Doug Newgard (Scimmia) - Wednesday, 05 August 2015, 18:56 GMT
Why do you propose making it a dep instead of a makedep?
Comment by Martin Koegler (e9925248) - Thursday, 06 August 2015, 07:27 GMT
You are right. mapedepend would be a better fix:

Index: PKGBUILD
===================================================================
--- PKGBUILD (revision 1)
+++ PKGBUILD (working copy)
@@ -14,7 +14,7 @@
license=('GPL')
url="http://po4a.alioth.debian.org/"
depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey' 'perl-sgmls')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
options=('!emptydirs')
source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
md5sums=('423bdf5c39f30e63a808b84c5d9d1899')

Loading...