[SCM] deken/master: Switched to hy3
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Tue Oct 24 09:50:19 UTC 2017
The following commit has been merged in the master branch:
commit 953413ea89651087bd97e35b8bf328ad4eebd8e4
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date: Tue Oct 24 11:04:03 2017 +0200
Switched to hy3
diff --git a/debian/control b/debian/control
index 1fffe14..74ea8f2 100644
--- a/debian/control
+++ b/debian/control
@@ -50,12 +50,12 @@ Description: Externals wrangler for Pure Data (APT backend)
Package: deken
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
- python-hy,
- python-easywebdav,
- python-pyelftools,
- python-macholib,
- python-keyring,
- python-gnupg,
+ python3-hy,
+ python3-easywebdav,
+ python3-pyelftools,
+ python3-macholib,
+ python3-keyring,
+ python3-gnupg,
Recommends:
pd-deken,
Description: Externals wrangler for Pure Data - upload utility
diff --git a/debian/patches/debianize.patch b/debian/patches/debianize.patch
index 068cd2e..bbaefc2 100644
--- a/debian/patches/debianize.patch
+++ b/debian/patches/debianize.patch
@@ -37,7 +37,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
}
tryrun_deken() {
-+ hy /usr/share/deken/deken.hy "$@"
++ hy3 /usr/share/deken/deken.hy "$@"
+ return
if [ ! -x "$DEKEN_HOME/virtualenv/bin/hy" ]; then
error "Unable to find '${DEKEN_HOME}/virtualenv/bin/hy'"
--
deken packaging
More information about the pkg-multimedia-commits
mailing list