[Pkg-javascript-commits] [jquery] 08/10: drop debian/patches: only patch in there does not apply anymore

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Aug 21 18:46:24 UTC 2015


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

terceiro pushed a commit to branch master
in repository jquery.

commit aab7a57b0a1c323bd2a96cc712290ef8f8259685
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Aug 21 18:31:50 2015 +0200

    drop debian/patches: only patch in there does not apply anymore
---
 debian/changelog           |  1 +
 debian/patches/build.patch | 29 -----------------------------
 debian/patches/series      |  1 -
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 099a776..ec82b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 jquery (1.11.3+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * drop debian/patches: only patch in there does not apply anymore
   * debian/watch: point at github
   * Add myself to Uploaders:
   * debian/copyright: list dist/ in Files-Excluded:
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
deleted file mode 100644
index b0bd0c8..0000000
--- a/debian/patches/build.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: jquery/Makefile
-===================================================================
---- jquery.orig/Makefile	2012-05-22 11:55:47.000000000 -0300
-+++ jquery/Makefile	2013-08-01 21:44:10.674826432 -0300
-@@ -5,8 +5,8 @@
- PREFIX = .
- DIST_DIR = ${PREFIX}/dist
- 
--JS_ENGINE ?= `which node nodejs 2>/dev/null`
--COMPILER = ${JS_ENGINE} ${BUILD_DIR}/uglify.js --unsafe
-+JS_ENGINE ?= `which node 2>/dev/null || which nodejs 2>/dev/null`
-+COMPILER = `which uglifyjs 2>/dev/null` --unsafe
- POST_COMPILER = ${JS_ENGINE} ${BUILD_DIR}/post-compile.js
- 
- BASE_FILES = ${SRC_DIR}/core.js\
-@@ -42,11 +42,11 @@
- JQ_VER = $(shell cat version.txt)
- VER = sed "s/@VERSION/${JQ_VER}/"
- 
--DATE=$(shell git log -1 --pretty=format:%ad)
-+DATE=$(shell date)
- 
- all: update_submodules core
- 
--core: jquery min hint size
-+core: jquery min size
- 	@@echo "jQuery build complete."
- 
- ${DIST_DIR}:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5879227..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-build.patch

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



More information about the Pkg-javascript-commits mailing list