[debian-edu-commits] debian-edu/upstream/ 01/01: intial packaging draft, for building test-packages

Mike Gabriel sunweaver at debian.org
Wed Aug 5 17:20:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch upstream/debian
in repository gosa-plugin-mailaddress.

commit f4b500e6a6e85f402018755433140630d818d9f8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Aug 5 19:19:18 2015 +0200

    intial packaging draft, for building test-packages
---
 debian/changelog                        |  5 +++++
 debian/compat                           |  1 +
 debian/control                          | 32 ++++++++++++++++++++++++++++++++
 debian/gosa-plugin-mailaddress.install  |  2 ++
 debian/gosa-plugin-mailaddress.postinst | 14 ++++++++++++++
 debian/rules                            |  8 ++++++++
 debian/source/format                    |  1 +
 debian/watch                            |  3 +++
 8 files changed, 66 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1550fce
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gosa-plugin-mailaddress (0.99.2-0) UNRELEASED; urgency=medium
+
+  *  Test-build of gosa-plugin-mailaddress.
+
+ -- Mike Gabriel <sunweaver at debian.org>  Mon, 15 Sep 2014 10:49:53 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..20388bc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: gosa-plugin-mailaddress
+Section: web
+Priority: optional
+Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team at lists.alioth.debian.org>
+Uploaders:
+ Mike Gabriel <sunweaver at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ cdbs,
+Standards-Version: 3.9.6
+Homepage: https://wiki.it-zukunft-schule.de/Entwicklung/GOsaPluginMailAddress
+Vcs-Git: git://anonscm.debian.org/debian-edu/pkg-team/gosa-plugin-mailaddress.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-edu/pkg-team/gosa-plugin-mailaddress.git
+
+Package: gosa-plugin-mailaddress
+Architecture: all
+Depends: 
+ ${misc:Depends},
+ gosa (>= 2.7),
+Conflicts:
+ gosa-plugin-mail,
+Description: Simple plugin to manage user mail addresses in GOsa²
+ This plugin is a very light-weighted version of the GOsa² mail plugin.
+ Whereas gosa-plugin-mail can be used to manage a complete mail server
+ farm, this tiny plugin only provides means to modify the user's mail
+ address via a text field.
+ .
+ This plugin is useful for people that need to maintain users' email
+ addresses via GOsa², but do not run their own mailserver(s).
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
diff --git a/debian/gosa-plugin-mailaddress.install b/debian/gosa-plugin-mailaddress.install
new file mode 100644
index 0000000..a261bcc
--- /dev/null
+++ b/debian/gosa-plugin-mailaddress.install
@@ -0,0 +1,2 @@
+personal	usr/share/gosa/plugins/
+locale		usr/share/gosa/locale/plugins/mailaddress/
diff --git a/debian/gosa-plugin-mailaddress.postinst b/debian/gosa-plugin-mailaddress.postinst
new file mode 100644
index 0000000..4e8001b
--- /dev/null
+++ b/debian/gosa-plugin-mailaddress.postinst
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+	configure)
+		update-gosa rescan-i18n
+		update-gosa rescan-classes
+	;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bce6065
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+VERBOSE=1
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+get-orig-source:
+	uscan --noconf --force-download --rename --download-current-version --destdir=..
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2295bf2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://anonscm.debian.org/cgit/debian-edu/upstream/gosa-plugin-mailaddress/ \
+    snapshot/gosa-plugin-mailaddress-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/gosa-plugin-mailaddress.git



More information about the debian-edu-commits mailing list