The debian directory is required to compile packages for Debian based Linux distributions. This commit adds it in the 'packaging' top-level directory. Build scripts for other distributions can also be added there.
10 lines
175 B
Makefile
Executable File
10 lines
175 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# This file was automatically generated by stdeb 0.6.0+git at
|
|
# Tue, 17 Sep 2013 19:04:21 +0000
|
|
|
|
%:
|
|
dh $@ --with python2 --buildsystem=python_distutils
|
|
|
|
|