diff --git a/debian/build.xml b/debian/build.xml index cf5c530..875c3a4 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -209,6 +209,7 @@ + diff --git a/debian/changelog b/debian/changelog index 6658ff5..e1bd038 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 07 May 2013 23:12:09 +0200 + libslf4j-java (1.7.2-1) experimental; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 2b1bc57..cd7b2b9 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/copyright b/debian/copyright index 6ddd932..e5a0153 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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' - diff --git a/debian/maven.rules b/debian/maven.rules index 5024bec..4fd7959 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -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/