[maven-clean-plugin] 03/32: final fixes
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 18 07:05:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-clean-plugin.
commit 5d66fd42181b75254cb20161d7cc8ec8dcfaae69
Author: Torsten Werner <twerner at debian.org>
Date: Sun Dec 7 00:38:09 2008 +0000
final fixes
---
debian/control | 4 ++--
debian/patches/pom.diff | 35 ++++++++++++++++++++++++++++-------
debian/rules | 6 ++++++
3 files changed, 36 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index 661a806..63a9627 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends: default-jdk, ant, debhelper (>= 5), cdbs, quilt, maven-ant-helper,
- libmaven-file-management-java
+ libmaven-plugin-tools-java, libmaven-file-management-java
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-clean-plugin
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-clean-plugin/
Homepage: http://maven.apache.org/plugins/maven-clean-plugin/
-Package: maven-clean-plugin
+Package: libmaven-clean-plugin-java
Architecture: all
Section: devel
Depends: ${misc:Depends}, default-jre | java2-runtime, libmaven-file-management-java
diff --git a/debian/patches/pom.diff b/debian/patches/pom.diff
index 170bc8e..2069d22 100644
--- a/debian/patches/pom.diff
+++ b/debian/patches/pom.diff
@@ -1,7 +1,7 @@
Index: maven-clean-plugin-2.2/pom.xml
===================================================================
--- maven-clean-plugin-2.2.orig/pom.xml 2007-11-30 00:33:21.000000000 +0100
-+++ maven-clean-plugin-2.2/pom.xml 2008-12-07 01:12:27.000000000 +0100
++++ maven-clean-plugin-2.2/pom.xml 2008-12-07 01:31:45.000000000 +0100
@@ -21,13 +21,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -27,15 +27,36 @@ Index: maven-clean-plugin-2.2/pom.xml
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
-@@ -66,6 +70,7 @@
- <artifactId>plexus-utils</artifactId>
- <version>1.1</version>
+@@ -56,15 +60,27 @@
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0</version>
</dependency>
+ -->
++ <dependency>
++ <groupId>org.apache.maven.shared</groupId>
++ <artifactId>maven-shared-io</artifactId>
++ <version>1.1</version>
++ <scope>system</scope>
++ <systemPath>/usr/share/java/maven-shared-io.jar</systemPath>
++ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>file-management</artifactId>
+ <version>1.2</version>
++ <scope>system</scope>
++ <systemPath>/usr/share/java/file-management.jar</systemPath>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+- <version>1.1</version>
++ <version>1.4.8</version>
++ <scope>system</scope>
++ <systemPath>/usr/share/java/plexus-utils.jar</systemPath>
+ </dependency>
<!-- Test -->
- <dependency>
-@@ -83,7 +88,17 @@
+@@ -83,7 +99,17 @@
</contributors>
<build>
@@ -53,7 +74,7 @@ Index: maven-clean-plugin-2.2/pom.xml
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.3</version>
-@@ -92,6 +107,7 @@
+@@ -92,6 +118,7 @@
<artifactId>maven-source-plugin</artifactId>
<version>2.0.4</version>
</plugin>
diff --git a/debian/rules b/debian/rules
index da85cb2..92e7f78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,9 @@ API_DOCS := build/api
get-orig-source:
uscan --force-download
+REPO := /usr/share/maven-repo
+PLUGINS := $(REPO)/org/apache/maven/plugins
+
+binary-post-install/lib$(PACKAGE)-java::
+ dh_install target/*.jar $(PLUGINS)/$(PACKAGE)/$(VERSION)/
+ install -m644 pom.xml $(DEB_DESTDIR)$(PLUGINS)/$(PACKAGE)/$(VERSION)/$(PACKAGE)-$(VERSION).pom
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git
More information about the pkg-java-commits
mailing list