[gradle-jflex-plugin] 03/06: Drop build.patch
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 795d80b7987455ca3f5f1f910a39997863e2b146
Author: Markus Koschany <apo at debian.org>
Date: Wed Jul 27 11:11:11 2016 +0200
Drop build.patch
---
debian/patches/build.patch | 108 ---------------------------------------------
debian/patches/series | 1 -
2 files changed, 109 deletions(-)
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
deleted file mode 100644
index 4c7a170..0000000
--- a/debian/patches/build.patch
+++ /dev/null
@@ -1,108 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Thu, 11 Feb 2016 22:12:19 +0100
-Subject: build
-
-Disable plugins that are not available in Debian. JFlex related changes can be
-reverted with the next upload since Debian's package provides Maven artifacts
-now.
-
-Forwarded: not-needed
----
- build.gradle | 63 ++++++++++++++++--------------------------------------------
- 1 file changed, 17 insertions(+), 46 deletions(-)
-
-diff --git a/build.gradle b/build.gradle
-index 3551838..dcb36c9 100644
---- a/build.gradle
-+++ b/build.gradle
-@@ -1,73 +1,44 @@
- // vim: ft=groovy:sw=2:ts=2:expandtab
-
- apply plugin: 'java'
--apply plugin: 'idea'
--apply plugin: 'maven'
--apply plugin: 'nexus'
--apply plugin: 'release'
-+//apply plugin: 'idea'
-+//apply plugin: 'maven'
-+//apply plugin: 'nexus'
-+//apply plugin: 'release'
-
- sourceCompatibility = 1.6
- targetCompatibility = 1.6
-
- buildscript {
- repositories {
-- mavenCentral()
-- jcenter()
-+ flatDir {
-+ dirs '/usr/share/java/'
-+ }
- }
-
- 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'
- }
- }
-
- ext {
-- jflexVersion = '1.6.0'
-+ jflexVersion = '1.4.3'
- }
-
- repositories {
-- mavenLocal()
-- mavenCentral()
-+ flatDir {
-+ dirs '/usr/share/java/'
-+ }
- }
-
- dependencies {
- compile gradleApi()
-- compile "de.jflex:jflex:${jflexVersion}"
-+ compile "de.jflex:JFlex:${jflexVersion}"
- 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
--}
-+//nexus {
-+// sign = true
-+//}
-
diff --git a/debian/patches/series b/debian/patches/series
index 2e79cb9..bd7b479 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-build.patch
gradle-2.12.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