[gradle-jflex-plugin] 04/06: Refresh build.patch for new release.

Markus Koschany apo at moszumanska.debian.org
Wed Jul 27 12:00:30 UTC 2016


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

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

commit 8466413cca0a3abe7375b87be80e0744dad9c20b
Author: Markus Koschany <apo at debian.org>
Date:   Wed Jul 27 11:12:42 2016 +0200

    Refresh build.patch for new release.
---
 debian/changelog           |  1 +
 debian/patches/build.patch | 79 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series      |  1 +
 3 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 12deb32..359379b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gradle-jflex-plugin (0.0.2-3) unstable; urgency=medium
 
   * Update gradle-2.12.patch for jflex 1.6.1.
+  * Refresh build.patch for new release.
 
  -- Markus Koschany <apo at debian.org>  Wed, 27 Jul 2016 11:08:19 +0200
 
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
new file mode 100644
index 0000000..16724ad
--- /dev/null
+++ b/debian/patches/build.patch
@@ -0,0 +1,79 @@
+From: Markus Koschany <apo at debian.org>
+Date: Wed, 27 Jul 2016 11:12:32 +0200
+Subject: build
+
+Adjust build.gradle for Debian.
+
+Forwarded: not-needed
+---
+ build.gradle | 44 +++++---------------------------------------
+ 1 file changed, 5 insertions(+), 39 deletions(-)
+
+diff --git a/build.gradle b/build.gradle
+index 3551838..52dd9b5 100644
+--- a/build.gradle
++++ b/build.gradle
+@@ -1,10 +1,10 @@
+ // vim: ft=groovy:sw=2:ts=2:expandtab
+ 
+ apply plugin: 'java'
+-apply plugin: 'idea'
++//apply plugin: 'idea'
+ apply plugin: 'maven'
+-apply plugin: 'nexus'
+-apply plugin: 'release'
++//apply plugin: 'nexus'
++//apply plugin: 'release'
+ 
+ sourceCompatibility = 1.6
+ targetCompatibility = 1.6
+@@ -16,8 +16,8 @@ buildscript {
+   }
+ 
+   dependencies {
+-    classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.7.1'
+-    classpath 'co.tomlee.gradle.plugins:gradle-release-plugin:0.0.6'
++    //classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.7.1'
++    //classpath 'co.tomlee.gradle.plugins:gradle-release-plugin:0.0.6'
+   }
+ }
+ 
+@@ -36,38 +36,4 @@ dependencies {
+   testCompile 'junit:junit:4.11'
+ }
+ 
+-modifyPom {
+-  project {
+-    name 'gradle-jflex-plugin'
+-    description 'A Gradle plugin for the JFlex scanner generator'
+-    url 'https://github.com/thomaslee/gradle-jflex-plugin'
+-    inceptionYear '2014'
+-
+-    scm {
+-      url 'https://github.com/thomaslee/gradle-jflex-plugin'
+-      connection 'scm:git://github.com/thomaslee/gradle-jflex-plugin.git'
+-      developerConnection 'scm:git at github.com:thomaslee/gradle-jflex-plugin.git'
+-    }
+-
+-    licenses {
+-      license {
+-        name 'Apache License 2.0'
+-        url 'http://opensource.org/licenses/Apache-2.0'
+-        distribution 'repo'
+-      }
+-    }
+-
+-    developers {
+-      developer {
+-        id 'thomaslee'
+-        name 'Tom Lee'
+-        email 'github at tomlee.co'
+-      }
+-    }
+-  }
+-}
+-
+-nexus {
+-  sign = true
+-}
+ 
diff --git a/debian/patches/series b/debian/patches/series
index bd7b479..1b11fbb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 gradle-2.12.patch
+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