[pkg-java] r14253 - in trunk/maven-repo-helper: debian src/main/bin

Damien Raude-Morvan drazzib at alioth.debian.org
Tue Aug 16 22:07:51 UTC 2011


Author: drazzib
Date: 2011-08-16 22:07:51 +0000 (Tue, 16 Aug 2011)
New Revision: 14253

Modified:
   trunk/maven-repo-helper/debian/changelog
   trunk/maven-repo-helper/debian/control
   trunk/maven-repo-helper/src/main/bin/mh_checkrepo
Log:
Prepare for unstable

Modified: trunk/maven-repo-helper/debian/changelog
===================================================================
--- trunk/maven-repo-helper/debian/changelog	2011-08-16 22:07:35 UTC (rev 14252)
+++ trunk/maven-repo-helper/debian/changelog	2011-08-16 22:07:51 UTC (rev 14253)
@@ -2,7 +2,7 @@
 
   [ Ludovic Claude ]
   * Match jar with bundle as they are equivalent
-  * TODO: Add support for packages built with dh 7 and javahelper: use
+  * Add support for packages built with dh 7 and javahelper: use
     the following line in your rules file:
      dh $@ --with javahelper --with jh_mavenrepohelper
     This will build the package with javahelper, and the resulting
@@ -14,8 +14,9 @@
   * d/control: Fix typo in package description (Closes: #617438).
   * src/main/java/org/debian/maven/repo/RepositoryReportWriter.java: Add
     a hack to change output of Maven repository checker.
+  * Bump Standards-Version to 3.9.2 (no changes needed).
 
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 09 Aug 2011 22:57:51 +0200
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 16 Aug 2011 19:28:03 +0200
 
 maven-repo-helper (1.5.1) unstable; urgency=low
 

Modified: trunk/maven-repo-helper/debian/control
===================================================================
--- trunk/maven-repo-helper/debian/control	2011-08-16 22:07:35 UTC (rev 14252)
+++ trunk/maven-repo-helper/debian/control	2011-08-16 22:07:51 UTC (rev 14253)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Damien Raude-Morvan <drazzib at debian.org>
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, help2man, libstax-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-repo-helper/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-repo-helper/
 Homepage: https://launchpad.net/maven-packaging-support

Modified: trunk/maven-repo-helper/src/main/bin/mh_checkrepo
===================================================================
--- trunk/maven-repo-helper/src/main/bin/mh_checkrepo	2011-08-16 22:07:35 UTC (rev 14252)
+++ trunk/maven-repo-helper/src/main/bin/mh_checkrepo	2011-08-16 22:07:51 UTC (rev 14253)
@@ -36,4 +36,8 @@
    exit 1
 }
 
+ARGS="v verbose o output r repository" parseargs "$@"
+
+VERBOSE=$(getarg v verbose)
+
 java -cp $CLASSPATH $JAVA_OPTIONS org.debian.maven.repo.Repository "$@"




More information about the pkg-java-commits mailing list