Import Debian changes 29-ok1

apache-pom (29-ok1) nile; urgency=medium

  * Build for openKylin.
This commit is contained in:
openKylinBot 2024-05-07 14:03:11 +08:00 committed by luoyaoming
parent e9fd27cad6
commit 69d7f22600
9 changed files with 134 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
apache-pom (29-ok1) nile; urgency=medium
* Build for openKylin.
-- openKylinBot <openKylinBot@openkylin.top> Tue, 07 May 2024 14:03:11 +0800

20
debian/control vendored Normal file
View File

@ -0,0 +1,20 @@
Source: apache-pom
Section: java
Priority: optional
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
Uploaders: Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
maven-repo-helper (>= 1.7)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/apache-pom.git
Vcs-Browser: https://salsa.debian.org/java-team/apache-pom
Homepage: http://maven.apache.org/pom/asf/
Package: libapache-pom-java
Architecture: all
Depends: ${misc:Depends}
Description: Maven metadata for all Apache Software projects
This package contains the Maven metadata shared between all
Apache Software Foundation's projects.

17
debian/copyright vendored Normal file
View File

@ -0,0 +1,17 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Apache Software Foundation root POM
Source: https://github.com/apache/maven-apache-parent/
Files: *
Copyright: 2010-2022, The Apache Software Foundation
License: Apache-2.0
Files: debian/*
Copyright: 2010-2011, Ludovic Claude <ludovic.claude@laposte.net>
2011, Damien Raude-Morvan <drazzib@debian.org>
2017-2022, Emmanuel Bourg <ebourg@apache.org>
License: Apache-2.0
License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'

21
debian/libapache-pom-java.poms vendored Normal file
View File

@ -0,0 +1,21 @@
# 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
# --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
#
pom.xml --has-package-version --keep-elements=build --relocate=org.apache:apache:18
site-pom.xml --has-package-version --site-xml=src/site-docs/site.xml

47
debian/maven.ignoreRules vendored Normal file
View File

@ -0,0 +1,47 @@
# 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/
org.apache.maven.plugins maven-antrun-plugin
org.apache.maven.plugins maven-assembly-plugin
org.apache.maven.plugins maven-clean-plugin
org.apache.maven.plugins maven-compiler-plugin
org.apache.maven.plugins maven-dependency-plugin
org.apache.maven.plugins maven-deploy-plugin
org.apache.maven.plugins maven-docck-plugin
org.apache.maven.plugins maven-ear-plugin
org.apache.maven.plugins maven-enforcer-plugin
org.apache.maven.plugins maven-failsafe-plugin
org.apache.maven.plugins maven-gpg-plugin
org.apache.maven.plugins maven-help-plugin
org.apache.maven.plugins maven-install-plugin
org.apache.maven.plugins maven-invoker-plugin
org.apache.maven.plugins maven-javadoc-plugin
org.apache.maven.plugins maven-plugin-plugin
org.apache.maven.plugins maven-plugin-report-plugin
org.apache.maven.plugins maven-project-info-reports-plugin
org.apache.maven.plugins maven-release-plugin
org.apache.maven.plugins maven-remote-resources-plugin
org.apache.maven.plugins maven-resources-plugin
org.apache.maven.plugins maven-scm-plugin
org.apache.maven.plugins maven-scm-publish-plugin
org.apache.maven.plugins maven-shade-plugin
org.apache.maven.plugins maven-site-plugin
org.apache.maven.plugins maven-source-plugin
org.apache.maven.plugins maven-surefire-plugin
org.apache.maven.plugins maven-surefire-report-plugin
org.apache.maven.plugins maven-war-plugin
org.apache.rat apache-rat-plugin
org.codehaus.mojo clirr-maven-plugin

17
debian/maven.rules vendored Normal file
View File

@ -0,0 +1,17 @@
# 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/

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with maven_repo_helper

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=4
https://github.com/apache/maven-apache-parent/tags .*/apache-([\d\.]+).tar.gz