[pkg-java] r13153 - trunk/maven-ant-helper/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Sun Dec 5 19:18:46 UTC 2010


Author: drazzib
Date: 2010-12-05 19:18:45 +0000 (Sun, 05 Dec 2010)
New Revision: 13153

Modified:
   trunk/maven-ant-helper/debian/changelog
   trunk/maven-ant-helper/debian/compat
   trunk/maven-ant-helper/debian/control
   trunk/maven-ant-helper/debian/rules
Log:
* d/rules: Remove simple-patchsys.mk since d/source/format is 3.0 (native).
* d/control, d/compat: Bump debhelper compat level to 7.
* d/control: Add myself as Uploaders.

Modified: trunk/maven-ant-helper/debian/changelog
===================================================================
--- trunk/maven-ant-helper/debian/changelog	2010-12-05 19:08:43 UTC (rev 13152)
+++ trunk/maven-ant-helper/debian/changelog	2010-12-05 19:18:45 UTC (rev 13153)
@@ -1,11 +1,17 @@
 maven-ant-helper (7.1) experimental; urgency=low
 
+  [ Ludovic Claude ]
   * Add a javadoc-jar target which generates a jar file containing the javadoc
   * Add a default build-all target which can run the build and optionally
     generate javadoc and its jar if generate.javadoc property is set
 
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 22 Nov 2010 00:14:25 +0100
+  [ Damien Raude-Morvan ]
+  * d/rules: Remove simple-patchsys.mk since d/source/format is 3.0 (native).
+  * d/control, d/compat: Bump debhelper compat level to 7.
+  * d/control: Add myself as Uploaders.
 
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 05 Dec 2010 20:01:13 +0100
+
 maven-ant-helper (7.0) experimental; urgency=low
 
   * Update Standards-Version to 3.9.1, use source format 3.0 (native)  

Modified: trunk/maven-ant-helper/debian/compat
===================================================================
--- trunk/maven-ant-helper/debian/compat	2010-12-05 19:08:43 UTC (rev 13152)
+++ trunk/maven-ant-helper/debian/compat	2010-12-05 19:18:45 UTC (rev 13153)
@@ -1 +1 @@
-5
+7

Modified: trunk/maven-ant-helper/debian/control
===================================================================
--- trunk/maven-ant-helper/debian/control	2010-12-05 19:08:43 UTC (rev 13152)
+++ trunk/maven-ant-helper/debian/control	2010-12-05 19:18:45 UTC (rev 13153)
@@ -3,8 +3,9 @@
 Priority: extra
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Paul Cager <paul-debian at home.paulcager.org>, 
- Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk
+ Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>,
+ Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk
 Build-Depends-Indep: ant, ant-optional, ant-contrib
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-ant-helper
@@ -13,7 +14,6 @@
 
 Package: maven-ant-helper
 Architecture: all
-Section: java
 Depends: ${misc:Depends}, ant, ant-optional, ant-contrib, maven-repo-helper (>= 1.4)
 Suggests: default-jdk-doc, libmodello-java (>= 1.0), libmaven2-core-java, 
  libmaven-plugin-tools-java, libplexus-component-metadata-java

Modified: trunk/maven-ant-helper/debian/rules
===================================================================
--- trunk/maven-ant-helper/debian/rules	2010-12-05 19:08:43 UTC (rev 13152)
+++ trunk/maven-ant-helper/debian/rules	2010-12-05 19:18:45 UTC (rev 13153)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 PACKAGE              := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
 VERSION              := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ')




More information about the pkg-java-commits mailing list