commit a9e1c857329cd009cc3b226261bf09b054c7da0e Author: Benjamin Dauvergne Date: Tue Oct 29 16:40:37 2013 +0100 first commit diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..87e4389 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +all: + true + +install: + install -d $(DESTDIR)/etc/authentic2/config.d/ + install -m 644 amue.conf $(DESTDIR)/etc/authentic2/config.d/ + + diff --git a/amue.conf b/amue.conf new file mode 100644 index 0000000..e69de29 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e259747 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +amue-authentic2 (0.1) stable; urgency=low + + * First release + + -- Benjamin Dauvergne Tue, 29 Oct 2013 9:00:00 +0100 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2d8eb94 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: amue-authentic2 +Section: net +Priority: optional +Maintainer: Benjamin Dauvergne +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 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7df73a8 --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@