[kune-commits] r1792 - in trunk: . debian debian-experimental

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Mon Mar 26 02:53:31 CEST 2012


Author: vjrj_
Date: 2012-03-26 02:53:30 +0200 (Mon, 26 Mar 2012)
New Revision: 1792

Added:
   trunk/debian-experimental/
   trunk/debian-experimental/README
   trunk/debian-experimental/TODO
   trunk/debian-experimental/build.properties
   trunk/debian-experimental/changelog
   trunk/debian-experimental/compat
   trunk/debian-experimental/control
   trunk/debian-experimental/copyright
   trunk/debian-experimental/kune.poms
   trunk/debian-experimental/libkune-java.poms
   trunk/debian-experimental/libkune-java.substvars
   trunk/debian-experimental/maven.cleanIgnoreRules
   trunk/debian-experimental/maven.ignoreRules
   trunk/debian-experimental/maven.publishedRules
   trunk/debian-experimental/maven.rules
   trunk/debian-experimental/rules
   trunk/debian-experimental/stamp-poms-patched
   trunk/debian/install
Log:
debian package

Added: trunk/debian/install
===================================================================

Added: trunk/debian-experimental/README
===================================================================
--- trunk/debian-experimental/README	                        (rev 0)
+++ trunk/debian-experimental/README	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,2 @@
+See tipical workflow in: http://wiki.debian.org/Java/MavenRepoHelper
+$ mh_make

Added: trunk/debian-experimental/TODO
===================================================================
--- trunk/debian-experimental/TODO	                        (rev 0)
+++ trunk/debian-experimental/TODO	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,5 @@
+- create user kune
+- create /var/lib/kune/uploads and give permissions
+- create /var/lib/kune/lucene 
+- deps: libjmagick6-jni, csstidy
+

Added: trunk/debian-experimental/build.properties
===================================================================
--- trunk/debian-experimental/build.properties	                        (rev 0)
+++ trunk/debian-experimental/build.properties	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,3 @@
+#javadoc.dir=target/api
+build.directory=target
+maven.test.skip=true

Added: trunk/debian-experimental/changelog
===================================================================
--- trunk/debian-experimental/changelog	                        (rev 0)
+++ trunk/debian-experimental/changelog	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,6 @@
+kune (0.1.0-SNAPSHOT) natty; urgency=low
+
+  * first packaging works
+
+ -- Vicente J. Ruiz Jurado <vjrj at ourproject.org>  Sun, 11 Sep 2011 21:36:31 +0200
+

Added: trunk/debian-experimental/compat
===================================================================
--- trunk/debian-experimental/compat	                        (rev 0)
+++ trunk/debian-experimental/compat	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1 @@
+5

Added: trunk/debian-experimental/control
===================================================================
--- trunk/debian-experimental/control	                        (rev 0)
+++ trunk/debian-experimental/control	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,24 @@
+Source: kune
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 5), cdbs, sun-java6-jre | openjdk-6-jdk 
+Homepage: http://kune.ourproject.org
+Standards-Version: 3.9.2
+
+Package: kune
+Version: 0.1.0-0.1.0
+Maintainer: Vicente J. Ruiz Jurado <vjrj at ourproject.org>
+Pre-Depends: 
+Depends: libjmagick6-jni, sun-java6-jre | openjdk-6-jdk
+Recommends: openfire (>= 3.7.1)
+Suggests:
+Architecture: all
+Copyright: ../COPYRIGHT
+#Extra-Files: ../BUGS, ../COPYRIGHT, ../CREDITS, ../INSTALL, ../README, ../TROUBLESHOOT, ../TODO
+# Files: <pair of space-separated paths; First is file to include, second is destination>
+#  <more pairs, if there's more than one file to include. Notice the starting space>
+Description: Kune a distributed social network of collaborative tools for groups
+ Kune (which means together in esperanto) is a web tool, for creating environments of constant inter-communication, collective intelligence, knowledge and shared work. It integrates Apache Wave.
+ .
+ Kune’s main objective is to multiply the capacity and skills of people, communities and organizations, allowing their constant cooperation, regardless of physical distance. Therefore, it aims to facilitate virtual meetings, coordinate common agendas, join people with similar interests and develop projects collaboratively. Other features include managing projects and contents, and sharing them freely with anyone, anywhere
+

Added: trunk/debian-experimental/copyright
===================================================================
--- trunk/debian-experimental/copyright	                        (rev 0)
+++ trunk/debian-experimental/copyright	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1 @@
+link ../COPYRIGHT
\ No newline at end of file


Property changes on: trunk/debian-experimental/copyright
___________________________________________________________________
Name: svn:special
   + *

