[Pkg-mozext-commits] [no-resource-uri-leak] 02/03: Fix the jpm.sh path to /usr/share

Hema Prathaban hemaprathaban-guest at moszumanska.debian.org
Tue Jul 4 17:19:36 UTC 2017


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

hemaprathaban-guest pushed a commit to branch master
in repository no-resource-uri-leak.

commit da6214ed07d1a7b98535f7137f43a5d06aa54cfd
Author: Hema Prathaban <hemaklnce at gmail.com>
Date:   Tue Jul 4 03:25:22 2017 -0400

    Fix the jpm.sh path to /usr/share
    
    Signed-off-by: Hema Prathaban <hemaklnce at gmail.com>
---
 Makefile                                         |  2 +-
 debian/patches/Include-JPM-module-from-localpath | 40 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f2348c3..aa6dea9 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ builds_dir = ./builds
 branding_src_dir = ./branding
 src_dir = ./src
 version_info_path = ./version_info
-git_submodule_jpm_sh = ./tools/jpm.sh
+git_submodule_jpm_sh = /usr/share/jpm.sh
 addon_path = $(builds_dir)/latest
 
 
diff --git a/debian/patches/Include-JPM-module-from-localpath b/debian/patches/Include-JPM-module-from-localpath
new file mode 100644
index 0000000..1d6f26c
--- /dev/null
+++ b/debian/patches/Include-JPM-module-from-localpath
@@ -0,0 +1,40 @@
+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.
+ .
+ no-resource-uri-leak (1.1.0-1) unstable; urgency=medium
+ .
+   * Initial release for Debian.
+   * Imported Upstream version 1.1.0
+   * debian/control:
+     + Set the maintainer to be the mozext team.
+     + Make build-dependency on mozilla-devscripts unversioned.
+Author: Hema Prathaban <hemaklnce at gmail.com>
+
+---
+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: https://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: 2017-07-04
+
+--- no-resource-uri-leak-1.1.0.orig/Makefile
++++ no-resource-uri-leak-1.1.0/Makefile
+@@ -45,7 +45,7 @@ builds_dir = ./builds
+ branding_src_dir = ./branding
+ src_dir = ./src
+ version_info_path = ./version_info
+-git_submodule_jpm_sh = ./tools/jpm.sh
++git_submodule_jpm_sh = /usr/share/jpm.sh
+ addon_path = $(builds_dir)/latest
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b695238
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Include-JPM-module-from-localpath

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/no-resource-uri-leak.git



More information about the Pkg-mozext-commits mailing list