Last change
on this file since 6145 was
6145,
checked in by jrpelegrina, 3 years ago
|
WIP in repackaged to eliminate dependencies with zero-dev and llx-dev
|
-
Property svn:executable set to
*
|
File size:
753 bytes
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | # See debhelper(7) (uncomment to enable) |
---|
3 | # output every command that modifies files on the build system. |
---|
4 | #export DH_VERBOSE = 1 |
---|
5 | |
---|
6 | |
---|
7 | # see FEATURE AREAS in dpkg-buildflags(1) |
---|
8 | #export DEB_BUILD_MAINT_OPTIONS = hardening=+all |
---|
9 | |
---|
10 | # see ENVIRONMENT in dpkg-buildflags(1) |
---|
11 | # package maintainers to append CFLAGS |
---|
12 | #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic |
---|
13 | # package maintainers to append LDFLAGS |
---|
14 | #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed |
---|
15 | |
---|
16 | export PYBUILD_NAME=lliurexgdrive |
---|
17 | %: |
---|
18 | dh $@ --with llxsrc,python2 --buildsystem pybuild |
---|
19 | |
---|
20 | # dh_make generated override targets |
---|
21 | # This is example for Cmake (See https://bugs.debian.org/641051 ) |
---|
22 | #override_dh_auto_configure: |
---|
23 | # dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.