control: tags -1 +patch

Hi,

 As same as Bug#746025, gem2deb has already drop ruby1.9.1 and it causes
 this FTBFS. Attached patch would fix this (and also deal with ruby2.1).
 Could you check and apply it, please?

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru libselinux-2.2.2/debian/changelog libselinux-2.2.2/debian/changelog
--- libselinux-2.2.2/debian/changelog	2014-01-12 02:45:02.000000000 +0900
+++ libselinux-2.2.2/debian/changelog	2014-04-27 20:46:33.000000000 +0900
@@ -1,3 +1,11 @@
+libselinux (2.2.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/{ruby.mk,ruby-selinux.install}
+    - drop related to ruby1.9.1 and add ruby2.1.0 instead (Closes: #746024)
+
+ -- Hideki Yamane <henr...@debian.org>  Sun, 27 Apr 2014 20:45:31 +0900
+
 libselinux (2.2.2-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru libselinux-2.2.2/debian/ruby-selinux.install libselinux-2.2.2/debian/ruby-selinux.install
--- libselinux-2.2.2/debian/ruby-selinux.install	2014-01-12 02:45:02.000000000 +0900
+++ libselinux-2.2.2/debian/ruby-selinux.install	2014-04-27 20:42:33.000000000 +0900
@@ -1,2 +1 @@
-usr/lib/ruby*
 usr/lib/*/ruby
diff -Nru libselinux-2.2.2/debian/ruby.mk libselinux-2.2.2/debian/ruby.mk
--- libselinux-2.2.2/debian/ruby.mk	2014-01-12 02:45:02.000000000 +0900
+++ libselinux-2.2.2/debian/ruby.mk	2014-04-27 20:38:37.000000000 +0900
@@ -4,7 +4,7 @@
 RUBYINSTALL ?= $(LIBDIR)/ruby/site_ruby/$(RUBYLIBVER)/$(RUBYPLATFORM)
 
 ## Default target
-RUBY_VERSIONS := ruby1.9.1 ruby2.0
+RUBY_VERSIONS := ruby2.0 ruby2.1
 all: $(RUBY_VERSIONS)
 
 ## Targets share the same output files, so must be run serially
@@ -23,11 +23,11 @@
 extra_ruby_args += RUBYINSTALL=$(DESTDIR)$(RUBY_VENDOR_ARCHLIB)
 
 ## How to build and install each individually-versioned copy
-ruby1.9.1: ruby%:
-	+$(MAKE) $(extra_ruby_args) clean-rubywrap
-	+$(MAKE) $(extra_ruby_args) RUBYINC="-I/usr/include/ruby-1.9.1/ -I/usr/include/ruby-1.9.1/\$${RUBYPLATFORM}/" install-rubywrap
-
 ruby2.0: ruby%:
 	+$(MAKE) $(extra_ruby_args) clean-rubywrap
 	+$(MAKE) $(extra_ruby_args) RUBYINC="-I/usr/include/ruby-2.0.0/ -I/usr/include/\$${RUBYPLATFORM}/ruby-2.0.0/" \
 		RUBYINSTALL="$(DESTDIR)/usr/lib/$(RUBY_PLATFORM)/ruby/vendor_ruby/2.0.0/" install-rubywrap
+ruby2.1: ruby%:
+	+$(MAKE) $(extra_ruby_args) clean-rubywrap
+	+$(MAKE) $(extra_ruby_args) RUBYINC="-I/usr/include/ruby-2.1.0/ -I/usr/include/\$${RUBYPLATFORM}/ruby-2.1.0/" \
+		RUBYINSTALL="$(DESTDIR)/usr/lib/$(RUBY_PLATFORM)/ruby/vendor_ruby/2.1.0/" install-rubywrap

Reply via email to