[pkg-java] r11410 - in trunk/ganymed-ssh2/debian: . source

Gabriele Giacone gg0-guest at alioth.debian.org
Mon Jan 25 00:52:51 UTC 2010


Author: gg0-guest
Date: 2010-01-25 00:52:50 +0000 (Mon, 25 Jan 2010)
New Revision: 11410

Added:
   trunk/ganymed-ssh2/debian/pom.xml
   trunk/ganymed-ssh2/debian/source/
   trunk/ganymed-ssh2/debian/source/format
Modified:
   trunk/ganymed-ssh2/debian/changelog
   trunk/ganymed-ssh2/debian/compat
   trunk/ganymed-ssh2/debian/control
   trunk/ganymed-ssh2/debian/rules
Log:
Maven integration and minor fixes


Modified: trunk/ganymed-ssh2/debian/changelog
===================================================================
--- trunk/ganymed-ssh2/debian/changelog	2010-01-25 00:34:20 UTC (rev 11409)
+++ trunk/ganymed-ssh2/debian/changelog	2010-01-25 00:52:50 UTC (rev 11410)
@@ -2,10 +2,19 @@
 
   [ Marcus Better ]
   * Fixed Vcs-Svn and Vcs-Browser fields.
-  * Added Homepage field.
 
- -- Michael Koch <konqueror at gmx.de>  Wed, 20 Feb 2008 23:19:23 +0100
+  [ Gabriele Giacone ]
+  * Maven integration
+  * dh compat to 7
+  * d/control:
+    - Added maven-repo-helper as Build-Depends
+    - Added ${misc:Depends} ad Depends
+    - Standard-Version to 3.8.3
+    - Updated Homepage field
+    - Section from libs to java
 
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Mon, 25 Jan 2010 01:08:43 +0100
+
 ganymed-ssh2 (210-2) unstable; urgency=low
 
   * debian/rules: clean: Delete build-stamp (Closes: #424290).

Modified: trunk/ganymed-ssh2/debian/compat
===================================================================
--- trunk/ganymed-ssh2/debian/compat	2010-01-25 00:34:20 UTC (rev 11409)
+++ trunk/ganymed-ssh2/debian/compat	2010-01-25 00:52:50 UTC (rev 11410)
@@ -1 +1 @@
-5
+7

Modified: trunk/ganymed-ssh2/debian/control
===================================================================
--- trunk/ganymed-ssh2/debian/control	2010-01-25 00:34:20 UTC (rev 11409)
+++ trunk/ganymed-ssh2/debian/control	2010-01-25 00:52:50 UTC (rev 11410)
@@ -1,18 +1,18 @@
 Source: ganymed-ssh2
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Marcus Better <marcus at better.se>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7), maven-repo-helper
 Build-Depends-Indep: java-gcj-compat-dev
-Standards-Version: 3.7.2
-Homepage: http://www.ganymed.ethz.ch/ssh2/
+Standards-Version: 3.8.3
+Homepage: http://www.cleondris.ch/ssh2/
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/ganymed-ssh2
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ganymed-ssh2/
 
 Package: libganymed-ssh2-java
 Architecture: all
-Depends: java-gcj-compat-dev | java2-runtime
+Depends: ${misc:Depends}, java-gcj-compat-dev | java2-runtime
 Suggests: java-virtual-machine
 Description: pure Java implementation of the SSH-2 protocol
  Ganymed SSH-2 for Java is a library which implements the SSH-2

Added: trunk/ganymed-ssh2/debian/pom.xml
===================================================================
--- trunk/ganymed-ssh2/debian/pom.xml	                        (rev 0)
+++ trunk/ganymed-ssh2/debian/pom.xml	2010-01-25 00:52:50 UTC (rev 11410)
@@ -0,0 +1,9 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>ch.ethz.ganymed</groupId>
+  <artifactId>ganymed-ssh2</artifactId>
+  <version>build210</version>
+  <name>Ganymed SSH2 for Java</name>
+  <description>Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java</description>
+  <url>http://www.cleondris.ch/ssh2/</url>
+</project>

Modified: trunk/ganymed-ssh2/debian/rules
===================================================================
--- trunk/ganymed-ssh2/debian/rules	2010-01-25 00:34:20 UTC (rev 11409)
+++ trunk/ganymed-ssh2/debian/rules	2010-01-25 00:52:50 UTC (rev 11410)
@@ -29,7 +29,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 binary-indep: build install
@@ -38,9 +38,12 @@
 	dh_installchangelogs
 	dh_installdocs
 	dh_install
-	install -m 644 $(PKGNAME).jar $(JAVALIB_DIR)/$(PKGNAME)-$(VERSION).jar
-	ln -s $(PKGNAME)-$(VERSION).jar $(JAVALIB_DIR)/$(PKGNAME).jar
+	ln -s $(PKGNAME).jar $(JAVALIB_DIR)/$(PKGNAME)-$(VERSION).jar
 	install -m 644 HISTORY.txt $(INSTALL_DIR)/usr/share/doc/$(LIBNAME)/changlog
+	# maven
+	mh_installpom -p$(LIBNAME) $(CURDIR)/debian/pom.xml
+	mh_installjar -p$(LIBNAME) -l $(CURDIR)/debian/pom.xml \
+		$(CURDIR)/$(PKGNAME).jar
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Added: trunk/ganymed-ssh2/debian/source/format
===================================================================
--- trunk/ganymed-ssh2/debian/source/format	                        (rev 0)
+++ trunk/ganymed-ssh2/debian/source/format	2010-01-25 00:52:50 UTC (rev 11410)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list