Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Standards-Version updated to 4.2.1
· 3291c720
Emmanuel Bourg
authored
Oct 10, 2018
3291c720
Switch to debhelper level 11
· 7cd77dc4
Emmanuel Bourg
authored
Oct 10, 2018
7cd77dc4
Use salsa.debian.org Vcs-* URLs
· f0055a66
Emmanuel Bourg
authored
Oct 10, 2018
f0055a66
Fixed the build failure with Java 9
· b3e0ad77
Emmanuel Bourg
authored
Oct 10, 2018
b3e0ad77
Upload to unstable
· d3e7dcc9
Emmanuel Bourg
authored
Oct 10, 2018
d3e7dcc9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d3e7dcc9
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@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
View file @
d3e7dcc9
1
0
1
1
debian/control
View file @
d3e7dcc9
...
...
@@ -5,14 +5,14 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper (>= 1
0
),
debhelper (>= 1
1
),
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
View file @
d3e7dcc9
...
...
@@ -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
View file @
d3e7dcc9
...
...
@@ -2,6 +2,3 @@
%:
dh $@ --with maven_repo_helper
get-orig-source:
uscan --verbose --repack --compression xz --download-current-version --force-download
debian/watch
View file @
d3e7dcc9
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
...
...