Merge ~nacc/ubuntu/+source/apache-log4j1.2:merge into ~ubuntu-server-dev/ubuntu/+source/apache-log4j1.2:ubuntu/devel

Proposed by Nish Aravamudan
Status: Needs review
Proposed branch: ~nacc/ubuntu/+source/apache-log4j1.2:merge
Merge into: ~ubuntu-server-dev/ubuntu/+source/apache-log4j1.2:ubuntu/devel
Diff against target: 105 lines (+33/-10) (has conflicts)
4 files modified
debian/README.Debian (+8/-8)
debian/changelog (+23/-0)
debian/control (+1/-1)
debian/liblog4j1.2-java-doc.doc-base (+1/-1)
Conflict in debian/changelog
Reviewer Review Type Date Requested Status
James Page Pending
Review via email: mp+286552@code.launchpad.net

Description of the change

apache-log4j1.2 (1.2.17-7ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - d/{rules,control}: Remove dependency on bnd and don't add
      OSGi headers to jar file.
    - d/liblog4j1.2.manifest,control,rules: Add OSGi manifest for log4j
      using javahelper.
    - d/control,rules: Switch libmail-java -> libgnumail-java to avoid
      Maven in Ubuntu main.

 -- Nishanth Aravamudan <email address hidden> Wed, 17 Feb 2016 16:37:24 -0800

apache-log4j1.2 (1.2.17-7) unstable; urgency=medium

  * Team upload.
  * Transition to bnd 2.1.0.
  * Vcs-Browser: Use https.

 -- Markus Koschany <email address hidden> Tue, 17 Nov 2015 18:22:37 +0100

To post a comment you must log in.

Unmerged commits

2888f21... by Nish Aravamudan

update-maintainer

2e45309... by Nish Aravamudan

changelog

a40e51f... by Nish Aravamudan

reconstruct-changelog

8070c51... by Nish Aravamudan

merge-changelogs

9dcdd39... by Nish Aravamudan

    - d/control,rules: Switch libmail-java -> libgnumail-java to avoid
      Maven in Ubuntu main.

1b5c83b... by Nish Aravamudan

    - d/liblog4j1.2.manifest,control,rules: Add OSGi manifest for log4j
      using javahelper.

2e66c4d... by Nish Aravamudan

  * Merge from Debian unstable. Remaining changes:
    - d/{rules,control}: Remove dependency on bnd and don't add
      OSGi headers to jar file.

339ce93... by Robie Basak

Import version 1.2.17-7

Imported using git-dsc-commit.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/README.Debian b/debian/README.Debian
index 018605a..f16bc77 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -11,11 +11,11 @@ simple program.
1111
12 import org.apache.log4j.Logger;12 import org.apache.log4j.Logger;
13 import org.apache.log4j.BasicConfigurator;13 import org.apache.log4j.BasicConfigurator;
14 14
15 public class Hello {15 public class Hello {
16 16
17 static Logger logger = Logger.getLogger(Hello.class);17 static Logger logger = Logger.getLogger(Hello.class);
18 18
19 public19 public
20 static20 static
21 void main(String argv[]) {21 void main(String argv[]) {
@@ -35,24 +35,24 @@ Refer to the javadoc documentation and the user manual on how to
35include log statements in your own code.35include log statements in your own code.
3636
3737
38================== 38==================
39log4j dependencies39log4j dependencies
40==================40==================
41 41
42Log4j is based on JDK 1.1 with the following additional requirements:42Log4j is based on JDK 1.1 with the following additional requirements:
4343
44 ----------------------------44 ----------------------------
45 Package org.apache.log4j.xml 45 Package org.apache.log4j.xml
46 ----------------------------46 ----------------------------
4747
48 The DOMConfigurator is based on the DOM Level 1 API. The48 The DOMConfigurator is based on the DOM Level 1 API. The
49 DOMConfigurator.configure(Element) method will work with any49 DOMConfigurator.configure(Element) method will work with any
50 XML parser that will pass it a DOM tree.50 XML parser that will pass it a DOM tree.
51 51
52 The DOMConfigurator.configure(String filename) method and its variants52 The DOMConfigurator.configure(String filename) method and its variants
53 require a JAXP compatible XMLparser, for example the Apache Xerces53 require a JAXP compatible XMLparser, for example the Apache Xerces
54 parser. Compiling the DOMConfigurator requires the presence of a54 parser. Compiling the DOMConfigurator requires the presence of a
55 JAXP parser in the classpath. 55 JAXP parser in the classpath.
5656
57 ------------57 ------------
58 SMTPAppender58 SMTPAppender
diff --git a/debian/changelog b/debian/changelog
index bea7d9b..9f4ccd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
1<<<<<<< debian/changelog
2=======
3apache-log4j1.2 (1.2.17-7ubuntu1) xenial; urgency=medium
4
5 * Merge from Debian unstable. Remaining changes:
6 - d/{rules,control}: Remove dependency on bnd and don't add
7 OSGi headers to jar file.
8 - d/liblog4j1.2.manifest,control,rules: Add OSGi manifest for log4j
9 using javahelper.
10 - d/control,rules: Switch libmail-java -> libgnumail-java to avoid
11 Maven in Ubuntu main.
12
13 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Wed, 17 Feb 2016 16:37:24 -0800
14
15apache-log4j1.2 (1.2.17-7) unstable; urgency=medium
16
17 * Team upload.
18 * Transition to bnd 2.1.0.
19 * Vcs-Browser: Use https.
20
21 -- Markus Koschany <apo@debian.org> Tue, 17 Nov 2015 18:22:37 +0100
22
23>>>>>>> debian/changelog
1apache-log4j1.2 (1.2.17-6ubuntu1) wily; urgency=low24apache-log4j1.2 (1.2.17-6ubuntu1) wily; urgency=low
225
3 * Merge from Debian unstable. Remaining changes:26 * Merge from Debian unstable. Remaining changes:
diff --git a/debian/control b/debian/control
index 6b2d9c1..c94f343 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: ant,
18 maven-repo-helper18 maven-repo-helper
19Standards-Version: 3.9.619Standards-Version: 3.9.6
20Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/apache-log4j1.220Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/apache-log4j1.2
21Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/apache-log4j1.221Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/apache-log4j1.2
22Homepage: http://logging.apache.org/log4j/1.2/22Homepage: http://logging.apache.org/log4j/1.2/
2323
24Package: liblog4j1.2-java24Package: liblog4j1.2-java
diff --git a/debian/liblog4j1.2-java-doc.doc-base b/debian/liblog4j1.2-java-doc.doc-base
index 96dcb25..45ed01c 100644
--- a/debian/liblog4j1.2-java-doc.doc-base
+++ b/debian/liblog4j1.2-java-doc.doc-base
@@ -1,7 +1,7 @@
1Document: liblog4j1.2-java-doc1Document: liblog4j1.2-java-doc
2Title: Documenation for log4j 1.22Title: Documenation for log4j 1.2
3Author: The Apache log4j team3Author: The Apache log4j team
4Abstract: This is the documentation for log4j, a logging library 4Abstract: This is the documentation for log4j, a logging library
5 for java. The documentation includes the javadoc API.5 for java. The documentation includes the javadoc API.
6Section: Programming6Section: Programming
77

Subscribers

People subscribed via source and target branches