[Git][java-team/libsejda-eventstudio-java][master] 5 commits: Standards-Version updated to 4.2.1

Emmanuel Bourg gitlab at salsa.debian.org
Wed Oct 10 15:37:21 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libsejda-eventstudio-java


Commits:
3291c720 by Emmanuel Bourg at 2018-10-10T14:30:22Z
Standards-Version updated to 4.2.1

- - - - -
7cd77dc4 by Emmanuel Bourg at 2018-10-10T14:30:36Z
Switch to debhelper level 11

- - - - -
f0055a66 by Emmanuel Bourg at 2018-10-10T14:30:43Z
Use salsa.debian.org Vcs-* URLs

- - - - -
b3e0ad77 by Emmanuel Bourg at 2018-10-10T14:36:47Z
Fixed the build failure with Java 9

- - - - -
d3e7dcc9 by Emmanuel Bourg at 2018-10-10T14:36:59Z
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/patches/build.gradle.patch
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libsejda-eventstudio-java (1.0.6-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with Java 9
+  * Standards-Version updated to 4.2.1
+  * Switch to debhelper level 11
+  * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 10 Oct 2018 16:36:52 +0200
+
 libsejda-eventstudio-java (1.0.6-1) unstable; urgency=medium
 
   * Initial release. (Closes: #866992)


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
@@ -5,14 +5,14 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders:
  Markus Koschany <apo at debian.org>
 Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11),
  default-jdk,
  gradle-debian-helper,
  libslf4j-java,
  maven-repo-helper
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libsejda-eventstudio-java.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-java/libsejda-eventstudio-java.git
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/libsejda-eventstudio-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libsejda-eventstudio-java
 Homepage: https://www.sejda.com/
 
 Package: libsejda-eventstudio-java


=====================================
debian/patches/build.gradle.patch
=====================================
@@ -7,11 +7,9 @@ Forwarded: not-needed
  build.gradle | 7 -------
  1 file changed, 7 deletions(-)
 
-diff --git a/build.gradle b/build.gradle
-index 99ec3c1..2b57828 100644
 --- a/build.gradle
 +++ b/build.gradle
-@@ -1,7 +1,6 @@
+@@ -1,14 +1,13 @@
  apply plugin: 'java'
  apply plugin: 'maven'
  apply plugin: 'signing'
@@ -19,7 +17,16 @@ index 99ec3c1..2b57828 100644
  
  group = 'org.sejda'
  description = "A simple even bus implementation providing pub/sub event exchange between components"
-@@ -37,12 +36,6 @@ artifacts {
+ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
+ 
+-sourceCompatibility = 1.5
+-targetCompatibility = 1.5
++sourceCompatibility = 7
++targetCompatibility = 7
+ 
+ 
+ repositories {
+@@ -37,12 +36,6 @@
      archives javadocJar
  }
  


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@ --with maven_repo_helper
-
-get-orig-source:
-	uscan --verbose --repack --compression xz --download-current-version --force-download


=====================================
debian/watch
=====================================
@@ -1,5 +1,5 @@
 version=4
-opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,\
+opts=repack,compression=xz,dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,\
 uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/, \
 https://github.com/torakiki/event-studio/tags \
 .*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)v-(\d\S*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/java-team/libsejda-eventstudio-java/compare/f60e0ba759b53c3d3d4c794367a212504732a925...d3e7dcc9200bbbb6435d4469719c4060927effdc

-- 
View it on GitLab: https://salsa.debian.org/java-team/libsejda-eventstudio-java/compare/f60e0ba759b53c3d3d4c794367a212504732a925...d3e7dcc9200bbbb6435d4469719c4060927effdc
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/20181010/ce8a2836/attachment.html>


More information about the pkg-java-commits mailing list