diffstat of debian/ for libpst_0.6.58-1 libpst_0.6.59-SprezzOS1 changelog | 14 ++++++++++++++ control | 5 +++-- libpst-dev.install | 6 ++++++ rules | 4 ++++ 4 files changed, 27 insertions(+), 2 deletions(-) --- libpst-0.6.58/debian/changelog 2013-01-20 19:51:42.000000000 +0000 +++ libpst-0.6.59/debian/changelog 2013-05-19 17:36:33.000000000 +0000 @@ -1,3 +1,17 @@ +libpst (0.6.59-SprezzOS1) unstable; urgency=low + + * New upstream + * Install with --fail-missing + * Install all documentation + + -- Nick Black Sun, 19 May 2013 13:30:06 -0400 + +libpst (0.6.58-SprezzOS1) unstable; urgency=low + + * SprezzOS build + + -- Nick Black Tue, 22 Jan 2013 18:57:03 -0500 + libpst (0.6.58-1) experimental; urgency=low * [5237d7e5] Imported Upstream version 0.6.58 --- libpst-0.6.58/debian/control 2013-01-20 19:36:43.000000000 +0000 +++ libpst-0.6.59/debian/control 2013-05-19 17:36:33.000000000 +0000 @@ -1,7 +1,8 @@ Source: libpst Section: utils Priority: optional -Maintainer: Leo Costela +Maintainer: Nick Black +XSBC-Original-Maintainer: Leo Costela Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, # for buildflags.mk @@ -10,7 +11,7 @@ imagemagick, libgd2-noxpm-dev | libgd2-xpm-dev, libgsf-1-dev -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Homepage: http://www.five-ten-sg.com/libpst/ Vcs-Browser: http://git.debian.org/?p=collab-maint/libpst.git Vcs-Git: git://git.debian.org/git/collab-maint/libpst.git --- libpst-0.6.58/debian/libpst-dev.install 2013-01-20 19:36:43.000000000 +0000 +++ libpst-0.6.59/debian/libpst-dev.install 2013-05-19 17:36:33.000000000 +0000 @@ -4,3 +4,9 @@ usr/include/libpst-4 usr/share/doc/libpst-*/devel usr/share/doc/libpst-dev/ usr/share/man/man5 +usr/share/doc/*/*.html usr/share/doc/libpst-dev/ +usr/share/doc/*/ChangeLog usr/share/doc/libpst-dev/ +usr/share/doc/*/AUTHORS usr/share/doc/libpst-dev/ +usr/share/doc/*/COPYING usr/share/doc/libpst-dev/ +usr/share/doc/*/README usr/share/doc/libpst-dev/ +usr/share/doc/*/NEWS usr/share/doc/libpst-dev/ --- libpst-0.6.58/debian/rules 2013-01-20 19:36:43.000000000 +0000 +++ libpst-0.6.59/debian/rules 2013-05-19 17:36:33.000000000 +0000 @@ -13,6 +13,10 @@ dh_auto_configure -- --disable-rpath --enable-libpst-shared --disable-python # TODO: --enable-python +override_dh_install: + find debian/tmp -name '*.la' -print -delete + dh_install --fail-missing + override_dh_installdocs: dh_installdocs -Nreadpst -A AUTHORS TODO