diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-08-20 13:44:13 +0200 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-08-20 13:44:45 +0200 |
commit | 6dd197569a35e60c68d101006ad51730fa989ecf (patch) | |
tree | f71511fb9dd1cb2a2980c711efc9da3b7379fd11 /debian/rules | |
parent | a43535c547224fa256fef809f5dbd4b0ffedb384 (diff) |
Enable pixpybuild buildsystem.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 742f40f1..0e82b529 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ include /usr/share/dpkg/default.mk # main packaging script based on dh7 syntax %: - dh $@ --sourcedirectory=service + dh $@ --buildsystem pixpybuild --sourcedirectory=service # debmake generated override targets # This is example for Cmake (See http://bugs.debian.org/641051 ) |