/[wait]/cvs-head/debian/rules
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /cvs-head/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 44 by ulpfr, Fri Dec 29 12:29:27 2000 UTC revision 45 by ulpfr, Fri Dec 29 14:19:27 2000 UTC
# Line 41  binary-arch:   checkroot build Line 41  binary-arch:   checkroot build
41          install -d debian/tmp          install -d debian/tmp
42          cd debian/tmp && install -d `cat ../dirs`          cd debian/tmp && install -d `cat ../dirs`
43          rm -rf blib/man1          rm -rf blib/man1
44            rm -f blib/lib/WAIT/.cvsignore
45            cp debian/Config.pm blib/lib/WAIT/Config.pm
46          $(MAKE) pure_install          $(MAKE) pure_install
47  # Must have debmake installed for this to work. Otherwise please copy  # Must have debmake installed for this to work. Otherwise please copy
48  # /usr/bin/debstd into the debian directory and change debstd to debian/debstd  # /usr/bin/debstd into the debian directory and change debstd to debian/debstd
# Line 48  binary-arch:   checkroot build Line 50  binary-arch:   checkroot build
50          dh_perl          dh_perl
51          debstd README          debstd README
52          dpkg-gencontrol          dpkg-gencontrol
53          #chown -R root.root debian/tmp          chown -R root.root debian/tmp
54          chmod -R u=rwX,go=rX debian/tmp          chmod -R u=rwX,go=rX debian/tmp
55          dpkg --build debian/tmp ..          dpkg --build debian/tmp ..
56    
# Line 62  binary:                binary-indep binary-arch Line 64  binary:                binary-indep binary-arch
64    
65  checkroot:  checkroot:
66          $(checkdir)          $(checkdir)
67          #test root = "`whoami`"          test root = "`whoami`"
68    
69  .PHONY: binary binary-arch binary-indep clean checkroot  .PHONY: binary binary-arch binary-indep clean checkroot

Legend:
Removed from v.44  
changed lines
  Added in v.45

  ViewVC Help
Powered by ViewVC 1.1.26