Package: release.debian.org Severity: normal Tags: wheezy User: [email protected] Usertags: pu
Hi, to also address RC bug http://bugs.debian.org/724768 in stable, I'd upload my NMU 1.8.0-1.1 also to stable-proposed-updates as 1.8.0-1.1~deb7u1. (Cc'ing glark's maintainer.) Since the patch and changelog entry are exactly the same as already uploaded to unstable I decided to include the according changelog entry completely and adding a new entry for the upload instead of using the same changelog entry, just with a different version and target distribution. Please tell me if it's ok to upload this to stable-proposed-updates. If the version number and the changelog entries are not ok, please advise me what way is preferred. → debdiff glark_1.8.0-1.dsc glark_1.8.0-1.1\~deb7u1.dsc diff -u glark-1.8.0/debian/changelog glark-1.8.0/debian/changelog --- glark-1.8.0/debian/changelog +++ glark-1.8.0/debian/changelog @@ -1,3 +1,18 @@ +glark (1.8.0-1.1~deb7u1) stable-proposed-updates; urgency=low + + * Upload to stable-proposed-updates + + -- Axel Beckert <[email protected]> Tue, 15 Apr 2014 03:15:34 +0200 + +glark (1.8.0-1.1) unstable; urgency=low + + * Non-maintainer upload + * Enforce Ruby 1.8 usage (Closes: #724768) + + Patch installed glark binary to use ruby1.8 + + Switch dependency from ruby to rub1.8. + + -- Axel Beckert <[email protected]> Wed, 09 Oct 2013 17:52:18 +0200 + glark (1.8.0-1) unstable; urgency=low * New upstream release diff -u glark-1.8.0/debian/control glark-1.8.0/debian/control --- glark-1.8.0/debian/control +++ glark-1.8.0/debian/control @@ -8,7 +8,7 @@ Package: glark Architecture: all -Depends: ruby (>= 1.6.7-3) +Depends: ruby1.8 Description: pattern matching tool similar to grep glark is a program like 'grep' to search for text in files. It can be used from the command line or in scripts. diff -u glark-1.8.0/debian/rules glark-1.8.0/debian/rules --- glark-1.8.0/debian/rules +++ glark-1.8.0/debian/rules @@ -4,0 +5,5 @@ + +install/glark:: + sed -e 's/^exec ruby /exec ruby1.8 /;s/^#!ruby /#!ruby1.8/;s:^#!/usr/bin/ruby :#!/usr/bin/ruby1.8 :' -i \ + $(CURDIR)/debian/glark/usr/bin/glark \ + $(CURDIR)/debian/glark/usr/share/glark/*.rb -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

