X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fdebian%2Fcontrol;h=afa7e861c38eb6dadc5dd63cd87fd43bf095e02b;hp=4c6e82c28875c1b896fbf36667b6bc3f17ae5289;hb=a4dac84af1b18fb24d56d6251deeb3c61c437158;hpb=c99e3eba2cce1c3bd7fa1b4a2eb4554e52ebe264 diff --git a/package/debian/control b/package/debian/control index 4c6e82c2..afa7e861 100644 --- a/package/debian/control +++ b/package/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.8.2 Package: ncurses6 Architecture: any -Depends: ${misc:Depends} +Depends: ${misc:Depends}, libc6 (>= 2.4) Description: shared libraries for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. @@ -17,9 +17,28 @@ Description: shared libraries for terminal handling Package: ncursest6 Architecture: any -Depends: ${misc:Depends} +Depends: ${misc:Depends}, libc6 (>= 2.4) Description: shared libraries for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package is used for testing ABI 6 with pthreads. + +Package: ncurses6-doc +Section: doc +Architecture: all +Depends: groff-base +Description: shared libraries for terminal handling + The ncurses library routines are a terminal-independent method of + updating character screens with reasonable optimization. + . + This package is used for testing ncurses6 document packaging. + +Package: ncurses6-doc-html +Section: doc +Architecture: all +Description: shared libraries for terminal handling + The ncurses library routines are a terminal-independent method of + updating character screens with reasonable optimization. + . + This package is used for testing ncurses6 document packaging.