Rev 28 | Rev 38 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 28 | Rev 29 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | touch "$@"  | 
            36 | touch "$@"  | 
          
| 37 | 37 | ||
| 38 | install: build  | 
            38 | install: build  | 
          
| 39 | dh_testdir  | 
            39 | dh_testdir  | 
          
| 40 | dh_testroot  | 
            40 | dh_testroot  | 
          
| 41 | dh_clean -k  | 
            41 | dh_prep  | 
          
| 42 | 42 | ||
| 43 | python setup.py install --no-compile --root=$(DESTDIR) \  | 
            43 | python setup.py install --no-compile --root=$(DESTDIR) \  | 
          
| 44 | --install-layout=deb \  | 
            44 | --install-layout=deb \  | 
          
| 45 | --install-scripts=/usr/games \  | 
            45 | --install-scripts=/usr/games \  | 
          
| 46 | --confdir=/etc/pyscrabble \  | 
            46 | --confdir=/etc/pyscrabble \  |