~ubuntu-branches/ubuntu/hoary/filters/hoary

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2004-11-06 13:37:51 UTC
  • mfrom: (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041106133751-x4y6g4fce1g75f0n
Tags: 2.34
* Add uniencode filter. Because υɳіϲоⅾе is fun.
* Fix filters man page to escape hyphens. Because υɳіϲоⅾе is fun.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
3
 
 
4
 
# Uncomment this to turn on verbose mode.
5
 
#export DH_VERBOSE=1
6
 
 
7
 
# This is the debhelper compatibility version to use.
8
 
export DH_COMPAT=3
9
2
 
10
3
build: build-stamp
11
4
build-stamp:
21
14
        -$(MAKE) -i clean
22
15
        dh_clean
23
16
 
24
 
# Build architecture-independent files here.
25
17
binary-indep: build
26
 
# We have nothing to do by default.
27
18
 
28
 
# Build architecture-dependent files here.
29
19
binary-arch: build
30
20
        dh_testdir
31
21
        dh_testroot
33
23
        dh_installdirs
34
24
        $(MAKE) PREFIX=debian/filters install
35
25
        dh_installdocs README SAMPLES ky00te.dir/README.ky00te
36
 
        dh_installexamples
37
 
        dh_installmenu
38
 
        dh_installcron
39
 
        dh_installmanpages
40
26
        dh_installchangelogs
41
27
        dh_strip
42
28
        dh_compress