diff -Nru python-argcomplete-0.8.0.2/debian/changelog python-argcomplete-0.8.0.3/debian/changelog --- python-argcomplete-0.8.0.2/debian/changelog 2014-04-11 21:57:14.000000000 +0000 +++ python-argcomplete-0.8.0.3/debian/changelog 2014-04-11 22:23:26.000000000 +0000 @@ -1,4 +1,4 @@ -python-argcomplete (0.8.0.2) saucy; urgency=low +python-argcomplete (0.8.0.3) saucy; urgency=low * Initial debian release. diff -Nru python-argcomplete-0.8.0.2/debian/postinst python-argcomplete-0.8.0.3/debian/postinst --- python-argcomplete-0.8.0.2/debian/postinst 2014-04-11 21:56:35.000000000 +0000 +++ python-argcomplete-0.8.0.3/debian/postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -#!/bin/sh -set -e - -# Automatically added by dhpython: -if which py3compile >/dev/null 2>&1; then - py3compile -p linkmanager -V 3.2- -fi - -activate-global-python-argcomplete diff -Nru python-argcomplete-0.8.0.2/debian/postinst_back python-argcomplete-0.8.0.3/debian/postinst_back --- python-argcomplete-0.8.0.2/debian/postinst_back 1970-01-01 00:00:00.000000000 +0000 +++ python-argcomplete-0.8.0.3/debian/postinst_back 2014-04-11 21:56:35.000000000 +0000 @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +# Automatically added by dhpython: +if which py3compile >/dev/null 2>&1; then + py3compile -p linkmanager -V 3.2- +fi + +activate-global-python-argcomplete