Skip to content

Commit 0dd02cc

Browse files
committed
Fix a couple of packaging issues
* "-dev0" was recognized as a revision, which is invalid for a native package. * dh-python B-D is superfluous, given we B-D on dh-sequence-python3.
1 parent 8f2d7e9 commit 0dd02cc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ircstream (0.11.0-dev0) UNRELEASED; urgency=medium
1+
ircstream (0.11.0.dev0) UNRELEASED; urgency=medium
22

33
* New development release.
44
* Packaging refresh:

debian/control

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Priority: optional
44
Maintainer: Faidon Liambotis <[email protected]>
55
Build-Depends:
66
debhelper-compat (= 13),
7-
dh-python,
87
dh-sequence-python3,
98
pybuild-plugin-pyproject,
109
python3-all,

ircstream.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from __future__ import annotations
2727

28-
__version__ = "0.11.0-dev0"
28+
__version__ = "0.11.0.dev0"
2929

3030
import argparse
3131
import asyncio

0 commit comments

Comments
 (0)