Control: tags 891525 + patch Control: tags 891525 + pending
Dear maintainer, I've prepared an NMU for flex (versioned as 2.6.4-6.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards. diff -u flex-2.6.4/debian/changelog flex-2.6.4/debian/changelog --- flex-2.6.4/debian/changelog +++ flex-2.6.4/debian/changelog @@ -1,3 +1,13 @@ +flex (2.6.4-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Bug fix: "removal of libfl2 makes files disappear from libfl-dev" (Closes: + #891525), add missing Breaks to match the list of packages in the Replaces + field and remove flex-old Breaks, that package never contained a shared + library. + + -- Laurent Bigonville <bi...@debian.org> Mon, 23 Apr 2018 11:53:14 +0200 + flex (2.6.4-6) unstable; urgency=medium * Rolled back the feature test POSIX_C_SOURCE changes. diff -u flex-2.6.4/debian/control flex-2.6.4/debian/control --- flex-2.6.4/debian/control +++ flex-2.6.4/debian/control @@ -50,8 +50,8 @@ Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Replaces: flex (<< 2.5.39), flex-old (<= 2.5.4a-10), - libfl-dev (<= 2.6.4-4) +Replaces: flex (<< 2.5.39), libfl-dev (<= 2.6.4-4) +Breaks: flex (<< 2.5.39), libfl-dev (<= 2.6.4-4) Description: SHARED library for flex (a fast lexical analyzer generator) Flex is a tool for generating scanners: programs which recognized lexical patterns in text. It reads the given input files for a description of a