File: rules

package info (click to toggle)
jquery-migrate-1 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 76 kB
  • sloc: javascript: 534; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

#export DH_VERBOSE=1

# Make DEB_VERSION_UPSTREAM available:
include /usr/share/dpkg/pkg-info.mk

%:
	dh $@

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