Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Remove unnecessary dh argument: --parallel
· 1280f1a1
Antonio Valentino
authored
Feb 25, 2018
1280f1a1
Set distribution to unstable
· 439f811f
Antonio Valentino
authored
Feb 25, 2018
439f811f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
439f811f
pyepr (0.9.3-4)
UNRELEASED
; urgency=medium
pyepr (0.9.3-4)
unstable
; urgency=medium
* Change priority from extra to optional.
* Bump Standards-Version to 4.1.3, changes: priority.
...
...
@@ -10,8 +10,9 @@ pyepr (0.9.3-4) UNRELEASED; urgency=medium
- fix python2-epr-dbg recommends to point to python3-numpy-dbg
* debian/rules
- fix doc installation
- remove unnecessary dh argument: --parallel
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 2
4 Sep
201
7
1
3
:2
0
:2
4
+0
2
00
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 2
5 Feb
201
8
1
8
:2
9
:2
1
+0
0
00
pyepr (0.9.3-3) unstable; urgency=medium
...
...
debian/rules
View file @
439f811f
...
...
@@ -24,7 +24,7 @@ endif
%
:
dh
$@
--with
python2,python3,sphinxdoc
--buildsystem
=
pybuild
--parallel
dh
$@
--with
python2,python3,sphinxdoc
--buildsystem
=
pybuild
override_dh_gencontrol
:
...
...