File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 33
44URL_AUTH =svn+ssh://${ALIOTH_USER}@svn.debian.org/svn/python-modules/packages/doublex/trunk
55URL_ANON =svn://svn.debian.org/svn/python-modules/packages/doublex/trunk
6+ GITHUB [email protected] :davidvilla/python-doublex.git
67
78debian :
89 if [ ! -z " $$ {ALIOTH_USER}" ]; then \
2829
2930push :
3031 git push
31- git push --tags
[email protected] :davidvilla/python-doublex.git
32+ git push ${GITHUB}
33+ git push --tags ${GITHUB}
34+
3235
3336clean :
3437 find . -name * .pyc -delete
Original file line number Diff line number Diff line change @@ -20,17 +20,16 @@ build-python%:
2020 python$* setup.py build
2121
2222override_dh_auto_build : $(PYTHON3:%=build-python% )
23- dh_auto_build
23+ python setup.py build --force
2424
2525install-python% :
2626 python$* setup.py install --root=$(CURDIR ) /debian/tmp --install-layout=deb
2727
28-
2928override_dh_auto_install : $(PYTHON3:%=install-python% )
30- dh_auto_install
29+ python setup.py install --force --root=./debian/tmp --no-compile -O0 --install-layout=deb
3130
3231override_dh_auto_clean :
33- dh_auto_clean
32+ python setup.py clean -a
3433 rm -rf build
3534 rm -rf * .egg-info
3635
You can’t perform that action at this time.
0 commit comments