[pkg-java] r17153 - trunk/logback/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Sat Aug 17 13:18:22 UTC 2013


Author: drazzib
Date: 2013-08-17 13:18:22 +0000 (Sat, 17 Aug 2013)
New Revision: 17153

Modified:
   trunk/logback/debian/changelog
   trunk/logback/debian/compat
   trunk/logback/debian/control
   trunk/logback/debian/copyright
   trunk/logback/debian/rules
Log:
* New upstream release.
* d/control: Bump Standards-Version to 3.9.4 (no changes needed).
* d/control: Use canonical URL for Vcs-* fields.
* d/control: Tighten dependencies to libjanino-java (>= 2.6.0).
* d/control: Add Build-Depends on libjansi-java
  no need to Depends, because it's windows only runtime dependency.

Modified: trunk/logback/debian/changelog
===================================================================
--- trunk/logback/debian/changelog	2013-08-17 13:17:45 UTC (rev 17152)
+++ trunk/logback/debian/changelog	2013-08-17 13:18:22 UTC (rev 17153)
@@ -1,3 +1,14 @@
+logback (1:1.0.13-1) unstable; urgency=low
+
+  * New upstream release.
+  * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+  * d/control: Use canonical URL for Vcs-* fields.
+  * d/control: Tighten dependencies to libjanino-java (>= 2.6.0).
+  * d/control: Add Build-Depends on libjansi-java
+    no need to Depends, because it's windows only runtime dependency.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 16 Aug 2013 10:08:55 +0200
+
 logback (1:1.0.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/logback/debian/compat
===================================================================
--- trunk/logback/debian/compat	2013-08-17 13:17:45 UTC (rev 17152)
+++ trunk/logback/debian/compat	2013-08-17 13:18:22 UTC (rev 17153)
@@ -1 +1 @@
-7
+9

Modified: trunk/logback/debian/control
===================================================================
--- trunk/logback/debian/control	2013-08-17 13:17:45 UTC (rev 17152)
+++ trunk/logback/debian/control	2013-08-17 13:18:22 UTC (rev 17153)
@@ -1,26 +1,27 @@
 Source: logback
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Section: java
 Priority: optional
 Build-Depends: ant,
                cdbs,
-               debhelper (>= 7),
+               debhelper (>= 9),
                default-jdk,
                glassfish-javaee,
                groovy,
-               janino,
+               libjanino-java (>= 2.6.0),
+               libjansi-java,
                libslf4j-java (>= 1.6.1),
                maven-repo-helper
 Homepage: http://logback.qos.ch/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/logback
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/logback
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/logback
+Vcs-Browser: http://anonscm.debian.org/wsvn/pkg-java/trunk/logback
 
 Package: liblogback-java
 Architecture: all
-Depends: libslf4j-java, ${misc:Depends}
-Suggests: glassfish-javaee, janino
+Depends: libslf4j-java (>= 1.6.1), ${misc:Depends}
+Suggests: glassfish-javaee, libjanino-java (>= 2.6.0)
 Description: flexible logging library for Java
  Logback is a reliable, generic, fast and flexible logging library for Java.
  It's intended as a successor to the popular log4j project.

Modified: trunk/logback/debian/copyright
===================================================================
--- trunk/logback/debian/copyright	2013-08-17 13:17:45 UTC (rev 17152)
+++ trunk/logback/debian/copyright	2013-08-17 13:18:22 UTC (rev 17153)
@@ -11,7 +11,7 @@
  the Eclipse Foundation
  .
  or (per the licensee's choosing)
- . 
+ .
  under the terms of the GNU Lesser General Public License version 2.1
  as published by the Free Software Foundation.
 
@@ -136,4 +136,3 @@
     Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
  .
     This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
-

Modified: trunk/logback/debian/rules
===================================================================
--- trunk/logback/debian/rules	2013-08-17 13:17:45 UTC (rev 17152)
+++ trunk/logback/debian/rules	2013-08-17 13:18:22 UTC (rev 17153)
@@ -9,7 +9,7 @@
 # janino glassfish-mail = core module
 # slf4j-api glassfish-javaee = classic module
 # groovy asm3-all commons-cli antlr = classic module "gaffer"
-DEB_JARS             := janino glassfish-mail slf4j-api glassfish-javaee groovy asm3-all commons-cli antlr
+DEB_JARS             := janino glassfish-mail slf4j-api glassfish-javaee groovy asm3-all commons-cli antlr jansi
 
 DEB_ANT_BUILD_TARGET := jar.all javadoc
 DEB_ANT_CLEAN_TARGET := clean




More information about the pkg-java-commits mailing list