Rev 58 | Rev 68 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 58 | Rev 65 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))  | 
            10 | ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))  | 
          
| 11 | CFLAGS += -O0  | 
            11 | CFLAGS += -O0  | 
          
| 12 | else  | 
            12 | else  | 
          
| 13 | CFLAGS += -O2  | 
            13 | CFLAGS += -O2  | 
          
| 14 | endif  | 
            14 | endif  | 
          
| 15 | ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))  | 
            - | |
| 16 | INSTALL_PROGRAM += -s  | 
            - | |
| 17 | endif  | 
            - | |
| 18 | 15 | ||
| 19 | configure: configure-stamp  | 
            16 | configure: configure-stamp  | 
          
| 20 | configure-stamp:  | 
            17 | configure-stamp:  | 
          
| 21 | dh_testdir  | 
            18 | dh_testdir  | 
          
| 22 | touch configure-stamp  | 
            19 | touch configure-stamp  | 
          
| Line 72... | Line 69... | ||
| 72 | install -m 644 debian/sa-exim.lintian-overrides \  | 
            69 | install -m 644 debian/sa-exim.lintian-overrides \  | 
          
| 73 | debian/sa-exim/usr/share/lintian/overrides/sa-exim  | 
            70 | debian/sa-exim/usr/share/lintian/overrides/sa-exim  | 
          
| 74 | dh_link  | 
            71 | dh_link  | 
          
| 75 | dh_strip  | 
            72 | dh_strip  | 
          
| 76 | dh_compress  | 
            73 | dh_compress  | 
          
| 77 | dh_fixperms -Xvar/spool/sa-exim  | 
            74 | dh_fixperms  | 
          
| 78 | dh_perl  | 
            75 | dh_perl  | 
          
| 79 | dh_installdeb  | 
            76 | dh_installdeb  | 
          
| 80 | dh_shlibdeps  | 
            77 | dh_shlibdeps  | 
          
| 81 | echo "exim:Depends=exim4-localscanapi-`exim4-localscan-plugin-config --localscan-apiversion`" \  | 
            78 | echo "exim:Depends=exim4-localscanapi-`exim4-localscan-plugin-config --localscan-apiversion`" \  | 
          
| 82 | >> debian/sa-exim.substvars  | 
            79 | >> debian/sa-exim.substvars  |