[SCM] small XML parser, designed for small environments branch, master, updated. debian/2.3.0+ds1-2-5-g7ac4865
Jakub Adam
jakub.adam at ktknet.cz
Sat Oct 27 12:20:55 UTC 2012
The following commit has been merged in the master branch:
commit df540d15ae5420364b23c698304ed3335fe1e96d
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sat Oct 27 13:44:34 2012 +0200
Build-depend on maven-repo-helper (>= 1.5~)
Fixes lintian-reported error missing-build-dependency-for-dh-addon.
diff --git a/debian/changelog b/debian/changelog
index ece188b..4d0cdc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+kxml2 (2.3.0+ds1-3) UNRELEASED; urgency=low
+
+ * Build-depend on maven-repo-helper (>= 1.5~):
+ - fixes lintian-reported error missing-build-dependency-for-dh-addon.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz> Sat, 27 Oct 2012 13:43:09 +0200
+
kxml2 (2.3.0+ds1-2) unstable; urgency=low
* Switch maintainership to pkg-java team:
diff --git a/debian/control b/debian/control
index 103e067..990deed 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
, libxpp3-java
, ant
, default-jdk
- , maven-repo-helper
+ , maven-repo-helper (>= 1.5~)
Standards-Version: 3.9.2
Homepage: http://kxml.sourceforge.net/
Vcs-Git: git://git.debian.org/pkg-java/kxml2.git
--
small XML parser, designed for small environments
More information about the pkg-java-commits
mailing list