/[gcl]/gcl/debian/rules
ViewVC logotype

Diff of /gcl/debian/rules

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

revision 1.2 by camm, Sun Feb 3 18:44:07 2002 UTC revision 1.3 by camm, Tue Feb 12 18:22:34 2002 UTC
# Line 33  build-stamp: configure-stamp Line 33  build-stamp: configure-stamp
33  clean:  clean:
34          dh_testdir          dh_testdir
35          dh_testroot          dh_testroot
36          rm -f build-stamp configure-stamp          rm -f build-stamp configure-stamp
37    
38          -$(MAKE) clean          -$(MAKE) clean
39    
40          dh_clean          dh_clean
41    
42    BVER:=$(shell dpkg -s binutils |grep ^Version: | cut -f2 -d\  | cut -f1 -d\-)
43    debian/substvars:
44            grep -q ^binutils: $@ 2>/dev/null || echo "binutils:Version=$(BVER)" >> $@
45    
46  install: DH_OPTIONS=  install: DH_OPTIONS=
47  install: build  install: build
48          dh_testdir          dh_testdir
49          dh_testroot          dh_testroot
50          dh_clean -k          dh_clean -k
# Line 93  binary-indep: build install Line 97  binary-indep: build install
97          dh_builddeb -i          dh_builddeb -i
98    
99  # Build architecture-dependent files here.  # Build architecture-dependent files here.
100  binary-arch: build install  binary-arch: build install debian/substvars
101          dh_testdir -a          dh_testdir -a
102          dh_testroot -a          dh_testroot -a
103          dh_installdocs -a          dh_installdocs -a

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26