[libsejda-eventstudio-java] 01/01: Import Debian changes 1.0.6-1
Markus Koschany
apo at moszumanska.debian.org
Mon Jul 3 21:07:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository libsejda-eventstudio-java.
commit f60e0ba759b53c3d3d4c794367a212504732a925
Author: Markus Koschany <apo at debian.org>
Date: Mon Jul 3 22:37:21 2017 +0200
Import Debian changes 1.0.6-1
libsejda-eventstudio-java (1.0.6-1) unstable; urgency=medium
* Initial release. (Closes: #866992)
---
debian/changelog | 5 ++++
debian/compat | 1 +
debian/control | 26 ++++++++++++++++
debian/copyright | 15 ++++++++++
debian/libsejda-eventstudio-java.poms | 1 +
debian/patches/build.gradle.patch | 34 +++++++++++++++++++++
debian/patches/series | 1 +
debian/pom.xml | 56 +++++++++++++++++++++++++++++++++++
debian/rules | 7 +++++
debian/source/format | 1 +
debian/watch | 6 ++++
11 files changed, 153 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8961fa7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libsejda-eventstudio-java (1.0.6-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #866992)
+
+ -- Markus Koschany <apo at debian.org> Mon, 03 Jul 2017 22:37:21 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f2a4a3c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: libsejda-eventstudio-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Markus Koschany <apo at debian.org>
+Build-Depends:
+ debhelper (>= 10),
+ 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
+Homepage: https://www.sejda.com/
+
+Package: libsejda-eventstudio-java
+Architecture: all
+Depends:
+ ${misc:Depends}
+Description: pure Java event bus implementation
+ EventStudio is a pure Java event bus implementation providing the
+ publish-subscribe pattern with events queue capabilities for intra-jvm event
+ communication. It is thread safe, has a very simple API and any POJO can be an
+ event.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..94a291a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: EventStudio
+Source: https://github.com/torakiki/event-studio
+
+Files: *
+Copyright: 2013-2017, Andrea Vacondio
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2017, Markus Koschany <apo at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, the full text of the Apache License 2.0 can be found in the
+ file '/usr/share/common-licenses/Apache-2.0
diff --git a/debian/libsejda-eventstudio-java.poms b/debian/libsejda-eventstudio-java.poms
new file mode 100644
index 0000000..f3e50b1
--- /dev/null
+++ b/debian/libsejda-eventstudio-java.poms
@@ -0,0 +1 @@
+debian/pom.xml --has-package-version --java-lib --artifact=build/libs/eventstudio-1.0.6.jar
diff --git a/debian/patches/build.gradle.patch b/debian/patches/build.gradle.patch
new file mode 100644
index 0000000..2b0bab5
--- /dev/null
+++ b/debian/patches/build.gradle.patch
@@ -0,0 +1,34 @@
+From: Markus Koschany <apo at debian.org>
+Date: Fri, 30 Jun 2017 18:18:36 +0200
+Subject: build.gradle
+
+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 @@
+ apply plugin: 'java'
+ apply plugin: 'maven'
+ apply plugin: 'signing'
+-apply from: 'http://tellurianring.com/projects/gradle-plugins/gradle-release/apply.groovy'
+
+ group = 'org.sejda'
+ description = "A simple even bus implementation providing pub/sub event exchange between components"
+@@ -37,12 +36,6 @@ artifacts {
+ archives javadocJar
+ }
+
+-release {
+- tagPrefix = 'v'
+- failOnPublishNeeded = false
+- failOnCommitNeeded = false
+-}
+-
+ signing {
+ required { isReleaseVersion }
+ sign configurations.archives
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8100f0b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build.gradle.patch
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..d758394
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.sejda</groupId>
+ <artifactId>eventstudio</artifactId>
+ <version>1.0.6</version>
+ <name>EventStudio</name>
+ <description>A simple even bus implementation providing pub/sub event exchange between components</description>
+ <url>https://github.com/torakiki/event-studio/</url>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ <comments>ASLv2</comments>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>torakiki</id>
+ <name>Andrea Vacondio</name>
+ <email>andrea.vacondio at gmail.com</email>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git at github.com:torakiki/event-studio.git</connection>
+ <developerConnection>scm:git at github.com:torakiki/event-studio.git</developerConnection>
+ <url>scm:git at github.com:torakiki/event-studio.git</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.22</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a1e569a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with maven_repo_helper
+
+get-orig-source:
+ uscan --verbose --repack --compression xz --download-current-version --force-download
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c17d900
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=4
+opts=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
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libsejda-eventstudio-java.git
More information about the pkg-java-commits
mailing list