From 538de162543d2bcf195a7f0e54cb5a8e5491d00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 15 Oct 2019 15:37:53 +0200 Subject: [PATCH] package/debian: nobody's reading these anyway. --- package/debian/control | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package/debian/control b/package/debian/control index e7d7ea4e4..0319d65c3 100644 --- a/package/debian/control +++ b/package/debian/control @@ -12,14 +12,10 @@ Package: magnum-dev Section: libdevel Architecture: any Depends: magnum (= ${binary:Version}), corrade-dev, libgl-dev, libopenal-dev, libglfw3-dev, libsdl2-dev -Description: Magnum development files - Headers and tools needed for developing with Magnum. +Description: C++11/C++14 graphics middleware for games and data visualization Package: magnum Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, corrade, libgl1, libopenal1, libglfw3, libsdl2-2.0-0 Description: C++11/C++14 graphics middleware for games and data visualization - Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal - is to simplify low-level graphics development and interaction with OpenGL - using recent C++11 features and to abstract away platform-specific issues.