Force rebuild after ndn-cxx changes

Packages included:
- ndn-tools
- ndn-traffic-generator
- ndncert,
- ndnmap-data-collector
- repo-ng

Change-Id: Icee3e46f164c71eaad524cc5f4a6ac76efed8136
Fixes: #12
diff --git a/ndn-tools/Makefile b/ndn-tools/Makefile
index bba083f..29181ec 100644
--- a/ndn-tools/Makefile
+++ b/ndn-tools/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.5-14-gcc2c717b
 
 # PPA version
-PPA_VERSION=2
+PPA_VERSION=3
 
 include ../packaging.mk
diff --git a/ndn-tools/debian/changelog b/ndn-tools/debian/changelog
index 4fde33d..b711bc7 100644
--- a/ndn-tools/debian/changelog
+++ b/ndn-tools/debian/changelog
@@ -1,3 +1,10 @@
+ndn-tools (0.5-14-gcc2c717b-ppa3~DISTRO) DISTRO; urgency=low
+
+  * New version based on cc2c717b6289019acc45f209fce5e4cd10c31e72
+    (https://github.com/named-data/ndn-tools)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 12 Feb 2018 00:48:19 +0000
+
 ndn-tools (0.5-14-gcc2c717b-ppa2~DISTRO) DISTRO; urgency=low
 
   * New version based on cc2c717b6289019acc45f209fce5e4cd10c31e72
diff --git a/ndn-tools/debian/copyright b/ndn-tools/debian/copyright
index 21b8266..3de916f 100644
--- a/ndn-tools/debian/copyright
+++ b/ndn-tools/debian/copyright
@@ -3,27 +3,24 @@
 Source: http://github.com/named-data/ndn-tools
 
 Files: *
-Copyright: Copyright (c) 2014-2016, Regents of the University of California,
-                                    Arizona Board of Regents,
-                                    Colorado State University,
-                                    University Pierre & Marie Curie, Sorbonne University,
-                                    Washington University in St. Louis,
-                                    Beijing Institute of Technology,
-                                    The University of Memphis.
+Copyright: Copyright (c) 2014-2018, Various Stakeholders (refer to source code)
 License: GPL-3+
- ndndump is free software: you can redistribute it and/or modify it under the terms
+ This file is part of ndn-tools (Named Data Networking Essential Tools).
+ See AUTHORS.md for complete list of ndn-tools authors and contributors.
+ .
+ ndn-tools is free software: you can redistribute it and/or modify it under the terms
  of the GNU General Public License as published by the Free Software Foundation,
  either version 3 of the License, or (at your option) any later version.
  .
- ndndump is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
+ ndn-tools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  PURPOSE.  See the GNU General Public License for more details.
  .
  You should have received a copy of the GNU General Public License along with
- ndndump, e.g., in COPYING file.  If not, see <http://www.gnu.org/licenses/>.
+ ndn-tools, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
 
 Files: debian/*
-Copyright: Copyright (c) 2013-2016, Alexander Afanasyev <alexander.afanasyev@ucla.edu>
+Copyright: Copyright (c) 2013-2018, Alexander Afanasyev <aa@cs.fiu.edu>
 License: Apache 2.0
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
diff --git a/ndn-traffic-generator/Makefile b/ndn-traffic-generator/Makefile
index 7ecccef..3472528 100644
--- a/ndn-traffic-generator/Makefile
+++ b/ndn-traffic-generator/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.0.9-gee18cce1b
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk
diff --git a/ndn-traffic-generator/debian/changelog b/ndn-traffic-generator/debian/changelog
index 79a3f4f..8711f22 100644
--- a/ndn-traffic-generator/debian/changelog
+++ b/ndn-traffic-generator/debian/changelog
@@ -1,3 +1,10 @@
+ndn-traffic-generator (0.0.9-gee18cce1b-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on ee18cce1bf60a0c6cd0a741e0c82207a32d35bae
+    (https://github.com/named-data/ndn-traffic-generator)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 12 Feb 2018 00:52:33 +0000
+
 ndn-traffic-generator (0.0.9-gee18cce1b-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on ee18cce1bf60a0c6cd0a741e0c82207a32d35bae
diff --git a/ndn-traffic-generator/debian/control b/ndn-traffic-generator/debian/control
index a1c7693..f160bf4 100644
--- a/ndn-traffic-generator/debian/control
+++ b/ndn-traffic-generator/debian/control
@@ -7,9 +7,9 @@
  ndn-cxx-dev (>= 0.6.0)
 Standards-Version: 3.9.2
 Section: net
-Homepage: http://github.com/named-data/ndn-tlv-ping
-Vcs-Git: git://github.com/named-data/ndn-tlv-ping.git
-Vcs-Browser: http://github.com/named-data/ndn-tlv-ping
+Homepage: http://github.com/named-data/ndn-traffic-generator
+Vcs-Git: git://github.com/named-data/ndn-traffic-generator.git
+Vcs-Browser: http://github.com/named-data/ndn-traffic-generator
 
 Package: ndn-traffic-generator
 Architecture: i386 amd64 arm64 armel armhf ppc64el
diff --git a/ndn-traffic-generator/debian/copyright b/ndn-traffic-generator/debian/copyright
index 782327d..bfe9759 100644
--- a/ndn-traffic-generator/debian/copyright
+++ b/ndn-traffic-generator/debian/copyright
@@ -3,7 +3,7 @@
 Source: http://github.com/named-data/NFD
 
 Files: *
-Copyright: Copyright (C) 2014 University of Arizona.
+Copyright: Copyright (C) 2014-2016 University of Arizona.
 License: GPL 3.0+
 
 Files: debian/*
diff --git a/ndncert/Makefile b/ndncert/Makefile
index 75dabd1..b1d7905 100644
--- a/ndncert/Makefile
+++ b/ndncert/Makefile
@@ -1,5 +1,5 @@
 # URL for git clone
-GIT_URL=https://github.com/cawka/ndncert
+GIT_URL=https://github.com/named-data/ndncert
 
 # Tag name or commit hash for checkout
 GIT_VERSION=443a8609e87b10bc19fcd3cf06cf706693ceb11f
@@ -11,6 +11,6 @@
 VERSION=0.0.2-1-g443a860
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk
diff --git a/ndncert/debian/changelog b/ndncert/debian/changelog
index 757113f..611be39 100644
--- a/ndncert/debian/changelog
+++ b/ndncert/debian/changelog
@@ -1,3 +1,10 @@
+ndncert (0.0.2-1-g443a860-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on 443a8609e87b10bc19fcd3cf06cf706693ceb11f
+    (https://github.com/named-data/ndncert)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 12 Feb 2018 00:55:30 +0000
+
 ndncert (0.0.2-1-g443a860-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on 443a8609e87b10bc19fcd3cf06cf706693ceb11f
diff --git a/ndnmap-data-collector/Makefile b/ndnmap-data-collector/Makefile
index 4523185..460d011 100644
--- a/ndnmap-data-collector/Makefile
+++ b/ndnmap-data-collector/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.1.0-12-gaff60ff
 
 # PPA version
-PPA_VERSION=1
+PPA_VERSION=2
 
 include ../packaging.mk
diff --git a/ndnmap-data-collector/debian/changelog b/ndnmap-data-collector/debian/changelog
index 99b9972..5ccfe04 100644
--- a/ndnmap-data-collector/debian/changelog
+++ b/ndnmap-data-collector/debian/changelog
@@ -1,3 +1,10 @@
+ndnmap-data-collector (0.1.0-12-gaff60ff-ppa2~DISTRO) DISTRO; urgency=low
+
+  * New version based on aff60ff4d524c013d051e2d2229fab9f6d0ca0c4
+    (https://github.com/cawka/ndnmapDataCollector)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 12 Feb 2018 00:56:48 +0000
+
 ndnmap-data-collector (0.1.0-12-gaff60ff-ppa1~DISTRO) DISTRO; urgency=low
 
   * New version based on aff60ff4d524c013d051e2d2229fab9f6d0ca0c4
diff --git a/repo-ng/Makefile b/repo-ng/Makefile
index 0b6ad49..d5f95d1 100644
--- a/repo-ng/Makefile
+++ b/repo-ng/Makefile
@@ -11,6 +11,6 @@
 VERSION=0.0.12-gd45e62b0
 
 # PPA version
-PPA_VERSION=3
+PPA_VERSION=4
 
 include ../packaging.mk
diff --git a/repo-ng/debian/changelog b/repo-ng/debian/changelog
index edada4f..7836ef3 100644
--- a/repo-ng/debian/changelog
+++ b/repo-ng/debian/changelog
@@ -1,3 +1,10 @@
+repo-ng (0.0.12-gd45e62b0-ppa4~DISTRO) DISTRO; urgency=low
+
+  * New version based on d45e62b0fd4170b5527483451cfbe971c19da8c7
+    (https://github.com/named-data/repo-ng)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu>  Mon, 12 Feb 2018 00:58:57 +0000
+
 repo-ng (0.0.12-gd45e62b0-ppa3~DISTRO) DISTRO; urgency=low
 
   * New version based on d45e62b0fd4170b5527483451cfbe971c19da8c7