aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pkgr.yml22
-rw-r--r--conf/locale/TRANSLATORS3
2 files changed, 20 insertions, 5 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index 23a52c8d..c81c91bf 100644
--- a/.pkgr.yml
+++ b/.pkgr.yml
@@ -1,10 +1,24 @@
targets:
+ debian-7: &debian
+ build_dependencies:
+ - libpam0g-dev
+ dependencies:
+ - libpam0g
+ - git
+ debian-8:
+ <<: *debian
ubuntu-14.04:
+ <<: *debian
ubuntu-12.04:
- debian-7:
- centos-6:
-dependencies:
- - git
+ <<: *debian
+ centos-6: &el
+ build_dependencies:
+ - pam-devel
+ dependencies:
+ - pam
+ - git
+ centos-7:
+ <<: *el
before:
- mv packager/Procfile .
- mv packager/.godir .
diff --git a/conf/locale/TRANSLATORS b/conf/locale/TRANSLATORS
index c94b6226..1c2768af 100644
--- a/conf/locale/TRANSLATORS
+++ b/conf/locale/TRANSLATORS
@@ -9,4 +9,5 @@ Thomas Fanninger <gogs.thomas@fanninger.at>
Ɓukasz Jan Niemier <lukasz@niemier.pl>
Lafriks <lafriks@gmail.com>
Miguel de la Cruz <miguel@mcrx.me>
-Natan Albuquerque <natanalbuquerque5@gmail.com> \ No newline at end of file
+Natan Albuquerque <natanalbuquerque5@gmail.com>
+Marc Schiller <marc@schiller.im>