summaryrefslogtreecommitdiffstats
path: root/.pkgr.yml
diff options
context:
space:
mode:
authorCyril Rohr <cyril.rohr@gmail.com>2015-07-09 11:14:35 +0000
committerCyril Rohr <cyril.rohr@gmail.com>2015-07-09 11:47:54 +0000
commit02bc16d392adcb30021204f0f8d5b4b1964f4657 (patch)
tree3e50c2c9417e671cd1b0a816b27d6b3ec02c29dd /.pkgr.yml
parentb60fd3aaadc3e6ad227b663d599e073f1436fd1f (diff)
downloadgitea-02bc16d392adcb30021204f0f8d5b4b1964f4657.tar.gz
gitea-02bc16d392adcb30021204f0f8d5b4b1964f4657.zip
Add libpam0g as dependency for packaging
Diffstat (limited to '.pkgr.yml')
-rw-r--r--.pkgr.yml22
1 files changed, 20 insertions, 2 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index 23a52c8ddc..c0eb53271c 100644
--- a/.pkgr.yml
+++ b/.pkgr.yml
@@ -1,10 +1,28 @@
targets:
ubuntu-14.04:
+ build_dependencies:
+ - libpam0g-dev
+ dependencies:
+ - libpam0g
+ - git
ubuntu-12.04:
+ build_dependencies:
+ - libpam0g-dev
+ dependencies:
+ - libpam0g
+ - git
debian-7:
+ build_dependencies:
+ - libpam0g-dev
+ dependencies:
+ - libpam0g
+ - git
centos-6:
-dependencies:
- - git
+ build_dependencies:
+ - pam-devel
+ dependencies:
+ - pam
+ - git
before:
- mv packager/Procfile .
- mv packager/.godir .