diff --git a/.pkgr.yml b/.pkgr.yml index 9988ad4d3..e670ef800 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -1,6 +1,7 @@ -buildpack: "https://github.com/kr/heroku-buildpack-go.git" targets: ubuntu-14.04: + ubuntu-12.04: + debian-7: build_dependencies: - mercurial - bzr diff --git a/packager/debian/postinst b/packager/debian/postinst index 90ff2b461..de357967a 100755 --- a/packager/debian/postinst +++ b/packager/debian/postinst @@ -20,9 +20,6 @@ APP_USER=$(${CLI} config:get APP_USER) APP_GROUP=$(${CLI} config:get APP_GROUP) APP_CONFIG="/etc/${APP_NAME}/conf/app.ini" -# source debconf library -. /usr/share/debconf/confmodule - case "$1" in configure)