This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-stetl.
commit 2ecefa9c3e98406f4206d426a9e7167f20be27ed Author: Bas Couwenberg <[email protected]> Date: Tue Nov 7 18:57:22 2017 +0100 Update Files-Excluded to remove all .pyc files. --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5ac8753..db9fc08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ python-stetl (1.0.9+ds-2) UNRELEASED; urgency=medium * Add autopkgtest to test installability. * Use pkg-info.mk variables instead of dpkg-parsechangelog output. * Update watch file to use HTTPS. + * Update Files-Excluded to remove all .pyc files. -- Bas Couwenberg <[email protected]> Wed, 13 Jul 2016 14:50:57 +0200 diff --git a/debian/copyright b/debian/copyright index d9fa4af..cf8b91d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Source: http://pypi.debian.net/Stetl/ Comment: The upstream sources are repacked to excluded the Stetl.egg-info directory that is automatically removed by dh_clean. Files-Excluded: Stetl.egg-info/* - examples/*.pyc + **/*.pyc */.DS_Store Files: * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-stetl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

