[libparanamer-java] 02/26: Use the Build-Depends field because this package builds

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 26 14:45:04 UTC 2016


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

apo-guest pushed a commit to annotated tag debian/2.8-1
in repository libparanamer-java.

commit 1169c66aa68394d3a8ff576a14ff436ea96a33ec
Author: Markus Koschany <apo at gambaru.de>
Date:   Mon Oct 5 09:55:06 2015 +0200

    Use the Build-Depends field because this package builds
    
    only arch:all packages.
---
 debian/control | 29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index fc61030..85eca9a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,13 @@ Source: libparanamer-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Markus Koschany <apo at gambaru.de>
+Uploaders:
+ Markus Koschany <apo at gambaru.de>
 Build-Depends:
  debhelper (>= 9),
- javahelper,
- maven-debian-helper
-Build-Depends-Indep:
  default-jdk,
  default-jdk-doc,
+ javahelper,
  junit4,
  libasm4-java,
  libatinject-jsr330-api-java,
@@ -21,7 +20,8 @@ Build-Depends-Indep:
  libmaven2-core-java,
  libmockito-java,
  libqdox-java (>= 2.0-M3),
- maven
+ maven,
+ maven-debian-helper
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-java/libparanamer-java.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libparanamer-java.git
@@ -29,8 +29,11 @@ Homepage: https://github.com/paul-hammant/paranamer
 
 Package: libparanamer-java
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: libparanamer-java-doc, libatinject-jsr330-api-java
+Depends:
+ ${misc:Depends}
+Suggests:
+ libatinject-jsr330-api-java,
+ libparanamer-java-doc
 Description: Java library to access method parameter names at runtime
  Paranamer is a library that allows the parameter names of non-private methods
  and constructors to be accessed at runtime. Normally this information is
@@ -42,7 +45,11 @@ Description: Java library to access method parameter names at runtime
 
 Package: libparanamer-maven-plugin-java
 Architecture: all
-Depends: ${misc:Depends}, libparanamer-java, libasm4-java, libqdox-java (>= 1.12)
+Depends:
+ libasm4-java,
+ libparanamer-java,
+ libqdox-java (>= 2.0-M3),
+ ${misc:Depends}
 Description: Paranamer Maven Plugin
  Paranamer is a library that allows the parameter names of non-private methods
  and constructors to be accessed at runtime. Normally this information is
@@ -58,8 +65,10 @@ Description: Paranamer Maven Plugin
 Package: libparanamer-java-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: default-jdk-doc
+Depends:
+ ${misc:Depends}
+Suggests:
+ default-jdk-doc
 Description: Java library to access method parameter names at runtime -- docs
  Paranamer is a library that allows the parameter names of non-private methods
  and constructors to be accessed at runtime.

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



More information about the pkg-java-commits mailing list