[bnd] 02/03: * Small fixes and prepare for release

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Mar 10 18:12:17 UTC 2015


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

nomadium pushed a commit to annotated tag debian/0.0.384-1
in repository bnd.

commit 016762a1af7d329e24bc19c5f4497096608dcd4d
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Wed Jan 6 23:37:10 2010 +0000

    * Small fixes and prepare for release
---
 debian/TODO             |  1 -
 debian/svn-transform.sh | 15 ++++++++-------
 debian/watch            |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/TODO b/debian/TODO
index 15b0732..68cf1c9 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,2 +1 @@
 * Build the full jar with the OSGi and Eclipse dependencies (runtime and eclipse sub-packages)
-* Clarify the licensing issues for some files (BndScanner.java and Filter.java)
diff --git a/debian/svn-transform.sh b/debian/svn-transform.sh
index a1ea975..1325a56 100644
--- a/debian/svn-transform.sh
+++ b/debian/svn-transform.sh
@@ -7,6 +7,7 @@ SRC=$1
 DEST=$2
 SRC=$(pwd)/"${SRC:-bnd}"
 DEST=$(pwd)/"${DEST:-bnd-svn}"
+VERSION=$(dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' '| cut -d: -f2- | cut -d'-' -f 1)
 
 rm -rf $DEST
 
@@ -85,7 +86,7 @@ cat > $DEST/pom.xml <<EOF
   <modelVersion>4.0.0</modelVersion>
   <groupId>biz.aQute</groupId>
   <artifactId>bnd-parent</artifactId>
-  <version>0.0.337</version>
+  <version>${VERSION}</version>
   <packaging>pom</packaging>
   <description>
     A utility and plugin to wrap, build, or print bundles
@@ -139,7 +140,7 @@ cat > $DEST/core/pom.xml <<EOF
   <modelVersion>4.0.0</modelVersion>
   <groupId>biz.aQute</groupId>
   <artifactId>core</artifactId>
-  <version>0.0.337</version>
+  <version>${VERSION}</version>
   <description>
     A utility and plugin to wrap, build, or print bundles
   </description>
@@ -227,7 +228,7 @@ cat > $DEST/libg/pom.xml <<EOF
   <modelVersion>4.0.0</modelVersion>
   <groupId>biz.aQute</groupId>
   <artifactId>libg</artifactId>
-  <version>0.0.337</version>
+  <version>${VERSION}</version>
   <description>
     A utility and plugin to wrap, build, or print bundles
   </description>
@@ -263,7 +264,7 @@ cat > $DEST/service/pom.xml <<EOF
   <modelVersion>4.0.0</modelVersion>
   <groupId>biz.aQute</groupId>
   <artifactId>service</artifactId>
-  <version>0.0.337</version>
+  <version>${VERSION}</version>
   <description>
     A utility and plugin to wrap, build, or print bundles
   </description>
@@ -299,7 +300,7 @@ cat > $DEST/runtime/pom.xml <<EOF
   <modelVersion>4.0.0</modelVersion>
   <groupId>biz.aQute</groupId>
   <artifactId>runtime</artifactId>
-  <version>0.0.337</version>
+  <version>${VERSION}</version>
   <description>
     A utility and plugin to wrap, build, or print bundles
   </description>
@@ -362,7 +363,7 @@ cat > $DEST/eclipse/pom.xml <<EOF
   <modelVersion>4.0.0</modelVersion>
   <groupId>biz.aQute</groupId>
   <artifactId>eclipse</artifactId>
-  <version>0.0.337</version>
+  <version>${VERSION}</version>
   <description>
     A utility and plugin to wrap, build, or print bundles
   </description>
@@ -787,7 +788,7 @@ cat > $DEST/src/main/resources/pom.xml <<EOF
   <modelVersion>4.0.0</modelVersion>
   <groupId>biz.aQute</groupId>
   <artifactId>bnd</artifactId>
-  <version>0.0.337</version>
+  <version>${VERSION}</version>
   <packaging>jar</packaging>
   <description>
     A utility and plugin to wrap, build, or print bundles
diff --git a/debian/watch b/debian/watch
index ecc2ab3..2b6225e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://www.aqute.biz/repo/biz/aQute/bnd/([\d\.]+)/bnd-([\d\.]+).jar debian uupdate
+http://www.aqute.biz/repo/biz/aQute/bnd/([0-9\.]+)/bnd-([0-9\.]+).jar debian debian/orig-tar.sh

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



More information about the pkg-java-commits mailing list