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

seamlik-guest pushed a commit to branch master
in repository felix-resolver.

commit f1ae380e9bd4487b12cc0840cb391ea29d766749
Author: 殷啟聰 | Kai-Chung Yan <seamli...@gmail.com>
Date:   Wed Mar 7 21:25:30 2018 +0800

    Remove the javadoc package (not really useful)
---
 debian/control                            | 23 +----------------------
 debian/libfelix-resolver-java-doc.javadoc |  1 -
 debian/maven.ignoreRules                  |  1 +
 debian/rules                              |  2 +-
 4 files changed, 3 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 7983755..db23cdc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,7 @@ Uploaders: Kai-Chung Yan (殷啟聰) <seamli...@gmail.com>
 Build-Depends:
  debhelper (>= 11),
  default-jdk-headless,
- javahelper,
  libmaven-bundle-plugin-java,
- libmaven-javadoc-plugin-java,
  libosgi-core-java (>= 6.0.0),
  maven-debian-helper (>= 2.0)
 Standards-Version: 4.1.3
@@ -31,23 +29,4 @@ Description: OSGi Resolver implementation by Apache Felix
  principles to define a dynamic service deployment framework that is amenable
  to remote management.
  .
- This package provides the Resolver subproject.
-
-Package: libfelix-resolver-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Description: OSGi Resolver implementation by Apache Felix - Documentation
- Apache Felix is a community effort to implement the OSGi Framework and Service
- platform and other interesting OSGi-related technologies under the Apache
- license. The OSGi specifications originally targeted embedded devices and home
- services gateways, but they are ideally suited for any project interested in
- the principles of modularity, component-orientation, and/or
- service-orientation. OSGi technology combines aspects of these aforementioned
- principles to define a dynamic service deployment framework that is amenable
- to remote management.
- .
- This package provides the Resolver subproject.
- .
- This package contains Javadoc API documentation.
\ No newline at end of file
+ This package provides the Resolver subproject.
\ No newline at end of file
diff --git a/debian/libfelix-resolver-java-doc.javadoc 
b/debian/libfelix-resolver-java-doc.javadoc
deleted file mode 100644
index 8046f7b..0000000
--- a/debian/libfelix-resolver-java-doc.javadoc
+++ /dev/null
@@ -1 +0,0 @@
-target/apidocs   usr/share/doc/libfelix-resolver-java/api
\ No newline at end of file
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index b28ad87..fb6855b 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -14,5 +14,6 @@
 # from the POM
 #   junit junit jar s/3\..*/3.x/
 
+org.apache.maven.plugins maven-javadoc-plugin * * * *
 org.apache.rat apache-rat-plugin * * * *
 junit junit * * * *
diff --git a/debian/rules b/debian/rules
index e1b08dc..eb235cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@ --buildsystem=maven --with javahelper
+       dh $@ --buildsystem=maven
 
 get-orig-source:
        uscan --download-current-version --force-download --repack 
--compression xz
\ No newline at end of file

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to