ndn-cxx: Add replacement packages ndn-cxx, ndn-cxx-dev, ndn-cxx-dbg to avoid conflicts

Change-Id: I1cfe1b415c7ca1be62eb9db85644833a1241f997
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile
index e827a96..908c023 100644
--- a/ndn-cxx/Makefile
+++ b/ndn-cxx/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.6.1
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=3
 
 include ../packaging.mk
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index 76df4b4..96eed04 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,10 @@
+ndn-cxx (0.6.1-ppa3~DISTRO) DISTRO; urgency=low
+
+  * Version based on ndn-cxx-0.6.1 (https://github.com/named-data/ndn-
+    cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 26 Feb 2018 17:51:49 +0000
+
 ndn-cxx (0.6.1-ppa2~DISTRO) DISTRO; urgency=low
 
   * Upgrade to 0.6.1 and fixe naming convention for the library
diff --git a/ndn-cxx/debian/control b/ndn-cxx/debian/control
index c8cf1f9..298944b 100644
--- a/ndn-cxx/debian/control
+++ b/ndn-cxx/debian/control
@@ -46,3 +46,22 @@
 Depends: libndn-cxx (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: NDN security tools
 Conflicts: ndn.cxx-security-tools
+
+Package: ndn-cxx-dev
+Section: libdevel
+Architecture: any
+Depends: libndn-cxx-dev (= ${binary:Version})
+Description: Deprecated package (use libndn-cxx-dev)
+
+Package: ndn-cxx
+Section: libs
+Architecture: any
+Depends: libndn-cxx (= ${binary:Version})
+Description: Deprecated package (use libndn-cxx)
+
+Package: ndn-cxx-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libndn-cxx-dbg (= ${binary:Version})
+Description: Deprecated package (use libndn-cxx-dbg)