Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
* Don't install the broken AppArmor profile. (Closes: #882103)
diff -Nru obfsproxy-0.2.13/debian/changelog obfsproxy-0.2.13/debian/changelog --- obfsproxy-0.2.13/debian/changelog 2016-09-22 14:15:38.000000000 +0300 +++ obfsproxy-0.2.13/debian/changelog 2018-02-28 23:03:50.000000000 +0200 @@ -1,3 +1,10 @@ +obfsproxy (0.2.13-2+deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Don't install the broken AppArmor profile. (Closes: #882103) + + -- Adrian Bunk <[email protected]> Wed, 28 Feb 2018 23:03:50 +0200 + 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 14:15:38.000000000 +0300 +++ obfsproxy-0.2.13/debian/control 2018-02-28 23:03:48.000000000 +0200 @@ -5,7 +5,6 @@ Priority: extra 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 14:15:38.000000000 +0300 +++ obfsproxy-0.2.13/debian/obfsproxy.dirs 1970-01-01 02:00:00.000000000 +0200 @@ -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 02:00:00.000000000 +0200 +++ obfsproxy-0.2.13/debian/obfsproxy.maintscript 2018-02-28 23:03:50.000000000 +0200 @@ -0,0 +1 @@ +rm_conffile /etc/apparmor.d/usr.bin.obfsproxy 0.2.13-2+deb9u1~ obfsproxy diff -Nru obfsproxy-0.2.13/debian/rules obfsproxy-0.2.13/debian/rules --- obfsproxy-0.2.13/debian/rules 2016-09-22 14:15:38.000000000 +0300 +++ obfsproxy-0.2.13/debian/rules 2018-02-28 23:03:48.000000000 +0200 @@ -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

