[pkg-java] r5887 - trunk/ant/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Tue Feb 26 11:01:15 UTC 2008


Author: mkoch
Date: 2008-02-26 11:00:59 +0000 (Tue, 26 Feb 2008)
New Revision: 5887

Modified:
   trunk/ant/debian/changelog
   trunk/ant/debian/control
   trunk/ant/debian/copyright
Log:
ant (1.7.0-4) unstable; urgency=low

  * Fixed debian/changelog to differenciate between license and copyright.
  * Removed -1 in versioned dependencies from Build-Depends.
  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
  * Updated Standards-Version to 3.7.3.

 -- Michael Koch <konqueror at gmx.de>  Tue, 26 Feb 2008 10:37:26 +0100



Modified: trunk/ant/debian/changelog
===================================================================
--- trunk/ant/debian/changelog	2008-02-25 18:42:47 UTC (rev 5886)
+++ trunk/ant/debian/changelog	2008-02-26 11:00:59 UTC (rev 5887)
@@ -1,3 +1,12 @@
+ant (1.7.0-4) unstable; urgency=low
+
+  * Fixed debian/changelog to differenciate between license and copyright.
+  * Removed -1 in versioned dependencies from Build-Depends.
+  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
+  * Updated Standards-Version to 3.7.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Tue, 26 Feb 2008 10:37:26 +0100
+
 ant (1.7.0-3) unstable; urgency=low
 
   * Upgrade source and target version from 1.2 to 1.3.

Modified: trunk/ant/debian/control
===================================================================
--- trunk/ant/debian/control	2008-02-25 18:42:47 UTC (rev 5886)
+++ trunk/ant/debian/control	2008-02-26 11:00:59 UTC (rev 5887)
@@ -3,8 +3,11 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0), java-gcj-compat-dev, libxerces2-java, libbsf-java (>= 2.3.0rc1-1), liboro-java, libxalan2-java (>= 2.4.0-1), junit, antlr, liblog4j1.2-java, libregexp-java, libbcel-java (>= 5.0), libcommons-logging-java, libjdepend-java, libgnumail-java, libxml-commons-resolver1.1-java, libcommons-net-java, libjsch-java
-Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0), java-gcj-compat-dev, libxerces2-java, libbsf-java (>= 2.3.0rc1), liboro-java, libxalan2-java (>= 2.4.0), junit, antlr, liblog4j1.2-java, libregexp-java, libbcel-java (>= 5.0), libcommons-logging-java, libjdepend-java, libgnumail-java, libxml-commons-resolver1.1-java, libcommons-net-java, libjsch-java
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ant
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ant
+Homepage: http://ant.apache.org/
 
 Package: ant
 Architecture: all
@@ -19,20 +22,16 @@
  A system independent (i.e. not shell based) build tool that uses XML
  files as "Makefiles". This package contains the scripts and the core
  tasks libraries. 
- .
-  Homepage: http://ant.apache.org/
 
 Package: ant-gcj
 Architecture: any
 Section: devel
 Priority: optional
-Depends: ant
+Depends: ant, ${shlibs:Depends}
 Description: Java based build tool like make
  A system independent (i.e. not shell based) build tool that uses XML
  files as "Makefiles". This package contains the scripts and the core
  tasks libraries. 
- .
-  Homepage: http://ant.apache.org/
 
 Package: ant-optional
 Architecture: all
@@ -46,20 +45,16 @@
 Description: Java based build tool like make - optional libraries
  A system independent (i.e. not shell based) build tool that uses XML
  files as "Makefiles". This package contains the optional tasks libraries.
- .
-  Homepage: http://ant.apache.org/
 
 Package: ant-optional-gcj
 Architecture: any
 Section: devel
 Priority: optional
-Depends: ant-optional
+Depends: ant-optional, ${shlibs:Depends}
 Description: Java based build tool like make - API documentation and manual
  A system independent (i.e. not shell based) build tool that uses XML files
  as "Makefiles". This package contains the manual of ant as well as the
  Javadoc API documentation.
- .
-  Homepage: http://ant.apache.org/
 
 Package: ant-doc
 Architecture: all
@@ -70,5 +65,3 @@
  A system independent (i.e. not shell based) build tool that uses XML files
  as "Makefiles". This package contains the manual of ant as well as the
  Javadoc API documentation.
- .
-  Homepage: http://ant.apache.org/

Modified: trunk/ant/debian/copyright
===================================================================
--- trunk/ant/debian/copyright	2008-02-25 18:42:47 UTC (rev 5886)
+++ trunk/ant/debian/copyright	2008-02-26 11:00:59 UTC (rev 5887)
@@ -12,8 +12,10 @@
  The Apache Ant team, see http://ant.apache.org/contributors.html for details
 
 
-Copyright: 
+Copyright: (C) 2000-2008 Apache Foundation
 
+License:
+
 /*
  *                                 Apache License
  *                           Version 2.0, January 2004




More information about the pkg-java-commits mailing list