File: rules

package info (click to toggle)
jquery-migrate-1 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 76 kB
  • ctags: 43
  • sloc: makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

#export DH_VERBOSE=1
VERSION = $(shell dpkg-parsechangelog -S Version | cut -d- -f1)

%:
	dh $@

override_dh_auto_build:
	yui-compressor --nomunge jquery-migrate-${VERSION}.js -o jquery-migrate-${VERSION}.min.js
	ln -s jquery-migrate-${VERSION}.js jquery-migrate-1.js
	ln -s jquery-migrate-${VERSION}.min.js jquery-migrate-1.min.js

get-orig-source: clean
	rm -f jquery-migrate-1*min.js
	wget https://code.jquery.com/jquery-migrate-${VERSION}.js -O jquery-migrate-${VERSION}.js
	tar czf ../jquery-migrate-1_${VERSION}.orig.tar.gz jquery-migrate-${VERSION}.js