[apache-log4j1.2] 21/40: Refreshed the package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Oct 21 22:57:22 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository apache-log4j1.2.

commit 80fd00cf3124d3cc885b820db8a2df004777927b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 30 07:33:30 2014 +0000

    Refreshed the package
---
 debian/changelog |  7 ++++++-
 debian/compat    |  2 +-
 debian/control   | 38 ++++++++++++++++++++++----------------
 3 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e394966..19dae10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-apache-log4j1.2 (1.2.17-4.1) UNRELEASED; urgency=medium
+apache-log4j1.2 (1.2.17-5) UNRELEASED; urgency=medium
 
+  [ Kumar Appaiah ]
   * debian/control:
     + Remove Kumar Appaiah from uploaders
 
+  [ Emmanuel Bourg ]
+  * Standards-Version updated to 3.9.6 (no changes)
+  * Switch to debhelper level 9
+
  -- Kumar Appaiah <akumar at debian.org>  Sat, 29 Mar 2014 15:35:05 -0400
 
 apache-log4j1.2 (1.2.17-4) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index c358d24..87fc40b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,46 +3,52 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>,
- Torsten Werner <twerner at debian.org>,
- Ludovic Claude <ludovic.claude at laposte.net>,
- Jakub Adam <jakub.adam at ktknet.cz>,
- Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant,
- libgnumail-java, maven-repo-helper, default-jdk-doc, bnd
-Standards-Version: 3.9.4
-Homepage: http://logging.apache.org/log4j/1.2/
+           Torsten Werner <twerner at debian.org>,
+           Ludovic Claude <ludovic.claude at laposte.net>,
+           Jakub Adam <jakub.adam at ktknet.cz>,
+           Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: ant,
+               bnd,
+               cdbs,
+               debhelper (>= 9),
+               default-jdk,
+               default-jdk-doc,
+               libgnumail-java,
+               maven-repo-helper
+Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/apache-log4j1.2
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/apache-log4j1.2
+Homepage: http://logging.apache.org/log4j/1.2/
 
 Package: liblog4j1.2-java
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: liblog4j1.2-java-doc, libgnumail-java
+Suggests: libgnumail-java, liblog4j1.2-java-doc
 Description: Logging library for java
  log4j is a tool to help the programmer output log statements to a variety of
- output targets. 
+ output targets.
  .
  It is possible to enable logging at runtime without modifying the application
  binary. The log4j package is designed so that log statements can remain in
  shipped code without incurring a high performance cost.
  .
- One of the distinctive features of log4j is the notion of hierarchical 
- loggers. Using loggers it is possible to selectively control which log 
+ One of the distinctive features of log4j is the notion of hierarchical
+ loggers. Using loggers it is possible to selectively control which log
  statements are output at arbitrary granularity.
  .
- Log4j can output to: a file, a rolling file, a database with a JDBC driver, 
- many output  asynchronously, a JMS Topic, a swing based logging console, 
+ Log4j can output to: a file, a rolling file, a database with a JDBC driver,
+ many output  asynchronously, a JMS Topic, a swing based logging console,
  the NT event log, /dev/null, a SMTP server (using javamail), a socket server,
  syslog, telnet daemon and stdout.
  .
- The format of the output can be defined using one of the various layout 
+ The format of the output can be defined using one of the various layout
  (or user defined layout) like: simple text, html, date, pattern defined and
  XML.
 
 Package: liblog4j1.2-java-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, default-jdk-doc
+Depends: default-jdk-doc, ${misc:Depends}
 Description: Documentation for liblog4j1.2-java
  The javadoc API documentation for the logging library
  from the Apache Jakarta project. The documentation is

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-log4j1.2.git



More information about the pkg-java-commits mailing list