[pkg-java] r16930 - trunk/mina2/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Jun 26 14:35:18 UTC 2013
Author: ebourg-guest
Date: 2013-06-26 14:35:18 +0000 (Wed, 26 Jun 2013)
New Revision: 16930
Modified:
trunk/mina2/debian/changelog
trunk/mina2/debian/control
trunk/mina2/debian/orig-tar.exclude
Log:
Filter out the .class files included in the upstream tarball
Use canonical URLs for the Vcs-* fields
Modified: trunk/mina2/debian/changelog
===================================================================
--- trunk/mina2/debian/changelog 2013-06-26 13:50:28 UTC (rev 16929)
+++ trunk/mina2/debian/changelog 2013-06-26 14:35:18 UTC (rev 16930)
@@ -2,12 +2,16 @@
* New upstream release
* Fixed the watch file
- * Updated Standards-Version to 3.9.4 (no changes)
+ * debian/control:
+ - Updated Standards-Version to 3.9.4 (no changes)
+ - Replaced the dependency on libtomcat6-java with libtomcat7-java
+ - Use canonical URLs for the Vcs-* fields
* debian/copyright: Updated to comply with the Copyright Format 1.0
- * debian/orig-tar.sh: Create the source tarball in the parent directory
- * Replaced the dependency on libtomcat6-java with libtomcat7-java
+ * debian/orig-tar.sh:
+ - Create the source tarball in the parent directory
+ - Filter out the .class files included in the upstream tarball
- -- Emmanuel Bourg <ebourg at apache.org> Tue, 14 May 2013 11:19:23 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 26 Jun 2013 16:32:18 +0200
mina2 (2.0.4+dfsg-2) unstable; urgency=low
Modified: trunk/mina2/debian/control
===================================================================
--- trunk/mina2/debian/control 2013-06-26 13:50:28 UTC (rev 16929)
+++ trunk/mina2/debian/control 2013-06-26 14:35:18 UTC (rev 16930)
@@ -7,8 +7,8 @@
Build-Depends-Indep: libslf4j-java, libjzlib-java,
libmx4j-java, libspring-beans-java, libtomcat7-java, libognl-java, librxtx-java,
maven-repo-helper
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/mina2
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/mina2
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/mina2
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/mina2
Standards-Version: 3.9.4
Homepage: http://mina.apache.org
Modified: trunk/mina2/debian/orig-tar.exclude
===================================================================
--- trunk/mina2/debian/orig-tar.exclude 2013-06-26 13:50:28 UTC (rev 16929)
+++ trunk/mina2/debian/orig-tar.exclude 2013-06-26 14:35:18 UTC (rev 16930)
@@ -4,3 +4,4 @@
LICENSE.*.txt
src/mina-core/src/main/java/org/apache/mina/proxy/utils/MD4.java
src/mina-core/src/main/java/org/apache/mina/proxy/utils/MD4Provider.java
+src/mina-core/bin/*
More information about the pkg-java-commits
mailing list