[Pkg-voip-commits] [starpy] 30/40: Ignore generated packaging files

tzafrir at debian.org tzafrir at debian.org
Sat Jul 9 21:26:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository starpy.

commit 3bb96e178e05bebf2bf4a7760e22af77d234d007
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Sat Jul 9 21:13:09 2016 +0200

    Ignore generated packaging files
---
 debian/.gitignore                       | 7 +++++++
 debian/patches/no-examples-module.patch | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..ae06048
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,7 @@
+debhelper-build-stamp
+files
+python-starpy.debhelper.log
+python-starpy.postinst.debhelper
+python-starpy.prerm.debhelper
+python-starpy.substvars
+python-starpy/
diff --git a/debian/patches/no-examples-module.patch b/debian/patches/no-examples-module.patch
index 320aac6..eb61f87 100644
--- a/debian/patches/no-examples-module.patch
+++ b/debian/patches/no-examples-module.patch
@@ -11,7 +11,7 @@ find_packages() with an explicit list.
      keywords='asterisk manager fastagi twisted AMI',
      url='https://github.com/asterisk/starpy',
 -    packages=find_packages(),
-+    packages='starpy',
++    packages=['starpy'],
      classifiers=[
          "Development Status :: 5 - Production/Stable",
          "Intended Audience :: Developers",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/starpy.git



More information about the Pkg-voip-commits mailing list