[SCM] maven-hpi-plugin packaging branch, master, updated. debian/1.79-1-1-gd8dd205

James Page james.page at ubuntu.com
Fri Feb 10 11:46:35 UTC 2012


The following commit has been merged in the master branch:
commit d8dd2052a5d8eec769e8d121c65405ce97c39676
Author: James Page <james.page at ubuntu.com>
Date:   Fri Feb 10 11:41:56 2012 +0000

    d/control: Fix missing runtime dependencies on access-modifier-checker, maven-stapler-plugin and maven-install-plugin plugins; not required  for compilation so not automatically detected.

diff --git a/debian/changelog b/debian/changelog
index ecb7e21..637e18b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+maven-hpi-plugin (1.79-2) unstable; urgency=low
+
+  * d/control: Fix missing runtime dependencies on access-modifier-checker,
+    maven-stapler-plugin and maven-install-plugin plugins; not required 
+    for compilation so not automatically detected.
+
+ -- James Page <james.page at ubuntu.com>  Wed, 08 Feb 2012 13:14:49 +0000
+
 maven-hpi-plugin (1.79-1) unstable; urgency=low
 
   [James Page]
diff --git a/debian/control b/debian/control
index c6cd428..6e3ee50 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,12 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/maven-hpi-plugin.git
 
 Package: libmaven-hpi-plugin-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends:
+ libaccess-modifier-checker-java,
+ libmaven-stapler-plugin-java,
+ libmaven-install-plugin-java,
+ ${maven:Depends},
+ ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libmaven-hpi-plugin-java-doc
 Description: Maven2 plugin for building Jenkins plugins
diff --git a/debian/copyright b/debian/copyright
index 7d349db..5c6efd3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -450,7 +450,7 @@ License: Expat
  The MIT License
  .
  Copyright (c) 2011, CloudBees, Inc.
- . 
+ .
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights

-- 
maven-hpi-plugin packaging



More information about the pkg-java-commits mailing list