This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy.
commit 743af0b499226fef52899d300ebef848b3712ff9 Author: Ross Gammon <rossgam...@mail.dk> Date: Mon Nov 24 07:54:16 2014 +0100 Disable instagram plugin until dependency available --- debian/README.Debian | 10 ++++++++++ debian/rules | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..e59091d --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,10 @@ +Creepy in Debian +----------------- + +The instagram plugin has been disabled in this version of Creepy +because the python-instagram dependency has not yet been packaged. +Somebody intends to maintain this, but requires sponsorship +(#770149). Once this package is in the archive, the instagram +plugin in Creepy could be reinstated. + + -- Ross Gammon <rossgam...@mail.dk> Mon, 24 Nov 2014 07:52:00 +0100 diff --git a/debian/rules b/debian/rules index 5aad24a..142471c 100755 --- a/debian/rules +++ b/debian/rules @@ -13,3 +13,8 @@ override_dh_fixperms: override_dh_clean: dh_clean find . -name '*.pyc' -delete + +override_dh_auto_install: + dh_auto_install + #Temporarily remove instagram plugin as dependency is missing + rm $(CURDIR)/creepy/plugins/instagram/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel