[pkg-java] r11324 - in trunk/maven-debian-helper: . bin maven-debian-helper maven-debian-plugin maven-packager-utils

Ludovic Claude ludovicc-guest at alioth.debian.org
Thu Dec 31 00:04:21 UTC 2009


Author: ludovicc-guest
Date: 2009-12-31 00:04:01 +0000 (Thu, 31 Dec 2009)
New Revision: 11324

Modified:
   trunk/maven-debian-helper/bin/mh_make
   trunk/maven-debian-helper/maven-debian-helper/pom.xml
   trunk/maven-debian-helper/maven-debian-plugin/pom.xml
   trunk/maven-debian-helper/maven-packager-utils/pom.xml
   trunk/maven-debian-helper/pom.xml
Log:
* Fix poms

Modified: trunk/maven-debian-helper/bin/mh_make
===================================================================
--- trunk/maven-debian-helper/bin/mh_make	2009-12-30 23:14:58 UTC (rev 11323)
+++ trunk/maven-debian-helper/bin/mh_make	2009-12-31 00:04:01 UTC (rev 11324)
@@ -12,8 +12,8 @@
    echo -e "Options:"
    echo -e "\t-h --help: show this text"
    echo -e "\t-V --version: show the version"
-   echo -e "\t--from-svn=<svn url>: download the source code from the SVN"
-   echo -e "\t repository before building the Debian packaging. Use a tagged"
+   echo -e "\t-s<svn url> --from-svn=<svn url>: download the source code from"
+   echo -e "\t the SVN repository before building the Debian packaging. Use a tagged"
    echo -e "\t branch of the source code, for example"
    echo -e "\t http://svn.apache.org/repos/asf/felix/releases/org.osgi.core-1.2.0/"
    echo -e "\t-p<package> --package=<package>: name of the source package"
@@ -26,7 +26,7 @@
    exit 1
 }
 
-ARGS="p package b bin-package t run-tests d javadoc a ant v verbose from-svn" parseargs "$@"
+ARGS="p package b bin-package t run-tests d javadoc a ant v verbose s from-svn" parseargs "$@"
 
 if [ -z "$DEBFULLNAME" ]; then
   echo "Please define the environment variable DEBFULLNAME, e.g."
@@ -41,7 +41,7 @@
 fi
 
 if [ -z "$DEBLICENSE" ]; then
-    echo "Environment variable DEBLICENSE not set, use GPL-3+ by default"
+    echo "Environment variable DEBLICENSE not set, using GPL-3+ by default"
     DEBLICENSE="GPL-3+"
 fi
 
@@ -50,7 +50,7 @@
 RUN_TESTS=$(getarg t run-tests)
 GEN_JAVADOC=$(getarg d javadoc)
 ANT=$(getarg a ant)
-FROM_SVN=$(getarg from-svn)
+FROM_SVN=$(getarg s from-svn)
 
 if [ -z "$PACKAGE" ]; then
     PACKAGE="$(basename $(pwd))"

Modified: trunk/maven-debian-helper/maven-debian-helper/pom.xml
===================================================================
--- trunk/maven-debian-helper/maven-debian-helper/pom.xml	2009-12-30 23:14:58 UTC (rev 11323)
+++ trunk/maven-debian-helper/maven-debian-helper/pom.xml	2009-12-31 00:04:01 UTC (rev 11324)
@@ -19,4 +19,4 @@
       <version>1.1</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: trunk/maven-debian-helper/maven-debian-plugin/pom.xml
===================================================================
--- trunk/maven-debian-helper/maven-debian-plugin/pom.xml	2009-12-30 23:14:58 UTC (rev 11323)
+++ trunk/maven-debian-helper/maven-debian-plugin/pom.xml	2009-12-31 00:04:01 UTC (rev 11324)
@@ -19,4 +19,4 @@
       <version>0.5</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: trunk/maven-debian-helper/maven-packager-utils/pom.xml
===================================================================
--- trunk/maven-debian-helper/maven-packager-utils/pom.xml	2009-12-30 23:14:58 UTC (rev 11323)
+++ trunk/maven-debian-helper/maven-packager-utils/pom.xml	2009-12-31 00:04:01 UTC (rev 11324)
@@ -56,4 +56,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: trunk/maven-debian-helper/pom.xml
===================================================================
--- trunk/maven-debian-helper/pom.xml	2009-12-30 23:14:58 UTC (rev 11323)
+++ trunk/maven-debian-helper/pom.xml	2009-12-31 00:04:01 UTC (rev 11324)
@@ -31,4 +31,4 @@
       <version>1.5.8</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file




More information about the pkg-java-commits mailing list