diff -Nru ganymed-ssh2-250/debian/changelog ganymed-ssh2-250/debian/changelog --- ganymed-ssh2-250/debian/changelog 2010-03-16 21:19:09.000000000 +0000 +++ ganymed-ssh2-250/debian/changelog 2011-09-14 21:01:54.000000000 +0000 @@ -1,3 +1,17 @@ +ganymed-ssh2 (250-2) unstable; urgency=low + + * Team upload + + [ Miguel Landaeta ] + * debian/rules: Updated get-orig-source target to generate the upstream + tarball sources with a correct filename. + + [ Torsten Werner ] + * Remove Java runtime from Depends. + * Update Standards-Version: 3.9.2. + + -- Torsten Werner Wed, 14 Sep 2011 23:00:01 +0200 + ganymed-ssh2 (250-1) unstable; urgency=low * New upstream release. (Closes: #574007). diff -Nru ganymed-ssh2-250/debian/control ganymed-ssh2-250/debian/control --- ganymed-ssh2-250/debian/control 2010-03-16 00:56:20.000000000 +0000 +++ ganymed-ssh2-250/debian/control 2011-09-14 21:01:54.000000000 +0000 @@ -5,16 +5,14 @@ Uploaders: Marcus Better , Michael Koch , Miguel Landaeta Build-Depends: debhelper (>= 7.0.50~), maven-repo-helper, default-jdk, javahelper -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 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: default-jre-headless | java6-runtime-headless | - java5-runtime-headless | java2-runtime-headless | java2-runtime, - ${misc:Depends} +Depends: ${misc:Depends} Description: pure Java implementation of the SSH-2 protocol Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java. It allows one to connect to SSH servers from diff -Nru ganymed-ssh2-250/debian/rules ganymed-ssh2-250/debian/rules --- ganymed-ssh2-250/debian/rules 2010-03-16 00:56:20.000000000 +0000 +++ ganymed-ssh2-250/debian/rules 2010-03-17 14:52:42.000000000 +0000 @@ -2,6 +2,8 @@ PKGNAME := ganymed-ssh2 LIBNAME := lib$(PKGNAME)-java +VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p') + %: dh --with javahelper $@ @@ -27,3 +29,4 @@ --no-symlink \ --force-download \ --destdir $(CURDIR) + mv $(PKGNAME)-build$(VERSION).tar.gz $(PKGNAME)_$(VERSION).orig.tar.gz