[Pkg-xmpp-commits] [jsjac] 06/08: Fixed 'local changes detected'
Marcelo Jorge Vieira
metal at moszumanska.debian.org
Sun May 22 01:01:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
metal pushed a commit to branch master
in repository jsjac.
commit 52e151c68570dbaaadd78560213c293cbd97cdc0
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date: Sat May 21 21:56:16 2016 -0300
Fixed 'local changes detected'
---
debian/patches/build.patch | 78 ++++++++++++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 79 insertions(+)
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
new file mode 100644
index 0000000..79ac177
--- /dev/null
+++ b/debian/patches/build.patch
@@ -0,0 +1,78 @@
+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.
+ .
+ jsjac (1.3.4+dfsg-2) unstable; urgency=high
+ .
+ * Depend on php-pear instead of php5-cli (Closes: #821682)
+ * Use canonical Vcs-fields
+ * Remove trailing spaces in debian/copyright
+ * Bump debhelper compatibility level to 9
+ * Updated Standards-Version to 3.9.8 (no changes)
+Author: Marcelo Jorge Vieira <metal at debian.org>
+Bug-Debian: https://bugs.debian.org/821682
+
+---
+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: <YYYY-MM-DD>
+
+--- jsjac-1.3.4+dfsg.orig/Makefile
++++ jsjac-1.3.4+dfsg/Makefile
+@@ -8,9 +8,9 @@ src/JSJaCJID.js src/JSJaCKeys.js src/JSJ
+ src/JSJaCHttpBindingConnection.js src/JSJaCHttpPollingConnection.js \
+ src/JSJaC.js
+
+-all: clean utils install doc
++all: clean pack install doc
+
+-install: build uncompressed crunch
++install: build uncompressed
+ @echo "done."
+
+ build:
+@@ -20,17 +20,7 @@ build:
+ cat "$$i" >> $(OUTFILE); \
+ done
+
+-crunch:
+- @echo "crunching ..."
+- @if [ -e $(OUTFILE) ]; then \
+- utils/jsmin < $(OUTFILE) > $(OUTFILE).tmp && \
+- cat src/header.js > $(OUTFILE) && \
+- cat src/JSJaCConfig.js >> $(OUTFILE) && \
+- cat $(OUTFILE).tmp >> $(OUTFILE) && \
+- rm $(OUTFILE).tmp; \
+- fi
+-
+-pack: clean utils build moo crunch doc
++pack: clean build moo doc
+
+ moo:
+ @echo "packing..."
+@@ -47,14 +37,11 @@ moo:
+ doc:
+ @utils/JSDoc/jsdoc.pl --project-name JSJaC -d doc src/
+
+-utils:
+- @make -C utils
+ clean:
+ @rm -f $(OUTFILE) 2>/dev/null
+ @rm -f $(PACKFILE) 2>/dev/null
+ @rm -f $(UNCOMPRESSED) 2>/dev/null
+ @rm -rf doc/
+- @make -C utils clean
+
+ uncompressed:
+ @if [ -e $(OUTFILE) ]; then \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5879227
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xmpp/jsjac.git
More information about the Pkg-xmpp-commits
mailing list