[modello-maven-plugin] 02/12: [svn-inject] Applying Debian modifications to trunk
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 9 10:54:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch modello-1.1
in repository modello-maven-plugin.
commit ca5292703c953afd966bbb807ffed4fa0a3dfb46
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date: Tue Jun 30 23:26:05 2009 +0000
[svn-inject] Applying Debian modifications to trunk
---
debian/README.source | 9 ++++
debian/changelog | 5 +++
debian/compat | 1 +
debian/control | 33 +++++++++++++++
debian/copyright | 48 ++++++++++++++++++++++
.../libmodello-maven-plugin-java.java-doc.doc-base | 10 +++++
debian/libmodello-maven-plugin-java.java-doc.docs | 1 +
debian/libmodello-maven-plugin-java.poms | 1 +
debian/maven.properties | 1 +
debian/orig-tar.sh | 17 ++++++++
debian/rules | 9 ++++
debian/watch | 4 ++
12 files changed, 139 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..491c50b
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about modello-maven-plugin
+------------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevent it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..159b428
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+modello-maven-plugin (1.0.1-0ubuntu1~ppa2) jaunty; urgency=low
+
+ * Initial release (Closes: #535191)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Tue, 30 Jun 2009 15:55:53 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a1f5c46
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: modello-maven-plugin
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep
+Build-Depends-Indep: maven-debian-helper,
+ libplexus-containers-java, libplexus-build-api-java, libmaven2-core-java,
+ libmodello-java, libplexus-utils-java
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/modello-maven-plugin
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/modello-maven-plugin/
+Homepage: http://modello.codehaus.org/modello-maven-plugin
+
+Package: libmodello-maven-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: Modello Maven Plugin enables the use of Modello in Maven builds.
+ Modello is a Data Model toolkit in use by the Maven 2 Project.
+ .
+ This package provides a Maven plugin to enable the use of Modello in Maven
+ builds.
+
+Package: libmodello-maven-plugin-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libmodello-maven-plugin-java
+Description: Documentation for Modello Maven Plugin
+ Modello Maven Plugin enables the use of Modello in Maven builds.
+ .
+ This package provides the API documentation for libmodello-maven-plugin-java.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7005b47
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Modello Maven Plugin
+Maintainer: Codehaus
+Source: http://modello.codehaus.org/modello-maven-plugin
+
+Files: *
+Copyright: 2004, Codehaus.org
+ 2001-2009, Brett Porter <brett at codehaus.org>
+ 2001-2009, Jason van Zyl <jason at maven.org>
+ 2001-2009, Dan Diephouse <dan at envoisolutions.com>
+ 2001-2009, Emmanuel Evenisse <emmanuel at venisse.net>
+ 2001-2009, John Casey <jdcasey at commonjava.org>
+ 2001-2009, Trygve Laugstol <trygvis at codehaus.org>
+ 2001-2009, Arnaud Héritier <aheritier at gmail.com>
+ 2001-2009, Milos Kleint <mkleint at codehaus.org>
+ 2001-2009, Hervé Boutemy <hboutemy at codehaus.org>
+ 2001-2009, Dennis Lundberg <dennisl at codehaus.org>
+ 2001-2009, Olivier Lamy <olamy at codehaus.org>
+License: MIT
+
+Files: debian/*
+Copyright: Copyright 2009, Ludovic Claude <ludovic.claude at laposte.net>
+License: GPL-3
+
+License: GPL-3
+ On Debian GNU/Linux system you can find the complete text of the
+ GPL-3 license in '/usr/share/common-licenses/GPL-3'
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+
diff --git a/debian/libmodello-maven-plugin-java.java-doc.doc-base b/debian/libmodello-maven-plugin-java.java-doc.doc-base
new file mode 100644
index 0000000..594794a
--- /dev/null
+++ b/debian/libmodello-maven-plugin-java.java-doc.doc-base
@@ -0,0 +1,10 @@
+Document: libmodello-maven-plugin-java
+Title: API Javadoc for Modello Maven Plugin
+Author: Codehaus developers
+Abstract: This is the API Javadoc provided for the
+ libmodello-maven-plugin-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libmodello-maven-plugin-java-doc/api/index.html
+Files: /usr/share/doc/libmodello-maven-plugin-java-doc/api/*
diff --git a/debian/libmodello-maven-plugin-java.java-doc.docs b/debian/libmodello-maven-plugin-java.java-doc.docs
new file mode 100644
index 0000000..fced9ec
--- /dev/null
+++ b/debian/libmodello-maven-plugin-java.java-doc.docs
@@ -0,0 +1 @@
+target/docs/api
\ No newline at end of file
diff --git a/debian/libmodello-maven-plugin-java.poms b/debian/libmodello-maven-plugin-java.poms
new file mode 100644
index 0000000..d4f7111
--- /dev/null
+++ b/debian/libmodello-maven-plugin-java.poms
@@ -0,0 +1 @@
+pom.xml
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..d2f1b82
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1 @@
+maven.test.skip=true
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100644
index 0000000..5754f86
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../modello-maven-plugin_$VERSION.orig.tar.gz
+DIR=modello-maven-plugin-$VERSION
+TAG=$(echo "modello-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+
+svn export http://svn.codehaus.org/modello/tags/${TAG}/modello-maven-plugin/ $DIR
+tar -c -z -f $TAR $DIR
+rm -rf $DIR ../$TAG
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a52f756
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+
+get-orig-source:
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ac84e12
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
+ http://svn.codehaus.org/modello/tags/ \
+ modello-(\d.*)/ debian debian/orig-tar.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello-maven-plugin.git
More information about the pkg-java-commits
mailing list