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

ross-guest pushed a commit to branch master
in repository creepy.

commit 75f2338043fc038e8da896d79bcd7692d1b646ad
Author: Ross Gammon <rossgam...@mail.dk>
Date:   Tue Feb 17 22:34:50 2015 +0100

    Try switching to standard pybuild setup
    
    dh tries to use setup.py, but it seems to be windows only at the moment.
---
 debian/control |  4 +++-
 debian/rules   | 22 +++++++++++-----------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 3750878..745ca9e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Uploaders: Andreas Tille <ti...@debian.org>,
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               python
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/creepy.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/creepy.git
diff --git a/debian/rules b/debian/rules
index 142471c..8ee8521 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,18 +3,18 @@
 #export DH_VERBOSE=1
 
 %:
-       dh $@ --with python2
+       dh $@ --with python2 --buildsystem=pybuild
 
 
-override_dh_fixperms:
-       dh_fixperms
-       chmod 755 $(CURDIR)/debian/creepy/usr/share/creepy/CreepyMain.py
+#override_dh_fixperms:
+#      dh_fixperms
+#      chmod 755 $(CURDIR)/debian/creepy/usr/share/creepy/CreepyMain.py
 
-override_dh_clean:
-       dh_clean
-       find . -name '*.pyc' -delete
+#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/*
+#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

Reply via email to