[pkg-java] r18346 - trunk/oscache/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Sep 7 21:23:52 UTC 2014


Author: ebourg-guest
Date: 2014-09-07 21:23:52 +0000 (Sun, 07 Sep 2014)
New Revision: 18346

Modified:
   trunk/oscache/debian/changelog
   trunk/oscache/debian/compat
   trunk/oscache/debian/control
Log:
Refreshed the package



Modified: trunk/oscache/debian/changelog
===================================================================
--- trunk/oscache/debian/changelog	2014-09-04 04:47:05 UTC (rev 18345)
+++ trunk/oscache/debian/changelog	2014-09-07 21:23:52 UTC (rev 18346)
@@ -1,3 +1,13 @@
+oscache (2.4.1+ds1-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * debian/control:
+    - Standards-Version updated to 3.9.5 (no changes)
+    - Use canonical URLs for the Vcs-* fields
+  * Switch to debhelper level 9
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 07 Sep 2014 23:19:15 +0200
+
 oscache (2.4.1+ds1-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/oscache/debian/compat
===================================================================
--- trunk/oscache/debian/compat	2014-09-04 04:47:05 UTC (rev 18345)
+++ trunk/oscache/debian/compat	2014-09-07 21:23:52 UTC (rev 18346)
@@ -1 +1 @@
-7
+9

Modified: trunk/oscache/debian/control
===================================================================
--- trunk/oscache/debian/control	2014-09-04 04:47:05 UTC (rev 18345)
+++ trunk/oscache/debian/control	2014-09-07 21:23:52 UTC (rev 18346)
@@ -3,18 +3,22 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), maven-repo-helper
-Build-Depends-Indep: ant, default-jdk, libjgroups-java (>= 2.12.2.Final),
- glassfish-javaee, libcommons-logging-java, libservlet2.5-java,
- libhibernate3-java
-Standards-Version: 3.9.2
+Build-Depends: cdbs, debhelper (>= 9), maven-repo-helper
+Build-Depends-Indep: ant,
+                     default-jdk,
+                     glassfish-javaee,
+                     libcommons-logging-java,
+                     libhibernate3-java,
+                     libjgroups-java (>= 2.12.2.Final),
+                     libservlet2.5-java
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/oscache
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/oscache
 Homepage: http://www.opensymphony.com/oscache/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/oscache
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/oscache
 
 Package: liboscache-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
 Description: caching solution for java server pages (JSP)
  OSCache is a caching solution that includes a JSP tag library and set
  of classes to perform fine grained dynamic caching of JSP content,




More information about the pkg-java-commits mailing list