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

Vincent Fourmond fourmond at alioth.debian.org
Sat May 30 22:25:19 UTC 2009


Author: fourmond
Date: 2009-05-30 22:25:19 +0000 (Sat, 30 May 2009)
New Revision: 8305

Modified:
   trunk/statcvs/debian/changelog
   trunk/statcvs/debian/compat
   trunk/statcvs/debian/control
   trunk/statcvs/debian/new-upstream
Log:
[statcvs] Beginning of the work on the new upstream release

Modified: trunk/statcvs/debian/changelog
===================================================================
--- trunk/statcvs/debian/changelog	2009-05-25 19:56:57 UTC (rev 8304)
+++ trunk/statcvs/debian/changelog	2009-05-30 22:25:19 UTC (rev 8305)
@@ -1,3 +1,14 @@
+statcvs (1:0.5.0.dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Already conforms to standards 3.8.1
+  * Add a ${misc:Depends} for potential debhelper-induced dependencies
+  * Bump debhelper compatibility level to 5 
+  * Add ant clean in debian/new-upstream to avoid adding temporary files
+    in the orig tarball
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 31 May 2009 00:23:10 +0200
+
 statcvs (1:0.4.0.dfsg-3) unstable; urgency=low
 
   * Document patches, to make lintian a fair deal happier

Modified: trunk/statcvs/debian/compat
===================================================================
--- trunk/statcvs/debian/compat	2009-05-25 19:56:57 UTC (rev 8304)
+++ trunk/statcvs/debian/compat	2009-05-30 22:25:19 UTC (rev 8305)
@@ -1 +1 @@
-4
+5

Modified: trunk/statcvs/debian/control
===================================================================
--- trunk/statcvs/debian/control	2009-05-25 19:56:57 UTC (rev 8304)
+++ trunk/statcvs/debian/control	2009-05-30 22:25:19 UTC (rev 8305)
@@ -6,7 +6,7 @@
 Build-Depends-Indep: java-gcj-compat-dev
 Build-Depends: cdbs, debhelper (>= 5), dpatch, ant, junit, 
  libjcommon-java, libjfreechart-java, libjdom1-java
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 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
@@ -15,7 +15,8 @@
 Package: statcvs
 Architecture: all
 Depends: java-gcj-compat | java-runtime, libjcommon-java,
- libjfreechart-java, java-wrappers (>= 0.1.3), libjdom1-java
+ libjfreechart-java, java-wrappers (>= 0.1.3), libjdom1-java,
+ ${misc:Depends}
 Conflicts: statsvn (< 0.4.0)
 Recommends: cvs
 Description: CVS Repository statistic analysis tool, written in Java

Modified: trunk/statcvs/debian/new-upstream
===================================================================
--- trunk/statcvs/debian/new-upstream	2009-05-25 19:56:57 UTC (rev 8304)
+++ trunk/statcvs/debian/new-upstream	2009-05-30 22:25:19 UTC (rev 8305)
@@ -17,15 +17,20 @@
 filename=$3
 
 dir=`mktemp -d`
+origdir=`pwd`
 
 # We repackage the upstream source zip file:
 unzip $filename -d $dir
 origname=statcvs_$version.dfsg.orig.tar.gz
 
+
 # We repackage excluding the lib/ subdir
 cd $dir
+cd statcvs*/
+ant clean
+cd ..
 tar cvz --exclude '*/lib/*.jar' --exclude 'test*' --exclude 'site' \
     --exclude 'jtreemap*.jar' -f $origname stat*
-cd -
+cd $origdir
 mv $dir/$origname ..
 rm -rf $dir
\ No newline at end of file




More information about the pkg-java-commits mailing list