[statcvs] 24/43: [statcvs] Beginning of the work on the new upstream release
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Apr 18 20:47:47 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository statcvs.
commit 063e1307332b2bb7fa4468d803d7306e1065f224
Author: Vincent Fourmond <fourmond at debian.org>
Date: Sat May 30 22:25:19 2009 +0000
[statcvs] Beginning of the work on the new upstream release
---
debian/changelog | 11 +++++++++++
debian/compat | 2 +-
debian/control | 5 +++--
debian/new-upstream | 7 ++++++-
4 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8be8b2d..ce24683 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 1a440b3..73b23d2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Vincent Fourmond <fourmond at debian.org>, Christian Bayle <bayle at debian
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 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statcvs
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
diff --git a/debian/new-upstream b/debian/new-upstream
index 4482edc..1a65d3e 100755
--- a/debian/new-upstream
+++ b/debian/new-upstream
@@ -17,15 +17,20 @@ version=$2
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/statcvs.git
More information about the pkg-java-commits
mailing list