ndn-cxx: Update to released version 0.3.3

Change-Id: I9c51ea5a2d507bf56329cd6aa238e9ded774ee91
diff --git a/ndn-cxx/debian/changelog b/ndn-cxx/debian/changelog
index f2d6d32..3bde31f 100644
--- a/ndn-cxx/debian/changelog
+++ b/ndn-cxx/debian/changelog
@@ -1,3 +1,31 @@
+ndn-cxx (0.3.3-ppa4~DISTRO) DISTRO; urgency=low
+
+  * New version based on ndn-cxx-0.3.3 (https://github.com/named-
+    data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Wed, 01 Jul 2015 23:58:19 +0000
+
+ndn-cxx (0.3.3-ppa3~DISTRO) DISTRO; urgency=low
+
+  * New version based on ndn-cxx-0.3.3 (https://github.com/named-
+    data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Wed, 01 Jul 2015 23:35:11 +0000
+
+ndn-cxx (0.3.3-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on ndn-cxx-0.3.3 (https://github.com/named-
+    data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Wed, 01 Jul 2015 23:27:54 +0000
+
+ndn-cxx (0.3.3-ppa1~DISTRO) DISTRO; urgency=low
+
+  * New version based on ndn-cxx-0.3.3 (https://github.com/named-
+    data/ndn-cxx.git)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Wed, 01 Jul 2015 23:25:00 +0000
+
 ndn-cxx (0.3.2-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on ndn-cxx-0.3.2 (https://github.com/named-
diff --git a/ndn-cxx/debian/ndn-cxx-dev.install b/ndn-cxx/debian/ndn-cxx-dev.install
index 721b61e..0188da6 100644
--- a/ndn-cxx/debian/ndn-cxx-dev.install
+++ b/ndn-cxx/debian/ndn-cxx-dev.install
@@ -1,3 +1,2 @@
 usr/include/*
-usr/lib*/lib*.a
 usr/lib*/pkgconfig/*
diff --git a/ndn-cxx/debian/ndn-cxx.install b/ndn-cxx/debian/ndn-cxx.install
index 944cf42..a922450 100644
--- a/ndn-cxx/debian/ndn-cxx.install
+++ b/ndn-cxx/debian/ndn-cxx.install
@@ -1,3 +1,5 @@
 etc/ndn/*
 usr/bin/*
-usr/share/man/*
\ No newline at end of file
+usr/lib/*.so
+usr/lib/*.so.*
+usr/share/man/*
diff --git a/ndn-cxx/debian/rules b/ndn-cxx/debian/rules
index fea3fc8..002775d 100755
--- a/ndn-cxx/debian/rules
+++ b/ndn-cxx/debian/rules
@@ -17,7 +17,7 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	./waf configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+	./waf configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --enable-shared
 
 override_dh_auto_build:
 	./waf build
diff --git a/ndn-cxx/debian/rules.precise b/ndn-cxx/debian/rules.precise
index aa72278..9bec68e 100755
--- a/ndn-cxx/debian/rules.precise
+++ b/ndn-cxx/debian/rules.precise
@@ -17,7 +17,7 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	./waf configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+	./waf configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --enable-shared
 
 override_dh_auto_build:
 	./waf build