[pkg-java] r16609 - trunk/libslf4j-java/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Wed May 8 11:19:01 UTC 2013


Author: drazzib
Date: 2013-05-08 11:19:01 +0000 (Wed, 08 May 2013)
New Revision: 16609

Modified:
   trunk/libslf4j-java/debian/build.xml
   trunk/libslf4j-java/debian/changelog
   trunk/libslf4j-java/debian/control
   trunk/libslf4j-java/debian/copyright
   trunk/libslf4j-java/debian/maven.rules
Log:
* Upload to unstable.
* New upstream release.
* d/control: Bump Standards-Version to 3.9.4 (no changes needed).
* d/control: Use canonical URL for Vcs-* fields.
* d/build.xml: Exclude PerfTest (unstable behavior).

Modified: trunk/libslf4j-java/debian/build.xml
===================================================================
--- trunk/libslf4j-java/debian/build.xml	2013-05-08 11:13:12 UTC (rev 16608)
+++ trunk/libslf4j-java/debian/build.xml	2013-05-08 11:19:01 UTC (rev 16609)
@@ -209,6 +209,7 @@
             <include name="**/*Test.java"/>
             <exclude name="**/*$*"/>
             <exclude name="**/Abstract*"/>
+            <exclude name="**/*PerfTest.java"/>
           </fileset>
         </batchtest>
        </junit>

Modified: trunk/libslf4j-java/debian/changelog
===================================================================
--- trunk/libslf4j-java/debian/changelog	2013-05-08 11:13:12 UTC (rev 16608)
+++ trunk/libslf4j-java/debian/changelog	2013-05-08 11:19:01 UTC (rev 16609)
@@ -1,3 +1,13 @@
+libslf4j-java (1.7.5-1) unstable; urgency=low
+
+  * Upload to unstable.
+  * New upstream release.
+  * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+  * d/control: Use canonical URL for Vcs-* fields.
+  * d/build.xml: Exclude PerfTest (unstable behavior).
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 07 May 2013 23:12:09 +0200
+
 libslf4j-java (1.7.2-1) experimental; urgency=low
 
   * New upstream release.

Modified: trunk/libslf4j-java/debian/control
===================================================================
--- trunk/libslf4j-java/debian/control	2013-05-08 11:13:12 UTC (rev 16608)
+++ trunk/libslf4j-java/debian/control	2013-05-08 11:19:01 UTC (rev 16609)
@@ -13,10 +13,10 @@
                libcommons-logging-java,
                liblog4j1.2-java,
                maven-repo-helper
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.slf4j.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libslf4j-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libslf4j-java
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libslf4j-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libslf4j-java
 
 Package: libslf4j-java
 Architecture: all

Modified: trunk/libslf4j-java/debian/copyright
===================================================================
--- trunk/libslf4j-java/debian/copyright	2013-05-08 11:13:12 UTC (rev 16608)
+++ trunk/libslf4j-java/debian/copyright	2013-05-08 11:19:01 UTC (rev 16609)
@@ -2,7 +2,7 @@
 Upstream-Name: Logback
 Upstream-Contact: SLF4J.ORG
 Source: http://www.slf4j.org/dist/
-Comment: 
+Comment:
     The upstream supplied source package contains binary jar files and
     pre-built documentation, and hence upstream sources have been
     repackaged. Please use the get-orig-source target from
@@ -49,4 +49,3 @@
 License: Apache-2.0
   On Debian GNU/Linux system you can find the complete text of the
   Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
-

Modified: trunk/libslf4j-java/debian/maven.rules
===================================================================
--- trunk/libslf4j-java/debian/maven.rules	2013-05-08 11:13:12 UTC (rev 16608)
+++ trunk/libslf4j-java/debian/maven.rules	2013-05-08 11:19:01 UTC (rev 16609)
@@ -1,2 +1,2 @@
-junit junit jar s/3\..*/3.x/
+junit junit jar s/4\..*/4.x/
 log4j log4j jar s/1\.2\..*/1.2.x/




More information about the pkg-java-commits mailing list