[excalibur-logger] 12/29: Fixed the watch file Updated Standards-Version to 3.9.4 (no changes) Updated the dependency on the Servlet API (2.5 -> 3.0) debian/copyright: Updated the Format URI
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 21 00:11:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository excalibur-logger.
commit 9453f7b59e31d600a27b9e3f5518ac2596b50c05
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Apr 27 23:15:17 2013 +0000
Fixed the watch file
Updated Standards-Version to 3.9.4 (no changes)
Updated the dependency on the Servlet API (2.5 -> 3.0)
debian/copyright: Updated the Format URI
---
debian/changelog | 10 ++++++++++
debian/control | 11 +++++++----
debian/copyright | 4 ++--
debian/rules | 2 +-
debian/watch | 2 +-
5 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 09682f3..ffddddc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+excalibur-logger (2.1-5) unstable; urgency=low
+
+ * Team upload.
+ * Fixed the watch file
+ * Updated Standards-Version to 3.9.4 (no changes)
+ * Updated the dependency on the Servlet API (2.5 -> 3.0)
+ * debian/copyright: Updated the Format URI
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 28 Apr 2013 01:13:06 +0200
+
excalibur-logger (2.1-4) unstable; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index 1f29344..aa985ba 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,20 @@ Source: excalibur-logger
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>
+Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>, Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 7), cdbs, ant
-Build-Depends-Indep: default-jdk, libavalon-framework-java, libexcalibur-logkit-java, libjboss-j2ee-java, libgnumail-java, liblog4j1.2-java, libservlet2.5-java, libxalan2-java
-Standards-Version: 3.9.3
+Build-Depends-Indep: default-jdk, libavalon-framework-java, libexcalibur-logkit-java,
+ libjboss-j2ee-java, libgnumail-java, liblog4j1.2-java, libservlet3.0-java, libxalan2-java
+Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/excalibur-logger/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logger/
Homepage: http://excalibur.apache.org/logger.html
Package: libexcalibur-logger-java
Architecture: all
-Depends: ${misc:Depends}, libavalon-framework-java, libexcalibur-logkit-java, libgeronimo-jms-1.1-spec-java | libjboss-j2ee-java, libgnumail-java, liblog4j1.2-java, libservlet2.5-java, libxalan2-java
+Depends: ${misc:Depends}, libavalon-framework-java, libexcalibur-logkit-java,
+ libgeronimo-jms-1.1-spec-java | libjboss-j2ee-java, libgnumail-java, liblog4j1.2-java,
+ libservlet3.0-java, libxalan2-java
Description: Excalibur project's log management system
Excalibur-Logger integrates neatly into the Avalon ECM and Excalibur-Fortress.
The main goal is to be able to define the log categories on a component basis
diff --git a/debian/copyright b/debian/copyright
index 5536cf9..f605bde 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: excalibur-logger
Upstream-Contact: The Apache Software Foundation
-Source: http://excalibur.apache.org/
+Source: http://excalibur.apache.org
Files: *
Copyright: 1999-2005, The Apache Software Foundation
diff --git a/debian/rules b/debian/rules
index a04a1d4..2e9e402 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME_DIRS := /usr/lib/jvm/default-java
-DEB_JARS := avalon-framework excalibur-logkit geronimo-jms-1.1-spec gnumail.jar jboss-j2ee log4j-1.2 servlet-api-2.5 xml-apis
+DEB_JARS := avalon-framework excalibur-logkit geronimo-jms-1.1-spec gnumail.jar jboss-j2ee log4j-1.2 servlet-api-3.0 xml-apis
DEB_ANT_ARGS := -Dnoget=true -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4
install/libexcalibur-logger-java::
diff --git a/debian/watch b/debian/watch
index d06d189..53e87ad 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=2
-http://www.apache.org/dist/excalibur/excalibur-logger/source/excalibur-logger-([\d\.]+)-src.tar.gz
+http://archive.apache.org/dist/excalibur/excalibur-logger/source/excalibur-logger-([\d\.]+)-src.tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/excalibur-logger.git
More information about the pkg-java-commits
mailing list