gnushogi (1.5~git20140725-2.3)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the 1.5-git20140725-2.3 tag
- Git: https://salsa.debian.org/debian/gnushogi.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 200704
- Browser: https://salsa.debian.org/debian/gnushogi
- Last scan: 2025-10-15 23:16:10+00
- Next scan: 2025-10-23 21:43:00+00
- Debian changelog in Git:
gnushogi (1.5~git20140725-2.3) unstable; urgency=medium
* Non-maintainer upload.
* Cast time() args to time_t instead of long. (Closes: #1091258)
-- Bastian Germann <bage@debian.org> Mon, 20 Jan 2025 22:39:47 +0000
- This branch is 2 commits ahead of tag 1.5-git20140725-2.3
- Git log:
commit 159de8f10bb8442dc53892b701337c78bc9a8bfe
Author: Bastian Germann <bage@debian.org>
Date: Tue Jul 8 15:43:58 2025 +0200
Remove .gitignore
commit 1d9b4d614c1e2685f273bb28b93da1fb8157041f
Author: Gioele Barabucci <gioele@svario.it>
Date: Fri Jan 31 12:23:09 2025 +0100
Move Debian packaging into debian/ and mark as overlay repo
Not placing the Debian packaging files under `debian/` breaks most
standard Debian tools, for example `dch`, `wrap-and-sort`, `gbp` and
Salsa CI.
This commit moves the packaging into the `debian/` directory and marks
the Git repository as an "overlay" (i.e. a repository that does not
contain the upstream sources).
Closes: #1094871