Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Standards-Version: 4.1.4
· fc9fb8db
Andreas Tille
authored
Apr 10, 2018
fc9fb8db
Use blends.py
· 10de8200
Andreas Tille
authored
Apr 10, 2018
10de8200
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
10de8200
...
...
@@ -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
...
...
devtools/tasks_diff
View file @
10de8200
...
...
@@ -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
...
...