diff -Nru obfsproxy-0.2.13/debian/changelog obfsproxy-0.2.13/debian/changelog --- obfsproxy-0.2.13/debian/changelog 2016-09-22 11:15:38.000000000 +0000 +++ obfsproxy-0.2.13/debian/changelog 2017-11-23 18:47:08.000000000 +0000 @@ -1,3 +1,13 @@ +obfsproxy (0.2.13-3) unstable; urgency=medium + + * Team upload. + * Don't install the AppArmor profile and remove it from disk + unless the user has modified it (Closes: #882103) + * Set "Priority: optional": since Debian Policy version 4.0.1, + the priority extra has been deprecated. + + -- intrigeri Thu, 23 Nov 2017 18:47:08 +0000 + obfsproxy (0.2.13-2) unstable; urgency=medium * Team upload. diff -Nru obfsproxy-0.2.13/debian/control obfsproxy-0.2.13/debian/control --- obfsproxy-0.2.13/debian/control 2016-09-22 11:15:38.000000000 +0000 +++ obfsproxy-0.2.13/debian/control 2017-11-23 18:47:08.000000000 +0000 @@ -2,10 +2,9 @@ Maintainer: Debian Privacy Tools Maintainers Uploaders: Jérémy Bobbio Section: net -Priority: extra +Priority: optional Build-Depends: asciidoc, debhelper (>= 9), - dh-apparmor, dh-python, docbook-xsl, python-all (>= 2.6.6-3~), diff -Nru obfsproxy-0.2.13/debian/obfsproxy.dirs obfsproxy-0.2.13/debian/obfsproxy.dirs --- obfsproxy-0.2.13/debian/obfsproxy.dirs 2016-09-22 11:15:38.000000000 +0000 +++ obfsproxy-0.2.13/debian/obfsproxy.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -etc/apparmor.d diff -Nru obfsproxy-0.2.13/debian/obfsproxy.maintscript obfsproxy-0.2.13/debian/obfsproxy.maintscript --- obfsproxy-0.2.13/debian/obfsproxy.maintscript 1970-01-01 00:00:00.000000000 +0000 +++ obfsproxy-0.2.13/debian/obfsproxy.maintscript 2017-11-23 18:47:08.000000000 +0000 @@ -0,0 +1 @@ +rm_conffile /etc/apparmor.d/usr.bin.obfsproxy 0.2.13-3~ obfsproxy diff -Nru obfsproxy-0.2.13/debian/rules obfsproxy-0.2.13/debian/rules --- obfsproxy-0.2.13/debian/rules 2016-09-22 11:15:38.000000000 +0000 +++ obfsproxy-0.2.13/debian/rules 2017-11-23 18:47:08.000000000 +0000 @@ -5,9 +5,6 @@ override_dh_install: dh_install -O--buildsystem=pybuild - cp debian/apparmor-profile debian/obfsproxy/etc/apparmor.d/usr.bin.obfsproxy - dh_apparmor --profile-name=usr.bin.obfsproxy -pobfsproxy - override_dh_installman: a2x --no-xmllint --doctype manpage --format manpage debian/obfsproxy.1.txt dh_installman -O--buildsystem=pybuild