diff --git a/debian/control b/debian/control index e3f5d1b..8f06bd9 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,16 @@ Source: klette Section: education Priority: optional Maintainer: Adrian Heine -Build-Depends: debhelper-compat (= 13), dh-python, python3-all +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, dh-exec Standards-Version: 4.6.2 -Homepage: +Homepage: https://git.adrianheine.de/adrian/klette Rules-Requires-Root: no -#Vcs-Git: https://salsa.debian.org/debian/klette.git -#Vcs-Browser: https://salsa.debian.org/debian/klette -#X-Python3-Version: >= 3.7 +Vcs-Git: https://git.adrianheine.de/adrian/klette.git +Vcs-Browser: https://git.adrianheine.de/adrian/klette +X-Python3-Version: >= 3.10 Package: klette Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, ${python3:Depends} -Description: +Depends: ${misc:Depends}, ${python3:Depends}, python3-pyamf +Description: Replacement for klett's flash-based vocabulary trainer diff --git a/debian/klette.install b/debian/klette.install old mode 100644 new mode 100755 index f6d5ca2..a086f30 --- a/debian/klette.install +++ b/debian/klette.install @@ -1 +1,2 @@ -main.py /usr/bin/ +#!/usr/bin/dh-exec +main.py => /usr/bin/klette diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 3471f94..0000000 --- a/debian/watch +++ /dev/null @@ -1 +0,0 @@ -version=4