From: Cyril Rohr Date: Thu, 9 Jul 2015 11:14:35 +0000 (+0000) Subject: Add libpam0g as dependency for packaging X-Git-Tag: v0.9.99~1373^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02bc16d392adcb30021204f0f8d5b4b1964f4657;p=gitea.git Add libpam0g as dependency for packaging --- 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 .