[DRE-commits] [SCM] ruby-passenger.git branch, master, updated. debian/3.0.12debian-1-8-g92cff53

Laurent Bigonville bigon at bigon.be
Thu Jun 28 15:06:15 UTC 2012


The following commit has been merged in the master branch:
commit cb84dd4a17e30c2dff816ede0750c5c5dc768da1
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Thu Jun 28 16:15:18 2012 +0200

    debian/rules: Remove leftover MacOS resource fork file

diff --git a/debian/changelog b/debian/changelog
index 7f00de6..6ed4b7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ ruby-passenger (3.0.13debian-1) UNRELEASED; urgency=low
     now supported by passenger (Closes: #600679)
   * Drop debian/patches/fix_ftbfs_gcc47.patch: Applied upstream
   * Add debian/gbp.conf file
+  * debian/rules: Remove leftover MacOS resource fork file
 
- -- Laurent Bigonville <bigon at debian.org>  Thu, 28 Jun 2012 16:03:07 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 28 Jun 2012 16:11:47 +0200
 
 ruby-passenger (3.0.12debian-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index c0f6408..664f397 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_auto_install:
 	mkdir debian/tmp/
 	cp -a pkg/fakeroot1.8/* debian/tmp/
 	cp -a pkg/fakeroot1.9.1/* debian/tmp/
+	rm -f debian/tmp/usr/share/doc/phusion-passenger/images/._phusion_banner.png
 
 override_dh_auto_clean:
 	dh_auto_clean -O--buildsystem=ruby

-- 
ruby-passenger.git



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