The following commit has been merged in the master branch:
commit 544e276b4933a36b4b4ad2617cba4dc67ab14e6d
Author: Torsten Werner <twer...@debian.org>
Date:   Tue Oct 4 22:25:00 2011 +0200

    Add workaround for strange dpkg-source error.

diff --git a/debian/changelog b/debian/changelog
index 6c49ba2..9146be3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jruby (1.5.6-2) unstable; urgency=high
+
+  * Add workaround for strange dpkg-source error. (Closes: #643516)
+
+ -- Torsten Werner <twer...@debian.org>  Tue, 04 Oct 2011 22:24:31 +0200
+
 jruby (1.5.6-1) unstable; urgency=low
 
   * New upstream version (Closes: #636554)
diff --git a/debian/rules b/debian/rules
index 34c0c40..12c7dcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ export BUILDING_JRUBY := true
 
 clean::
        $(RM) lib/ruby/site_ruby/shared/yecht.jar debian/stamp-yecht
+       # strange workaround for dpkg-source
+       $(RM) bin/jruby
 
 pre-build:: debian/stamp-yecht
 debian/stamp-yecht:

-- 
100% pure-Java implementation of Ruby

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to