[pkg-java] r11329 - trunk/bnd/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Wed Jan 6 23:37:10 UTC 2010


Author: ludovicc-guest
Date: 2010-01-06 23:37:10 +0000 (Wed, 06 Jan 2010)
New Revision: 11329

Modified:
   trunk/bnd/debian/TODO
   trunk/bnd/debian/svn-transform.sh
   trunk/bnd/debian/watch
Log:
* Small fixes and prepare for release

Modified: trunk/bnd/debian/TODO
===================================================================
--- trunk/bnd/debian/TODO	2010-01-06 22:59:30 UTC (rev 11328)
+++ trunk/bnd/debian/TODO	2010-01-06 23:37:10 UTC (rev 11329)
@@ -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)

Modified: trunk/bnd/debian/svn-transform.sh
===================================================================
--- trunk/bnd/debian/svn-transform.sh	2010-01-06 22:59:30 UTC (rev 11328)
+++ trunk/bnd/debian/svn-transform.sh	2010-01-06 23:37:10 UTC (rev 11329)
@@ -7,6 +7,7 @@
 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 @@
   <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 @@
   <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 @@
   <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 @@
   <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 @@
   <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 @@
   <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 @@
   <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

Modified: trunk/bnd/debian/watch
===================================================================
--- trunk/bnd/debian/watch	2010-01-06 22:59:30 UTC (rev 11328)
+++ trunk/bnd/debian/watch	2010-01-06 23:37:10 UTC (rev 11329)
@@ -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




More information about the pkg-java-commits mailing list