[pve-devel] [PATCH V3 ifupdown2 2/3] add debian dir

Wolfgang Bumiller w.bumiller at proxmox.com
Fri Jun 15 09:10:32 CEST 2018


So I'm gonna push this to git.proxmox.com soon, but I'll remove most of
the files from the debian/ directory since they're mostly copied from
the ifupdown2 git repo anyway, and just add a source/format file and a
patches directory. There's one difference I noticed though:

On Fri, Jun 15, 2018 at 01:52:02AM +0200, Alexandre Derumier wrote:
> diff --git a/debian/rules b/debian/rules
> new file mode 100755
> index 0000000..7f8667a
> --- /dev/null
> +++ b/debian/rules
> @@ -0,0 +1,21 @@
> +#!/usr/bin/make -f
> +
> +#export DH_VERBOSE=1
> +export PYBUILD_NAME=ifupdown2
> +export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/ --install-scripts=/usr/share/

This uses /usr/share/ifupdown2 in the original file, is there a reason
for this change?

If we can leave it as it is in the original file we don't need a rules
file either as we can make dh use the quilt patches by adding a
sources/format file instead. Then all we need is the patches/, sources/
dirs and a changelog file.




More information about the pve-devel mailing list