Skip to content

Instantly share code, notes, and snippets.

@Marlinc
Created July 8, 2016 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marlinc/4e2bb7a5ba3d72ce4d200a051e53faef to your computer and use it in GitHub Desktop.
Save Marlinc/4e2bb7a5ba3d72ce4d200a051e53faef to your computer and use it in GitHub Desktop.
#!/usr/bin/make -f
# You must remove unused comment lines for the released package.
export DH_VERBOSE = 1
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export PYBUILD_NAME = ipsilon
%:
dh $@ --with python2 --buildsystem=pybuild
#override_dh_auto_install:
# dh_auto_install -- prefix=/usr
#override_dh_install:
# dh_install --list-missing -X.pyc -X.pyo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment