[jsch] 02/04: Replaced debian/pom.xml with the one from the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jun 15 09:53:40 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository jsch.

commit 581ba7fdaa4275430558bd618d6f7b3d079442cc
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Jun 15 11:49:41 2015 +0200

    Replaced debian/pom.xml with the one from the upstream tarball
---
 debian/changelog         |   7 +++
 debian/libjsch-java.poms |   2 +-
 debian/pom.xml           | 111 -----------------------------------------------
 debian/rules             |   6 +--
 4 files changed, 9 insertions(+), 117 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 059c83d..82d7c23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jsch (0.1.53-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - Replaced debian/pom.xml with the one from the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 15 Jun 2015 11:44:10 +0200
+
 jsch (0.1.52-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/libjsch-java.poms b/debian/libjsch-java.poms
index 623bd24..9ac7e64 100644
--- a/debian/libjsch-java.poms
+++ b/debian/libjsch-java.poms
@@ -1 +1 @@
-debian/pom.xml --no-parent
+pom.xml --no-parent --has-package-version --java-lib
diff --git a/debian/pom.xml b/debian/pom.xml
deleted file mode 100644
index 31ac76c..0000000
--- a/debian/pom.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<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/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>com.jcraft</groupId>
-  <artifactId>jsch</artifactId>
-  <packaging>jar</packaging>
-  <version>0.1.52</version>
-  <name>JSch</name>
-  <url>http://www.jcraft.com/jsch/</url>
-  <description>JSch is a pure Java implementation of SSH2</description>
-  <organization>
-    <name>JCraft,Inc.</name>
-    <url>http://www.jcraft.com/</url>
-  </organization>
-  <scm>
-    <connection>scm:git:http://git.jcraft.com/jsch.git</connection>
-    <developerConnection>scm:git:http://git.jcraft.com/jsch.git</developerConnection>
-    <url>http://git.jcraft.com/jsch.git</url>
-  </scm>
-  <developers>
-    <developer>
-    <id>ymnk</id>
-    <name>Atsuhiko Yamanaka</name>
-    <email>ymnk at jcraft D0t com</email>
-    <url>http://github.com/ymnk</url>
-    <organization>JCraft,Inc.</organization>
-    <organizationUrl>http://www.jcraft.com/</organizationUrl>
-    <roles>
-      <role>architect</role>
-      <role>developer</role>
-    </roles>
-    <timezone>+9</timezone>
-    </developer>
-  </developers>
-  <licenses>
-    <license>
-      <name>Revised BSD</name>
-      <url>http://www.jcraft.com/jsch/LICENSE.txt</url>
-    </license>
-  </licenses>
-  <dependencies>
-    <dependency>
-      <groupId>com.jcraft</groupId>
-      <artifactId>jzlib</artifactId>
-      <version>1.0.7</version>
-      <optional>true</optional>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-javadocs</id>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-gpg-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>sign-artifacts</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>sign</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-         <artifactId>wagon-ssh-external</artifactId>
-         <version>1.0-alpha-5</version>
-      </extension>
-    </extensions>
-  </build>
-
-  <parent>
-    <groupId>org.sonatype.oss</groupId>
-    <artifactId>oss-parent</artifactId>
-    <version>6</version>
-  </parent>
-</project>
diff --git a/debian/rules b/debian/rules
index d8c0cc2..300e8af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ configure/lib$(PACKAGE)-java::
 
 binary-post-install/lib$(PACKAGE)-java::
 	mh_installpoms -plib$(PACKAGE)-java
-	mh_installjar -plib$(PACKAGE)-java -l debian/pom.xml dist/lib/jsch-$(DEB_UPSTREAM_VERSION).jar /usr/share/ant/lib/jsch.jar
+	mh_installjar -plib$(PACKAGE)-java -l pom.xml dist/lib/jsch-$(DEB_UPSTREAM_VERSION).jar /usr/share/ant/lib/jsch.jar
 
 binary-post-install/lib$(PACKAGE)-java-doc::
 	install -d debian/libjsch-java-doc/usr/share/doc/libjsch-java-doc/examples
@@ -26,7 +26,3 @@ clean::
 
 get-orig-source:
 	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack
-
-get-orig-pom:
-	wget -O debian/pom.xml http://repo1.maven.org/maven2/com/jcraft/jsch/$(VERSION)/jsch-$(VERSION).pom
-

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



More information about the pkg-java-commits mailing list