tags 745923 + patch tags 745923 + pending thanks Dear maintainer,
I've prepared an NMU for evernote-mode (versioned as 0.41-3.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru evernote-mode-0.41/debian/changelog evernote-mode-0.41/debian/changelog --- evernote-mode-0.41/debian/changelog 2012-07-04 13:24:08.000000000 +0200 +++ evernote-mode-0.41/debian/changelog 2014-04-26 17:45:42.000000000 +0200 @@ -1,3 +1,11 @@ +evernote-mode (0.41-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build using/for the default Ruby, instead of hardcoding 1.9.1. + (Closes: #745923) + + -- Christian Hofstaedtler <z...@debian.org> Sat, 26 Apr 2014 17:45:39 +0200 + evernote-mode (0.41-3) unstable; urgency=low * Update/refresh patches: use gbp-pq diff -Nru evernote-mode-0.41/debian/control evernote-mode-0.41/debian/control --- evernote-mode-0.41/debian/control 2012-07-04 13:24:33.000000000 +0200 +++ evernote-mode-0.41/debian/control 2014-04-26 17:41:44.000000000 +0200 @@ -2,7 +2,7 @@ Section: lisp Priority: optional Maintainer: Youhei SASAKI <uwab...@gfd-dennou.org> -Build-Depends: debhelper (>= 7.0.50~), ruby1.9.1 +Build-Depends: debhelper (>= 7.0.50~), ruby | ruby-interpreter Standards-Version: 3.9.3 DM-Upload-Allowed: yes Homepage: http://code.google.com/p/emacs-evernote-mode/ diff -Nru evernote-mode-0.41/debian/rules evernote-mode-0.41/debian/rules --- evernote-mode-0.41/debian/rules 2012-06-14 20:51:18.000000000 +0200 +++ evernote-mode-0.41/debian/rules 2014-04-26 17:44:43.000000000 +0200 @@ -6,6 +6,7 @@ PKG_DESTDIR := $(CURDIR)/debian/$(PKG_NAME) PKG_DOCDIR := $(PKG_DESTDIR)/usr/share/doc/$(PKG_NAME) libdir=$(shell ruby -rrbconfig -e 'puts Config::CONFIG["vendordir"]') +rubylibdir=$(shell ruby -rrbconfig -e 'puts RbConfig::CONFIG["rubylibdir"]') %: dh $@ @@ -29,11 +30,11 @@ override_dh_installdocs: (cd $(PKG_DESTDIR) && \ - rdoc1.9.1 -a --fmt=darkfish -o $(PKG_DOCDIR)/rdoc usr/lib/ruby/vendor_ruby/ ) + rdoc -a --fmt=darkfish -o $(PKG_DOCDIR)/rdoc usr/lib/ruby/vendor_ruby/ ) rm -f $(PKG_DESTDIR)/usr/share/doc/$(PKG_NAME)/rdoc/js/*.js for f in darkfish jquery quicksearch thickbox-compressed ; do \ (cd $(PKG_DESTDIR)/usr/share/doc/$(PKG_NAME)/rdoc/js && \ - ln -s ../../../../../lib/ruby/1.9.1/rdoc/generator/template/darkfish/js/$$f.js . ) ;\ + ln -s $(rubylibdir)/rdoc/generator/template/darkfish/js/$$f.js . ) ;\ done dh_installdocs -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org