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/nlsr/debian/control b/nlsr/debian/control
index 69763e7..464903c 100644
--- a/nlsr/debian/control
+++ b/nlsr/debian/control
@@ -1,5 +1,6 @@
 Source: nlsr
-Priority: extra
+Section: net
+Priority: optional
 Maintainer: Ashlesh Gawande <agawande@memphis.edu>
 Build-Depends: debhelper (>= 9.20160709),
  python3 (>= 3.6.0),
@@ -11,12 +12,11 @@
  python3-sphinx (>= 1.6.0),
  git
 Standards-Version: 4.5.0
-Section: net
-Homepage: http://redmine.named-data.net/projects/nlsr/wiki/
-Vcs-Git: git://github.com/named-data/NLSR.git
-Vcs-Browser: http://github.com/named-data/NLSR
+Homepage: https://named-data.net/doc/NLSR/
+Vcs-Browser: https://github.com/named-data/NLSR
+Vcs-Git: https://github.com/named-data/NLSR.git
 
 Package: nlsr
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec
-Description: A link state routing protocol for Named Data Networking
+Description: link state routing protocol for Named Data Networking