diff options
author | Lennart Weller <lhw@ring0.de> | 2016-07-22 14:09:47 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2016-07-22 14:16:02 +0000 |
commit | 7915d4731820a0e60d3396760780eb4f8496d98e (patch) | |
tree | a0040d6b3a5fcf854e63a83c32f92b243dca729e | |
parent | set changelog to released (diff) | |
download | netdata-7915d4731820a0e60d3396760780eb4f8496d98e.tar.xz netdata-7915d4731820a0e60d3396760780eb4f8496d98e.zip |
control file fixes
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 11b2058db..f981ec34c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +netdata (1.2.0+dfsg-2) unstable; urgency=low + + * Remove Multi-Arch from binary package + * Fix Vcs-links + + -- Lennart Weller <lhw@ring0.de> Fri, 22 Jul 2016 16:09:04 +0200 + netdata (1.2.0+dfsg-1) unstable; urgency=low [ Federico Ceratto ] diff --git a/debian/control b/debian/control index 16371ade3..bf27f42e9 100644 --- a/debian/control +++ b/debian/control @@ -13,12 +13,11 @@ Build-Depends: debhelper (>= 9), zlib1g-dev Standards-Version: 3.9.8 Homepage: https://github.com/firehol/netdata -Vcs-Git: https://anonscm.debian.org/collab-maint/netdata.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/netdata.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/netdata.git +Vcs-Browser: https://anonscm.debian.org/git/collab-maint/netdata.git Package: netdata Architecture: any -Multi-Arch: no Depends: adduser, fonts-font-awesome (>= 4.6), libcap2-bin (>= 1:2.0), |