~ubuntu-branches/ubuntu/vivid/minissdpd/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2012-02-17 19:23:48 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120217192348-lsaf1k1dn0jvrzhw
Tags: 1.1.20120121-1
* New upstream version.
* Fixed the init script to handle when start-stop-daemon returns 1, and
handling of the VERBOSE variable.
* Switching from dpatch to quilt, and from source format 1.0 to 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#export DH_VERBOSE=1
3
3
 
4
4
configure: configure-stamp
5
 
configure-stamp: patch-stamp
 
5
configure-stamp:
6
6
        dh_testdir
7
7
        touch $@
8
8
 
11
11
build-indep: build-stamp
12
12
build-stamp:
13
13
        dh_testdir
14
 
        dpatch apply-all
15
14
        $(MAKE)
16
15
        touch $@
17
16
 
18
17
clean:
19
18
        dh_testdir
20
19
        dh_testroot
21
 
        dpatch deapply-all
22
20
        rm -f build-stamp configure-stamp testcodelength.o
23
21
 
24
22
        $(MAKE) clean