Added: trunk/debian-experimental/kune.poms
===================================================================
--- trunk/debian-experimental/kune.poms	                        (rev 0)
+++ trunk/debian-experimental/kune.poms	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,26 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM or
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+#      of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in /usr/share/java
+#   --usj-version=<version>: version to use when installing the library in /usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar
+#   it will be installed with mh_install.
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars.
+#
+pom.xml

Added: trunk/debian-experimental/libkune-java.poms
===================================================================
--- trunk/debian-experimental/libkune-java.poms	                        (rev 0)
+++ trunk/debian-experimental/libkune-java.poms	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,7 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]
+# where option can be:
+#   --ignore: ignore this POM or
+#   --no-parent: remove the <parent> tag from the POM
+pom.xml

Added: trunk/debian-experimental/libkune-java.substvars
===================================================================
--- trunk/debian-experimental/libkune-java.substvars	                        (rev 0)
+++ trunk/debian-experimental/libkune-java.substvars	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,8 @@
+#List of dependencies for libkune-java, generated for use by debian/control
+#Sun Sep 11 19:31:18 CEST 2011
+maven.CompileDepends=libmaven-compiler-plugin-java (>\= 2.0.2), libmaven-resources-plugin-java (>\= 2.3), libsurefire-java (>\= 2.4.3)
+maven.Depends=
+maven.OptionalDepends=
+maven.TestDepends=
+maven.DocOptionalDepends=
+maven.DocDepends=default-jdk-doc

Added: trunk/debian-experimental/maven.cleanIgnoreRules
===================================================================
--- trunk/debian-experimental/maven.cleanIgnoreRules	                        (rev 0)
+++ trunk/debian-experimental/maven.cleanIgnoreRules	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,27 @@
+# Maven clean ignore rules - ignore some Maven dependencies and plugins
+# during the clean phase of a Maven build
+# 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
+# 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 before mvn clean is called
+#   junit junit jar s/3\\..*/3.x/
+
+com.google.gwt gwt-dev * * * *
+com.google.gwt gwt-user * * * *
+org.apache.maven.plugins maven-war-plugin * * * *
+org.apache.maven.surefire surefire-junit47 * * * *
+org.codehaus.mojo exec-maven-plugin * * * *
+org.apache.maven.plugins maven-eclipse-plugin * * * *
+org.apache.maven.plugins maven-deploy-plugin * * * *
+org.apache.maven.plugins maven-idea-plugin * * * *
+org.codehaus.mojo tomcat-maven-plugin * * * *
+org.mortbay.jetty jetty-maven-plugin * * * *

Added: trunk/debian-experimental/maven.ignoreRules
===================================================================
--- trunk/debian-experimental/maven.ignoreRules	                        (rev 0)
+++ trunk/debian-experimental/maven.ignoreRules	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,26 @@
+# Maven ignore rules - ignore some 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
+# 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/
+
+com.google.gwt gwt-dev * * * *
+com.google.gwt gwt-user * * * *
+org.apache.maven.plugins maven-war-plugin * * * *
+org.apache.maven.surefire surefire-junit47 * * * *
+org.codehaus.mojo exec-maven-plugin * * * *
+org.apache.maven.plugins maven-eclipse-plugin * * * *
+org.apache.maven.plugins maven-deploy-plugin * * * *
+org.apache.maven.plugins maven-idea-plugin * * * *
+org.codehaus.mojo tomcat-maven-plugin * * * *
+org.mortbay.jetty jetty-maven-plugin * * * *

Added: trunk/debian-experimental/maven.publishedRules
===================================================================
--- trunk/debian-experimental/maven.publishedRules	                        (rev 0)
+++ trunk/debian-experimental/maven.publishedRules	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,19 @@
+# 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] [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/
+

Added: trunk/debian-experimental/maven.rules
===================================================================
--- trunk/debian-experimental/maven.rules	                        (rev 0)
+++ trunk/debian-experimental/maven.rules	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,20 @@
+# 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/
+
+s/jdom/org.jdom/ jdom jar s/1\..*/debian/ * *
+junit junit jar s/3\..*/3.x/ * *

Added: trunk/debian-experimental/rules
===================================================================
--- trunk/debian-experimental/rules	                        (rev 0)
+++ trunk/debian-experimental/rules	2012-03-26 00:53:30 UTC (rev 1792)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+
+#get-orig-source:
+#        sh -e debian/orig-tar.sh


Property changes on: trunk/debian-experimental/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/debian-experimental/stamp-poms-patched
===================================================================




More information about the kune-commits mailing list