[commons-email] 01/01: Initial release (Closes: #884968)

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Fri Dec 22 07:32:50 UTC 2017


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

mans0954 pushed a commit to branch master
in repository commons-email.

commit 6e1c32d6aacc66ed799e14213c712c1ea0e13678
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Fri Dec 22 07:32:34 2017 +0000

    Initial release (Closes: #884968)
---
 debian/changelog                  |  5 +++++
 debian/commons-email-dev.dirs     |  2 ++
 debian/commons-email-dev.install  |  4 ++++
 debian/commons-email-docs.docs    |  2 ++
 debian/commons-email1.dirs        |  1 +
 debian/commons-email1.install     |  1 +
 debian/compat                     |  1 +
 debian/control                    | 32 ++++++++++++++++++++++++++++++++
 debian/copyright                  | 38 ++++++++++++++++++++++++++++++++++++++
 debian/libcommons-email-java.poms | 28 ++++++++++++++++++++++++++++
 debian/maven.ignoreRules          | 19 +++++++++++++++++++
 debian/maven.properties           |  1 +
 debian/maven.rules                |  1 +
 debian/rules                      | 25 +++++++++++++++++++++++++
 debian/source/format              |  1 +
 15 files changed, 161 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..36fb71e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+commons-email (1.5-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #884968)
+
+ -- Christopher Hoskin <mans0954 at debian.org>  Wed, 20 Dec 2017 22:47:20 +0000
diff --git a/debian/commons-email-dev.dirs b/debian/commons-email-dev.dirs
new file mode 100644
index 0000000..4418816
--- /dev/null
+++ b/debian/commons-email-dev.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/commons-email-dev.install b/debian/commons-email-dev.install
new file mode 100644
index 0000000..61c9409
--- /dev/null
+++ b/debian/commons-email-dev.install
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
+usr/share/pkgconfig/*
diff --git a/debian/commons-email-docs.docs b/debian/commons-email-docs.docs
new file mode 100644
index 0000000..efea0a6
--- /dev/null
+++ b/debian/commons-email-docs.docs
@@ -0,0 +1,2 @@
+README.Debian
+README.source
diff --git a/debian/commons-email1.dirs b/debian/commons-email1.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/commons-email1.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/commons-email1.install b/debian/commons-email1.install
new file mode 100644
index 0000000..3ddde58
--- /dev/null
+++ b/debian/commons-email1.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..bef5c8a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: commons-email
+Priority: optional
+Maintainer: Christopher Hoskin <mans0954 at debian.org>
+Build-Depends: debhelper (>= 10)
+Standards-Version: 4.1.2
+Section: java
+Homepage: https://commons.apache.org/proper/commons-email/
+#Vcs-Git: https://anonscm.debian.org/git/collab-maint/commons-email.git
+#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/commons-email.git
+
+Package: libcommons-email-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Suggests: ${maven:OptionalDepends}
+Description: Apache Commons Java API for sending email
+ Commons Email aims to provide a API for sending email. It is built on top of
+ the Java Mail API, which it aims to simplify.
+ .
+ Some of the mail classes that are provided are as follows:
+ .
+  *  SimpleEmail - This class is used to send basic text based emails.
+  *  MultiPartEmail - This class is used to send multipart messages. This allows
+     a text message with attachments either inline or attached.
+  *  HtmlEmail - This class is used to send HTML formatted emails. It has all of
+     the capabilities as MultiPartEmail allowing attachments to be easily added.
+     It also supports embedded images.
+  *  ImageHtmlEmail - This class is used to send HTML formatted emails with
+     inline images. It has all of the capabilities as HtmlEmail but transform
+     all image references to inline images.
+  *  EmailAttachment - This is a simple container class to allow for easy
+     handling of attachments. It is for use with instances of MultiPartEmail and
+     HtmlEmail.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..65462f1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: commons-email
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use 
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2017 Christopher Hoskin <mans0954 at debian.org>
+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 program. If not, see <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid picking licenses with terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/libcommons-email-java.poms b/debian/libcommons-email-java.poms
new file mode 100644
index 0000000..52509c2
--- /dev/null
+++ b/debian/libcommons-email-java.poms
@@ -0,0 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+#      of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install. [mh_install]
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in /usr/share/java
+#   --usj-version=<version>: version to use when installing the library in /usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar.
+#     It will be installed with mh_install. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+#     Empty by default. [mh_install]
+#
+pom.xml --has-package-version  --no-parent
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..c855bb3
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,19 @@
+
+commons-io commons-io * * * *
+#junit junit * * * *
+org.apache.maven.plugins maven-assembly-plugin * * * *
+org.apache.maven.plugins maven-changes-plugin * * * *
+org.apache.maven.plugins maven-checkstyle-plugin * * * *
+org.apache.maven.plugins maven-javadoc-plugin * * * *
+org.apache.maven.plugins maven-pmd-plugin * * * *
+org.apache.maven.plugins maven-release-plugin * * * *
+org.apache.maven.plugins maven-scm-publish-plugin * * * *
+org.apache.maven.plugins maven-surefire-plugin * * * *
+org.apache.rat apache-rat-plugin * * * *
+org.codehaus.mojo clirr-maven-plugin * * * *
+org.codehaus.mojo findbugs-maven-plugin * * * *
+#org.easymock easymock * * * *
+#org.powermock powermock-api-easymock * * * *
+#org.powermock powermock-module-junit4 * * * *
+org.slf4j slf4j-jdk14 * * * *
+org.subethamail subethasmtp * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..d2f1b82
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1 @@
+maven.test.skip=true
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..e0f223a
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1 @@
+junit junit jar s/4.*/4.x/ * *
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e1c367c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+	dh $@
+
+
+# dh_make generated override targets
+# This is example for Cmake (See https://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#	dh_auto_configure -- #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-email.git



More information about the pkg-java-commits mailing list