[geoserver] 05/09: WIP
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue May 9 11:24:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository geoserver.
commit a8df9c305f81a831e4c782035c06b9187abc15b4
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Thu Jan 5 09:38:27 2017 +0000
WIP
---
debian/geoserver.poms | 28 ++++++++++++++++++++++++++++
debian/rules | 4 ++--
2 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/debian/geoserver.poms b/debian/geoserver.poms
new file mode 100644
index 0000000..6aa00b5
--- /dev/null
+++ b/debian/geoserver.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]
+#
+src/pom.xml --no-parent --has-package-version
diff --git a/debian/rules b/debian/rules
index b266fc9..70cc535 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,8 @@ binary-post-install/lib$(PACKAGE)-java::
jh_classpath -plib$(PACKAGE)-java
# Re-locate java 5 source code into main java directory
-before-mvn-build::
- cp -r src/main/jdk15/* src/main/java/
+#before-mvn-build::
+# cp -r src/main/jdk15/* src/main/java/
get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geoserver.git
More information about the debian-science-commits
mailing list