diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-09-28 12:34:04 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-09-28 12:34:04 +0200 |
commit | fa4d70ea3101f5a70b33977ba9b7673ddfb36762 (patch) | |
tree | d062dcee941adf68072b7a16073a28f1e8ce016d | |
parent | be3287ff3a964fff57b461ca463c93ec9aeddfd1 (diff) |
d/control: Fix Vcs-Gitdevelop
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 29c56b4..9c54e32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shotwell (0.32.13-3) UNRELEASED; urgency=medium + + * debian/control: + - Fix Vcs-Git. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 28 Sep 2025 12:32:35 +0200 + shotwell (0.32.13-2) unstable; urgency=medium * debian/control: diff --git a/debian/control b/debian/control index 0bc3296..c6e16c5 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Build-Depends: Standards-Version: 4.7.2.0 Rules-Requires-Root: binary-targets Homepage: https://wiki.gnome.org/Apps/Shotwell -Vcs-Git: https://git.jff.email/cgit//shotwell.git +Vcs-Git: https://git.jff.email/cgit/shotwell.git Vcs-Browser: https://git.jff.email/cgit/shotwell.git Package: shotwell |