[opencv] 01/01: Fix install maven artifacts (Closes: #878949)

Nobuhiro Iwamatsu iwamatsu at moszumanska.debian.org
Thu Oct 19 00:57:33 UTC 2017


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

iwamatsu pushed a commit to branch sid
in repository opencv.

commit bf95c32a1e36deee29b1978ef1a802a7534e7b6b
Author: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Date:   Wed Oct 18 19:03:07 2017 +0900

    Fix install maven artifacts (Closes: #878949)
    
    Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 debian/changelog              |  7 +++++++
 debian/control                |  1 +
 debian/libopencv3.2-java.poms |  1 +
 debian/pom.xml                | 29 +++++++++++++++++++++++++++++
 debian/rules                  |  2 +-
 5 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 533aefc..ade3972 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+opencv (3.2.0+dfsg-4) unstable; urgency=medium
+
+  * Install maven artifacts. (Closes: #878949)
+    Thanks to Gilles Filippini <pini at debian.org>.
+
+ -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Wed, 18 Oct 2017 19:01:55 +0900
+
 opencv (3.2.0+dfsg-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 6792c4c..a1115ac 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends:
  dh-python,
  doxygen,
  javahelper,
+ maven-repo-helper,
  libavcodec-dev,
  libavformat-dev,
  libavresample-dev,
diff --git a/debian/libopencv3.2-java.poms b/debian/libopencv3.2-java.poms
new file mode 100644
index 0000000..9846d72
--- /dev/null
+++ b/debian/libopencv3.2-java.poms
@@ -0,0 +1 @@
+debian/pom.xml --usj-name=opencv
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..3f323f8
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,29 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opencv</groupId>
+    <artifactId>opencv</artifactId>
+    <packaging>jar</packaging>
+    <version>3.2.0</version>
+    <name>OpenCV</name>
+    <licenses>
+        <license>
+            <name>License Agreement For Open Source Computer Vision Library (3-clause BSD License)</name>
+            <url></url>
+        </license>
+    </licenses>
+    <url>http://opencv.org/</url>
+    <scm>
+        <connection>scm:git:https://github.com/Itseez/opencv.git</connection>
+        <url>https://github.com/Itseez/opencv</url>
+    </scm>
+    <contributors>
+        <contributor>
+            <name>Kerry Billingham</name>
+            <email>contact (at) AvionicEngineers (d0t) c(0)m</email>
+            <organization>Java Technics</organization>
+            <url>www.javatechnics.com</url>
+        </contributor>
+    </contributors>
+    <dependencies/>
+</project>
diff --git a/debian/rules b/debian/rules
index 0b384f7..7354e1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,7 @@ CMAKE_FLAGS = \
 	$(CMAKE_ARCH_FLAGS)
 
 %:
-	dh $@ --with python2,python3,javahelper --parallel
+	dh $@ --with python2,python3,javahelper,jh_maven_repo_helper --parallel
 
 override_dh_clean:
 	rm -rvf modules/python/src2/hdr_parser.pyc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list