[DRE-maint] Ubuntu libparsetree-ruby 3.0.5-1ubuntu1

Ubuntu Merge-o-Matic mom at ubuntu.com
Tue Sep 13 07:28:13 UTC 2011


This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
-------------- next part --------------
Format: 1.8
Date: Tue, 13 Sep 2011 06:43:50 +0200
Source: libparsetree-ruby
Binary: libparsetree-ruby1.8 libparsetree-ruby
Architecture: source
Version: 3.0.5-1ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Angel Abad <angelabad at ubuntu.com>
Description: 
 libparsetree-ruby - Extract a class or method's parse tree, return it as a s-expressi
 libparsetree-ruby1.8 - Extract a class or method's parse tree, return it as a s-expressi
Launchpad-Bugs-Fixed: 833021
Changes: 
 libparsetree-ruby (3.0.5-1ubuntu1) oneiric; urgency=low
 .
   * debian/rules: Set directory permissions to fix FTBFS (LP: #833021)
Checksums-Sha1: 
 8488852ca5993a0a5aa704e2ea28f99c06fdeae5 1605 libparsetree-ruby_3.0.5-1ubuntu1.dsc
 2d67b2e8d258daea6f6bcb688582176773aa2220 4701 libparsetree-ruby_3.0.5-1ubuntu1.diff.gz
Checksums-Sha256: 
 8d1719e25bcc5c4f10b8b7c78a456e7766d9ad9a224557afdae76389e9663c85 1605 libparsetree-ruby_3.0.5-1ubuntu1.dsc
 d98c884c973ea5b9a53964129ac2a907ab037b3b81d726e6a2c4f0aa5217e345 4701 libparsetree-ruby_3.0.5-1ubuntu1.diff.gz
Files: 
 863387879770d769ee15cbfbf4344604 1605 ruby optional libparsetree-ruby_3.0.5-1ubuntu1.dsc
 e39c6fb18e17b307bac6fceac6467999 4701 ruby optional libparsetree-ruby_3.0.5-1ubuntu1.diff.gz
Original-Maintainer: Tobias Grimm <etobi at debian.org>
-------------- next part --------------
diff -pruN 3.0.5-1/debian/changelog 3.0.5-1ubuntu1/debian/changelog
--- 3.0.5-1/debian/changelog	2011-09-13 07:15:50.000000000 +0000
+++ 3.0.5-1ubuntu1/debian/changelog	2011-09-13 07:15:49.000000000 +0000
@@ -1,3 +1,9 @@
+libparsetree-ruby (3.0.5-1ubuntu1) oneiric; urgency=low
+
+  * debian/rules: Set directory permissions to fix FTBFS (LP: #833021)
+
+ -- Angel Abad <angelabad at ubuntu.com>  Tue, 13 Sep 2011 06:43:50 +0200
+
 libparsetree-ruby (3.0.5-1) unstable; urgency=low
 
   * New upstream release
diff -pruN 3.0.5-1/debian/control 3.0.5-1ubuntu1/debian/control
--- 3.0.5-1/debian/control	2011-09-13 07:15:50.000000000 +0000
+++ 3.0.5-1ubuntu1/debian/control	2011-09-13 07:15:49.000000000 +0000
@@ -1,7 +1,8 @@
 Source: libparsetree-ruby
 Section: ruby
 Priority: optional
-Maintainer: Tobias Grimm <etobi at debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Tobias Grimm <etobi at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 6), dpatch, ruby-pkg-tools (>= 0.8), cdbs, libsetup-ruby1.8
 Build-Depends-Indep: ruby1.8, libinline-ruby1.8, libsexp-processor-ruby1.8, libruby2ruby-ruby1.8
diff -pruN 3.0.5-1/debian/rules 3.0.5-1ubuntu1/debian/rules
--- 3.0.5-1/debian/rules	2011-09-13 07:15:50.000000000 +0000
+++ 3.0.5-1ubuntu1/debian/rules	2011-09-13 07:15:49.000000000 +0000
@@ -7,6 +7,8 @@ include /usr/share/ruby-pkg-tools/1/clas
 build: build-stamp
 
 build-stamp:
+	# Set directory permissions to fix FTBFS
+	chmod 755 .
 	# Run unit tests:
 	INLINEDIR=. /usr/bin/ruby1.8 -w -I lib:test:debian -r minitest/unit \
 	  -e 'Dir["test/test_*.rb"].each{|test| require test}'


More information about the Pkg-ruby-extras-maintainers mailing list