[Pkg-javascript-commits] [node-jsondiffpatch] 02/03: patch to remove Makefile

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Thu Jul 3 23:02:32 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-jsondiffpatch.

commit 54f563724c966566b478608a67819b89e7696eea
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Thu Jul 3 22:58:15 2014 +0000

    patch to remove Makefile
---
 debian/patches/remove_makefile.patch | 42 ++++++++++++++++++++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 43 insertions(+)

diff --git a/debian/patches/remove_makefile.patch b/debian/patches/remove_makefile.patch
new file mode 100644
index 0000000..04c3f05
--- /dev/null
+++ b/debian/patches/remove_makefile.patch
@@ -0,0 +1,42 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ node-jsondiffpatch (0.1.7-1) UNRELEASED; urgency=low
+ .
+   * Initial release (Closes: #753412)
+Author: Andrew Kelley <superjoe30 at gmail.com>
+Bug-Debian: http://bugs.debian.org/753412
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- node-jsondiffpatch-0.1.7.orig/Makefile
++++ /dev/null
+@@ -1,12 +0,0 @@
+-
+-build: node_modules
+-	@./node_modules/.bin/gulp build
+-node_modules:
+-	npm install
+-test: node_modules
+-	@./node_modules/.bin/gulp test
+-test-browser: node_modules
+-	@./node_modules/.bin/gulp test-browser
+-watch: node_modules
+-	@./node_modules/.bin/gulp watch
+-.PHONY: build test test-browser watch
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 60611ea..4c31895 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 shebang.patch
+remove_makefile.patch

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



More information about the Pkg-javascript-commits mailing list