[libpicocontainer-java] 05/21: * New upstream release (Needs paranamer http://paranamer.codehaus.org/) * Bump Standards-Version to 3.7.3 * Bump debhelper compat to 6 * Add libparanamer-java to Build-Depends-Indep * debian/orig-tar.sh: exclude .svn files from orig.tar.gz

Markus Koschany apo-guest at moszumanska.debian.org
Fri Oct 24 17:24:49 BST 2014


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository libpicocontainer-java.

commit 451b74abdbc6ca7d96c39305560f7b67de2274b9
Author: Varun Hiremath <varun at debian.org>
Date:   Tue Jan 22 12:38:44 2008 +0000

     * New upstream release  (Needs paranamer http://paranamer.codehaus.org/)
     * Bump Standards-Version to 3.7.3
     * Bump debhelper compat to 6
     * Add libparanamer-java to Build-Depends-Indep
     * debian/orig-tar.sh: exclude .svn files from orig.tar.gz
---
 debian/changelog   | 10 ++++++++++
 debian/compat      |  2 +-
 debian/control     |  8 ++++----
 debian/orig-tar.sh |  2 +-
 debian/rules       |  5 +++--
 5 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d77e6a..3446c91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libpicocontainer-java (2.0-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.7.3
+  * Bump debhelper compat to 6
+  * Add libparanamer-java to Build-Depends-Indep
+  * debian/orig-tar.sh: exclude .svn files from orig.tar.gz
+
+ -- Varun Hiremath <varun at debian.org>  Tue, 22 Jan 2008 16:39:03 +0530
+
 libpicocontainer-java (1.3-2) unstable; urgency=low
 
   * Make debian/copyright more verbose.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..1e8b314 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+6
diff --git a/debian/control b/debian/control
index 670b478..73b485e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: libpicocontainer-java
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ant, java-gcj-compat-dev
-Standards-Version: 3.7.2
+Uploaders: Torsten Werner <twerner at debian.org>, Varun Hiremath <varun at debian.org>
+Build-Depends: debhelper (>= 6), cdbs
+Build-Depends-Indep: ant, java-gcj-compat-dev, libparanamer-java
+Standards-Version: 3.7.3
 Homepage: http://www.picocontainer.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libpicocontainer-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libpicocontainer-java
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index b527a19..6978867 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -7,7 +7,7 @@ TAR=../libpicocontainer-java_$2.orig.tar.gz
 # clean up the upstream tarball
 mkdir $DIR
 (cd $DIR && jar -x -f ../$3)
-tar -c -z -f $TAR $DIR
+tar -c -z -f $TAR --exclude '*/.svn*' $DIR
 rm -rf $DIR $3
 
 # move to directory 'tarballs'
diff --git a/debian/rules b/debian/rules
index 80f886d..e502aee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,9 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME         := /usr/lib/jvm/java-gcj
-DEB_ANT_BUILDFILE := debian/build.xml
+JAVA_HOME		:= /usr/lib/jvm/java-gcj
+DEB_ANT_BUILDFILE	:= debian/build.xml
+DEB_JARS		:= paranamer
 
 install/libpicocontainer-java:: 
 	install -m644 -D picocontainer.jar $(DEB_DESTDIR)/usr/share/java/picocontainer-$(DEB_UPSTREAM_VERSION).jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpicocontainer-java.git



More information about the pkg-java-commits mailing list