diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bdb5941..6cd5231 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,6 @@ Standards-Version: 3.9.1 Package: swiftstory Architecture: all Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${python3:Depends}, python3-websockets, python3-pkg-resources +Depends: ${misc:Depends}, ${python3:Depends}, python3-websockets, python3-pkg-resources, libjs-jquery Description: SwiftStory game: We're not out of the woods yet. diff --git a/debian/rules b/debian/rules index 6f7eaf3..57ca10b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ # Thu, 18 Aug 2016 12:48:06 +0000 export PYBUILD_NAME=swiftstory export PYBUILD_TEST_PYTEST=1 +export PYBUILD_AFTER_INSTALL=rm -r {destdir}/usr/share/swiftstory/www/javascript %: dh $@ --with python3,sysuser --buildsystem=pybuild |