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@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 \
