summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun Hiremath <varun@debian.org>2008-01-23 17:27:30 +0000
committerVarun Hiremath <varun@debian.org>2008-01-23 17:27:30 +0000
commit531d81916017ee7ddbbf94890c6aeb5dd7f9fc61 (patch)
treed29d3d21a510cb45d36a6168d52111bc63226d33
parent784e1910894d07f853b710bb6340688f787a3d11 (diff)
* Bump debhelper compat to 6
* debian/control: + set priority optional from extra (Closes: #462272) + add myself to Uplaoders * patches/build.diff: update to remove external links from build.xml * Move apidocs to a sub-directory api
-rw-r--r--debian/changelog11
-rw-r--r--debian/compat2
-rw-r--r--debian/control6
-rw-r--r--debian/doc-base4
-rw-r--r--debian/docs2
-rw-r--r--debian/patches/build.diff9
6 files changed, 23 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index d279dd2..ae344cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libvldocking-java (2.1.4-3) UNRELEASED; urgency=low
+
+ * Bump debhelper compat to 6
+ * debian/control:
+ + set priority optional from extra (Closes: #462272)
+ + add myself to Uplaoders
+ * patches/build.diff: update to remove external links from build.xml
+ * Move apidocs to a sub-directory api
+
+ -- Varun Hiremath <varun@debian.org> Wed, 23 Jan 2008 22:55:45 +0530
+
libvldocking-java (2.1.4-2) unstable; urgency=low
* Move package to Alioth and change Maintainer.
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 0fdd4b4..64d306c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
Source: libvldocking-java
Section: libs
-Priority: extra
+Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner@debian.org>
-Build-Depends: ant, cdbs, debhelper (>= 5), java-gcj-compat-dev, quilt
+Uploaders: Torsten Werner <twerner@debian.org>, Varun Hiremath <varun@debian.org>
+Build-Depends: ant, cdbs, debhelper (>= 6), java-gcj-compat-dev, quilt
Standards-Version: 3.7.3
Homepage: http://www.vlsolutions.com/en/products/docking/index.php
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libvldocking-java/
diff --git a/debian/doc-base b/debian/doc-base
index 71c9c2e..85711d1 100644
--- a/debian/doc-base
+++ b/debian/doc-base
@@ -4,5 +4,5 @@ Author: VLSolutions <info@vlsolutions.com>
Section: Programming
Format: HTML
-Index: /usr/share/doc/libvldocking-java/index.html
-Files: /usr/share/doc/libvldocking-java/*.html
+Index: /usr/share/doc/libvldocking-java/api/index.html
+Files: /usr/share/doc/libvldocking-java/api/*.html
diff --git a/debian/docs b/debian/docs
index b64d2e8..8e9aedb 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,2 @@
Licence*.pdf
-doc/api/*
+doc/api
diff --git a/debian/patches/build.diff b/debian/patches/build.diff
index 2b26697..71c0f3b 100644
--- a/debian/patches/build.diff
+++ b/debian/patches/build.diff
@@ -1,7 +1,7 @@
Index: libvldocking-java-2.1.4/build.xml
===================================================================
---- libvldocking-java-2.1.4.orig/build.xml 2007-04-29 05:49:31.000000000 +0200
-+++ libvldocking-java-2.1.4/build.xml 2007-04-29 05:50:09.000000000 +0200
+--- libvldocking-java-2.1.4.orig/build.xml 2008-01-23 23:10:03.000000000 +0530
++++ libvldocking-java-2.1.4/build.xml 2008-01-23 23:10:17.000000000 +0530
@@ -64,9 +64,9 @@
<target name="jar" depends="compile">
@@ -14,10 +14,11 @@ Index: libvldocking-java-2.1.4/build.xml
basedir="${build.dir}" >
<include name="com/vlsolutions/**"/>
<exclude name="**/doc-files/**"/>
-@@ -82,7 +82,7 @@
+@@ -81,8 +81,7 @@
+ use="true"
source="1.4"
overview="${src.dir}/com/vlsolutions/swing/docking/overview.html"
- link="http://java.sun.com/j2se/1.5.0/docs/api"
+- link="http://java.sun.com/j2se/1.5.0/docs/api"
- windowtitle="VLSolutions Docking Framework {$vldocking.version} API">
+ windowtitle="VLSolutions Docking Framework ${vldocking.version} API">
<classpath>