[SCM] maven-stapler-plugin packaging branch, master, updated. debian/1.16-2-2-g718d427

James Page james.page at ubuntu.com
Fri Feb 10 11:40:23 UTC 2012


The following commit has been merged in the master branch:
commit e014c746ad0c1d5e20870fd021957f43fa105b65
Author: James Page <james.page at ubuntu.com>
Date:   Wed Feb 8 13:43:54 2012 +0000

    d/control: Fixup missing runtime dependencies due to failure in  automatic detection using maven-debian-helper.

diff --git a/debian/changelog b/debian/changelog
index 76d997c..f6bc475 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-stapler-plugin (1.16-3) unstable; urgency=low
+
+  * d/control: Fixup missing runtime dependencies due to failure in 
+    automatic detection using maven-debian-helper.
+
+ -- James Page <james.page at ubuntu.com>  Wed, 08 Feb 2012 13:33:38 +0000
+
 maven-stapler-plugin (1.16-2) unstable; urgency=low
 
   [James Page]
diff --git a/debian/control b/debian/control
index efee364..f84d8c3 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,17 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/maven-stapler-plugin.git
 
 Package: libmaven-stapler-plugin-java
 Architecture: all
-Depends: libmaven-compiler-plugin-java, ${maven:Depends}, ${misc:Depends}
+Depends:
+ libdom4j-java
+ libplexus-compiler-javac-java,
+ libjaxen-java,
+ libjellydoc-java,
+ libmaven-compiler-plugin-java,
+ libmaven2-core-java,
+ libmetainf-services-java,
+ libplexus-compiler-manager-java,
+ ${maven:Depends},
+ ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libmaven-stapler-plugin-java-doc
 Description: Maven plugin for developing stapler applications
diff --git a/debian/copyright b/debian/copyright
index 63dd2b4..f097135 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,23 +21,23 @@ License: Apache-2.0
   Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
 
 License: BSD
-  Redistribution and use in source and binary forms, with or without 
+  Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions are met:
   .
-   * Redistributions of source code must retain the above copyright notice, 
+   * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
-   * Redistributions in binary form must reproduce the above copyright notice, 
-     this list of conditions and the following disclaimer in the documentation 
+   * Redistributions in binary form must reproduce the above copyright notice,
+     this list of conditions and the following disclaimer in the documentation
      and/or other materials provided with the distribution.
   .
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
-  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
-  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
-  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
-  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
-  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
-  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
-  IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
-  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
+  IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   POSSIBILITY OF SUCH DAMAGE.

-- 
maven-stapler-plugin packaging



More information about the pkg-java-commits mailing list