Use `Priority: optional` and reorder some fields
`Priority: extra` is deprecated
https://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities
Change-Id: I2cfa0432240452a8fdd5e0b4a2fb8b4c908db612
diff --git a/chronochat/debian/control b/chronochat/debian/control
index 180319b..6b41b64 100644
--- a/chronochat/debian/control
+++ b/chronochat/debian/control
@@ -1,5 +1,6 @@
Source: chronochat
-Priority: extra
+Section: net
+Priority: optional
Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
Build-Depends: debhelper (>= 8.0.0),
python3 (>= 3.6.0),
@@ -11,12 +12,11 @@
libboost-all-dev (>= 1.48.0),
libqt4-dev
Standards-Version: 3.9.2
-Section: net
-Homepage: http://github.com/named-data/ChronoSync
-Vcs-Git: git://github.com/named-data/ChronoSync.git
-Vcs-Browser: http://github.com/named-data/ChronoSync
+Homepage: https://github.com/named-data/ChronoChat
+Vcs-Browser: https://github.com/named-data/ChronoChat
+Vcs-Git: https://github.com/named-data/ChronoChat.git
Package: chronochat
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
-Description: A simple but interesting demo to visualize how ChronoSync library works
+Description: simple but interesting demo to visualize how ChronoSync library works