[gradle-jflex-plugin] 07/14: Add build.patch

Markus Koschany apo at moszumanska.debian.org
Wed Jul 27 13:44:09 UTC 2016


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

apo pushed a commit to branch experimental
in repository gradle-jflex-plugin.

commit 2e2d31668c7c7ca81edeb9a707bde370e775ced2
Author: Markus Koschany <apo at debian.org>
Date:   Tue Jul 19 20:01:50 2016 +0200

    Add build.patch
---
 debian/patches/build.patch | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series      |  1 +
 2 files changed, 45 insertions(+)

diff --git a/debian/patches/build.patch b/debian/patches/build.patch
new file mode 100644
index 0000000..63512ad
--- /dev/null
+++ b/debian/patches/build.patch
@@ -0,0 +1,44 @@
+From: Markus Koschany <apo at debian.org>
+Date: Tue, 19 Jul 2016 20:01:41 +0200
+Subject: build
+
+---
+ build.gradle | 25 +++++++++++++------------
+ 1 file changed, 13 insertions(+), 12 deletions(-)
+
+diff --git a/build.gradle b/build.gradle
+index 0350ad5..0ed3152 100755
+--- a/build.gradle
++++ b/build.gradle
+@@ -23,18 +23,19 @@ configurations {
+ dependencies {
+   compile gradleApi()
+   compile "de.jflex:jflex:1.6.1"
++  compile "org.codehaus.groovy:groovy-all:2.3.8"
+   wagon 'org.apache.maven.wagon:wagon-ssh-external:2.10'
+ }
+ 
+-uploadArchives {
+-  repositories {
+-    mavenDeployer {
+-      configuration = configurations.wagon
+-      repository (
+-              id: 'xbib.org',
+-              url: uri('scpexe://xbib.org/repository'),
+-              authentication: [ userName: xbibUsername, privateKey: xbibPrivateKey]
+-      )
+-    }
+-  }
+-}
++//uploadArchives {
++//  repositories {
++//    mavenDeployer {
++//      configuration = configurations.wagon
++//      repository (
++//              id: 'xbib.org',
++//              url: uri('scpexe://xbib.org/repository'),
++//              authentication: [ userName: xbibUsername, privateKey: xbibPrivateKey]
++//      )
++//    }
++//  }
++//}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5879227
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build.patch

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



More information about the pkg-java-commits mailing list