first commit

This commit is contained in:
Benjamin Dauvergne 2013-10-29 16:40:37 +01:00
commit a9e1c85732
6 changed files with 31 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
all:
true
install:
install -d $(DESTDIR)/etc/authentic2/config.d/
install -m 644 amue.conf $(DESTDIR)/etc/authentic2/config.d/

0
amue.conf Normal file
View File

6
debian/changelog vendored Normal file
View File

@ -0,0 +1,6 @@
amue-authentic2 (0.1) stable; urgency=low
* First release
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Tue, 29 Oct 2013 9:00:00 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

13
debian/control vendored Normal file
View File

@ -0,0 +1,13 @@
Source: amue-authentic2
Section: net
Priority: optional
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Build-Depends: debhelper (>= 8.0)
Standards-Version: 3.8.3
Homepage: https://dev.entrouvert.org/projects/amue/
Package: amue-authentic2
Architecture: all
Depends: authentic2
Description: AMUE settings for the Authentic2 identity server
Gather all needed settings for using Authentic2 at AMUE

3
debian/rules vendored Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/make -f
%:
dh $@