changeset 113 | 3a18d3cd6ae6 |
parent 110 | 86504771a173 |
110:86504771a173 | 113:3a18d3cd6ae6 |
---|---|
1 #!/usr/bin/make -f |
|
2 # Sample debian/rules that uses debhelper. |
|
3 # GNU copyright 1997 to 1999 by Joey Hess. |
|
4 |
|
5 # Uncomment this to turn on verbose mode. |
|
6 #export DH_VERBOSE=1 |
|
7 export PERL5LIB= |
|
8 |
|
9 %: |
|
10 dh $@ |
|
11 |
|
12 override_dh_auto_build: |
|
13 $(MAKE) prefix=/usr |
|
14 |
|
15 override_dh_auto_install: |
|
16 $(MAKE) prefix=/usr DESTDIR=debian/logbuch install |