Package: gunicorn Version: 0.14.5-3+deb7u1 Severity: wishlist Dear Maintainer,
The debian start script of gunicorn automatically loads configuration from /etc/gunicorn.d . It already ignores common "bogus" files: .dpkg-old, .pyc, ... I think it would be appropriate to also ignore "~ files", the automatic backups ending with ~ that some text editors generate. Just adding "~$" to the regexp would do, like : re_ignore = re.compile(r'(~$|^_|\.(dpkg-(old|dist|new|tmp)|example)$|\.pyc|\.comc$)') Regards, -- System Information: Debian Release: 7.1 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/dash Versions of packages gunicorn depends on: ii python 2.7.3-4 ii python-pkg-resources 0.6.24-1 ii python-setuptools 0.6.24-1 gunicorn recommends no packages. Versions of packages gunicorn suggests: pn python-gevent <none> pn python-pastedeploy <none> pn python-setproctitle <none> pn python-tornado <none> -- Configuration Files: /etc/init.d/gunicorn changed [not included] -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org