[Python-modules-commits] [django-guardian] 09/10: Remove WTF

Brian May bam at moszumanska.debian.org
Thu Jan 14 00:54:50 UTC 2016


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

bam pushed a commit to branch master
in repository django-guardian.

commit 725b766eba36a33f970f5d78218169d00ac55342
Author: Brian May <bam at debian.org>
Date:   Wed Jan 13 20:30:11 2016 +1100

    Remove WTF
    
    Looks like we install examples, and then delete them.
    
    Remove for now, as not properly distributed upstream in 1.4.1.
---
 debian/python-django-guardian.examples  | 2 --
 debian/python3-django-guardian.examples | 2 --
 debian/rules                            | 3 ---
 3 files changed, 7 deletions(-)

diff --git a/debian/python-django-guardian.examples b/debian/python-django-guardian.examples
deleted file mode 100644
index cfeb3b7..0000000
--- a/debian/python-django-guardian.examples
+++ /dev/null
@@ -1,2 +0,0 @@
-example_project/
-benchmarks/
diff --git a/debian/python3-django-guardian.examples b/debian/python3-django-guardian.examples
deleted file mode 100644
index cfeb3b7..0000000
--- a/debian/python3-django-guardian.examples
+++ /dev/null
@@ -1,2 +0,0 @@
-example_project/
-benchmarks/
diff --git a/debian/rules b/debian/rules
index 028caf1..1190921 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,6 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install
-	
-	find $(CURDIR)/debian/ -type d -name benchmarks | xargs rm -rf
-	find $(CURDIR)/debian/ -type d -name example_project | xargs rm -rf
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-guardian.git



More information about the Python-modules-commits mailing list