[DRE-commits] [passenger] 01/01: Fix FTBFS on arch-all only builds.
Felix Geyer
fgeyer at moszumanska.debian.org
Thu Apr 7 07:25:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to branch master
in repository passenger.
commit 35ca2383c6bae88167e7f817033c199f9c54d5f0
Author: Felix Geyer <fgeyer at debian.org>
Date: Thu Apr 7 09:24:52 2016 +0200
Fix FTBFS on arch-all only builds.
---
debian/changelog | 6 ++++++
debian/rules | 2 ++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 00f537f..57fa6cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+passenger (5.0.27-2) unstable; urgency=medium
+
+ * Fix FTBFS on arch-all only builds.
+
+ -- Felix Geyer <fgeyer at debian.org> Thu, 07 Apr 2016 09:18:06 +0200
+
passenger (5.0.27-1) unstable; urgency=medium
[ Felix Geyer ]
diff --git a/debian/rules b/debian/rules
index 0ebe729..6bffa77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ override_dh_auto_clean:
override_dh_install:
dh_install --list-missing -O--buildsystem=ruby
+ifneq (,$(filter passenger, $(shell dh_listpackages)))
cd debian/passenger && rm -f \
usr/lib/ruby/vendor_ruby/phusion_passenger/vendor/union_station_hooks_core/LICENSE.md \
usr/lib/ruby/vendor_ruby/phusion_passenger/vendor/union_station_hooks_rails/LICENSE.md \
@@ -49,6 +50,7 @@ override_dh_install:
usr/share/passenger/node/vendor-copy/winston/node_modules/isstream/LICENSE.md \
usr/share/passenger/node/vendor-copy/winston/node_modules/pkginfo/LICENSE \
usr/share/passenger/node/vendor-copy/winston/node_modules/stack-trace/License
+endif
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/passenger.git
More information about the Pkg-ruby-extras-commits
mailing list