[Git][java-team/maven-remote-resources-plugin][master] Deleted 9 commits: d/changelog: Initial changelog

Mathieu Malaterre gitlab at salsa.debian.org
Wed Apr 8 10:39:23 BST 2020



Mathieu Malaterre pushed to branch master at Debian Java Maintainers / maven-remote-resources-plugin


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
8087cf98 by Mathieu Malaterre at 2020-04-08T11:01:39+02:00
d/changelog: Initial changelog

- - - - -
e03e305e by Mathieu Malaterre at 2020-04-08T11:01:45+02:00
d/rules: Initial d/rules

- - - - -
1339d32c by Mathieu Malaterre at 2020-04-08T11:15:36+02:00
d/control: Initial control file

- - - - -
c797600c by Mathieu Malaterre at 2020-04-08T11:15:39+02:00
d/compat: Add compat 12

- - - - -
075e97ed by Mathieu Malaterre at 2020-04-08T11:15:39+02:00
d/maven.*: Add initial maven files

- - - - -
dcc36d4d by Mathieu Malaterre at 2020-04-08T11:15:39+02:00
d/source: Add format

- - - - -
f5d2f7af by Mathieu Malaterre at 2020-04-08T11:15:40+02:00
d/watch: Add uscan setup

- - - - -
f8e7796b by Mathieu Malaterre at 2020-04-08T11:15:40+02:00
d/upstream: Add signing-key

- - - - -
06b4785e by Mathieu Malaterre at 2020-04-08T11:15:40+02:00
d/copyright: Add copyright

- - - - -


12 changed files:

