Package: vsftpd Version: 3.0.3-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu xenial ubuntu-patch
Dear Maintainer, In Ubuntu packaging we add dh_apport support. Please consider merging this into Debian. Thanks for considering the patch. -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-4-generic (SMP w/12 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru vsftpd-3.0.3/debian/control vsftpd-3.0.3/debian/control --- vsftpd-3.0.3/debian/control 2015-05-25 14:32:52.000000000 -0500 +++ vsftpd-3.0.3/debian/control 2016-02-12 09:21:47.000000000 -0600 @@ -4,6 +4,7 @@ Maintainer: Jörg Frings-Fürst <deb...@jff-webhosting.net> Build-Depends: debhelper (>= 9), + dh-apport, dh-systemd, libcap2-dev [linux-any], libpam0g-dev, diff -Nru vsftpd-3.0.3/debian/rules vsftpd-3.0.3/debian/rules --- vsftpd-3.0.3/debian/rules 2015-04-21 14:29:21.000000000 -0500 +++ vsftpd-3.0.3/debian/rules 2016-02-10 17:47:35.000000000 -0600 @@ -10,7 +10,7 @@ endif %: - dh ${@} --parallel --with=systemd + dh ${@} --parallel --with=systemd,apport override_dh_auto_build: $(MAKE) CFLAGS="$(CFLAGS) $(CPPFLAGS)" LIBS="$(LIBS)" LINK=""