Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskcoach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian
taskcoach
Compare Revisions
03c0774447aec405d8b2da3600193b382f2e2bc9...b366e94fb3a4950a079e2748c896fcfc626a4269
Source
b366e94fb3a4950a079e2748c896fcfc626a4269
Select Git revision
...
Target
03c0774447aec405d8b2da3600193b382f2e2bc9
Select Git revision
Compare
Commits (2)
d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
· 222ebc5e
Ondřej Nový
authored
Oct 01, 2018
222ebc5e
d/watch: Use https protocol
· b366e94f
Ondřej Nový
authored
Oct 01, 2018
b366e94f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
changelog
debian/changelog
+7
-0
unittests
debian/tests/unittests
+2
-2
watch
debian/watch
+1
-1
No files found.
debian/changelog
View file @
b366e94f
taskcoach (1.4.3-9) UNRELEASED; urgency=medium
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/watch: Use https protocol
-- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 10:02:10 +0200
taskcoach (1.4.3-8) unstable; urgency=medium
* Ignore python-gtk2 if installed. Closes: #897380.
...
...
debian/tests/unittests
View file @
b366e94f
...
...
@@ -15,8 +15,8 @@ set -C -e -f -u
# "tests.py" will not find taskcoachlib in .., so it will use the
# system-wide installed version.
cp
--archive
tests
"
$A
DT
TMP
/tests_tmp"
cd
"
$A
DT
TMP
/tests_tmp"
cp
--archive
tests
"
$A
UTOPKGTEST_
TMP
/tests_tmp"
cd
"
$A
UTOPKGTEST_
TMP
/tests_tmp"
LC_ALL
=
en_US.utf8
\
xvfb-run
\
python test.py
--verbose
--integrationtests
--unittests
debian/watch
View file @
b366e94f
...
...
@@ -3,4 +3,4 @@ opts=\
dversionmangle=s/\+dfsg$//,\
repack,\
compression=xz \
http://sf.net/taskcoach/TaskCoach@ANY_VERSION@-raw@ARCHIVE_EXT@
http
s
://sf.net/taskcoach/TaskCoach@ANY_VERSION@-raw@ARCHIVE_EXT@