[wagon-maven-plugin] 01/01: Imported Debian patch 1.0-beta-3-1

Tim Potter tpot-guest at moszumanska.debian.org
Thu Jan 22 03:05:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to branch master
in repository wagon-maven-plugin.

commit 1e441f267ccc5ecb2b0077c71032aab2d65be8ab
Author: Tim Potter <tpot at hp.com>
Date:   Tue Jan 13 15:03:13 2015 +1100

    Imported Debian patch 1.0-beta-3-1
---
 debian/README.Debian                   |  2 +-
 debian/README.source                   |  2 +-
 debian/changelog                       |  2 +-
 debian/control                         |  8 ++++----
 debian/libwagon-maven-plugin-java.poms | 28 ++++++++++++++++++++++++++++
 debian/rules                           | 31 +++----------------------------
 6 files changed, 38 insertions(+), 35 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 21c84fb..d3a74cb 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -3,4 +3,4 @@ wagon-maven-plugin for Debian
 
 <possible notes regarding this package - if none, delete this file>
 
- -- Tim Potter <tpot at hp.com>  Tue, 13 Jan 2015 14:58:30 +1100
+ -- Tim Potter <tpot at hp.com>  Tue, 13 Jan 2015 15:03:13 +1100
diff --git a/debian/README.source b/debian/README.source
index 28a731e..62a3921 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -6,5 +6,5 @@ manual section 4.14. You WILL either need to modify or delete this file>
 
 
 
- -- Tim Potter <tpot at hp.com>  Tue, 13 Jan 2015 14:58:30 +1100
+ -- Tim Potter <tpot at hp.com>  Tue, 13 Jan 2015 15:03:13 +1100
 
diff --git a/debian/changelog b/debian/changelog
index 44b2b15..d492c19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ wagon-maven-plugin (1.0-beta-3-1) unstable; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 
- -- Tim Potter <tpot at hp.com>  Tue, 13 Jan 2015 14:58:30 +1100
+ -- Tim Potter <tpot at hp.com>  Tue, 13 Jan 2015 15:03:13 +1100
diff --git a/debian/control b/debian/control
index 4a1aa9c..aff1fef 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: wagon-maven-plugin
-Section: unknown
+Section: java
 Priority: optional
 Maintainer: Tim Potter <tpot at hp.com>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), default-jdk, libplexus-maven-plugin-java
 Standards-Version: 3.9.5
 Homepage: <insert the upstream URL, if relevant>
 #Vcs-Git: git://anonscm.debian.org/collab-maint/wagon-maven-plugin.git
 #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/wagon-maven-plugin.git;a=summary
 
-Package: wagon-maven-plugin
-Architecture: any
+Package: libwagon-maven-plugin-java
+Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: <insert up to 60 chars description>
  <insert long description, indented with spaces>
diff --git a/debian/libwagon-maven-plugin-java.poms b/debian/libwagon-maven-plugin-java.poms
new file mode 100644
index 0000000..64b1188
--- /dev/null
+++ b/debian/libwagon-maven-plugin-java.poms
@@ -0,0 +1,28 @@
+# 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 and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+#   --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. [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. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+#     Empty by default. [mh_install]
+#
+pom.xml --no-parent --has-package-version --java-lib
diff --git a/debian/rules b/debian/rules
index ce15cce..41fb9d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,32 +1,7 @@
 #!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
-#DH_VERBOSE = 1
 
-# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
+export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
 
-# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
-
-# main packaging script based on dh7 syntax
 %:
-	dh $@ 
-
-# debmake generated override targets
-# This is example for Cmake (See http://bugs.debian.org/641051 )
-#override_dh_auto_configure:
-#	dh_auto_configure -- \
-#	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
-
-
-
-
+	dh $@ --buildsystem=maven --with javahelper

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wagon-maven-plugin.git



More information about the pkg-java-commits mailing list