Skip to content
Commits on Source (2)
......@@ -17,7 +17,7 @@ Build-Depends-Indep: dblatex,
python3-sphinx,
w3m,
xmlto
Standards-Version: 4.1.3
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/blends-team/blends
Vcs-Git: https://salsa.debian.org/blends-team/blends.git
......
......@@ -20,7 +20,7 @@ from debian import deb822
# I shamelessly copied class Deb822List into a file blends_helper.py to test using it here
# That's so hackish that I do not even commit this - needs further discussion
from blends_helper import Deb822List
from blends import Deb822List
from debian.deb822 import Deb822
#with this we distinguish the start of automatic entry in the changelog so we
......