Author: nomadium-guest Date: 2012-03-01 23:43:45 +0000 (Thu, 01 Mar 2012) New Revision: 15804
Modified: trunk/ehcache/debian/changelog trunk/ehcache/debian/control trunk/ehcache/debian/copyright trunk/ehcache/debian/rules Log: * Team upload. * New upstream release. (Closes: #661450). * Bump Standards-Version to 3.9.3. No changes were required. * Fix lintian warning with copyright file. * Remove unnecessary dependencies on JRE for libehcache-java. * Wrap list of dependencies and uploaders. * Fix clean target by adding a mh_clean call, to allow twice in a row builds. Modified: trunk/ehcache/debian/changelog =================================================================== --- trunk/ehcache/debian/changelog 2012-02-26 14:35:43 UTC (rev 15803) +++ trunk/ehcache/debian/changelog 2012-03-01 23:43:45 UTC (rev 15804) @@ -1,3 +1,15 @@ +ehcache (2.5.0-1) UNRELEASED; urgency=low + + * Team upload. + * New upstream release. (Closes: #661450). + * Bump Standards-Version to 3.9.3. No changes were required. + * Fix lintian warning with copyright file. + * Remove unnecessary dependencies on JRE for libehcache-java. + * Wrap list of dependencies and uploaders. + * Fix clean target by adding a mh_clean call, to allow twice in a row builds. + + -- Miguel Landaeta <[email protected]> Thu, 01 Mar 2012 19:15:46 -0430 + ehcache (2.1.0-1) unstable; urgency=low * Merge changes from Thierry's PPA and upload to Debian. Modified: trunk/ehcache/debian/control =================================================================== --- trunk/ehcache/debian/control 2012-02-26 14:35:43 UTC (rev 15803) +++ trunk/ehcache/debian/control 2012-03-01 23:43:45 UTC (rev 15804) @@ -3,22 +3,23 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, - Kumar Appaiah <[email protected]>, - Torsten Werner <[email protected]> + Kumar Appaiah <[email protected]>, Torsten Werner <[email protected]> Build-Depends: debhelper (>= 6), cdbs, maven-repo-helper Build-Depends-Indep: default-jdk, ant, libcommons-logging-java, libcommons-collections3-java, libservlet2.5-java, libbackport-util-concurrent-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java, libbtm-java, libjsr107cache-java, libhibernate3-java, libjgroups-java -Standards-Version: 3.8.4 +Standards-Version: 3.9.3 Homepage: http://ehcache.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ehcache Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ehcache/ Package: libehcache-java Architecture: all -Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libcommons-logging-java, libcommons-collections3-java, libservlet2.5-java, libbackport-util-concurrent-java, libjsr107cache-java +Depends: ${misc:Depends}, libcommons-logging-java, + libcommons-collections3-java, libservlet2.5-java, + libbackport-util-concurrent-java, libjsr107cache-java Description: distributed cache library Ehcache is a distributed cache for general purpose caching in Java, J2EE and light-weight containers. It features memory and disk stores, Modified: trunk/ehcache/debian/copyright =================================================================== --- trunk/ehcache/debian/copyright 2012-02-26 14:35:43 UTC (rev 15803) +++ trunk/ehcache/debian/copyright 2012-03-01 23:43:45 UTC (rev 15804) @@ -1,6 +1,6 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: Ehcache distributed cache library -Maintainer: Terracotta, Inc. +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: Ehcache distributed cache library +Upstream-Contact: Terracotta, Inc. Source: http://svn.terracotta.org/svn/ehcache/tags/ Copyright: 2003-2009 Terracotta, Inc. Modified: trunk/ehcache/debian/rules =================================================================== --- trunk/ehcache/debian/rules 2012-02-26 14:35:43 UTC (rev 15803) +++ trunk/ehcache/debian/rules 2012-03-01 23:43:45 UTC (rev 15804) @@ -15,5 +15,8 @@ mh_installpom -plibehcache-java pom.xml --no-parent mh_installjar -plibehcache-java -l pom.xml target/ehcache.jar /usr/share/java/ehcache.jar +clean:: + mh_clean + get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

