[gradle-1.12] 211/211: Initialize gradle-1.12 package

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Wed Jul 1 14:18:52 UTC 2015


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

seamlik-guest pushed a commit to branch master
in repository gradle-1.12.

commit 37aa1d51915e59f503fdc781240c84361e527986
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date:   Wed Jul 1 22:07:14 2015 +0800

    Initialize gradle-1.12 package
---
 debian/changelog                                   |  4 +-
 debian/control                                     | 37 +++++++------
 debian/gradle-1.12-doc.doc-base.gradle-dsl-1.12    |  9 ++++
 .../gradle-1.12-doc.doc-base.gradle-groovydoc-1.12 |  9 ++++
 .../gradle-1.12-doc.doc-base.gradle-javadoc-1.12   |  9 ++++
 .../gradle-1.12-doc.doc-base.gradle-userguide-1.12 | 11 ++++
 ...{gradle-doc.install => gradle-1.12-doc.install} |  6 +--
 debian/{gradle.1.md => gradle-1.12.1.md}           | 60 +++++++++++-----------
 debian/{gradle.install => gradle-1.12.install}     |  4 +-
 debian/{gradle.jlibs => gradle-1.12.jlibs}         |  0
 debian/{gradle.links => gradle-1.12.links}         |  2 +-
 debian/gradle-1.12.manpages                        |  1 +
 debian/gradle-doc.doc-base.gradle-dsl              |  9 ----
 debian/gradle-doc.doc-base.gradle-groovydoc        |  9 ----
 debian/gradle-doc.doc-base.gradle-javadoc          |  9 ----
 debian/gradle-doc.doc-base.gradle-userguide        | 11 ----
 debian/gradle.manpages                             |  1 -
 ...re-java.jlibs => libgradle-core1.12-java.jlibs} |  0
 ...re-java.links => libgradle-core1.12-java.links} |  0
 ....install => libgradle-plugins1.12-java.install} |  4 +-
 ...java.jlibs => libgradle-plugins1.12-java.jlibs} |  0
 debian/rules                                       | 13 ++---
 22 files changed, 106 insertions(+), 102 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 69c59b6..fb446c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-gradle (1.12-2) UNRELEASED; urgency=low
+gradle-1.12 (1.12-2) UNRELEASED; urgency=low
 
   * d/control: Maven is not needed at runtime
   * d/watch: Watch services.gradle.org
   * d/copyright: Add Files-Excluded for uscan
   * d/rules: Simplify get-orig-source target
- -- Kai-Chung Yan <seamlikok at gmail.com>  Sun, 28 Jun 2015 19:28:30 +0800
+ -- Kai-Chung Yan <seamlikok at gmail.com>  Wed, 01 Jul 2015 21:20:30 +0800
 
 gradle (1.12-1) experimental; urgency=medium
 
diff --git a/debian/control b/debian/control
index 17e6384..534fb0a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: gradle
+Source: gradle-1.12
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Miguel Landaeta <miguel at miguel.cc>,
            Damien Raude-Morvan <drazzib at debian.org>,
@@ -73,22 +73,25 @@ Build-Depends: ant,
                testng
 Build-Conflicts: groovy (>= 2.0.0~)
 Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/gradle.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/gradle.git
+Vcs-Git: git://anonscm.debian.org/pkg-java/gradle-1.12.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/gradle-1.12.git
 Homepage: http://gradle.org
 
-Package: gradle
+Package: gradle-1.12
 Architecture: all
 Depends: default-jre-headless (>= 1:1.6),
          groovy (>= 1.8.6),
          libcommons-io-java,
          libdom4j-java,
-         libgradle-core-java (>= ${binary:Version}),
-         libgradle-plugins-java (>= ${binary:Version}),
+         libgradle-core-1.12-java (>= ${binary:Version}),
+         libgradle-plugins-1.12-java (>= ${binary:Version}),
          libjaxen-java,
          libslf4j-java,
          ${misc:Depends}
