~ubuntu-branches/debian/jessie/moodbar/jessie

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bryan Donlan
  • Date: 2007-05-03 21:35:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070503213534-voqdvmvrguez4szy
Tags: 0.1.2-2
* debian/control: Add Recommends: amarok, as only amarok can actually use
  moodbar's output for now.
* debian/rules: Use /usr/share/dpatch/dpatch.make rather than rolling our
  own logic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# Uncomment this to turn on verbose mode.
10
10
#export DH_VERBOSE=1
11
11
 
 
12
include /usr/share/dpatch/dpatch.make
12
13
 
13
14
# These are used for cross-compiling and for saving the configure script
14
15
# from having to guess our platform (since we know it already)
82
83
        dh_md5sums
83
84
        dh_builddeb
84
85
 
85
 
patch: patch-stamp
86
 
patch-stamp:
87
 
        dpatch apply-all
88
 
        dpatch cat-all > patch-stamp
89
 
        touch patch-stamp
90
 
 
91
 
unpatch:
92
 
        dpatch deapply-all
93
 
        rm -rf patch-stamp debian/patched
94
 
 
95
 
 
96
86
binary: binary-indep binary-arch
97
87
.PHONY: build clean binary-indep binary-arch binary install patch unpatch \
98
88
        clean1