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/libpsync/debian/control b/libpsync/debian/control
index 036d59f..f0ecdd6 100644
--- a/libpsync/debian/control
+++ b/libpsync/debian/control
@@ -1,4 +1,5 @@
Source: libpsync
+Section: libs
Priority: optional
Maintainer: Ashlesh Gawande <agawande@memphis.edu>
Build-Depends: debhelper (>= 8.0.0),
@@ -9,20 +10,19 @@
python3-sphinx (>= 1.6.0),
git
Standards-Version: 4.1.2
-Section: libs
Homepage: https://named-data.net/doc/PSync/
-Vcs-Git: git://github.com/named-data/PSync.git
Vcs-Browser: https://github.com/named-data/PSync
+Vcs-Git: https://github.com/named-data/PSync.git
Package: libpsync
-Section: libs
Architecture: i386 amd64 arm64 armel armhf ppc64el
+Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Partial and Full Name Synchronization Library for NDN
Package: libpsync-dev
-Section: libdevel
Architecture: i386 amd64 arm64 armel armhf ppc64el
+Section: libdevel
Depends: libndn-cxx-dev,
libpsync (= ${binary:Version})
Description: Development headers and libraries of Partial and Full Name Synchronization Library for NDN
@@ -30,7 +30,6 @@
Package: libpsync-dbg
Architecture: any
Section: debug
-Priority: extra
Depends:
libpsync (= ${binary:Version}),
${misc:Depends}