~noskcaj/ubuntu/utopic/jquery/merge

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-02 13:24:53 UTC
  • mfrom: (20.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130702132453-qs3fo6sm09pm9dlk
Tags: 1.7.2+dfsg-2ubuntu1
* Sync with Debian (LP: #1197055). Remaining change:
  - debian/control: Suggest rather than recommend javascript-common;
    it's in universe and we don't necessarily need to publish these
    scripts via http

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
%:
 
2
build %:
3
3
        dh $@
4
4
 
5
5
override_dh_auto_clean:
9
9
override_dh_clean:
10
10
        rm -rf dist/
11
11
        dh_clean
 
12
 
 
13
.PHONY: build