[Git][java-team/geronimo-jpa-2.0-spec][master] 8 commits: Wrap and sort
Emmanuel Bourg
gitlab at salsa.debian.org
Thu Jan 28 14:01:08 GMT 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / geronimo-jpa-2.0-spec
Commits:
b9591cda by Emmanuel Bourg at 2021-01-28T14:37:36+01:00
Wrap and sort
- - - - -
e514df03 by Emmanuel Bourg at 2021-01-28T14:38:05+01:00
Standards-Version updated to 4.5.1
- - - - -
b2307cf9 by Emmanuel Bourg at 2021-01-28T14:38:19+01:00
Switch to debhelper level 13
- - - - -
fb5b1cb7 by Emmanuel Bourg at 2021-01-28T14:38:26+01:00
Use salsa.debian.org Vcs-* URLs
- - - - -
dd2e63b8 by Emmanuel Bourg at 2021-01-28T14:40:15+01:00
Removed debian/orig-tar.sh
- - - - -
acea39f4 by Emmanuel Bourg at 2021-01-28T14:41:42+01:00
Removed the -java-doc package
- - - - -
65b46ff9 by Emmanuel Bourg at 2021-01-28T14:43:07+01:00
Fixed debian/copyright
- - - - -
89fc7be0 by Emmanuel Bourg at 2021-01-28T15:00:00+01:00
Upload to unstable
- - - - -
8 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libgeronimo-jpa-2.0-spec-java-doc.install
- − debian/orig-tar.sh
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,12 +1,20 @@
-geronimo-jpa-2.0-spec (1.1-4) UNRELEASED; urgency=medium
+geronimo-jpa-2.0-spec (1.1-4) unstable; urgency=medium
* Team upload.
+
+ [ Miguel Landaeta ]
* Remove myself from uploaders list. (Closes: #871853)
- * Bump DH compat level to 10.
* Wrap and sort dependency lists.
* Update copyright information.
- -- Miguel Landaeta <nomadium at debian.org> Sun, 06 Aug 2017 19:56:03 +0100
+ [ Emmanuel Bourg ]
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.5.1
+ * Switch to debhelper level 13
+ * Use salsa.debian.org Vcs-* URLs
+ * Removed debian/orig-tar.sh
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 28 Jan 2021 14:43:41 +0100
geronimo-jpa-2.0-spec (1.1-3) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -2,24 +2,22 @@ Source: geronimo-jpa-2.0-spec
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 10~),
- default-jdk,
- libgeronimo-osgi-support-java,
- libmaven-bundle-plugin-java,
- libmaven-javadoc-plugin-java,
- libosgi-compendium-java,
- libosgi-core-java,
- maven-debian-helper
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/geronimo-jpa-2.0-spec.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/geronimo-jpa-2.0-spec.git
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ libgeronimo-osgi-support-java,
+ libmaven-bundle-plugin-java,
+ libosgi-compendium-java,
+ libosgi-core-java,
+ maven-debian-helper
+Standards-Version: 4.5.1
+Vcs-Git: https://salsa.debian.org/java-team/geronimo-jpa-2.0-spec.git
+Vcs-Browser: https://salsa.debian.org/java-team/geronimo-jpa-2.0-spec
Package: libgeronimo-jpa-2.0-spec-java
Architecture: all
-Depends: ${maven:Depends},
- ${misc:Depends}
-Suggests: libgeronimo-jpa-2.0-spec-java-doc (= ${binary:Version}),
- ${maven:OptionalDepends}
+Depends: ${maven:Depends},${misc:Depends}
+Suggests: ${maven:OptionalDepends}
Description: Geronimo JSR-317 Java Persistence (JPA) 2.0 Spec API
The Java Persistence API is the Java API for the management of persistence
and object/relational mapping for Java EE and Java SE environments.
@@ -40,32 +38,3 @@ Description: Geronimo JSR-317 Java Persistence (JPA) 2.0 Spec API
.
This package contains only API of JSR-317 spec. Apache OpenJPA and
EclipseLink are implementations of this spec.
-
-Package: libgeronimo-jpa-2.0-spec-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends},
- ${maven:DocDepends}
-Suggests: libgeronimo-jpa-2.0-spec-java (= ${binary:Version}),
- ${maven:DocOptionalDepends}
-Description: Documentation for libgeronimo-jpa-2.0-spec-java
- Documentation for the Java Persistence API that is the Java API for the
- management of persistence and object/relational mapping for Java EE and Java
- SE environments.
- .
- The goal of this specification is to provide an object/relational mapping
- facility for the Java application developer using a Java domain model
- to manage a relational database.
- .
- Persistence in this context covers three areas:
- - The API itself, defined in the javax.persistence package.
- - The Java Persistence Query Language (JPQL).
- - Object/relational metadata.
- .
- The Java Persistence 2.0 specification addresses improvements in the areas of
- domain modeling, object/relational mapping, EntityManager and Query
- interfaces, and the Java Persistence query language. It adds an API for
- criteria queries, a metamodel API, and support for validation.
- .
- This package contains only API of JSR-317 spec. Apache OpenJPA and
- EclipseLink are implementations of this spec.
=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Apache Geronimo JPA 2.0 Specification
-Source: http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.0_spec-1.1/
+Source: https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.0_spec-1.1/
Files: *
Copyright: 2006-2010, The Apache Software Foundation
@@ -14,9 +14,9 @@ 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..
=====================================
debian/libgeronimo-jpa-2.0-spec-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/apidocs/* /usr/share/doc/libgeronimo-jpa-2.0-spec-java/api
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# called by uscan with '--upstream-version' <version> <file>
-echo "version $2"
-package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-version=$2
-tarball=$3
-TAR=${package}_${version}.orig.tar.gz
-DIR=${package}-${version}.orig
-upstream_package="$(echo $package | sed 's/-2\.0-spec/_2.0_spec/')"
-REPO="http://svn.apache.org/repos/asf/geronimo/specs/tags/${upstream_package}-${version}/"
-
-# setting timezone to avoid varying times
-TZ=Etc/UTC LC_ALL=C svn export $REPO $DIR
-GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR $DIR
-
-rm -rf $tarball $DIR
=====================================
debian/rules
=====================================
@@ -1,7 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
-
-get-orig-source:
- uscan --download-current-version --no-symlink --force-download
+ dh $@
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
-http://svn.apache.org/repos/asf/geronimo/specs/tags/ \
-geronimo-jpa_2.0_spec-(.*)/ debian debian/orig-tar.sh
+version=4
+opts="mode=svn,repack,compression=xz" \
+https://svn.apache.org/repos/asf/geronimo/specs/tags/ geronimo-jpa_2.0_spec-(.*)/
View it on GitLab: https://salsa.debian.org/java-team/geronimo-jpa-2.0-spec/-/compare/119089280cce4abf95fb56395fcca7e8b1c2eb03...89fc7be0f1077fc9c0c664f0a4be9bb803e5c268
--
View it on GitLab: https://salsa.debian.org/java-team/geronimo-jpa-2.0-spec/-/compare/119089280cce4abf95fb56395fcca7e8b1c2eb03...89fc7be0f1077fc9c0c664f0a4be9bb803e5c268
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/20210128/96aaf7b3/attachment.html>
More information about the pkg-java-commits
mailing list