[SCM] libjavaewah-java packaging branch, master, updated. upstream/0.6.12-3-g3bed9f0

Jakub Adam jakub.adam at ktknet.cz
Thu Jun 27 09:41:14 UTC 2013


The following commit has been merged in the master branch:
commit 3bed9f05e3493c93e6d9d86db171a7800484b68b
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Wed Jun 26 19:08:14 2013 +0200

    Add missing maven rules files

diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.cleanIgnoreRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 745345c..2adaea9 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,2 +1,3 @@
+
 * maven-gpg-plugin * * * *
 * maven-source-plugin * * * *
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.rules b/debian/maven.rules
index caec9ef..e85291e 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,18 +1,2 @@
-# Maven rules - transform Maven dependencies and plugins
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# 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 jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-#   junit junit jar s/3\\..*/3.x/
-junit junit * s/4\..*/4.x/
+
+junit junit jar s/4\..*/4.x/ * *

-- 
libjavaewah-java packaging



More information about the pkg-java-commits mailing list