[Pkg-javascript-commits] [uglifyjs] 484/491: Drop patch 1003: Obsolete (code now uses commander, not yargs).

Jonas Smedegaard dr at jones.dk
Wed Feb 14 19:52:07 UTC 2018


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

js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.

commit 7c88971b3d716502a6d705978c7db898f8f67ef0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Feb 14 19:45:27 2018 +0100

    Drop patch 1003: Obsolete (code now uses commander, not yargs).
---
 debian/patches/1003_fix_manpage_help_output.patch | 18 ------------------
 debian/patches/series                             |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/1003_fix_manpage_help_output.patch b/debian/patches/1003_fix_manpage_help_output.patch
deleted file mode 100644
index f882972..0000000
--- a/debian/patches/1003_fix_manpage_help_output.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix render help output
-Forwarded: no
-Author: Bastien Roucariès <rouca at debian.org>
-Bug-Debian: https://bugs.debian.org/847642
-Last-Update: 2017-08-18
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/bin/uglifyjs
-+++ b/bin/uglifyjs
-@@ -161,7 +161,7 @@
- }
- 
- if (ARGS.h || ARGS.help) {
--    print(yargs.help());
-+    print(yargs.help().argv);
-     process.exit(0);
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
index ceccdf9..5140308 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 1001_break_dep_loop.patch
 1002_avoid_timeout_in_tests.patch
-1003_fix_manpage_help_output.patch
 2002_node_conflict.patch

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



More information about the Pkg-javascript-commits mailing list