Adjust to upstream's new buildsystem
IOhannes m zmölnig (Debian/GNU)
1 year, 5 months ago
| 0 | 0 |
include/frei0r.hpp /usr/include/
|
| 1 | 1 |
usr/include/
|
| 2 | |
usr/lib/pkgconfig/*.pc /usr/share/pkgconfig/
|
|
2 |
usr/lib/pkgconfig/*.pc /usr/share/pkgconfig/
|
| 0 | |
doc/html/ /usr/share/doc/frei0r-plugins-dev/
|
|
0 |
html/ /usr/share/doc/frei0r-plugins-dev/
|
| 0 | |
usr/share/doc/frei0r-plugins/AUTHORS.txt
|
| 1 | |
usr/share/doc/frei0r-plugins/README.txt
|
|
0 |
AUTHORS.md
|
|
1 |
README.md
|
| 0 | 0 |
#!/usr/bin/make -f
|
|
1 |
|
|
2 |
DEB_CMAKE_EXTRA_FLAGS =
|
|
3 |
|
|
4 |
DEB_CMAKE_EXTRA_FLAGS += \
|
|
5 |
-DCMAKE_INSTALL_LIBDIR=lib
|
| 1 | 6 |
|
| 2 | 7 |
%:
|
| 3 | 8 |
dh $@
|
| 4 | 9 |
|
| 5 | 10 |
override_dh_auto_configure:
|
| 6 | |
dh_auto_configure -- --libdir=/usr/lib/
|
|
11 |
dh_auto_configure -- \
|
|
12 |
$(DEB_CMAKE_EXTRA_FLAGS)
|
| 7 | 13 |
|
| 8 | 14 |
override_dh_auto_build-indep:
|
| 9 | 15 |
dh_auto_build -i
|
| 10 | |
make -C doc/
|
| 11 | |
|
| 12 | |
override_dh_clean:
|
| 13 | |
dh_clean
|
| 14 | |
rm -rf doc/html/
|
| 15 | |
rm -f doc/Makefile
|
|
16 |
doxygen doc/Doxyfile
|
| 16 | 17 |
|
| 17 | 18 |
################ d/copyright helper ##############
|
| 18 | 19 |
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
|