packaging - How do I write a rules file for Blockify? - Ask Ubuntu


there no debian packages available blockify ad-muter spotify , build one. have created copyright, compat, , other debian package files it, except working rules file. know build , install blockify source code 1 merely runs:

sudo pip3 install git+https://github.com/serialoverflow/blockify 

but not know how turn rules file's build: function.

as i've tested building package (didn't install it), new way, documented in debian, working fine:

#! /usr/bin/make -f  #export dh_verbose = 1 export pybuild_name = blockify  %:         dh $@ --with python2,python3 --buildsystem=pybuild 

reference: debian packaging: python librarystyleguide


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User