[DRE-commits] r3921 - trunk/libspreadsheet-ruby/debian

Gunnar Wolf gwolf at alioth.debian.org
Tue Aug 11 15:17:35 UTC 2009


Author: gwolf
Date: 2009-08-11 15:17:35 +0000 (Tue, 11 Aug 2009)
New Revision: 3921

Modified:
   trunk/libspreadsheet-ruby/debian/changelog
   trunk/libspreadsheet-ruby/debian/rules
Log:
Fixing file being installed in the wrong position, making 1.8 and 1.9
packages uninstallable together. Thanks to Ralf Treinen!


Modified: trunk/libspreadsheet-ruby/debian/changelog
===================================================================
--- trunk/libspreadsheet-ruby/debian/changelog	2009-08-10 13:07:43 UTC (rev 3920)
+++ trunk/libspreadsheet-ruby/debian/changelog	2009-08-11 15:17:35 UTC (rev 3921)
@@ -1,3 +1,11 @@
+libspreadsheet-ruby (0.6.4-2) unstable; urgency=low
+
+  * libspreadsheet-ruby1.9 was writing some files in libspreadsheet-
+    ruby1.8's directory, making them not installable together. Fixed.
+    (Closes: #541069)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 11 Aug 2009 10:16:47 -0500
+
 libspreadsheet-ruby (0.6.4-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libspreadsheet-ruby/debian/rules
===================================================================
--- trunk/libspreadsheet-ruby/debian/rules	2009-08-10 13:07:43 UTC (rev 3920)
+++ trunk/libspreadsheet-ruby/debian/rules	2009-08-11 15:17:35 UTC (rev 3921)
@@ -4,5 +4,8 @@
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-DEB_RUBY_CONFIG_ARGS = --bindir=/usr/share/doc/libspreadsheet-ruby1.8/examples --installdirs=std
+DEB_RUBY_CONFIG_ARGS = --bindir=/usr/share/doc/$(cdbs_curpkg)/examples --installdirs=std
 
+# install/libspreadsheet-ruby1.9::
+# 	mv ./debian/$(cdbs_curpkg)/usr/share/doc/usr/share/doc/libspreadsheet-ruby1.8/examples ./debian/$(cdbs_curpkg)/usr/share/doc/usr/share/doc/libspreadsheet-ruby1.9/
+# 	rm -rf ./debian/$(cdbs_curpkg)/usr/share/doc/usr/share/doc/libspreadsheet-ruby1.9/examples




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