[pkg-java] r11814 - trunk/statcvs/debian

Vincent Fourmond fourmond at alioth.debian.org
Sat Mar 6 22:13:44 UTC 2010


Author: fourmond
Date: 2010-03-06 22:13:44 +0000 (Sat, 06 Mar 2010)
New Revision: 11814

Removed:
   trunk/statcvs/debian/README.source
Modified:
   trunk/statcvs/debian/changelog
   trunk/statcvs/debian/control
Log:
[statcvs] Few more cleanups, ready for upload to experimental

Deleted: trunk/statcvs/debian/README.source
===================================================================
--- trunk/statcvs/debian/README.source	2010-03-06 21:56:48 UTC (rev 11813)
+++ trunk/statcvs/debian/README.source	2010-03-06 22:13:44 UTC (rev 11814)
@@ -1,7 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. See /usr/share/doc/dpatch/README.source.gz to get more information
-on how to use it.
-
- -- Vincent Fourmond <fourmond at debian.org>  Mon, 13 Oct 2008 20:54:27 +0200
-
-

Modified: trunk/statcvs/debian/changelog
===================================================================
--- trunk/statcvs/debian/changelog	2010-03-06 21:56:48 UTC (rev 11813)
+++ trunk/statcvs/debian/changelog	2010-03-06 22:13:44 UTC (rev 11814)
@@ -1,10 +1,17 @@
-statcvs (1:0.7.0.dfsg-1) experimental/UNRELEASED; urgency=low
+statcvs (1:0.7.0.dfsg-1) experimental; urgency=low
 
   * Newer upstream release
-  * Switch to format 3.0 (quilt), and convert patches to the quilt format
+  * Switch to format 3.0 (quilt), and convert patches to the quilt format, 
+    drop dependency on dpatch 
   * Refresh/update patches
+  * Breaks and conflict with statsvn << 0.7.0 
+  * Conforms to newer standards
+  * Uploading to experimental to allow for some time to prepare statsvn
+  * Getting rid of debian/README.source, obsoleted by the use of 3.0 (quilt)
+  * debian/new-upstream now compresses using bzip2: no need to use more
+    space than necessary...
 
- -- Vincent Fourmond <fourmond at debian.org>  Sat, 06 Mar 2010 22:56:45 +0100
+ -- Vincent Fourmond <fourmond at debian.org>  Sat, 06 Mar 2010 23:11:15 +0100
 
 statcvs (1:0.5.0.dfsg-2) unstable; urgency=low
 

Modified: trunk/statcvs/debian/control
===================================================================
--- trunk/statcvs/debian/control	2010-03-06 21:56:48 UTC (rev 11813)
+++ trunk/statcvs/debian/control	2010-03-06 22:13:44 UTC (rev 11814)
@@ -6,7 +6,7 @@
 Build-Depends: cdbs, debhelper (>= 5), ant, junit, 
  libjcommon-java, libjfreechart-java (>= 1.0.13), libjdom1-java,
  default-jdk
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
 Homepage: http://statcvs.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/statcvs
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statcvs
@@ -17,7 +17,8 @@
 Depends: java-gcj-compat | java-runtime, libjcommon-java,
  libjfreechart-java (>= 1.0.13), java-wrappers (>= 0.1.15), libjdom1-java,
  ${misc:Depends}
-Breaks: statsvn (< 0.5.0)
+Breaks: statsvn (<< 0.7.0)
+Conflicts: statsvn (<< 0.7.0)
 Recommends: cvs
 Description: CVS Repository statistic analysis tool, written in Java
  StatCvs retrieves information from a CVS repository and generates




More information about the pkg-java-commits mailing list