[apache-log4j1.2] 29/40: Release 1.2.17-7

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Oct 21 22:57:23 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 a56d6d2cb7f1108180b0aa46a25cc3a2dcfcb621
Author: Markus Koschany <apo at debian.org>
Date:   Tue Nov 17 17:41:53 2015 +0000

    Release 1.2.17-7
---
 debian/README.Debian                 | 16 ++++++++--------
 debian/changelog                     |  8 ++++++++
 debian/control                       |  4 ++--
 debian/liblog4j1.2-java-doc.doc-base |  2 +-
 debian/rules                         |  8 ++++----
 5 files changed, 23 insertions(+), 15 deletions(-)

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.
 
     import org.apache.log4j.Logger;
     import org.apache.log4j.BasicConfigurator;
-    
+
     public class Hello {
-    
+
       static Logger logger = Logger.getLogger(Hello.class);
-    
+
       public
       static
       void main(String argv[]) {
@@ -35,24 +35,24 @@ Refer to the javadoc documentation and the user manual on how to
 include log statements in your own code.
 
 
-==================   
+==================
 log4j dependencies
 ==================
-   
+
 Log4j is based on JDK 1.1 with the following additional requirements:
 
     ----------------------------
-    Package org.apache.log4j.xml 
+    Package org.apache.log4j.xml
     ----------------------------
 
     The DOMConfigurator is based on the DOM Level 1 API. The
     DOMConfigurator.configure(Element) method will work with any
     XML parser that will pass it a DOM tree.
-    
+
     The DOMConfigurator.configure(String filename) method and its variants
     require a JAXP compatible XMLparser, for example the Apache Xerces
     parser. Compiling the DOMConfigurator requires the presence of a
-    JAXP parser in the classpath.  
+    JAXP parser in the classpath.
 
     ------------
     SMTPAppender
diff --git a/debian/changelog b/debian/changelog
index c3e71ec..841e83c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+apache-log4j1.2 (1.2.17-7) unstable; urgency=medium
+
+  * Team upload.
+  * Transition to bnd 2.1.0.
+  * Vcs-Browser: Use https.
+
+ -- Markus Koschany <apo at debian.org>  Tue, 17 Nov 2015 18:22:37 +0100
+
 apache-log4j1.2 (1.2.17-6) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 1eb2a14..22ae94a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Varun Hiremath <varun at debian.org>,
            Jakub Adam <jakub.adam at ktknet.cz>,
            Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: ant,
-               bnd,
+               bnd (>= 2.1.0),
                cdbs,
                debhelper (>= 9),
                default-jdk,
@@ -17,7 +17,7 @@ Build-Depends: ant,
                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
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/apache-log4j1.2
 Homepage: http://logging.apache.org/log4j/1.2/
 
 Package: 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 @@
 Document: liblog4j1.2-java-doc
 Title: Documenation for log4j 1.2
 Author: The Apache log4j team
-Abstract: This is the documentation for log4j, a logging library 
+Abstract: This is the documentation for log4j, a logging library
  for java. The documentation includes the javadoc API.
 Section: Programming
 
diff --git a/debian/rules b/debian/rules
index ee29cd8..af01837 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,10 +20,10 @@ clean::
 
 common-build-indep::
 	cat debian/log4j.bnd | sed s/VERSION/$(VERSION)/ > debian/.log4j-versioned.bnd
-	java -jar /usr/share/java/bnd.jar wrap -properties debian/.log4j-versioned.bnd dist/lib/log4j-$(VERSION).jar
-	java -jar /usr/share/java/bnd.jar wrap -properties debian/.log4j-versioned.bnd \
-		-classpath /usr/share/java/javax.mail.jar \
-		-output log4j.jar dist/lib/log4j-$(VERSION).jar
+	java -jar /usr/share/java/bnd.jar wrap --properties debian/.log4j-versioned.bnd dist/lib/log4j-$(VERSION).jar
+	java -jar /usr/share/java/bnd.jar wrap --properties debian/.log4j-versioned.bnd \
+		--classpath /usr/share/java/javax.mail.jar \
+		--output log4j.jar dist/lib/log4j-$(VERSION).jar
 	rm debian/.log4j-versioned.bnd dist/lib/log4j-$(VERSION).jar
 	mv log4j.jar dist/lib/log4j-$(VERSION).jar
 	cp pom.xml dist/lib/log4j.javadoc.pom

-- 
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