~ubuntu-branches/ubuntu/trusty/netrek-client-cow/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2009-06-16 15:27:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616152720-whngeaf1w8l23u14
Tags: 3.3.0-1
[ Barry deFreese ]
* New upstream release.
* Install upstream desktop file. (Closes: #522587).
* Add quilt patch system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
build-stamp:  config.status 
40
40
        dh_testdir
 
41
        QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
41
42
 
42
43
        # Add here commands to compile the package.
43
44
        $(MAKE)
47
48
clean: 
48
49
        dh_testdir
49
50
        dh_testroot
 
51
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
52
 
50
53
        rm -f build-stamp 
51
54
 
52
55
        # Add here commands to clean up after the build process.