debdiff identity4c_1.0-1.dsc ../identity4c_1.1.0-2.dsc | filterdiff -z -i "*/debian/*"
--- identity4c-1.0/debian/changelog 2016-02-27 18:43:05.000000000 -0800
+++ identity4c-1.1.0/debian/changelog 2017-09-18 14:16:33.000000000 -0700
@@ -1,3 +1,14 @@
+identity4c (1.1.0-2) sid; urgency=low
+
+ * New upstream release
+ * Bumped debhelper and compat to 10
+ * Updated Std-Version
+ * Updated VCS-*
+ * Dropped Pre-Depends
+ * Removed --with-autoreconf from rules
+
+ -- richardl <richardl@ufp.com> Thu, 14 Sep 2017 08:37:21 -0700
+
identity4c (1.0-1) unstable; urgency=low
* Initial release (Closes: #813074)
--- identity4c-1.0/debian/compat 2016-01-21 11:39:19.000000000 -0800
+++ identity4c-1.1.0/debian/compat 2017-09-18 08:32:40.000000000 -0700
@@ -1 +1 @@
-9
+10
--- identity4c-1.0/debian/control 2016-03-02 07:47:46.000000000 -0800
+++ identity4c-1.1.0/debian/control 2017-09-18 08:32:12.000000000 -0700
@@ -2,15 +2,22 @@
Section: utils
Priority: optional
Maintainer: richardl <richardl@ufp.com>
-Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libssl-dev, libxml2-dev
-Standards-Version: 3.9.7
+Build-Depends: debhelper (>= 10), dh-autoreconf, pkg-config, libssl-dev, libxml2-dev
+Standards-Version: 4.1.0
Homepage: https://github.com/ufpidentity/identity4c
-Vcs-Git: https://git.debian.org/collab-maint/identity4c.git
-Vcs-Browser: https://git.debian.org/?p=collab-maint/identity4c.git;a=summary
+Vcs-Git: https://anonscm.debian.org/git/collab-maint/identity4c.git
+Vcs-Browser: https://anonscm.debian.org/git/collab-maint/identity4c.git
+
+Package: identity4c
+Depends: ${misc:Depends}, libufpidentity1
+Architecture: all
+Description: Package for UFP Identity C library
+ This is the metapackage for developing or integration of applications with
+ the UFP Identity service. This package will install the library necessary for
+ applications to integrate with the UFP Identity service.
Package: libufpidentity-dev
Section: libdevel
-Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libufpidentity1 (= ${binary:Version})
Architecture: any
Multi-Arch: same
@@ -21,7 +28,6 @@
Package: libufpidentity1
Section: libs
-Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Multi-Arch: same
--- identity4c-1.0/debian/copyright 2016-02-28 18:27:29.000000000 -0800
+++ identity4c-1.1.0/debian/copyright 2016-03-18 12:17:35.000000000 -0700
@@ -53,7 +53,11 @@
.
You should have received a copy of the GNU Lesser General Public License
along with strmap. If not, see <http://www.gnu.org/licenses/>.
-
+ .
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.
+
Files: picohttpparser.*
Copyright: Copyright (c) 2009-2014 Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase, Shigeo Mitsunari
License: MIT
--- identity4c-1.0/debian/libufpidentity1.symbols 2016-02-28 20:24:30.000000000 -0800
+++ identity4c-1.1.0/debian/libufpidentity1.symbols 2017-09-14 20:14:08.000000000 -0700
@@ -7,6 +7,8 @@
free_authentication_context@Base 1.0
free_authentication_pretext@Base 1.0
free_identity_context@Base 1.0
+ management@Base 1.1.0
+ management_find@Base 1.1.0
get_clientip@Base 1.0
get_cn_name@Base 1.0
get_host@Base 1.0
--- identity4c-1.0/debian/rules 2016-02-26 19:51:30.000000000 -0800
+++ identity4c-1.1.0/debian/rules 2017-09-18 08:35:55.000000000 -0700
@@ -3,4 +3,4 @@
export DH_VERBOSE=1
%:
- dh $@ --with autoreconf
+ dh $@