[pkg-java] r4712 - trunk/liboscache-java/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Sun Nov 11 17:27:02 UTC 2007


Author: twerner
Date: 2007-11-11 17:27:02 +0000 (Sun, 11 Nov 2007)
New Revision: 4712

Modified:
   trunk/liboscache-java/debian/README.Debian-source
   trunk/liboscache-java/debian/changelog
   trunk/liboscache-java/debian/control
   trunk/liboscache-java/debian/copyright
   trunk/liboscache-java/debian/orig-tar.sh
Log:
rename source to oscache


Modified: trunk/liboscache-java/debian/README.Debian-source
===================================================================
--- trunk/liboscache-java/debian/README.Debian-source	2007-11-11 16:54:22 UTC (rev 4711)
+++ trunk/liboscache-java/debian/README.Debian-source	2007-11-11 17:27:02 UTC (rev 4712)
@@ -1,5 +1,5 @@
-liboscache-java
-===============
+oscache
+=======
 
 The upstream supplied source package contains binary jar files.
 Currently no clean source distribution exists. Therefore, the upstream

Modified: trunk/liboscache-java/debian/changelog
===================================================================
--- trunk/liboscache-java/debian/changelog	2007-11-11 16:54:22 UTC (rev 4711)
+++ trunk/liboscache-java/debian/changelog	2007-11-11 17:27:02 UTC (rev 4712)
@@ -1,6 +1,13 @@
-liboscache-java (2.4.1-1) unstable; urgency=low
+oscache (2.4.1-1) unstable; urgency=low
 
-  * Initial release (Closes: #446658)
+  * new upstream release
+  * Import package into pkg-java on svn.debian.org.
+  * Update Maintainer and Uploaders.
 
  -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530
 
+oscache (2.0.2-1) unstable; urgency=low
+
+  * Initial version.
+
+ -- Kalle Kivimaa <killer at debian.org>  Fri, 13 Aug 2004 14:00:00 +0200

Modified: trunk/liboscache-java/debian/control
===================================================================
--- trunk/liboscache-java/debian/control	2007-11-11 16:54:22 UTC (rev 4711)
+++ trunk/liboscache-java/debian/control	2007-11-11 17:27:02 UTC (rev 4712)
@@ -1,8 +1,9 @@
-Source: liboscache-java
+Source: oscache
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Torsten Werner <twerner at debian.org>
+Uploaders: Kalle Kivimaa <killer at debian.org>,
+ Varun Hiremath <varunhiremath at gmail.com>, Torsten Werner <twerner at debian.org>
 Build-Depends: cdbs, debhelper (>= 5)
 Build-Depends-Indep: ant, java-gcj-compat-dev, libjgroups-java,
  glassfish-javaee, libcommons-logging-java, libservlet2.4-java,

Modified: trunk/liboscache-java/debian/copyright
===================================================================
--- trunk/liboscache-java/debian/copyright	2007-11-11 16:54:22 UTC (rev 4711)
+++ trunk/liboscache-java/debian/copyright	2007-11-11 17:27:02 UTC (rev 4712)
@@ -1,5 +1,6 @@
-This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
-Tue, 24 Apr 2007 17:19:10 +0530.
+Debian package created in 2004 by Kalle Kivimaa <killer at debian.org> and
+updated by Varun Hiremath <varunhiremath at gmail.com> on Tue, 24 Apr 2007
+17:19:10 +0530.
 
 It was downloaded from http://www.opensymphony.com/oscache/
 

Modified: trunk/liboscache-java/debian/orig-tar.sh
===================================================================
--- trunk/liboscache-java/debian/orig-tar.sh	2007-11-11 16:54:22 UTC (rev 4711)
+++ trunk/liboscache-java/debian/orig-tar.sh	2007-11-11 17:27:02 UTC (rev 4712)
@@ -1,8 +1,8 @@
 #!/bin/sh -e
 
 # called by uscan with '--upstream-version' <version> <file>
-TAR=liboscache-java_$2.orig.tar.gz
-DIR=liboscache-java-$2.orig
+TAR=oscache_$2.orig.tar.gz
+DIR=oscache-$2.orig
 
 # clean up the upstream tarball
 mkdir $DIR




More information about the pkg-java-commits mailing list