[gradle-shadow-plugin] 02/11: Initial cut at debian/

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 15:44:30 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository gradle-shadow-plugin.

commit 39546c99f3ae11d88c8faf5af6a634d783996779
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Feb 18 15:54:20 2016 +0000

    Initial cut at debian/
---
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 28 ++++++++++++++++++++++++++++
 debian/copyright      | 17 +++++++++++++++++
 debian/rules          |  8 ++++++++
 debian/source/format  |  2 ++
 debian/source/options |  1 +
 debian/watch          |  3 +++
 8 files changed, 65 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..720299b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gradle-shadow-plugin (1.2.3-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 18 Feb 2016 15:44:05 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3dfc206
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: gradle-shadow-plugin
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Alastair McKinstry <mckinstry at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ gradle-debian-helper,
+ default-jdk,
+ jflex,
+ maven-repo-helper
+Standards-Version: 3.9.7
+Homepage: https://github.com/thomaslee/gradle-jflex-plugin
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/gradle-jflex-plugin.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gradle-jflex-plugin.git
+
+Package: libgradle-shadow-plugin-java
+Architecture: all
+Depends:
+ ${misc:Depends}
+Description: Gradle plugin for Shadow
+ The gradle-jflex-plugin makes it possible to integrate JFlex into the Gradle
+ build system. JFlex itself is a lexical analyzer generator that takes as input
+ a specification with a set of regular expressions and corresponding actions.
+ It generates a program (a lexer) that reads input, matches the input against
+ the regular expressions in the spec file, and runs the corresponding action if
+ a regular expression matched.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..08fb0fe
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gradle-jflex-plugin
+Source: https://github.com/thomaslee/gradle-jflex-plugin
+Files-Excluded:
+ *.jar
+
+Files: *
+Copyright: 2014-2015, Tom Lee
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2016, Markus Koschany <apo at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, the complete text of the Apache 2.0 license
+ can be found in /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..33a9122
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --parallel --with maven_repo_helper --buildsystem=gradle
+
+get-orig-source:
+	uscan --force-download --download-current-version
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..c3d9f24
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1,2 @@
+3.0 (quilt)
+
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b7bc1f2
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "xz"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..83ed750
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/gradle-shadow-plugin-$1\.tar\.gz/ \
+  https://github.com/johnrengelman/shadow/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-shadow-plugin.git



More information about the pkg-java-commits mailing list