[Pkg-javascript-commits] [npm2deb] 01/02: Use tac instead of tail (fixes js-task-wiki-edit script)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Sep 29 05:22:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository npm2deb.

commit 30af6a3993df00b1eb90768f3f4a49f935721c6b
Author: Pirate Praveen <praveen at debian.org>
Date:   Fri Sep 29 10:44:15 2017 +0530

    Use tac instead of tail (fixes js-task-wiki-edit script)
---
 debian/patches/take-latest.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/take-latest.patch b/debian/patches/take-latest.patch
index 1468e46..d3f1274 100644
--- a/debian/patches/take-latest.patch
+++ b/debian/patches/take-latest.patch
@@ -17,7 +17,7 @@ index 65eac5f..2119baa 100644
  
          madison = _getstatusoutput(
 -            'rmadison -u debian "%s" | grep source' % result['name'])
-+            'rmadison -u debian "%s" | grep source | tail -1' % result['name'])
++            'rmadison -u debian "%s" | tac | grep source' % result['name'])
  
          if madison[0] != 0:
              result['name'] = None

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/npm2deb.git



More information about the Pkg-javascript-commits mailing list