summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-09-18 12:21:00 -0400
committer无闻 <joe2010xtmf@163.com>2014-09-18 12:21:00 -0400
commit4f74b4e6578be4251af65cd08daa37c884e431a0 (patch)
treefd201b1cd27aba4ccfc9b7d383074243acfc0c53
parenta596388ebf75ac4f1657f2f7d951cf68ab0b5ebe (diff)
parent31d763bc1f5dc567e614d33bef7c72c9f11727ab (diff)
downloadgitea-4f74b4e6578be4251af65cd08daa37c884e431a0.tar.gz
gitea-4f74b4e6578be4251af65cd08daa37c884e431a0.zip
Merge pull request #483 from pkgr/dev
Add new distributions on https://packager.io/gh/pkgr/gogs
-rw-r--r--.pkgr.yml3
-rwxr-xr-xpackager/debian/postinst3
2 files changed, 2 insertions, 4 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index 9988ad4d3a..e670ef8002 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 90ff2b4618..de357967a6 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)