[jaxrs-api] 05/06: Adapted the package to the new source layout

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Dec 3 23:28:57 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository jaxrs-api.

commit d7f3d027b0a9b64d1509fe97ac41d94cb1a516e0
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Dec 4 00:15:43 2017 +0100

    Adapted the package to the new source layout
---
 debian/changelog              | 3 ++-
 debian/copyright              | 2 +-
 debian/libjaxrs-api-java.poms | 2 +-
 debian/rules                  | 8 ++++----
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 668e4af..c0f1595 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-jaxrs-api (2.0.1-2) UNRELEASED; urgency=medium
+jaxrs-api (2.1-1) UNRELEASED; urgency=medium
 
+  * New upstream release
   * Track and download the new releases from GitHub
   * Standards-Version updated to 4.1.2
   * Switch to debhelper level 10
diff --git a/debian/copyright b/debian/copyright
index 543b50f..192bc18 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Files: *
 Copyright: 2010-2014, Oracle Corporation
 License: CDDL-1.1 or GPL-2 with Classpath exception
 
-Files: src/jax-rs-api/src/main/java/javax/ws/rs/core/GenericEntity.java
+Files: jaxrs-api/src/main/java/javax/ws/rs/core/GenericEntity.java
 Copyright: 2006, Google Inc.
 License: Apache-2.0
 
diff --git a/debian/libjaxrs-api-java.poms b/debian/libjaxrs-api-java.poms
index 9bb67ab..66a176d 100644
--- a/debian/libjaxrs-api-java.poms
+++ b/debian/libjaxrs-api-java.poms
@@ -25,4 +25,4 @@
 #   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
 #     Empty by default. [mh_install]
 #
-src/jax-rs-api/pom.xml --no-parent --has-package-version
+jaxrs-api/pom.xml --no-parent --has-package-version
diff --git a/debian/rules b/debian/rules
index 2dd7ce9..aa686f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,16 +4,16 @@
 	dh $@ --buildsystem=maven
 
 override_dh_auto_build:
-	dh_auto_build -- -f src/jax-rs-api/pom.xml package
+	dh_auto_build -- -f jaxrs-api/pom.xml package
 
 override_dh_auto_test:
-	dh_auto_test -- -f src/jax-rs-api/pom.xml test
+	dh_auto_test -- -f jaxrs-api/pom.xml test
 
 override_dh_auto_install:
-	dh_auto_install -- -f src/jax-rs-api/pom.xml
+	dh_auto_install -- -f jaxrs-api/pom.xml
 
 override_dh_auto_clean:
-	dh_auto_clean -- -f src/jax-rs-api/pom.xml clean
+	dh_auto_clean -- -f jaxrs-api/pom.xml clean
 
 get-orig-source:
 	uscan --download-current-version --force-download --no-symlink

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jaxrs-api.git



More information about the pkg-java-commits mailing list