From 2a2ec0ffbb77394d4742d99d471dfed0935f1091 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 24 Jun 2019 18:19:41 -0400 Subject: libtinfo.*: Work around double comma bug --- diff --git a/libtinfo.5.pkg/control b/libtinfo.5.pkg/control index e3c814f..74c7a7d 100644 --- a/libtinfo.5.pkg/control +++ b/libtinfo.5.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all -Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends}, - terminfo-linux [any-linux-any] +Depends: ncurses-common (= ${Source-Version}), terminfo-linux [any-linux-any], + ${Shlib-Depends} Description: curses terminfo library (legacy ABI) ${Common-Description} . diff --git a/libtinfo.6.pkg/control b/libtinfo.6.pkg/control index 739365f..254b96d 100644 --- a/libtinfo.6.pkg/control +++ b/libtinfo.6.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all -Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends}, - terminfo-linux [any-linux-any] +Depends: ncurses-common (= ${Source-Version}), terminfo-linux [any-linux-any], + ${Shlib-Depends} Description: curses terminfo library ${Common-Description} . -- cgit v0.9.1