Bug#932523: kfreebsd-10: Don't build against flex-old
Tommi Vainikainen <[email protected]>
| Newsgroups | gmane.linux.debian.ports.bsd |
|---|---|
| Message-ID | <156362288757.24775.13017650400244399768.reportbug__8153.62990121997$1563623128$gmane$org@t470s> |
Source: kfreebsd-10 Severity: normal Tags: patch Hi, as a maintainer of flex-old package I'm considering requesting removing it as obsolete and unmaintained version of flex. kfreebsd-10 Build-Depends on flex-old as alternative to current flex. Please build the package only against current flex by removing references to flex-old package such as changed in the following patch. --- debian/control.in~ 2019-02-02 19:10:51.000000000 +0200 +++ debian/control.in 2019-07-20 14:38:43.787850002 +0300 @@ -12,7 +12,7 @@ debhelper (>= 11~), bzip2, sharutils, - flex | flex-old, + flex, freebsd-buildutils (>= 10.3~), freebsd-glue (>= 0.2.20~), freebsd-mk (>= 10.3~),