~ubuntu-branches/ubuntu/saucy/submux-dvd/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-05-05 14:59:47 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130505145947-m5gm70105evz7rbt
Tags: 0.5.2-0ubuntu1
* New upstream release.
* debian/source/format: Indicate 3.0 (quilt) format.
* debian/control:
  - Bump Standards-Version to 3.9.4.
  - Bump debhelper Build-Depends to >= 9.
  - Add Homepage field and remove homepage from Description.
  - Add ${misc:Depends} to Depends.
* debian/compat: Bump to 9.
* debian/watch: Update.
* debian/rules:
  - Add build-arch and build-indep targets.
  - Replace dh_clean -k with dh_prep.
  - Remove hyphen from $(MAKE) clean to fix lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
endif
18
18
 
19
19
 
20
 
build: build-stamp
 
20
build: build-arch build-indep
 
21
build-arch: build-stamp
 
22
build-indep: build-stamp
21
23
build-stamp:
22
24
        dh_testdir
23
25
 
30
32
        dh_testroot
31
33
        rm -f build-stamp
32
34
 
33
 
        -$(MAKE) clean
 
35
        $(MAKE) clean
34
36
 
35
37
        dh_clean vob2sub
36
38
 
37
39
install: build
38
40
        dh_testdir
39
41
        dh_testroot
40
 
        dh_clean -k
 
42
        dh_prep
41
43
        dh_installdirs usr/bin usr/share/doc/submux-dvd/html
42
44
 
43
45
        cp submux-dvd vob2sub debian/submux-dvd/usr/bin