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

Niels Thykier nthykier at alioth.debian.org
Fri May 6 08:04:26 UTC 2011


Author: nthykier
Date: 2011-05-06 08:04:18 +0000 (Fri, 06 May 2011)
New Revision: 13659

Removed:
   trunk/ant/debian/ant-doc.dirs
Modified:
   trunk/ant/debian/changelog
   trunk/ant/debian/compat
   trunk/ant/debian/control
Log:
Minor clean up and bumped dh compat to 7

Deleted: trunk/ant/debian/ant-doc.dirs
===================================================================
--- trunk/ant/debian/ant-doc.dirs	2011-05-06 07:56:00 UTC (rev 13658)
+++ trunk/ant/debian/ant-doc.dirs	2011-05-06 08:04:18 UTC (rev 13659)
@@ -1 +0,0 @@
-usr/share/linda/overrides

Modified: trunk/ant/debian/changelog
===================================================================
--- trunk/ant/debian/changelog	2011-05-06 07:56:00 UTC (rev 13658)
+++ trunk/ant/debian/changelog	2011-05-06 08:04:18 UTC (rev 13659)
@@ -11,6 +11,10 @@
   * Added missing mh_clean, thanks to Miguel Landaeta for spotting
     this.
   * Fixed a typo in the ant manpage.
+  * Made short descriptions unique.
+  * Bumped debhelper compat to 7.
+  * Removed empty linda-override dir from ant-doc.
+  * Removed redundant Priority fields in d/control.
 
  -- James Page <james.page at canonical.com>  Wed, 04 May 2011 15:16:42 +0100
 

Modified: trunk/ant/debian/compat
===================================================================
--- trunk/ant/debian/compat	2011-05-06 07:56:00 UTC (rev 13658)
+++ trunk/ant/debian/compat	2011-05-06 08:04:18 UTC (rev 13659)
@@ -1 +1 @@
-6
+7

Modified: trunk/ant/debian/control
===================================================================
--- trunk/ant/debian/control	2011-05-06 07:56:00 UTC (rev 13658)
+++ trunk/ant/debian/control	2011-05-06 08:04:18 UTC (rev 13659)
@@ -5,7 +5,7 @@
 Uploaders: Michael Koch <konqueror at gmx.de>, Matthias Klose <doko at debian.org>,
  Ludovic Claude <ludovic.claude at laposte.net>, Torsten Werner <twerner at debian.org>,
  James Page <james.page at canonical.com>
-Build-Depends: cdbs (>= 0.4.8), debhelper (>= 6), default-jdk, maven-repo-helper (>> 1.0),
+Build-Depends: cdbs (>= 0.4.8), debhelper (>= 7), default-jdk, maven-repo-helper (>> 1.0),
  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, libjaxp1.3-java,
@@ -17,7 +17,6 @@
 
 Package: ant
 Architecture: all
-Priority: optional
 Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless | java5-runtime-headless |
  java6-runtime-headless, libxerces2-java
 Recommends: ant-optional
@@ -32,9 +31,8 @@
 
 Package: ant-gcj
 Architecture: any
-Priority: optional
 Depends: ant, ${misc:Depends}, ${shlibs:Depends}
-Description: Java based build tool like make
+Description: Java based build tool like make (GCJ)
  A system independent (i.e. not shell based) build tool that uses XML
  files as "Makefiles".
  .
@@ -42,7 +40,6 @@
 
 Package: ant-optional
 Architecture: all
-Priority: optional
 Depends: ${misc:Depends}, ant (= ${source:Version})
 Suggests: libbsf-java, liboro-java, libxalan2-java (>= 2.4.0-1), libjaxp1.3-java, junit, liblog4j1.2-java, libregexp-java, jython, antlr, libbcel-java (>= 5.0), libcommons-logging-java, libjdepend-java, libgnumail-java, libxml-commons-resolver1.1-java, libcommons-net-java, libjsch-java, javacc, ant-optional-gcj
 Conflicts: libant1.6-java
@@ -53,9 +50,8 @@
 
 Package: ant-optional-gcj
 Architecture: any
-Priority: optional
 Depends: ant-optional, ${misc:Depends}, ${shlibs:Depends}
-Description: Java based build tool like make - API documentation and manual
+Description: Java based build tool like make - optional libraries (GCJ)
  A system independent (i.e. not shell based) build tool that uses XML
  files as "Makefiles". This package contains the optional tasks libraries
  compiled natively.
@@ -63,7 +59,6 @@
 Package: ant-doc
 Architecture: all
 Section: doc
-Priority: optional
 Depends: ${misc:Depends}
 Suggests: ant
 Description: Java based build tool like make - API documentation and manual




More information about the pkg-java-commits mailing list