-Replaces: libgradle-core-java (<< 1.12)
+Breaks: gradle (= 1.12-1),
+        libgradle-core-java (<= 1.12-1)
+Replaces: gradle (= 1.12-1),
+          libgradle-core-java (<= 1.12-1)
 Recommends: default-jdk,
             libcodenarc-groovy-java,
             maven (>= 3),
@@ -101,7 +104,7 @@ Description: Groovy based build system
  gives you always the choice between the flexibility of Ant
  and the convenience of a build-by-convention behavior.
 
-Package: libgradle-core-java
+Package: libgradle-core1.12-java
 Architecture: all
 Depends: ant,
          groovy (>= 1.8.6),
@@ -131,10 +134,11 @@ Depends: ant,
          libslf4j-java,
          libxbean-java,
          ${misc:Depends}
-Breaks: libgradle-wrapper-java (<< 1.3~)
+Breaks: libgradle-wrapper-java (<< 1.3~),
+        libgradle-plugins-java (<= 1.12-1)
 Replaces: libgradle-wrapper-java (<< 1.3~),
-          libgradle-plugins-java (<< 1.12)
-Recommends: gradle (>= ${binary:Version})
+          libgradle-plugins-java (<= 1.12-1)
+Recommends: gradle-1.12 (>= ${binary:Version})
 Description: Groovy based build system - Core library
  Gradle is a build system written in Groovy. It uses Groovy
  also as the language for its build scripts. It has a powerful
@@ -145,7 +149,7 @@ Description: Groovy based build system - Core library
  .
  This package contains the Gradle Core API library.
 
-Package: libgradle-plugins-java
+Package: libgradle-plugins1.12-java
 Architecture: all
 Depends: ant-optional,
          bnd (>= 2.1.0),
@@ -158,7 +162,7 @@ Depends: ant-optional,
          libcommons-cli-java,
          libdom4j-java,
          libgoogle-gson-java,
-         libgradle-core-java (>= ${binary:Version}),
+         libgradle-core1.12-java (>= ${binary:Version}),
          libjatl-java,
          libjaxen-java,
          libjetty-java,
@@ -188,7 +192,8 @@ Breaks: libgradle-announce-java (<< 1.3~),
         libgradle-maven-java (<< 1.3~),
         libgradle-osgi-java (<< 1.3~),
         libgradle-scala-java (<< 1.3~),
-        libgradle-signing-java (<< 1.3~)
+        libgradle-signing-java (<< 1.3~),
+        libgradle-core-java (<= 1.12-1)
 Replaces: libgradle-announce-java (<< 1.3~),
           libgradle-antlr-java (<< 1.3~),
           libgradle-code-quality-java (<< 1.3~),
@@ -203,7 +208,7 @@ Replaces: libgradle-announce-java (<< 1.3~),
           libgradle-osgi-java (<< 1.3~),
           libgradle-scala-java (<< 1.3~),
           libgradle-signing-java (<< 1.3~),
-          libgradle-core-java (<< 1.12)
+          libgradle-core-java (<= 1.12-1)
 Description: Groovy based build system - All plugins
  Gradle is a build system written in Groovy. It uses Groovy
  also as the language for its build scripts. It has a powerful
@@ -274,7 +279,7 @@ Description: Groovy based build system - All plugins
     binaries.
   * wrapper: Adds a Wrapper task for generating Gradle wrapper files.
 
-Package: gradle-doc
+Package: gradle-1.12-doc
 Architecture: all
 Section: doc
 Depends: default-jdk-doc,
