[pkg-java] r3721 - trunk/modello/debian

paulcager-guest at alioth.debian.org paulcager-guest at alioth.debian.org
Mon Jun 18 17:11:55 UTC 2007


Author: paulcager-guest
Date: 2007-06-18 17:11:55 +0000 (Mon, 18 Jun 2007)
New Revision: 3721

Modified:
   trunk/modello/debian/control
   trunk/modello/debian/copyright
Log:
debian/control: Tidied package descriptions.
                Added explicit minimum versions for build dependencies.
debian/copyright: Tidied layout


Modified: trunk/modello/debian/control
===================================================================
--- trunk/modello/debian/control	2007-06-18 15:42:02 UTC (rev 3720)
+++ trunk/modello/debian/control	2007-06-18 17:11:55 UTC (rev 3721)
@@ -5,22 +5,20 @@
 Uploaders: Paul Cager <paul-debian at home.paulcager.org>
 Build-Depends-Indep: ant-optional,
                      classpath-doc,
-                     java-gcj-compat-dev (>=1.0.65),
-                     libplexus-container-default-java,
-                     libplexus-container-default-java-doc,
-                     libplexus-utils-java,
-                     libplexus-utils-java-doc,
-                     maven-ant-helper
+                     java-gcj-compat-dev (>= 1.0.65),
+                     libplexus-container-default-java (>= 1.0-alpha-9-stable-1-2),
+                     libplexus-container-default-java-doc (>= 1.0-alpha-9-stable-1-2),
+                     libplexus-utils-java (>= 1:1.4.1),
+                     libplexus-utils-java-doc (>= 1:1.4.1),
+                     maven-ant-helper (>= 3)
 Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
 Standards-Version: 3.7.2
 
 Package: libmodello-java
 Architecture: all
-Section: devel
+Section: libs
 Suggests: libmodello-java-doc
 Description: a Data Model toolkit in use by the Maven 2 Project
- Modello is used to build the maven system.
- .
  Once a DataModel is defined, the toolkit can be used to generate any of the
  following at compile time.
  .
@@ -34,6 +32,8 @@
     * Java Model to JPOX Store.
     * Java Model to JPOX Mapping.
  .
+ Modello is used to build the maven system.
+ .
   Homepage: http://modello.codehaus.org
 
 Package: libmodello-java-doc
@@ -42,8 +42,6 @@
 Depends: classpath-doc
 Suggests: libmodello-java
 Description:  a Data Model toolkit in use by the Maven 2 Project
- Modello is used to build the maven system.
- .
  Once a DataModel is defined, the toolkit can be used to generate any of the
  following at compile time.
  .
@@ -57,6 +55,8 @@
     * Java Model to JPOX Store.
     * Java Model to JPOX Mapping.
  .
+ Modello is used to build the maven system.
+ .
  This package provides the API documentation for Modello.
  .
   Homepage: http://modello.codehaus.org

Modified: trunk/modello/debian/copyright
===================================================================
--- trunk/modello/debian/copyright	2007-06-18 15:42:02 UTC (rev 3720)
+++ trunk/modello/debian/copyright	2007-06-18 17:11:55 UTC (rev 3721)
@@ -1,5 +1,5 @@
 This package was debianized by Paul Cager <paul-debian at home.paulcager.org>
-Sun, 29 Apr 2007 18:27:29 +0100
+Mon, 18 Jun 2007 17:12:05 +0100
 
 The Debian packaging is Copyright (c) 2007 Paul Cager and is licensed under
 the GNU General Public License version 2. On Debian systems, the complete text
@@ -8,10 +8,12 @@
 
 
 modello was downloaded from
+
     https://svn.codehaus.org/modello/tags/modello-1.0-alpha-13/
 
-Upstream Authors:  
-    Brett Porter 	brett at apache.org
+Authors:  
+
+    Brett Porter    brett at apache.org
     Jason van Zyl   jason at maven.org
     Dan Diephouse   dan at envoisolutions.com
     Emmanuel Evenisse emmanuel at venisse.net
@@ -27,6 +29,7 @@
     Copyright (C) 1999 Intalio, Inc
 
 License:
+
     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
@@ -48,6 +51,7 @@
 
 
 A number of files contain an additional license declaration:
+
     Redistribution and use of this software and associated documentation
     ("Software"), with or without modification, are permitted provided
     that the following conditions are met:




More information about the pkg-java-commits mailing list