[SCM] Plexus Compiler branch, master, updated. debian/1.6-1-2-gd348741

Damien Raude-Morvan drazzib at debian.org
Wed Dec 7 23:37:03 UTC 2011


The following commit has been merged in the master branch:
commit d348741258be9c0b2ec578056122e40f2669dadd
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Thu Dec 8 00:31:32 2011 +0100

    Bump Standards-Version to 3.9.2:
    
    * Bump Standards-Version to 3.9.2:
      - Add missing missing misc:Depends
      - Set other packages as dummy in synopsis
    * d/copyright: Small fix to DEP-5 format.

diff --git a/debian/changelog b/debian/changelog
index ae9f2f9..bc21d62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,12 @@ plexus-compiler (1.6-2) unstable; urgency=low
   * d/maven.rules: Force usage of default plexus-utils 1.x.
   * d/patches/0002-add-version-3.8.2-to-dependency-junit.patch: Rework patch
     to use dependencyManagment to set junit version.
+  * Bump Standards-Version to 3.9.2:
+    - Add missing missing misc:Depends
+    - Set other packages as dummy in synopsis
+  * d/copyright: Small fix to DEP-5 format.
 
- -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 08 Dec 2011 00:23:42 +0100
+ -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 08 Dec 2011 00:30:42 +0100
 
 plexus-compiler (1.6-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2a99193..1b79999 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends-Indep: libplexus-component-metadata-java, libcommons-lang-java, li
  libplexus-container-default-java, libplexus-utils-java, junit (>= 3.8.2),  
  default-jdk-doc, libmaven2-core-java-doc, libplexus-container-default-java-doc,  
  libplexus-utils-java-doc, libmaven-javadoc-plugin-java, libaspectj-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Git: git://anonscm.debian.org/pkg-java/plexus-compiler.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/plexus-compiler.git
 Homepage: http://plexus.codehaus.org/plexus-components/plexus-compiler/
@@ -24,7 +24,7 @@ Breaks: libplexus-compiler-api-java (<< 1.6-1~),
 Replaces: libplexus-compiler-api-java (<< 1.6-1~),
  libplexus-compiler-manager-java (<< 1.6-1~),
  libplexus-compiler-javac-java (<< 1.6-1~)
-Description: The API for the Plexus compiler system
+Description: API for the Plexus compiler system
  The Plexus project provides a full software stack for creating and executing
  software projects. Based on the Plexus container, the applications can
  utilise component-oriented programming to build modular, reusable components
@@ -51,8 +51,8 @@ Description: The API for the Plexus compiler system
 
 Package: libplexus-compiler-api-java
 Architecture: all
-Depends: libplexus-compiler-java (= ${binary:Version})
-Description: The API for the Plexus compiler system
+Depends: libplexus-compiler-java (= ${binary:Version}), ${misc:Depends}
+Description: API for the Plexus compiler system (dummy package)
  The Plexus project provides a full software stack for creating and executing
  software projects. Based on the Plexus container, the applications can
  utilise component-oriented programming to build modular, reusable components
@@ -62,8 +62,8 @@ Description: The API for the Plexus compiler system
 
 Package: libplexus-compiler-manager-java
 Architecture: all
-Depends: libplexus-compiler-java (= ${binary:Version})
-Description: The manager for the Plexus compiler system
+Depends: libplexus-compiler-java (= ${binary:Version}), ${misc:Depends}
+Description: manager for the Plexus compiler system (dummy package)
  The Plexus project provides a full software stack for creating and executing
  software projects. Based on the Plexus container, the applications can
  utilise component-oriented programming to build modular, reusable components
@@ -74,8 +74,8 @@ Description: The manager for the Plexus compiler system
 
 Package: libplexus-compiler-javac-java
 Architecture: all
-Depends: libplexus-compiler-java (= ${binary:Version})
-Description: The javac plugin for the Plexus compiler system
+Depends: libplexus-compiler-java (= ${binary:Version}), ${misc:Depends}
+Description: javac plugin for the Plexus compiler system (dummy package)
  The Plexus project provides a full software stack for creating and executing
  software projects. Based on the Plexus container, the applications can
  utilise component-oriented programming to build modular, reusable components
diff --git a/debian/copyright b/debian/copyright
index c2a4fa6..5ff90e2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
 Upstream-Name: Plexus Compiler
 Source: http://plexus.codehaus.org/plexus-components/plexus-compiler/
 
@@ -22,10 +22,10 @@ License: MIT
   use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is furnished to do
   so, subject to the following conditions:
-  
+  .
   The above copyright notice and this permission notice shall be included in all
   copies or substantial portions of the Software.
-  
+  .
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

-- 
Plexus Compiler



More information about the pkg-java-commits mailing list