From 3deac51937349050ade50edc2ae047525f543daa Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 1 Sep 2019 19:00:15 -0400 Subject: mines-of-titan 0.0.3 set USE_ORIG=1 so a new installation will actually use the brand-new disk contents for maps and savegames. --- mines-of-titan/debian/changelog | 6 ++++++ mines-of-titan/debian/debhelper-build-stamp | 1 - mines-of-titan/debian/files | 2 -- mines-of-titan/debian/rules | 6 ++++-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 mines-of-titan/debian/debhelper-build-stamp delete mode 100644 mines-of-titan/debian/files diff --git a/mines-of-titan/debian/changelog b/mines-of-titan/debian/changelog index 8aae37b..70567d6 100644 --- a/mines-of-titan/debian/changelog +++ b/mines-of-titan/debian/changelog @@ -1,3 +1,9 @@ +mines-of-titan (0.0.3-1) albion; urgency=low + + * Include option for using the original files + + -- B Stack Sun, 1 Sep 2019 18:14:44 -0400 + mines-of-titan (0.0.2-1) obs; urgency=low * Initial release. diff --git a/mines-of-titan/debian/debhelper-build-stamp b/mines-of-titan/debian/debhelper-build-stamp deleted file mode 100644 index c4cf7bd..0000000 --- a/mines-of-titan/debian/debhelper-build-stamp +++ /dev/null @@ -1 +0,0 @@ -mines-of-titan diff --git a/mines-of-titan/debian/files b/mines-of-titan/debian/files deleted file mode 100644 index 1079f97..0000000 --- a/mines-of-titan/debian/files +++ /dev/null @@ -1,2 +0,0 @@ -mines-of-titan_0.0.2-1_all.deb games optional -mines-of-titan_0.0.2-1_amd64.buildinfo games optional diff --git a/mines-of-titan/debian/rules b/mines-of-titan/debian/rules index 882e64b..1c4f9b4 100755 --- a/mines-of-titan/debian/rules +++ b/mines-of-titan/debian/rules @@ -5,11 +5,13 @@ #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export USE_ORIG=true + %: dh $@ -#override_dh_auto_install: -# dh_auto_install -- prefix=/usr +override_dh_auto_install: + dh_auto_install -- -e prefix=/usr #override_dh_install: # dh_install --list-missing -X.pyc -X.pyo -- cgit