From e3248bf524fea6367f803d7764ae23e69e4703eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 31 Jan 2014 13:59:35 +0100 Subject: [PATCH] package: fix typo. Blind coding FTW! --- package/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/debian/control b/package/debian/control index 38669b8aa..c8889b81c 100644 --- a/package/debian/control +++ b/package/debian/control @@ -18,7 +18,7 @@ Description: Magnum development files Package: magnum Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, corrage, libgl1, freeglut3, libopenal1 +Depends: ${shlibs:Depends}, ${misc:Depends}, corrade, libgl1, freeglut3, libopenal1 Description: C++11 and OpenGL 2D/3D graphics engine 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