diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-09 18:09:21 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-09 18:09:21 +0200 |
commit | 44b2d0d76638f0c1e5f1b2e1327e192d1d879881 (patch) | |
tree | 4235db8852f0c57c17c876fdb1053bcac46e9789 | |
parent | 9033aee6c281674e5d3d64e2f07bd8f7e7bbe694 (diff) |
Switch Vcs-* to new loacation; Change Build-Depends from liblog4cpp5-dev to libspdlog-dev
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 413149d..90ae4f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ bitz-server (2.0.0-1) UNRELEASED; urgency=medium - * New upstream release. + * New upstream release: + - Switch from log4cpp to spdlog. * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. * Declare compliance with Debian Policy 4.1.5 (No changes needed). + * debian/control: + - Switch Vcs-* to new loacation. + - Change Build-Depends from liblog4cpp5-dev to libspdlog-dev. -- Jörg Frings-Fürst <debian@jff.email> Wed, 27 Jun 2018 16:59:48 +0200 diff --git a/debian/control b/debian/control index da6140d..7a631d0 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 11), dh-python, libconfig++-dev, - liblog4cpp5-dev, + libspdlog-dev, libpsocksxx-dev, python-dev, libpython-dev @@ -15,8 +15,8 @@ Build-Depends-Indep: doxygen Standards-Version: 4.1.5 Homepage: https://github.com/uditha-atukorala/bitz-server -Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git +Vcs-Git: git://jff.email/opt/git/bitz-server.git +Vcs-Browser: https://jff.email/cgit/bitz-server.git/ Package: bitz-server Architecture: any |