[pkg-java] r3484 - trunk/ganymed-ssh2/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Wed May 16 05:44:08 UTC 2007


Author: mkoch
Date: 2007-05-16 05:44:08 +0000 (Wed, 16 May 2007)
New Revision: 3484

Modified:
   trunk/ganymed-ssh2/debian/
   trunk/ganymed-ssh2/debian/changelog
   trunk/ganymed-ssh2/debian/control
   trunk/ganymed-ssh2/debian/rules
Log:
ganymed-ssh2 (210-2) unstable; urgency=low

  * debian/rules: clean: Delete build-stamp (Closes: #424290).
  * Added myself as Uploader.



Property changes on: trunk/ganymed-ssh2/debian
___________________________________________________________________
Name: svn:ignore
   + files
libganymed-ssh2-java


Modified: trunk/ganymed-ssh2/debian/changelog
===================================================================
--- trunk/ganymed-ssh2/debian/changelog	2007-05-15 22:39:09 UTC (rev 3483)
+++ trunk/ganymed-ssh2/debian/changelog	2007-05-16 05:44:08 UTC (rev 3484)
@@ -1,3 +1,10 @@
+ganymed-ssh2 (210-2) unstable; urgency=low
+
+  * debian/rules: clean: Delete build-stamp (Closes: #424290).
+  * Added myself as Uploader.
+
+ -- Michael Koch <konqueror at gmx.de>  Wed, 16 May 2007 07:42:33 +0200
+
 ganymed-ssh2 (210-1) unstable; urgency=low
 
   * Initial release. (Closes: #374255)

Modified: trunk/ganymed-ssh2/debian/control
===================================================================
--- trunk/ganymed-ssh2/debian/control	2007-05-15 22:39:09 UTC (rev 3483)
+++ trunk/ganymed-ssh2/debian/control	2007-05-16 05:44:08 UTC (rev 3484)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Marcus Better <marcus at better.se>
+Uploaders: Marcus Better <marcus at better.se>, Michael Koch <konqueror at gmx.de>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: java-gcj-compat-dev
 Standards-Version: 3.7.2

Modified: trunk/ganymed-ssh2/debian/rules
===================================================================
--- trunk/ganymed-ssh2/debian/rules	2007-05-15 22:39:09 UTC (rev 3483)
+++ trunk/ganymed-ssh2/debian/rules	2007-05-16 05:44:08 UTC (rev 3484)
@@ -22,7 +22,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-rm -rf $(PKGNAME).jar apidocs
+	-rm -rf $(PKGNAME).jar apidocs build-stamp
 	find -name \*.class -exec rm {} \+
 	dh_clean
 




More information about the pkg-java-commits mailing list