diff --git a/debian/gradle-1.12-doc.doc-base.gradle-dsl-1.12 b/debian/gradle-1.12-doc.doc-base.gradle-dsl-1.12
new file mode 100644
index 0000000..8905b89
--- /dev/null
+++ b/debian/gradle-1.12-doc.doc-base.gradle-dsl-1.12
@@ -0,0 +1,9 @@
+Document: gradle-dsl-1.12
+Title: Gradle 1.12 Build Language Reference
+Author: Gradle developers
+Abstract: Reference for the Gradle 1.12 build language, or DSL.
+Section: Programming/Java
+
+Format: HTML
+Files: /usr/share/doc/gradle-1.12/dsl/*
+Index: /usr/share/doc/gradle-1.12/dsl/index.html
\ No newline at end of file
diff --git a/debian/gradle-1.12-doc.doc-base.gradle-groovydoc-1.12 b/debian/gradle-1.12-doc.doc-base.gradle-groovydoc-1.12
new file mode 100644
index 0000000..4e6a404
--- /dev/null
+++ b/debian/gradle-1.12-doc.doc-base.gradle-groovydoc-1.12
@@ -0,0 +1,9 @@
+Document: gradle-groovydoc-1.12
+Title: Gradle 1.12 Groovydoc
+Author: Gradle developers
+Abstract: Groovydoc for Gradle 1.12 APIs
+Section: Programming/Java
+
+Format: HTML
+Files: /usr/share/doc/gradle-1.12/groovydoc/*
+Index: /usr/share/doc/gradle-1.12/groovydoc/index.html
\ No newline at end of file
diff --git a/debian/gradle-1.12-doc.doc-base.gradle-javadoc-1.12 b/debian/gradle-1.12-doc.doc-base.gradle-javadoc-1.12
new file mode 100644
index 0000000..a4ace9f
--- /dev/null
+++ b/debian/gradle-1.12-doc.doc-base.gradle-javadoc-1.12
@@ -0,0 +1,9 @@
+Document: gradle-javadoc-1.12
+Title: Gradle 1.12 Javadoc
+Author: Gradle developers
+Abstract: Javadoc for Gradle 1.12 APIs
+Section: Programming/Java
+
+Format: HTML
+Files: /usr/share/doc/gradle-1.12/javadoc/*
+Index: /usr/share/doc/gradle-1.12/javadoc/index.html
\ No newline at end of file
diff --git a/debian/gradle-1.12-doc.doc-base.gradle-userguide-1.12 b/debian/gradle-1.12-doc.doc-base.gradle-userguide-1.12
new file mode 100644
index 0000000..9fb344d
--- /dev/null
+++ b/debian/gradle-1.12-doc.doc-base.gradle-userguide-1.12
@@ -0,0 +1,11 @@
+Document: gradle-userguide-1.12
+Title: Gradle 1.12 User Guide
+Author: Gradle developers
+Section: Programming/Java
+
+Format: HTML
+Files: /usr/share/doc/gradle-1.12/userguide/*.html
+Index: /usr/share/doc/gradle-1.12/userguide/userguide.html
+
+Format: PDF
+Files: /usr/share/doc/gradle-1.12/userguide/userguide.pdf.gz
\ No newline at end of file
diff --git a/debian/gradle-doc.install b/debian/gradle-1.12-doc.install
similarity index 77%
rename from debian/gradle-doc.install
rename to debian/gradle-1.12-doc.install
index bdb7c19..b7e29c9 100644
--- a/debian/gradle-doc.install
+++ b/debian/gradle-1.12-doc.install
@@ -1,3 +1,3 @@
-subprojects/docs/build/docs/*                        usr/share/doc/gradle/
-subprojects/docs/build/distDocs/getting-started.html usr/share/doc/gradle/
-subprojects/docs/build/samples/*                     usr/share/doc/gradle/examples/
\ No newline at end of file
+subprojects/docs/build/docs/*                        usr/share/doc/gradle-1.12/
+subprojects/docs/build/distDocs/getting-started.html usr/share/doc/gradle-1.12/
+subprojects/docs/build/samples/*                     usr/share/doc/gradle-1.12/examples/
\ No newline at end of file
diff --git a/debian/gradle.1.md b/debian/gradle-1.12.1.md
similarity index 65%
rename from debian/gradle.1.md
rename to debian/gradle-1.12.1.md
index 48bd497..4dda57e 100644
--- a/debian/gradle.1.md
+++ b/debian/gradle-1.12.1.md
@@ -1,4 +1,4 @@
-% GRADLE(1) gradle 1.12-1 | Gradle Command Line Manual
+% GRADLE-1.12(1) gradle-1.12 1.12-2 | Gradle 1.12 Command Line Manual
 % Gradle Depvelopers
 % 2014-04-29
 
@@ -8,9 +8,7 @@ gradle - A powerful build system for the JVM
 
 # SYNOPSIS
 
-**gradle** [_option..._] [_task..._]
-
-**./gradlew** [_option..._] [_task..._]
+**gradle-1.12** [_option..._] [_task..._]
 
 # OPTIONS
 
@@ -23,10 +21,10 @@ gradle - A powerful build system for the JVM
 :   Do not rebuild project dependencies.
 
 --all
-:   Shows additional detail in the task listing. See Section 11.6.2 of Gradle User Guide, "Listing tasks".
+:   Shows additional detail in the task listing. See Section 11.6.2 of Gradle 1.12 User Guide, "Listing tasks".
 
 -b, --build-file
-:   Specifies the build file. See Section 11.5 of Gradle User Guide, "Selecting which build to execute".
+:   Specifies the build file. See Section 11.5 of Gradle 1.12 User Guide, "Selecting which build to execute".
 
 -c, --settings-file
 :   Specifies the settings file.
@@ -35,70 +33,70 @@ gradle - A powerful build system for the JVM
 :   Continues task execution after a task failure.
 
 --configure-on-demand (incubating)
-:   Only relevant projects are configured in this build run. This means faster builds for large multi-projects. See Section 56.1.1.1 of Gradle User Guide, "Configuration on demand".
+:   Only relevant projects are configured in this build run. This means faster builds for large multi-projects. See Section 56.1.1.1 of Gradle 1.12 User Guide, "Configuration on demand".
 
 -D, --system-prop
-:   Sets a system property of the JVM, for example **-Dmyprop=myvalue**. See Section 14.2 of Gradle User Guide, "Gradle properties and system properties".
+:   Sets a system property of the JVM, for example **-Dmyprop=myvalue**. See Section 14.2 of Gradle 1.12 User Guide, "Gradle properties and system properties".
 
 -d, --debug
-:   Log in debug mode (includes normal stacktrace). See Chapter 18 of Gradle User Guide, "Logging".
+:   Log in debug mode (includes normal stacktrace). See Chapter 18 of Gradle 1.12 User Guide, "Logging".
 
 -g, --gradle-user-home
 :   Specifies the Gradle user home directory. The default is the **.gradle** directory in the user's home directory.
 
 --gui
-:   Launches the Gradle GUI. See Chapter 12 of Gradle User Guide, "Using the Gradle Graphical User Interface".
+:   Launches the Gradle GUI. See Chapter 12 of Gradle 1.12 User Guide, "Using the Gradle Graphical User Interface".
 
 -I, --init-script
-:   Specifies an initialization script. See Chapter 60 of Gradle User Guide, "Initialization Scripts".
+:   Specifies an initialization script. See Chapter 60 of Gradle 1.12 User Guide, "Initialization Scripts".
 
 -i, --info
-:   Set log level to info. See Chapter 18 of Gradle User Guide, "Logging".
+:   Set log level to info. See Chapter 18 of Gradle 1.12 User Guide, "Logging".
 
 -m, --dry-run
-:   Runs the build with all task actions disabled. See Section 11.7 of Gradle User Guide, "Dry Run".
+:   Runs the build with all task actions disabled. See Section 11.7 of Gradle 1.12 User Guide, "Dry Run".
 
 --no-color
 :   Do not use color in the console output.
 
 --offline
-:   Specifies that the build should operate without accessing network resources. See Section 50.9.2 of Gradle User Guide, "Command line options to override caching".
+:   Specifies that the build should operate without accessing network resources. See Section 50.9.2 of Gradle 1.12 User Guide, "Command line options to override caching".
 
 -P, --project-prop
-:   Sets a project property of the root project, for example **-Pmyprop=myvalue**. See Section 14.2 of Gradle User Guide, "Gradle properties and system properties".
+:   Sets a project property of the root project, for example **-Pmyprop=myvalue**. See Section 14.2 of Gradle 1.12 User Guide, "Gradle properties and system properties".
 
 -p, --project-dir
-:   Specifies the start directory for Gradle. Defaults to current directory. See Section 11.5 of Gradle User Guide, "Selecting which build to execute".
+:   Specifies the start directory for Gradle. Defaults to current directory. See Section 11.5 of Gradle 1.12 User Guide, "Selecting which build to execute".
 
 --parallel (incubating)
-:   Build projects in parallel. Gradle will attempt to determine the optimal number of executor threads to use. This option should only be used with decoupled projects (see Section 56.9 of Gradle User Guide, "Decoupled Projects").
+:   Build projects in parallel. Gradle will attempt to determine the optimal number of executor threads to use. This option should only be used with decoupled projects (see Section 56.9 of Gradle 1.12 User Guide, "Decoupled Projects").
 
 --parallel-threads (incubating)
-:   Build projects in parallel, using the specified number of executor threads. For example **--parallel-threads=3**. This option should only be used with decoupled projects (see Section 56.9 of Gradle User Guide, "Decoupled Projects").
+:   Build projects in parallel, using the specified number of executor threads. For example **--parallel-threads=3**. This option should only be used with decoupled projects (see Section 56.9 of Gradle 1.12 User Guide, "Decoupled Projects").
 
 --profile
-:   Profiles build execution time and generates a report in the **buildDir/reports/profile** directory. See Section 11.6.7 of Gradle User Guide, "Profiling a build".
+:   Profiles build execution time and generates a report in the **buildDir/reports/profile** directory. See Section 11.6.7 of Gradle 1.12 User Guide, "Profiling a build".
 
 --project-cache-dir
-:   Specifies the project-specific cache directory. Default value is **.gradle** in the root project directory. See Section 14.6 of Gradle User Guide, "Caching".
+:   Specifies the project-specific cache directory. Default value is **.gradle** in the root project directory. See Section 14.6 of Gradle 1.12 User Guide, "Caching".
 
 -q, --quiet
-:   Log errors only. See Chapter 18 of Gradle User Guide, "Logging".
+:   Log errors only. See Chapter 18 of Gradle 1.12 User Guide, "Logging".
 
 --recompile-scripts
-:   Specifies that cached build scripts are skipped and forced to be recompiled. See Section 14.6 of Gradle User Guide, "Caching".
+:   Specifies that cached build scripts are skipped and forced to be recompiled. See Section 14.6 of Gradle 1.12 User Guide, "Caching".
 
 --refresh-dependencies
-:   Refresh the state of dependencies. See Section 50.9.2 of Gradle User Guide, "Command line options to override caching".
+:   Refresh the state of dependencies. See Section 50.9.2 of Gradle 1.12 User Guide, "Command line options to override caching".
 
 --rerun-tasks
 :   Specifies that any task optimization is ignored.
 
 -S, --full-stacktrace
-:   Print out the full (very verbose) stacktrace for any exceptions. See Chapter 18 of Gradle User Guide, "Logging".
+:   Print out the full (very verbose) stacktrace for any exceptions. See Chapter 18 of Gradle 1.12 User Guide, "Logging".
 
 -s, --stacktrace
-:   Print out the stacktrace also for user exceptions (e.g. compile error). See Chapter 18 of Gradle User Guide, "Logging".
+:   Print out the stacktrace also for user exceptions (e.g. compile error). See Chapter 18 of Gradle 1.12 User Guide, "Logging".
 
 -u, --no-search-upwards
 :   Don't search in parent directories for a **settings.gradle** file.
@@ -107,7 +105,7 @@ gradle - A powerful build system for the JVM
 :   Prints version info.
 
 -x, --exclude-task
-:   Specifies a task to be excluded from execution. See Section 11.2 of Gradle User Guide, "Excluding tasks".
+:   Specifies a task to be excluded from execution. See Section 11.2 of Gradle 1.12 User Guide, "Excluding tasks".
 
 The above information is printed to the console when you execute **gradle -h**.
 
@@ -126,10 +124,10 @@ The following options are deprecated and will be removed in a future version of
 
 ## Daemon options
 
-The Chapter 19 of Gradle User Guide, "The Gradle Daemon" contains more information about the daemon. For example it includes information how to turn on the daemon by default so that you can avoid using **--daemon** all the time.
+The Chapter 19 of Gradle 1.12 User Guide, "The Gradle Daemon" contains more information about the daemon. For example it includes information how to turn on the daemon by default so that you can avoid using **--daemon** all the time.
 
 --daemon
-:   Uses the Gradle daemon to run the build. Starts the daemon if not running or existing daemon busy. Chapter 19 of Gradle User Guide, "The Gradle Daemon" contains more detailed information when new daemon processes are started.
+:   Uses the Gradle daemon to run the build. Starts the daemon if not running or existing daemon busy. Chapter 19 of Gradle 1.12 User Guide, "The Gradle Daemon" contains more detailed information when new daemon processes are started.
 
 --foreground
 :   Starts the Gradle daemon in the foreground. Useful for debugging or troubleshooting because you can easily monitor the build execution.
@@ -147,18 +145,18 @@ The following system properties are available for the **gradle** command. Note t
 gradle.user.home
 :   Specifies the Gradle user home directory.
 
-The Section 20.1 of Gradle User Guide, “Configuring the build environment via gradle.properties” contains specific information about Gradle configuration available via system properties.
+The Section 20.1 of Gradle 1.12 User Guide, “Configuring the build environment via gradle.properties” contains specific information about Gradle configuration available via system properties.
 
 # ENVIRONMENT
 
 The following environment variables are available for the **gradle** command. Note that command-line options and system properties take precedence over environment variables.
 
 GRADLE_OPTS
-:   Specifies command-line arguments to use to start the JVM. This can be useful for setting the system properties to use for running Gradle. For example you could set **GRADLE_OPTS="-Dorg.gradle.daemon=true"** to use the Gradle daemon without needing to use the **--daemon** option every time you run Gradle. Section 20.1 of Gradle User Guide, “Configuring the build environment via gradle.properties” contains more information about ways of configuring the daemon without using environmenta [...]
+:   Specifies command-line arguments to use to start the JVM. This can be useful for setting the system properties to use for running Gradle. For example you could set **GRADLE_OPTS="-Dorg.gradle.daemon=true"** to use the Gradle daemon without needing to use the **--daemon** option every time you run Gradle. Section 20.1 of Gradle 1.12 User Guide, “Configuring the build environment via gradle.properties” contains more information about ways of configuring the daemon without using environ [...]
 
 GRADLE_USER_HOME
 : Specifies the Gradle user home directory.
 
 # SEE ALSO
 
-/usr/share/doc/gradle/userguide/userguide.html
+/usr/share/doc/gradle-1.12/userguide/userguide.html
diff --git a/debian/gradle.install b/debian/gradle-1.12.install
similarity index 84%
rename from debian/gradle.install
rename to debian/gradle-1.12.install
index 5deda1f..a257ee4 100644
--- a/debian/gradle.install
+++ b/debian/gradle-1.12.install
@@ -1,2 +1,2 @@
-subprojects/launcher/build/startScripts/gradle     usr/share/gradle/bin
-subprojects/distributions/src/toplevel/init.d/     usr/share/gradle/
\ No newline at end of file
+subprojects/launcher/build/startScripts/gradle     usr/share/gradle-1.12/bin/
+subprojects/distributions/src/toplevel/init.d/     usr/share/gradle-1.12/
\ No newline at end of file
diff --git a/debian/gradle.jlibs b/debian/gradle-1.12.jlibs
similarity index 100%
rename from debian/gradle.jlibs
rename to debian/gradle-1.12.jlibs
diff --git a/debian/gradle.links b/debian/gradle-1.12.links
similarity index 65%
rename from debian/gradle.links
rename to debian/gradle-1.12.links
index 1b80ae5..b721357 100644
--- a/debian/gradle.links
+++ b/debian/gradle-1.12.links
@@ -1,5 +1,5 @@
 # The start script explicitly locates the versioned gradle-launcher at lib/ ,
 # hence we need to place the symlink.
 
-usr/share/gradle/bin/gradle                 usr/bin/gradle
+usr/share/gradle-1.12/bin/gradle                 usr/bin/gradle-1.12
 usr/share/java/gradle-launcher-1.12.jar     usr/share/gradle/lib/gradle-launcher-1.12.jar
\ No newline at end of file
diff --git a/debian/gradle-1.12.manpages b/debian/gradle-1.12.manpages
new file mode 100644
index 0000000..5f041d3
--- /dev/null
+++ b/debian/gradle-1.12.manpages
@@ -0,0 +1 @@
+debian/gradle-1.12.1
\ No newline at end of file
diff --git a/debian/gradle-doc.doc-base.gradle-dsl b/debian/gradle-doc.doc-base.gradle-dsl
deleted file mode 100644
index 753a9c2..0000000
--- a/debian/gradle-doc.doc-base.gradle-dsl
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: gradle-dsl
-Title: Gradle Build Language Reference
-Author: Gradle developers
-Abstract: Reference for the Gradle build language, or DSL.
-Section: Programming/Java
-
-Format: HTML
-Files: /usr/share/doc/gradle/dsl/*
-Index: /usr/share/doc/gradle/dsl/index.html
\ No newline at end of file
diff --git a/debian/gradle-doc.doc-base.gradle-groovydoc b/debian/gradle-doc.doc-base.gradle-groovydoc
deleted file mode 100644
index 31b4bcc..0000000
--- a/debian/gradle-doc.doc-base.gradle-groovydoc
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: gradle-groovydoc
-Title: Gradle Groovydoc
-Author: Gradle developers
-Abstract: Groovydoc for Gradle APIs
-Section: Programming/Java
-
-Format: HTML
-Files: /usr/share/doc/gradle/groovydoc/*
-Index: /usr/share/doc/gradle/groovydoc/index.html
\ No newline at end of file
diff --git a/debian/gradle-doc.doc-base.gradle-javadoc b/debian/gradle-doc.doc-base.gradle-javadoc
deleted file mode 100644
index 65fa054..0000000
--- a/debian/gradle-doc.doc-base.gradle-javadoc
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: gradle-javadoc
-Title: Gradle Javadoc
-Author: Gradle developers
-Abstract: Javadoc for Gradle APIs
-Section: Programming/Java
-
-Format: HTML
-Files: /usr/share/doc/gradle/javadoc/*
-Index: /usr/share/doc/gradle/javadoc/index.html
\ No newline at end of file
diff --git a/debian/gradle-doc.doc-base.gradle-userguide b/debian/gradle-doc.doc-base.gradle-userguide
deleted file mode 100644
index fc98166..0000000
--- a/debian/gradle-doc.doc-base.gradle-userguide
+++ /dev/null
@@ -1,11 +0,0 @@
-Document: gradle-userguide
-Title: Gradle User Guide
-Author: Gradle developers
-Section: Programming/Java
-
-Format: HTML
-Files: /usr/share/doc/gradle/userguide/*.html
-Index: /usr/share/doc/gradle/userguide/userguide.html
-
-Format: PDF
-Files: /usr/share/doc/gradle/userguide/userguide.pdf.gz
\ No newline at end of file
diff --git a/debian/gradle.manpages b/debian/gradle.manpages
deleted file mode 100644
index 80d5c0a..0000000
--- a/debian/gradle.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/gradle.1
\ No newline at end of file
diff --git a/debian/libgradle-core-java.jlibs b/debian/libgradle-core1.12-java.jlibs
similarity index 100%
rename from debian/libgradle-core-java.jlibs
rename to debian/libgradle-core1.12-java.jlibs
diff --git a/debian/libgradle-core-java.links b/debian/libgradle-core1.12-java.links
similarity index 100%
rename from debian/libgradle-core-java.links
rename to debian/libgradle-core1.12-java.links
diff --git a/debian/libgradle-plugins-java.install b/debian/libgradle-plugins1.12-java.install
similarity index 80%
rename from debian/libgradle-plugins-java.install
rename to debian/libgradle-plugins1.12-java.install
index 5a3a4e8..b0a237d 100644
--- a/debian/libgradle-plugins-java.install
+++ b/debian/libgradle-plugins1.12-java.install
@@ -1,2 +1,2 @@
-subprojects/core-impl/build/libs/jarjar/*.jar     /usr/share/gradle/lib/plugins/
-subprojects/distributions/src/toplevel/media/     /usr/share/gradle/
\ No newline at end of file
+subprojects/core-impl/build/libs/jarjar/*.jar     /usr/share/gradle-1.12/lib/plugins/
+subprojects/distributions/src/toplevel/media/     /usr/share/gradle-1.12/
\ No newline at end of file
diff --git a/debian/libgradle-plugins-java.jlibs b/debian/libgradle-plugins1.12-java.jlibs
similarity index 100%
rename from debian/libgradle-plugins-java.jlibs
rename to debian/libgradle-plugins1.12-java.jlibs
diff --git a/debian/rules b/debian/rules
index 4ffbf76..2ec4c2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,14 +19,12 @@ endif
 	dh $@ --with javahelper
 
 override_dh_auto_build:
-	find /usr/share/gradle -type l ! -exec test -r {} \; -print
-
 	# Gradle 1.12 buildSrc uses APIs that does not exist in Gradle 1.5, hence
 	# make the codes available inside buildSrc.
 	cp -r subprojects/base-services/src/main/java/ buildSrc/src/main/
 
 	gradle $(GRADLE_TASKS) $(GRADLE_FLAGS)
-	pandoc -s -o debian/gradle.1 debian/gradle.1.md
+	pandoc -s -o debian/gradle-1.12.1 debian/gradle-1.12.1.md
 
 override_dh_auto_clean:
 	dh_auto_clean
@@ -35,7 +33,7 @@ override_dh_auto_clean:
 	cp -r subprojects/base-services/src/main/java/ buildSrc/src/main/
 
 	gradle clean $(GRADLE_FLAGS)
-	rm -rf debian/gradle.1
+	rm -rf debian/gradle-1.12.1
 
 	rm -rf .gradle/ .gradlehome/ buildSrc/.gradle/ buildSrc/build/
 	rm -rf buildSrc/src/main/java/
@@ -43,9 +41,12 @@ override_dh_auto_clean:
 override_dh_install:
 	dh_install
 
+override_jh_installlibs:
+	jh_installlibs --no-mangle
+
 	# Remove empty files that raise lintian warnings
-	rm -f debian/gradle-doc/usr/share/doc/gradle/dsl/dsl-standalone.html
-	rm -f debian/gradle-doc/usr/share/doc/gradle/dsl/sidebar.js
+	rm -f debian/gradle-1.12-doc/usr/share/doc/gradle/dsl/dsl-standalone.html
+	rm -f debian/gradle-1.12-doc/usr/share/doc/gradle/dsl/sidebar.js
 
 get-orig-source:
 	uscan --download-current-version --force-download --repack --compression xz

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



More information about the pkg-java-commits mailing list