Page MenuHomePhabricator (Chris)

No OneTemporary

Size
3 KB
Referenced Files
None
Subscribers
None
diff --git a/data/font/knewave.ttf b/data/font/knewave.ttf
index 945bbc3..aee659a 100644
Binary files a/data/font/knewave.ttf and b/data/font/knewave.ttf differ
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0948f82
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+meandmyshadow (0.5a-1) groovy; urgency=medium
+
+ * First packaging, from github head
+
+ -- Chris <dpkg@chris-nz.com> Sat, 17 Apr 2021 03:48:48 +1200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..68ba067
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: meandmyshadow
+Section: games
+Priority: optional
+Maintainer: Chris <dpkg@chris-nz.com>
+Build-Depends: debhelper-compat (= 12),
+ cmake,
+ libarchive-dev,
+ libcurl4-openssl-dev,
+ libfreetype-dev,
+ liblua5.3-dev,
+ libsdl2-dev,
+ libsdl2-image-dev,
+ libsdl2-mixer-dev
+Standards-Version: 4.4.1
+Homepage: https://github.com/acmepjz/meandmyshadow
+
+Package: meandmyshadow
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Puzzle/Platform game about replaying movements
+ Try to reach the exit by solving puzzles. Spikes, moving blocks,
+ fragile blocks and much more stand between you and the exit.
+ Record your moves and let your shadow mimic them to reach
+ blocks you couldn't reach alone.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..57c1f26
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,16 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: meandmyshadow
+Upstream-Contact: acme_pjz <acme_pjz@hotmail.com>
+Source: https://github.com/acmepjz/meandmyshadow
+
+Files: *
+Copyright: 2021 acme_pjz <acme_pjz@hotmail.com>
+License: GPL-3
+
+Files: debian/*
+Copyright: 2021 Chris <dpkg@chris-nz.com>
+License: GPL-3
+
+License: GPL-3
+ The full text of the GPL is distributed as COPYING in meandmyshadow's source,
+ and is distributed in /usr/share/common-licenses/GPL-3 on Debian systems.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..4519232
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+# docs/Controls.md /usr/share/doc/meandmyshadow
+# docs/ScriptAPI.md /usr/share/doc/meandmyshadow
+# docs/ThemeDescription.md /usr/share/doc/meandmyshadow
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..dba3289
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE = 1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_CXXFLAGS_MAINT_APPEND = -DQT_NO_DEBUG_OUTPUT -DQT_NO_WARNING_OUTPUT
+
+%:
+ dh $@ --buildsystem=cmake
+
+override_dh_auto_configure:
+ rm data/font/DejaVuSansCondensed-Oblique.ttf
+ rm data/font/DejaVuSansCondensed.ttf
+ rm data/font/DejaVuSansMono.ttf
+ rm data/font/DroidSansFallback.ttf
+ ln -s /usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Oblique.ttf data/font/DejaVuSansCondensed-Oblique.ttf
+ ln -s /usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf data/font/DejaVuSansCondensed.ttf
+ ln -s /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf data/font/DejaVuSansMono.ttf
+ ln -s /usr/share/fonts-droid-fallback/truetype/DroidSansFallback.ttf data/font/DroidSansFallback.ttf
+ dh_auto_configure -- -DBINDIR=/usr/games
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..4affff1
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+data/font/knewave.ttf

File Metadata

Mime Type
text/x-diff
Expires
Wed, Sep 10, 3:13 PM (8 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42600
Default Alt Text
(3 KB)

Event Timeline