--- imaprowl-1.2.1.orig/debian/changelog +++ imaprowl-1.2.1/debian/changelog @@ -1,8 +1,22 @@ +imaprowl (1.2.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Depend on the default Ruby interpreter instead of ruby1.9.1. + (Closes: #744035) + * Drop libopenssl-ruby1.9.1 from the Depends line. Openssl support comes + now with the Ruby interpreter. + * Do not rewrite the shebang so that the script can use the default Ruby + interpreter /usr/bin/ruby. + * Install the library in /usr/lib/ruby/vendor_ruby, pointed by + RbConfig::CONFIG["vendordir"]. + + -- Cédric Boutillier Wed, 23 Apr 2014 13:55:25 +0200 + imaprowl (1.2.1-1) unstable; urgency=low - * New upstream release. + * New upstream release - -- Takuo KITAME Wed, 07 Oct 2009 11:19:00 +0900 + -- Takuo KITAME Wed, 07 Oct 2009 11:37:42 +0900 imaprowl (1.2.0-1) unstable; urgency=low --- imaprowl-1.2.1.orig/debian/control +++ imaprowl-1.2.1/debian/control @@ -8,7 +8,7 @@ Package: imaprowl Architecture: all -Depends: ${misc:Depends}, ruby1.9.1, libopenssl-ruby1.9.1 +Depends: ${misc:Depends}, ruby Description: IMAP new mail notification utility for iPhone using Prowl Public API Prowl is a service and an App for iPhone's Push Notification service.(APNs) see http://prowl.weks.net/ for more about Prowl. --- imaprowl-1.2.1.orig/debian/dirs +++ imaprowl-1.2.1/debian/dirs @@ -1,2 +1,2 @@ usr/bin -usr/lib/ruby/1.9.1 +usr/lib/ruby/vendor_ruby --- imaprowl-1.2.1.orig/debian/rules +++ imaprowl-1.2.1/debian/rules @@ -18,14 +18,13 @@ -rm -f imaprowl override_dh_install: - install -m 0644 imapidle.rb `pwd`/debian/$(PACKAGE)/usr/lib/ruby/1.9.1/ + install -m 0644 imapidle.rb `pwd`/debian/$(PACKAGE)/usr/lib/ruby/vendor_ruby/ install -m 0755 imaprowl `pwd`/debian/$(PACKAGE)/usr/bin/ override_dh_auto_build: dh_auto_build - sed -e 's%^#!/usr/bin/ruby$$%#!/usr/bin/ruby1.9.1%g' \ - imaprowl.rb > imaprowl + cp imaprowl.rb imaprowl xsltproc --nonet \ --param make.year.ranges 1 \