[Fxpy-commits] FXPy Makefile,1.5,1.6
Status: Inactive
Brought to you by:
lyle
From: Bastian K. <ca...@us...> - 2003-06-27 17:37:10
|
Update of /cvsroot/fxpy/FXPy In directory sc8-pr-cvs1:/tmp/cvs-serv13949 Modified Files: Makefile Log Message: as long as SF anon CVS access drops connections like crazy, switch to developer access Index: Makefile =================================================================== RCS file: /cvsroot/fxpy/FXPy/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile 26 Jun 2003 22:41:23 -0000 1.5 +++ Makefile 27 Jun 2003 16:40:02 -0000 1.6 @@ -36,10 +36,10 @@ deb_signed: # ready for upload, signed with my GPG key - env CVSROOT=:pserver:ano...@cv...:/cvsroot/fxpy cvs-buildpackage -MFXPy -W/home/calvin/projects/cvs-build -sgpg -pgpg -k32EC6F3E -r"fakeroot --" + env CVSROOT=:ext:ca...@cv...:/cvsroot/fxpy cvs-buildpackage -MFXPy -W/home/calvin/projects/cvs-build -sgpg -pgpg -k32EC6F3E -r"fakeroot --" deb_unsigned: # same thing, but unsigned (for local archives) - env CVSROOT=:pserver:ano...@cv...:/cvsroot/fxpy cvs-buildpackage -MFXPy -W/home/calvin/projects/cvs-build -us -uc -r"fakeroot --" + env CVSROOT=:ext:ca...@cv...:/cvsroot/fxpy cvs-buildpackage -MFXPy -W/home/calvin/projects/cvs-build -us -uc -r"fakeroot --" .PHONY: all swig clean distclean cleandeb dist deb_local deb_signed deb_unsigned |