Parent Directory
|
Revision Log
Just commit my current work before going on vac - the package does NOT build this way.
| 1 | ericmaeker-guest | 4112 | #!/usr/bin/make -f |
| 2 | |||
| 3 | tille | 4133 | %: |
| 4 | tille | 4639 | dh $@ |
| 5 | ericmaeker-guest | 4112 | |
| 6 | tille | 4133 | override_dh_auto_configure: |
| 7 | qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" "INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" freediams.pro | ||
| 8 | ericmaeker-guest | 4112 | |
| 9 | tille | 4133 | # Upstream does not seem to provide a proper clean target - clean up here |
| 10 | override_dh_auto_clean: | ||
| 11 | rm -rf bin/plugins/* bin/freediams | ||
| 12 | find build -type d -name "\.*" -exec rm -rf \{\} \; 2> /dev/null || true | ||
| 13 | rm -rf global_resources/doc/FreeDiams | ||
| 14 | ericmaeker-guest | 4112 | |
| 15 | tille | 4133 | override_dh_install: |
| 16 | dh_install --autodest | ||
| 17 | ericmaeker-guest | 4112 | |
| 18 | tille | 4133 | override_dh_shlibdeps:: |
| 19 | tille | 4145 | LD_LIBRARY_PATH=debian/tmp/usr/lib/freediams dh_shlibdeps -l/usr/lib/freediams |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |