~ubuntu-branches/ubuntu/raring/unrar-nonfree/raring-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2012-02-14 22:39:32 UTC
  • mfrom: (1.1.15) (5.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20120214223932-3785038bqlknu15a
Tags: 1:4.1.4-1
* New upstream release
* Updated Watch file
* Added build-indep and build-arch to rules file

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
4
4
# Some lines taken from debmake, by Christoph Lameter.
5
5
 
6
 
build: 
 
6
build: build-arch build-indep
 
7
build-arch: build-stamp
 
8
build-indep: build-stamp
 
9
build-stamp: 
7
10
        dh_testdir
8
11
        make -f makefile.unix
9
12