We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a596388 + 31d763b commit 4f74b4eCopy full SHA for 4f74b4e
.pkgr.yml
@@ -1,6 +1,7 @@
1
-buildpack: "https://github.com/kr/heroku-buildpack-go.git"
2
targets:
3
ubuntu-14.04:
+ ubuntu-12.04:
4
+ debian-7:
5
build_dependencies:
6
- mercurial
7
- bzr
packager/debian/postinst
@@ -20,9 +20,6 @@ APP_USER=$(${CLI} config:get APP_USER)
20
APP_GROUP=$(${CLI} config:get APP_GROUP)
21
APP_CONFIG="/etc/${APP_NAME}/conf/app.ini"
22
23
-# source debconf library
24
-. /usr/share/debconf/confmodule
25
-
26
case "$1" in
27
28
configure)
0 commit comments