- + debian/changelog
- + debian/compat
- + debian/control
- + debian/copyright
- + debian/libmaven-remote-resources-plugin-java.poms
- + debian/maven.ignoreRules
- + debian/maven.properties
- + debian/maven.rules
- + debian/rules
- + debian/source/format
- + debian/upstream/signing-key.asc
- + debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -0,0 +1,5 @@
+maven-remote-resources-plugin (1.7.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #954937)
+
+ -- Mathieu Malaterre <malat at debian.org>  Wed, 08 Apr 2020 11:00:52 +0200


=====================================
debian/compat
=====================================
@@ -0,0 +1 @@
+12


=====================================
debian/control
=====================================
@@ -0,0 +1,38 @@
+Source: maven-remote-resources-plugin
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 12),
+               default-jdk,
+               libmaven-archiver-java (>= 3.5.0-1),
+               libmaven-bundle-plugin-java,
+               libmaven-verifier-java,
+               libmodello-maven-plugin-java,
+               maven-debian-helper
+Build-Depends-Indep: default-jdk-doc,
+                     junit,
+                     junit4,
+                     libcommons-cli-java,
+                     liblog4j1.2-java,
+                     liblog4j1.2-java-doc,
+                     libmaven-javadoc-plugin-java,
+                     libslf4j-java
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/java-team/maven-remote-resources.git
+Vcs-Browser: https://salsa.debian.org/java-team/maven-remote-resources
+Homepage: http://maven.apache.org/plugins/maven-remote-resources-plugin/
+
+Package: libmaven-remote-resources-plugin-java
+Architecture: all
+Depends: ${maven:Depends}, ${misc:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: Apache Maven Remote Resources Plugin
+ This plugin is used to retrieve JARs of resources from remote repositories,
+ process those resources, and incorporate them into JARs you build with Maven.
+ .
+ A very common use-case is the need to package certain resources in a
+ consistent way across your organization. For example at Apache, it is required
+ that every JAR produced contains a copy of the Apache license and a notice file
+ that references all used software in a given project: see Apache Resource
+ Bundles.


=====================================
debian/copyright
=====================================
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Maven Remote Resources Plugin
+Upstream-Contact: http://maven.apache.org/plugins/maven-remote-resources-plugin/team.html
+Source: http://maven.apache.org/plugins/maven-remote-resources-plugin/
+Files-Excluded: *.jar *.class
+
+Files: *
+Copyright: 2006-2018, The Apache Software Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2020, Mathieu Malaterre <malat at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ 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'.


=====================================
debian/libmaven-remote-resources-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


=====================================
debian/maven.ignoreRules
=====================================
@@ -0,0 +1,4 @@
+
+org.apache.rat apache-rat-plugin * * * *
+org.apache.maven.plugin-testing maven-plugin-testing-harness * * * *
+junit junit * * * *


=====================================
debian/maven.properties
=====================================
@@ -0,0 +1,3 @@
+iproject.build.sourceEncoding=UTF-8
+maven.compiler.source=1.7
+maven.compiler.target=1.7


=====================================
debian/maven.rules
=====================================
@@ -0,0 +1,7 @@
+
+org.apache.maven maven* * s/.*/3.x/ * *
+org.apache.maven maven-archiver * s/.*/3.2.0/ * *
+org.apache.maven s/maven-project/maven-compat/ jar s/.*/3.x/ * *
+#s/org.apache.maven.shared/org.apache.maven.resolver/ s/maven-artifact-resolver/maven-resolver-api/ jar s/.*/debian/ * *
+s/org.apache.maven.shared/org.apache.maven.resolver/ s/maven-artifact-resolver/maven-resolver-impl/ jar s/.*/debian/ * *
+#s/org.apache.maven.shared/org.apache.maven/ s/maven-artifact-resolver/maven-compat/ jar s/.*/debian/ * *


=====================================
debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+#export JAVA_HOME=/usr/lib/jvm/default-java
+
+%:
+	dh $@ --buildsystem=maven
+
+#override_dh_auto_build: 
+#	dh_auto_build -- -X


=====================================
debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
debian/upstream/signing-key.asc
=====================================
@@ -0,0 +1,96 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mQINBFoV6AUBEACt3IURYvNX2ofcA5s2JplJn9VaUQ9DbHiF8sjG8Mwsyoye+DGx
+l4nsHJB+PsrdxTUZVvQXh+5fDld+9PTKFlRftK4IXVqyTA4C6OqB1nzJj3N/HCpI
+zUitGq1txUqAzWGFNU1TU2gzlmRMZeDWFoSttfwH4yvzpllYtWsl3nY1QGY11aqP
+JuoVprGhPkBh1ZwGtxYTPEi5RDRbUsLnruwJVkYKbfIw/qDxKZQDtQ3+E01Yv6+0
+LoZMxhErDrqow/BDlaHJHE1XP640ZR6rWcPVFavf0XCs0uMZbwlG6AGoEXR4G3cU
+hzQ1Pwjls8pJD2Jt41HcuUoc+6sAPUP6yo08DnVH4tg+Pm3hTNpK01DJbOPTFkig
+JqMOadVMjRYaCtGJmMKtX685UL2G6SnAzFeml1NYJOVhn8oak2bqj1kgW/5872EM
+kOZqqWSm0BkXKIfi+YzD53rNSVKcjwf5dr9mrWKIkEsXOuh0yR+7fBj1S77nvZhd
+PhG99FgohacFs9JZFpYbAj6y3IAkj2J1okXA2T/x20Ci8TaOMmyOlPwsKQHks4vA
+A7ZB1q3AZZFpYxp6/W/krFDnV7fdukchAwMZnjbpkAn0DwB92Pv+cLnCMSAQGfy3
+4thU30Oex6o0nFQ68ZzVVm2kHDiksGfacP4dVCpyxNADQhYcyIqt4bC1IQARAQAB
+tB1OaWNrIFJhc211c3NlbiA8bmlja0BpbG0uY29tPokCOQQTAQIAIwUCWhXoBQIb
+AwcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEFoTQiAgYOmaaoMP/RER824a
+xtjr9qbcQdPgSYxVc6vXVya4MxzRjHBbtEeMt5+3x/vZkkYc4xQ97NMoiGeI/EAD
+ovCZ1vDNPCRIOeb5sbaByTLP/AluzABo+3Si9DdK/8r2insoYSM2MwDvLA0uAvBk
+gu9d4GhnaBh3+wQyh+jqp+iIJ6b44IyfgAj7/0Z8FrjYNdNkjWcZaNopXw23XaTY
+KM/Qua0VOrgXZ/aGPl/yJeKlO+d23qA5uFDxF8iXMiOmoEkP1ux5HZM49VlWMWBA
+hsqX2W+7yHY838NWqG461Nt+oztPAHyZ+PrtQd9e95ema6SqUoK+EsFAiUf11UOS
+OJlRFQJ1zu3ZyxSpCw7vHKwA9wD85jhfSwMKNMOlZhektoWmKy6S/Dn/cEKTlDn5
+HpUf5OWeyO1lXhewVxZ9owQ9H7WXmE8jqJKZyejdftdwTNy5zQ4lgd3ZP4b4ZPNQ
+O8jy+8C4ccwlH2tAshMnVGr5KDqBfAib+FDA8vIi9YvBLiP0lZ90i5DBHCQ8OdIM
+lzuSxAqplCk9vf7e3V5AQ0lPb76T0vTZ1Nhpy5qYFB/zoXZ6zJAp3p65CiMcS5bN
+qqJQfKGTEzrv1VCEuYP7xTfe4wIwmzm7NtNoAGXkmNPiGVkOe1+86bUJwvei7kq2
++mMxVwWAiXY2qD8YK8sTwaKv4/hyFbbxVe47iQI3BBMBAgAhAhsDAh4BAheABQJa
+FehKBQsJCAcDBRUKCQgLBRYCAwEAAAoJEFoTQiAgYOma5QQP/2UpQknvLaaFfvjY
+Y85eMqUqEEMYdCrmCjt00clFCbICGmZhnzawe8V6h1Int6T9FpC2+f2EKbbHJtA+
+pBQnILMnm3gYFVc1AXpdkpFTQX/tDzHZxce3OVxkJt6UGQeE0kXJUZHA6Sm11yV/
+bF4xYlUaEYweW50hSvsq1r9Iav84d7Yl/NsSGpQ/DMTyN+j6qqyINXtAf7dKFO5w
+lmQvmhgRgXnizIgSupuAxtlfVTG8Tm2Pu5FN22nDlhuEv5QjB/J1m1Lvj0Sm40s3
+eRA4LlJwsKoFh4CZCuj7SgpPo9D0yn385dP8E03hXCGOus2vq2wj1vbY3YtLEUYk
+I+BaT4hEvVb+OWIkmGwiOSOjTb1jhImn84/lXIZVxj5qddiYvXVDsoykz5RgLBra
+KWAYHJJDUmUIPwvyNx61uUn8TSVCeLiy73p57Q28iQDvhfiAj+NnJdjBM0h1Kjra
+bj+jLWSRFpt0SypeqYB6hESq2S206pA/OCPE4w12yG+5PWZHU3dkFI10MsQ/7QDc
+5Vyz0WtUXpB8OgdVqDK9xPOEn9wkPagbF+VvIYsWleD/ZTWDypZH0l4/sNBpVegZ
+KIdJ7whGtGsgyqE+8g81CrlDZQ25HETmeyqf580/LnseuvKBRT60sHlHO/KWRG0X
+6RIrF8AvINZj1b/2OZfHbbqaXuAsuQINBFoV6AUBEADAuc2u+GP1RoXhDk7I1Jpq
+sCznU8B19ZlnxGuaZSmfwepKyhf18vcAJxEvcemJwJvNjAbT9Yx5NNbANy5uF2GP
+/i3uzFpFehTzM0/zKK/+dhZ22X+n/Mb9fFwGtfDcKGS7rA/T9ppIMqAOnlir8t/W
+3ynODxATV/abxM5AxKUtvy9Bb8/dpICuCo8BULfhTU2oHa7RNBtVynihcZIDZ/0P
+9rIq6fP3pAAbruNGN02BcZFNccOnQ5qMVY+M8dP4FGKqsNrR8cFs6mnfYo5J9Fgr
+wx1+c2Zt+vBisu3+m2MLv/3IikkiNfzxoEPF8guSvE87pDrTEYG9FkGZPoKTNwIc
+O4dYtHERr+PmEFByBCk2upqGmnL/6NlnjQMAbeZADJSHHxHKSMEhINCjBz5+6CzG
+BVwUqFbBYN/EZeuuq6CpTVVGWjV5NxeAGXN34K3CvyuOuSQuGTEqi9NxFd2v4l2f
++zmeSBFoNPQgFJNmCItUhHeOWqtytTvyHTpBuY9IRtjQ41QAeg8TU4hm0oKSaYv5
+eaRWFJ3q6cNMhyNhG9IVKiGa2W8sAipA1AUacA74bap3XLjEJsxjf5WsLHE6xFBN
+ZTY1bf5QncQ/SzDSFdTi+rAHc0KZwOPRAhOZQMb7Vkk8uuhWKDb9HZxltXyJ7Ri/
+SXRLvrHXVIAD5J8f/XGmDQARAQABiQIfBBgBAgAJBQJaFegFAhsMAAoJEFoTQiAg
+YOmaAHcP/1Tko5kFD9BxN6L7evzbIesuR+IQAe9Ljq53gI4u/1SX/AnU1hYXsKtM
+AG2mH8iBnsiyhd3u1mF+R4ZhzVR281syONMiqyAoDuZVlXz+UTpEV3XhnWEww/K7
+WIuW3aQCNluLtImHF7tthWGgFLodIQV9fBObct9OXKsC0tuNHZIcJCnqULZRCd8l
+eevb4BRFB051lM5QXAV+5boJ/GvYS7Zgj53Ev6wZG2AsbFMte8zMyt3xWCEZZRCj
+ScPzBBzDyTLhcngB2Jk1fGqAYPIDtZwOwPAa4o6lqMoRMZqxNdndz5CBXM2kEWQR
+xWrPIYKYKMfK5KL68bZ3D/zIcFwjpdWk3800YWAMsA1DYczrIBrcSGHDYd4a0KZo
+8+OSOsiD7ut+IBl5irfrvvXTG110GdHeqiaTHOwQgW9YBnldbzLLO2xZh8cEIAMW
+73w6QYveSDfaCSmEjUSKbIPQgD00VWLFDoLU3qA8cLHBuUWZ6owhUDxXshfOjkbX
+8sEIjW1ar5yyyufd59WWEeHx5bd/w1fBo2SRrjEENXc/9No5MGzQ4iCvdqveiPbE
+00SgnWnIEzjL8FpgM6MsoOqz96id9PoQboMhSJwQUbFaxAivwMm1qJwwr+w59Z+Z
+8J1mDuhu/yVWY+Z22Awff1leBDKx6mERi7cw9QppjkEyGQOxgGxJuQINBFoV6GYB
+EADNLRSF8ahh/dNAIFby1nELIgdlIXuR5Q9Ngop9yu2STHIZryM1YJv/3frilI93
+ARgTuECQmXNh7iR+PPGsIF0a/zo0lT6abXDhnMbasEApsV4emDTHcXmQw0HAhvKy
+SQ+QHwG/61HDCSGqmRRYMYXxpg4DvbdedWOvwEKl/iPrHgjvR2ryL0ml1U1ixU6v
+UXmL8/SAwZ6DmQPdkBmWMv8dzqFhXePLuh8DYWUXlYSGE7EAXoTG0SA3ma8hlRsh
+chZ+n5CA2ARbYFtVmQSGxPhVUKyMd8HYwNQjL94iOCT5wNMbapmz0wlM/akWH9GO
+9NnxP8b7ZLqFQCQGwiN/NSp6dxbOr26TIEjFa6/1HJFAvcTkulxDA59swIe58nHi
+2btV/yfS0cTl9vdismIdxkbUuOZgIYCaOVjf3/1QT6NHLf+U5w89XFzDgR5QKzXJ
+uvRInssfzDaCJsRkcNX5ZjezY0WV3/ZZE/CSeZWKdLUgm+d47TBWIpjDeONvtQw2
+5LN5vXZGHUyM8qb1yCN9xQD2P45VkmKwW3gcfNUa04OTEOrcvycY0O+4BecWyEmC
+DIkM7/b5MYeoUK2vMp7BjIEGwKZeyGUrKRVg2zIfeRjO2Uli41jxth1fiEKly4PN
+Ld3OZZZUJtkbR2u8dZerNr3oOtsrqewG/3NoPVlmgJGs6QARAQABiQQ+BBgBAgAJ
+BQJaFehmAhsCAikJEFoTQiAgYOmawV0gBBkBAgAGBQJaFehmAAoJELArHN+i+CJX
+2cAP/R0EitIElwWjOszLs8OeXyByI/g8dfGMdPTPthvL4yPWruGKkbXILothq8/o
+fYwUgaGx3kDIeNJXw9sO6eez/hYDWyKfGCRbs1dE/ZkLFeqLVAvXFi0w+Qd9iEOQ
+Wd0LpSiy2FS1x43rAInIW3ZI4fRbmxkdKfj0y1yhNNV3mjw0X+hbpi52J7ONm4LH
+1N4cXM5RtrVUKXovRt+4FWITgG84elSpAErQOTqTtwSllRosZIKzB71Kit2ryeuX
+eoK00BK8P3lzqQ8gaIbpgeehtKkwqtGDDJip1NgYZ0dXx+ZWJxBbe1gRF0lWQZjR
+l5xsf50hKOPH4XLnIaDyoRRC5xJVxZal2j8qhzI9gitanMenqiZ2g3NJCabQn10F
+5rwaAl9QHd8VdoZAIvvEvPqTxeD/+iRMobYly5hgxbFznLamZrPL2RhdAmArLsOU
+hfsKQYZ6ho0HS7p7JLgs3sL3VMT/Xkss16PNXlwMv3/PMXtM5LnFl3ak+rV1kUXt
+Kz8/bsM7j38aTKftGjjp8BR9owGdfrsmpuk3VaNBAABri9qXc0ELLKMLugvk+4y+
+J7uq01YTChu3cxxKkyjBs+vv+msMkeP/Z3yNQjUSHLF4V07D851J5bQeCNj1z6Sw
+QdmV+CAVs79nz6sDW3VH3X3LDL4gaal2r1HYvPg50B/zPdF8y4UQAIK9xO7TcpRM
+Wqb0WkhXS7PeQnaTxfTr+n5c9VtaUZlKCAXxCeV81rSdHxRPV2Vj0G4SrlTi8ALh
+nkmrQ/AOCuhqo01i5YgVi6Ku2JkMRyUwELbfNCQlsEJZzDBZcUaYcUsRolOMTnCw
+oDNy4KUPD1r3Es7cbFfw9BKZ4cNwB1f/Mw1RrdD+VeHNGrtB2YkUL6X59iy19KiO
+EcfdJhvm85gCgdjmAGRUec4Eh2NTYNDt4w+vVxYFg7SqKAH08vOzj5k8JGxNeJmz
+2HI4rBrvgc5yYYhuQr/0B1/RuBN8k4ST5JrWYTECW5pMir5eOaZcJLLeSBiBcT4S
+CLE+LdOB28/S7MvmtotY8GxIdt3fsUw+55wEVkOIraDBkM3Gp0HNxaUmMuwZV9EV
+Y9R/lIBOvRiEDmI7ptCi4Av9KThMW0IIWwbCGW4YVkLBJySOJ4s369lfz1uKIUDC
+T2dDtIw+Iu8y62kXbEHYLtGKJlhVKUiki9PG9xoY6vdln/4pZmzbABPBsAsRj7Ai
+eXjNFtMy0SZfqZmC+4BCOyByltaLpfVaK5EWhnK2qf1Pv727zejn0z6gjA+3p4+f
+GqTgNPTkwLLYPrRU+ZsQotOOBi9u/zHVJTWb7oyg0cZKP/UPA36S1E2MVB6w421W
+oikuduuSPnb2FvIyMqL1f+LcrQ0ED8uY
+=lKbW
+-----END PGP PUBLIC KEY BLOCK-----


=====================================
debian/watch
=====================================
@@ -0,0 +1,3 @@
+version=4
+opts=pgpsigurlmangle=s/$/.asc/ \
+https://downloads.apache.org/maven/plugins maven-remote-resources-plugin- at ANY_VERSION@-source-release at ARCHIVE_EXT@



View it on GitLab: https://salsa.debian.org/java-team/maven-remote-resources-plugin/-/compare/a8ce7a0d12262e77e11c5e61ef5774d07ac4f414...06b4785e9771abdfd129c827d666adf9963e6054

-- 
View it on GitLab: https://salsa.debian.org/java-team/maven-remote-resources-plugin/-/compare/a8ce7a0d12262e77e11c5e61ef5774d07ac4f414...06b4785e9771abdfd129c827d666adf9963e6054
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200408/0d877cbb/attachment.html>


More information about the pkg-java-commits mailing list