Skip to content

Fix handling of (ignored) option -a#370

Open
elboulangero wants to merge 1 commit into
spotify:masterfrom
elboulangero:fix-handling-option--a
Open

Fix handling of (ignored) option -a#370
elboulangero wants to merge 1 commit into
spotify:masterfrom
elboulangero:fix-handling-option--a

Conversation

@elboulangero
Copy link
Copy Markdown

When building a package with --no-arch-all, I get this error:

dh binary-arch --with python-virtualenv
   dh_update_autotools_config -a
   dh_autoreconf -a
   create-stamp debian/debhelper-build-stamp
   dh_prep -a
   dh_installdocs -a
   dh_installchangelogs -a
   dh_virtualenv -a
Usage: dh_virtualenv [options]

dh_virtualenv: error: -a option requires 1 argument
make: *** [debian/rules:11: binary-arch] Error 2

The -a option (cf. man debhelper) doesn't take any argument indeed, so fix accordingly.

When building a package with --no-arch-all, I get this error:

```
dh binary-arch --with python-virtualenv
   dh_update_autotools_config -a
   dh_autoreconf -a
   create-stamp debian/debhelper-build-stamp
   dh_prep -a
   dh_installdocs -a
   dh_installchangelogs -a
   dh_virtualenv -a
Usage: dh_virtualenv [options]

dh_virtualenv: error: -a option requires 1 argument
make: *** [debian/rules:11: binary-arch] Error 2
```

The `-a` option (cf. man debhelper) doesn't take any argument indeed, so
fix accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant