[pkg-java] r11975 - in trunk/portlet-api-2.0-spec/debian: . source

Damien Raude-Morvan drazzib at alioth.debian.org
Tue Mar 30 22:28:42 UTC 2010


Author: drazzib
Date: 2010-03-30 22:28:41 +0000 (Tue, 30 Mar 2010)
New Revision: 11975

Removed:
   trunk/portlet-api-2.0-spec/debian/maven.cleanIgnoreRules
   trunk/portlet-api-2.0-spec/debian/maven.publishedRules
Modified:
   trunk/portlet-api-2.0-spec/debian/maven.ignoreRules
   trunk/portlet-api-2.0-spec/debian/orig-tar.sh
   trunk/portlet-api-2.0-spec/debian/rules
   trunk/portlet-api-2.0-spec/debian/source/format
Log:
cleanup and use source 3.0 (quilt)

Deleted: trunk/portlet-api-2.0-spec/debian/maven.cleanIgnoreRules
===================================================================
--- trunk/portlet-api-2.0-spec/debian/maven.cleanIgnoreRules	2010-03-30 22:21:46 UTC (rev 11974)
+++ trunk/portlet-api-2.0-spec/debian/maven.cleanIgnoreRules	2010-03-30 22:28:41 UTC (rev 11975)
@@ -1,15 +0,0 @@
-# Maven clean ignore rules - ignore some Maven dependencies and plugins during the clean phase
-# Format of this file is:
-# [group] [artifact] [type] [version]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-#   for the version. In this case, the element is simply matched
-#   and left as it is
-# - * (the star character, alone). In this case, anything will
-#   match and be left as it is. For example, using * on the
-#  position of the artifact field will match any artifact id
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., this dependency is then removed
-# from the POM
-#   junit junit jar s/3\..*/3.x/

Modified: trunk/portlet-api-2.0-spec/debian/maven.ignoreRules
===================================================================
--- trunk/portlet-api-2.0-spec/debian/maven.ignoreRules	2010-03-30 22:21:46 UTC (rev 11974)
+++ trunk/portlet-api-2.0-spec/debian/maven.ignoreRules	2010-03-30 22:28:41 UTC (rev 11975)
@@ -1,16 +1,2 @@
-# Maven ignore rules - ignore some Maven dependencies and plugins
-# Format of this file is:
-# [group] [artifact] [type] [version]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-#   for the version. In this case, the element is simply matched
-#   and left as it is
-# - * (the star character, alone). In this case, anything will
-#   match and be left as it is. For example, using * on the
-#  position of the artifact field will match any artifact id
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., this dependency is then removed
-# from the POM
-#   junit junit jar s/3\..*/3.x/
 org.apache.maven.plugins maven-assembly-plugin maven-plugin *
+org.apache.felix maven-bundle-plugin maven-plugin *

Deleted: trunk/portlet-api-2.0-spec/debian/maven.publishedRules
===================================================================
--- trunk/portlet-api-2.0-spec/debian/maven.publishedRules	2010-03-30 22:21:46 UTC (rev 11974)
+++ trunk/portlet-api-2.0-spec/debian/maven.publishedRules	2010-03-30 22:28:41 UTC (rev 11975)
@@ -1,18 +0,0 @@
-# Maven published rules - additional rules to publish, to help
-# the packaging work of Debian maintainers using mh_make
-# Format of this file is:
-# [group] [artifact] [type] [version]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-#   for the version. In this case, the element is simply matched
-#   and left as it is
-# - * (the star character, alone). In this case, anything will
-#   match and be left as it is. For example, using * on the
-#  position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-#   in this case, elements that match are transformed using
-#   the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match any dependency whose group is ant,
-# replacing it with org.apache.ant
-#   s/ant/org.apache.ant/ * * s/.*/debian/


Property changes on: trunk/portlet-api-2.0-spec/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
   + *

Modified: trunk/portlet-api-2.0-spec/debian/rules
===================================================================
--- trunk/portlet-api-2.0-spec/debian/rules	2010-03-30 22:21:46 UTC (rev 11974)
+++ trunk/portlet-api-2.0-spec/debian/rules	2010-03-30 22:28:41 UTC (rev 11975)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/maven.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java

Modified: trunk/portlet-api-2.0-spec/debian/source/format
===================================================================
--- trunk/portlet-api-2.0-spec/debian/source/format	2010-03-30 22:21:46 UTC (rev 11974)
+++ trunk/portlet-api-2.0-spec/debian/source/format	2010-03-30 22:28:41 UTC (rev 11975)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the pkg-java-commits mailing list