tags 687366 patch
thanks

Hi,

> That's because that file is in a directory for ruby 1.8, but the
> dependencies don't reflect that that is required.

 I've create a patch for updating ruby path to 1.9.1, so I would
 upload updated package to delay queue with 5-days.

 Please check attached patch and if it'd be wrong, please tell me.


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru dbtoepub-0+svn9150/debian/changelog dbtoepub-0+svn9150/debian/changelog
--- dbtoepub-0+svn9150/debian/changelog	2012-05-18 01:31:38.000000000 +0900
+++ dbtoepub-0+svn9150/debian/changelog	2012-09-20 06:17:59.000000000 +0900
@@ -1,3 +1,12 @@
+dbtoepub (0+svn9150-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/dbtoepub.install,rules
+    - Now ruby package provides ruby1.9.1, so we should move files from 
+      /usr/lib/ruby1.8 to /usr/lib/ruby1.9.1 (Closes: #687366)
+
+ -- Hideki Yamane <henr...@debian.org>  Thu, 20 Sep 2012 06:17:51 +0900
+
 dbtoepub (0+svn9150-1) unstable; urgency=low
 
   * New snapshot based on SVN revision 9150.
diff -Nru dbtoepub-0+svn9150/debian/dbtoepub.install dbtoepub-0+svn9150/debian/dbtoepub.install
--- dbtoepub-0+svn9150/debian/dbtoepub.install	2009-05-10 23:10:55.000000000 +0900
+++ dbtoepub-0+svn9150/debian/dbtoepub.install	2012-09-20 06:12:35.000000000 +0900
@@ -1,2 +1,2 @@
 bin/dbtoepub	usr/bin/
-bin/lib/*	usr/lib/ruby/1.8/dbtoepub/
+bin/lib/*	usr/lib/ruby/1.9.1/dbtoepub/
diff -Nru dbtoepub-0+svn9150/debian/rules dbtoepub-0+svn9150/debian/rules
--- dbtoepub-0+svn9150/debian/rules	2012-05-16 06:09:55.000000000 +0900
+++ dbtoepub-0+svn9150/debian/rules	2012-09-20 06:16:01.000000000 +0900
@@ -9,4 +9,4 @@
 
 override_dh_install:
 	dh_install
-	chmod 644 $(CURDIR)/debian/$(PACKAGE)/usr/lib/ruby/1.8/dbtoepub/docbook.rb
+	chmod 644 $(CURDIR)/debian/$(PACKAGE)/usr/lib/ruby/1.9.1/dbtoepub/docbook.rb

Reply via email to