# # Copyright (C) 2007, 2008 Loic Dachary # Copyright (C) 2006 Mekensleep # # Mekensleep # 24 rue vieille du temple # 75004 Paris # licensing@mekensleep.com # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # # Authors: # Loic Dachary # # upload to experimental instead EXPERIMENTAL=-e # to publish the debian packages : make debian/official # to publish to freshmeat : make FRESHMEAT_DRY= freshmeat/poker-network # make DRY='' sync archive etc. to actualy do something all: sync archives dupmerge link-sources upload-gna export FARM_HOST = rsync://farmpoker.pokersource.info:3873 #export PACKAGING_FARM_RSYNC_RSH=ssh -p 3022 #export PACKAGING_FARM = ${FARM_HOST} OFFICIAL_PACKAGES=poker-eval pypoker-eval poker-engine poker-network PACKAGES=${OFFICIAL_PACKAGES} pokersource UPLOAD_GNA_PROJECT=pokersource FRESHMEAT_TARBAL=http://download.gna.org/pokersource/sources/$$package-$$version.tar.gz include /usr/lib/packaging-farm/submit/Makefile $(eval $(call OFFICIAL,poker-eval,unstable intrepid f10)) $(eval $(call OFFICIAL,pypoker-eval,unstable intrepid f10)) $(eval $(call OFFICIAL,poker-engine,unstable intrepid f10)) $(eval $(call OFFICIAL,poker-network,unstable intrepid f10)) $(eval $(call OFFICIAL,pokersource,))