We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddbcf2 commit f75e3faCopy full SHA for f75e3fa
2 files changed
debian/rules
@@ -3,7 +3,7 @@
3
APP=doublex
4
VERSION=$(shell head -n 1 debian/changelog | cut -f2 -d " " | tr -d "()" | cut -f1 -d "-")
5
6
-ORIG_REPO=hg clone http://bitbucket.org/DavidVilla/python-doublex -r v$(VERSION)
+ORIG_REPO=git clone --branch v$(VERSION) http://bitbucket.org/DavidVilla/python-doublex
7
ORIG_DIR=$(APP)-$(VERSION)
8
EXCLUDE=--exclude=debian --exclude=\*~ --exclude=.hg --exclude=.svn --exclude=\*.pyc
9
make
@@ -26,6 +26,10 @@ doctests:
26
wiki:
27
hg clone ssh://hg@bitbucket.org/DavidVilla/python-doublex/wiki
28
29
+push:
30
+ git push
31
+ git push git@github.com:davidvilla/python-doublex.git
32
+
33
clean:
34
find . -name *.pyc -delete
35
find . -name *.pyo -delete
0 commit comments