История изменений
Исправление Punk, (текущая версия) :
Под Debian собрать из исходников не смог, так как отсутствует в репозитории dub. Но в теории, patch для debian/control будет похож на следующий:
diff --git a/debian/control b/debian/control
index 1580156..ba9c785 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: unde
Maintainer: Nikolay (unDEFER) Krivchenkov <undefer@gmail.com>
Section: x11
Priority: optional
-#Build-Depends: dub (>= 0.9.24)
+Build-Depends: dub (>= 0.9.24), libsdl2-dev (>= 2.0.4), libsdl2-ttf-dev (>= 2.0.14), libsdl-image1.2-dev (>= 2.0.1)
Standards-Version: 3.9.2
Homepage: http://unde.su
@@ -10,8 +10,8 @@ Package: unde
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libsdl2-dev (>= 2.0.4),
- libsdl2-ttf-dev (>= 2.0.14),
- libsdl2-image-2.0-0 (>= 2.0.1),
rsync (>= 3.1.1),
util-linux (>= 2.27.1),
Исходная версия Punk, :
Под Debian собрать из исходников не смог, так как отсутствует в репозитории dub. Но в теории, patch для debian/control будет похож на следующий:
diff --git a/debian/control b/debian/control
index 1580156..ba9c785 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: unde
Maintainer: Nikolay (unDEFER) Krivchenkov <undefer@gmail.com>
Section: x11
Priority: optional
-#Build-Depends: dub (>= 0.9.24)
+Build-Depends: dub (>= 0.9.24), libsdl2-dev (>= 2.0.4), libsdl2-ttf-dev (>= 2.0.14)
Standards-Version: 3.9.2
Homepage: http://unde.su
@@ -10,8 +10,8 @@ Package: unde
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libsdl2-dev (>= 2.0.4),
- libsdl2-ttf-dev (>= 2.0.14),
+ libsdl2-2.0-0 (>= 2.0.4),
+ libsdl2-ttf-2.0-0 (>= 2.0.14),
libsdl2-image-2.0-0 (>= 2.0.1),
rsync (>= 3.1.1),
util-linux (>= 2.27.1),