diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 14:54:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 14:54:47 +0200 |
commit | c19776d2a63a4e715b3962eb8ab861df5bd53ba2 (patch) | |
tree | c1e32c1df4d0821bb9485009a64f0eb2251acf2f /debian | |
parent | 34e3efe35ac68b2184b4aea3e95d305f8f72ca28 (diff) |
d/control: Change Vcs-* to new URL
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2491915..5670aa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ ipmiutil (3.1.9-2) unstable; urgency=medium * New debian/patches/0110-fix_malformed_messages.patch (Closes: #1040349). + * debian/control: + - Change Vcs-* to new URL. -- Jörg Frings-Fürst <debian@jff.email> Sun, 09 Jul 2023 13:48:29 +0200 diff --git a/debian/control b/debian/control index c92a43f..9e3c3dd 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Build-Depends: Standards-Version: 4.6.2.0 Rules-Requires-Root: no Homepage: https://sourceforge.net/projects/ipmiutil/ -Vcs-Git: git://jff.email/opt/git/ipmiutil.git -Vcs-Browser: https://jff.email/cgit/ipmiutil.git +Vcs-Git: git://git.jff.email/opt/git/ipmiutil.git +Vcs-Browser: https://git.jff.email/cgit/ipmiutil.git Package: ipmiutil Architecture: any |