~ubuntu-branches/ubuntu/intrepid/xfsdump/intrepid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2008-04-23 22:06:34 UTC
  • mfrom: (0.1.1 upstream) (3.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080423220634-7m8953nknbpz1nsv
Tags: 2.2.48-1
* New upstream release
* xfsdump depends on ${misc:Depends}
* Add debian/watch
* Add homepage control header
* Fix the following lintian issues:
  W: xfsdump source: package-uses-deprecated-debhelper-compat-version 1
  W: xfsdump source: ancient-standards-version 3.5.9 (current is 3.7.3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
export DH_VERBOSE=1
 
4
 
3
5
package=xfsdump
4
6
 
5
7
dirme  = debian/$(package)
9
11
options = export DEBUG=-DNDEBUG DISTRIBUTION=debian \
10
12
          INSTALL_USER=root INSTALL_GROUP=root ;
11
13
checkdir = test -f debian/rules
12
 
checkver = rm -f debian/compat && echo 5 > debian/compat
13
14
 
14
15
build: built
15
16
built: config
30
31
        -rm -f built .census
31
32
        $(MAKE) distclean
32
33
        -rm -rf $(dirme)
33
 
        -rm -f debian/*substvars debian/files* debian/*.debhelper debian/compat
 
34
        -rm -f debian/*substvars debian/files* debian/*.debhelper
34
35
 
35
36
binary-indep:
36
37
 
37
38
binary-arch: checkroot built
38
39
        @echo "== dpkg-buildpackage: binary-arch" 1>&2
39
40
        $(checkdir)
40
 
        $(checkver)
41
41
        -rm -rf $(dirme)
42
42
        $(pkgme) $(MAKE) -C . install
43
43
        $(pkgme) $(MAKE) -C build src-manifest