[debian-edu-commits] debian-edu/pkg-team/ 01/01: prepare for upload
Mike Gabriel
sunweaver at debian.org
Wed Aug 5 17:30:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository gosa-plugin-mailaddress.
commit 793b25b5e2795491d1a04a8887aee68e5ee17021
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Aug 5 19:29:16 2015 +0200
prepare for upload
---
debian/changelog | 5 ++++
debian/compat | 1 +
debian/control | 32 ++++++++++++++++++++
debian/copyright | 52 +++++++++++++++++++++++++++++++++
debian/copyright.in | 11 +++++++
debian/gosa-plugin-mailaddress.install | 2 ++
debian/gosa-plugin-mailaddress.postinst | 14 +++++++++
debian/rules | 8 +++++
debian/source/format | 1 +
debian/watch | 3 ++
10 files changed, 129 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..68a8a44
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gosa-plugin-mailaddress (0.99.2-1) UNRELEASED; urgency=medium
+
+ * Initial release. (Closes: #794687).
+
+ -- 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/copyright b/debian/copyright
new file mode 100644
index 0000000..244ae53
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,52 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GOsa² Plugin: Mail Address
+Upstream-Contact: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Source: http://anonscm.debian.org/cgit/debian-edu/upstream/gosa-plugin-mailaddress/
+
+Files: personal/mailaddress/class_mailAccount.inc
+Copyright: 2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-2+
+Comment:
+ Assuming license as found in COPYING file.
+
+Files: contrib/update-locale
+Copyright: 2003-2009, GONICUS GmbH
+License: GPL-2+
+
+Files: COPYING
+ locale/de/LC_MESSAGES/messages.po
+ locale/en/LC_MESSAGES/messages.po
+ locale/messages.po
+ personal/mailaddress/copypaste.tpl
+ personal/mailaddress/generic.tpl
+ plugin.dsc
+Copyright: 2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-2+
+Comment:
+ Assuming license as found in COPYING file.
+ .
+ Assuming author as given in personal/mailaddress/class_mailAccount.inc.
+
+Files: debian/*
+Copyright: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-2+
+
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License 2 can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/copyright.in b/debian/copyright.in
new file mode 100644
index 0000000..7989ff9
--- /dev/null
+++ b/debian/copyright.in
@@ -0,0 +1,11 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: personal/mailaddress/class_mailAccount.inc
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
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..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
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/pkg-team/gosa-plugin-mailaddress.git
More information about the debian-edu-commits
mailing list