[SCM] UNNAMED PROJECT branch, master, updated. debian/1.3.0+dfsg-1-1-ga471ca4

Daigo Moriwaki daigo at debian.org
Fri Oct 7 11:01:26 UTC 2011


The following commit has been merged in the master branch:
commit a471ca411fa0ca53208152a8689d857ebaa01523
Author: Daigo Moriwaki <daigo at debian.org>
Date:   Fri Oct 7 20:01:15 2011 +0900

    Added a patch: debian/patches/20111007-pom.xml.remove_parent.diff removing the parent element which might cause an error to use the library.

diff --git a/debian/changelog b/debian/changelog
index e5c6f75..261e020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+clojure1.3 (1.3.0+dfsg-2) unstable; urgency=low
+
+  * Added a patch: debian/patches/20111007-pom.xml.remove_parent.diff
+    removing the parent element which might cause an error to use
+    the library.
+
+ -- Daigo Moriwaki <daigo at debian.org>  Fri, 07 Oct 2011 19:58:08 +0900
+
 clojure1.3 (1.3.0+dfsg-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/20111007-pom.xml.remove_parent.diff b/debian/patches/20111007-pom.xml.remove_parent.diff
new file mode 100644
index 0000000..850b875
--- /dev/null
+++ b/debian/patches/20111007-pom.xml.remove_parent.diff
@@ -0,0 +1,17 @@
+Index: pkg-clojure/pom.xml
+===================================================================
+--- pkg-clojure.orig/pom.xml	2011-09-25 13:16:08.000000000 +0900
++++ pkg-clojure/pom.xml	2011-10-07 19:55:24.000000000 +0900
+@@ -26,12 +26,6 @@
+     </license>
+   </licenses>
+ 
+-  <parent>
+-    <groupId>org.sonatype.oss</groupId>
+-    <artifactId>oss-parent</artifactId>
+-    <version>5</version>
+-  </parent>
+-
+   <scm>
+     <connection>scm:git:git at github.com:clojure/clojure.git</connection>
+     <developerConnection>scm:git:git at github.com:clojure/clojure.git</developerConnection>
diff --git a/debian/patches/series b/debian/patches/series
index f124f89..26a7a20 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-replace-asm
+20111007-pom.xml.remove_parent.diff

-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list