tags 744035 + patch tags 744035 + pending thanks Dear maintainer,
I've prepared an NMU for imaprowl (versioned as 1.2.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -u imaprowl-1.2.1/debian/changelog imaprowl-1.2.1/debian/changelog --- imaprowl-1.2.1/debian/changelog +++ imaprowl-1.2.1/debian/changelog @@ -1,3 +1,17 @@ +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 <[email protected]> Wed, 23 Apr 2014 13:55:25 +0200 + imaprowl (1.2.1-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- 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. only in patch2: unchanged: --- 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 only in patch2: unchanged: --- 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 \
signature.asc
Description: Digital signature

