[libmnemonicsetter-java] 01/01: add 01_build.patch

Felix Natter fnatter-guest at moszumanska.debian.org
Tue Apr 5 18:52:10 UTC 2016


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

fnatter-guest pushed a commit to branch master
in repository libmnemonicsetter-java.

commit eec5ad4825b40007febf3c9c49591fabe57f5ec9
Author: Felix Natter <fnatter at gmx.net>
Date:   Tue Apr 5 20:52:02 2016 +0200

    add 01_build.patch
---
 debian/patches/01_build.patch | 52 +++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 53 insertions(+)

diff --git a/debian/patches/01_build.patch b/debian/patches/01_build.patch
new file mode 100644
index 0000000..088e7e4
--- /dev/null
+++ b/debian/patches/01_build.patch
@@ -0,0 +1,52 @@
+--- a/build.gradle
++++ b/build.gradle
+@@ -1,13 +1,13 @@
+-plugins {
+-    id "com.jfrog.bintray" version "1.6"
+-}
++//plugins {
++//    id "com.jfrog.bintray" version "1.6"
++//}
+ repositories {
+     jcenter()
+ }
+ 
+ apply plugin: 'java'
+ apply plugin: 'eclipse'
+-apply plugin: 'maven-publish'
++//apply plugin: 'maven-publish'
+ 
+ targetCompatibility='1.7'
+ sourceCompatibility='1.7'
+@@ -16,6 +16,7 @@
+ version='0.3'
+ 
+ 
++/*
+ bintray {
+     user = System.getenv('BINTRAY_USER')
+     key = System.getenv('BINTRAY_KEY')
+@@ -31,6 +32,7 @@
+ 		}
+     }
+ }
++*/
+ 
+ task sourceJar(type: Jar, dependsOn: classes) {
+     classifier = 'sources'
+@@ -42,6 +44,7 @@
+     from javadoc.destinationDir
+ }
+ 
++/*
+ publishing {
+     publications {
+         mnemonicsetter(MavenPublication) {
+@@ -56,6 +59,7 @@
+         }
+     }
+ }
++*/
+ 
+ dependencies {
+ 	testCompile 'junit:junit:4.12',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..50bb18b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_build.patch

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



More information about the pkg-java-commits mailing list