diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 8449e49..045d895 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ ipmitool (1.8.17-1) UNRELEASED; urgency=medium      - 0115-typo.patch    * Remove override_dh_autoreconf from debian/rules, the NEWS file is now      available at source. +  * debian/control: +    - Change Vcs-Git to cgit uri.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 08 May 2016 23:00:04 +0200 diff --git a/debian/control b/debian/control index 697b17d..dcf4f7d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends:   libssl-dev  Standards-Version: 3.9.8  Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ipmitool.git -Vcs-Git: https://anonscm.debian.org/git/collab-maint/ipmitool.git +Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/ipmitool.git  Homepage: https://sourceforge.net/projects/ipmitool/  Package: ipmitool | 
