[Python-modules-commits] r12828 - in packages/maptransfer/trunk (22 files)

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Thu May 6 09:42:25 UTC 2010


    Date: Thursday, May 6, 2010 @ 09:42:22
  Author: svedrin-guest
Revision: 12828

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/maptransfer/trunk/debian/
  packages/maptransfer/trunk/debian/changelog
  packages/maptransfer/trunk/debian/compat
  packages/maptransfer/trunk/debian/control
  packages/maptransfer/trunk/debian/copyright
  packages/maptransfer/trunk/debian/docs
  packages/maptransfer/trunk/debian/man/
  packages/maptransfer/trunk/debian/man/maptransfer-server.1
  packages/maptransfer/trunk/debian/man/maptransfer.1
  packages/maptransfer/trunk/debian/maptransfer-server.docs
  packages/maptransfer/trunk/debian/maptransfer-server.install
  packages/maptransfer/trunk/debian/maptransfer-server.links
  packages/maptransfer/trunk/debian/maptransfer-server.manpages
  packages/maptransfer/trunk/debian/maptransfer.docs
  packages/maptransfer/trunk/debian/maptransfer.install
  packages/maptransfer/trunk/debian/maptransfer.links
  packages/maptransfer/trunk/debian/maptransfer.manpages
  packages/maptransfer/trunk/debian/rules
  packages/maptransfer/trunk/debian/source.lintian-overrides
  packages/maptransfer/trunk/debian/source/
  packages/maptransfer/trunk/debian/source/format
  packages/maptransfer/trunk/debian/watch


Property changes on: packages/maptransfer/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/maptransfer/trunk/debian/changelog
===================================================================
--- packages/maptransfer/trunk/debian/changelog	                        (rev 0)
+++ packages/maptransfer/trunk/debian/changelog	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1,5 @@
+maptransfer (0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnn)
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Wed, 05 May 2010 17:58:15 +0200

Added: packages/maptransfer/trunk/debian/compat
===================================================================
--- packages/maptransfer/trunk/debian/compat	                        (rev 0)
+++ packages/maptransfer/trunk/debian/compat	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+7

Added: packages/maptransfer/trunk/debian/control
===================================================================
--- packages/maptransfer/trunk/debian/control	                        (rev 0)
+++ packages/maptransfer/trunk/debian/control	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1,65 @@
+Source: maptransfer
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
+Build-Depends: python (>= 2.5), debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+Homepage: http://bitbucket.org/Svedrin/maptransfer/wiki/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/maptransfer/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/maptransfer/?op=log
+XS-Python-Version: all
+
+Package: maptransfer
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-qt4 (>=4.5.0)
+Description: upload/download maps to/from a VALVe game server (Client)
+ Uploading Maps to a Game server can be a tedious process if you want to get
+ the post-upload processing right. MapTransfer tries to automate this process
+ as much as possible. It handles everything a map upload takes:
+ .
+  * Finds the paths on the disk where Steam is installed and where games are
+    located. (Uses the Registry on Windows, and maptransfer.cfg for other OSs)
+  * BZips the Map before upload, and only uploads the BZ2ed file. That way,
+    maps are automatically prepared for fast download, while saving (mega)bytes
+    for the client to upload.
+  * Uploads .nav/.txt/.res files, if any.
+  * Hardlinks files on the server side, if more than one gameserver path is
+    specified in the config; that way a single map is uploaded to multiple
+    servers at once (and only takes up the space once, too).
+  * Saves you and your users a lot of tedious cdery and copypasta.
+  * Highlights the maps you or the server don't have, so you easily see what's
+    missing on either side.
+ .
+ Aside from the core functionality, it offers a few niceties as well:
+ .
+  * Client allows for simultaneous downloads and uploads.
+  * Uses HTTPS as protocol - that way, you can download maps (or test
+    connectivity) with your favorite web browser, or write your own scripts
+    that interact with the server.
+  * IPv6 ready
+  * Extensible: Any game should work, as long as it uses bsp maps - map
+    directories aren't hard coded but read from the config file.
+
+Package: maptransfer-server
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-openssl (>= 0.10)
+Description: upload/download maps to/from a VALVe game server (Server)
+ Uploading Maps to a Game server can be a tedious process if you want to get
+ the post-upload processing right. MapTransfer tries to automate this process
+ as much as possible. It handles everything a map upload takes:
+ .
+  * Automatically BZip compresses uploaded maps if the client didn't.
+  * Hardlinks files if more than one gameserver path is specified in the config.
+    That way a single map is uploaded to multiple servers at once (and only
+    takes up the space once, too).
+  * Saves you and your users a lot of tedious cdery and copypasta.
+ .
+  Aside from the core functionality, it offers a few niceties as well:
+ .
+  * Uses HTTPS as protocol - that way, you can download maps (or test
+    connectivity) with your favorite web browser, or write your own scripts
+    that interact with the server.
+  * IPv6 ready
+  * Extensible: Any game should work, as long as it uses bsp maps - map
+    directories aren't hard coded but read from the config file.

Added: packages/maptransfer/trunk/debian/copyright
===================================================================
--- packages/maptransfer/trunk/debian/copyright	                        (rev 0)
+++ packages/maptransfer/trunk/debian/copyright	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1,46 @@
+This work was packaged for Debian by:
+
+    Michael Ziegler <diese-addy at funzt-halt.net> on Wed, 05 May 2010 17:58:15 +0200
+
+It was downloaded from:
+
+    http://bitbucket.org/Svedrin/maptransfer/wiki/Home
+
+Upstream Author:
+
+    Michael Ziegler <diese-addy at funzt-halt.net>
+
+Copyright:
+
+    Copyright © 2010 Michael Ziegler
+
+License:
+
+    The MIT License
+
+    Permission is hereby granted, free of charge, to any person
+    obtaining a copy of this software and associated documentation
+    files (the "Software"), to deal in the Software without
+    restriction, including without limitation the rights to use,
+    copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the
+    Software is furnished to do so, subject to the following
+    conditions:
+
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+    HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+    OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is:
+
+    Copyright © 2010 Michael Ziegler <diese-addy at funzt-halt.net>
+
+and is licensed under the MIT license.

Added: packages/maptransfer/trunk/debian/docs
===================================================================
--- packages/maptransfer/trunk/debian/docs	                        (rev 0)
+++ packages/maptransfer/trunk/debian/docs	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+README

Added: packages/maptransfer/trunk/debian/man/maptransfer-server.1
===================================================================
--- packages/maptransfer/trunk/debian/man/maptransfer-server.1	                        (rev 0)
+++ packages/maptransfer/trunk/debian/man/maptransfer-server.1	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1,16 @@
+.TH MAPTRANSFER 1 "2010 May 05"
+.SH NAME
+maptransfer\-server \- allows easy up- and downloading of Maps for a game server.
+.SH SYNOPSIS
+.B mumble\-django\-configure [<config file>]
+.SH DESCRIPTION
+Uploading Maps to a Game server can be a tedious process if you want to get
+the post-upload processing right. MapTransfer tries to automate this process
+as much as possible.
+
+This program is the MapTransfer server.
+.SH OPTIONS
+You can give the path to the configuration file as the first command line
+argument. If omitted, server.cfg is assumed.
+.SH AUTHOR
+MapTransfer has been written by Michael Ziegler <diese-addy at funzt-halt.net>.

Added: packages/maptransfer/trunk/debian/man/maptransfer.1
===================================================================
--- packages/maptransfer/trunk/debian/man/maptransfer.1	                        (rev 0)
+++ packages/maptransfer/trunk/debian/man/maptransfer.1	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1,16 @@
+.TH MAPTRANSFER 1 "2010 May 05"
+.SH NAME
+maptransfer \- allows easy up- and downloading of Maps for a game server.
+.SH SYNOPSIS
+.B mumble\-django\-configure [<config file>]
+.SH DESCRIPTION
+Uploading Maps to a Game server can be a tedious process if you want to get
+the post-upload processing right. MapTransfer tries to automate this process
+as much as possible.
+
+This program is the MapTransfer client.
+.SH OPTIONS
+You can give the path to the configuration file as the first command line
+argument. If omitted, maptransfer.cfg is assumed.
+.SH AUTHOR
+MapTransfer has been written by Michael Ziegler <diese-addy at funzt-halt.net>.

Added: packages/maptransfer/trunk/debian/maptransfer-server.docs
===================================================================
--- packages/maptransfer/trunk/debian/maptransfer-server.docs	                        (rev 0)
+++ packages/maptransfer/trunk/debian/maptransfer-server.docs	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+server/server.example.cfg

Added: packages/maptransfer/trunk/debian/maptransfer-server.install
===================================================================
--- packages/maptransfer/trunk/debian/maptransfer-server.install	                        (rev 0)
+++ packages/maptransfer/trunk/debian/maptransfer-server.install	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1,2 @@
+server/server.py		/usr/share/maptransfer-server
+server/shlox.py			/usr/share/maptransfer-server

Added: packages/maptransfer/trunk/debian/maptransfer-server.links
===================================================================
--- packages/maptransfer/trunk/debian/maptransfer-server.links	                        (rev 0)
+++ packages/maptransfer/trunk/debian/maptransfer-server.links	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+/usr/share/maptransfer-server/server.py /usr/bin/maptransfer-server

Added: packages/maptransfer/trunk/debian/maptransfer-server.manpages
===================================================================
--- packages/maptransfer/trunk/debian/maptransfer-server.manpages	                        (rev 0)
+++ packages/maptransfer/trunk/debian/maptransfer-server.manpages	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+debian/man/maptransfer-server.1

Added: packages/maptransfer/trunk/debian/maptransfer.docs
===================================================================
--- packages/maptransfer/trunk/debian/maptransfer.docs	                        (rev 0)
+++ packages/maptransfer/trunk/debian/maptransfer.docs	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+client/maptransfer.example.cfg

Added: packages/maptransfer/trunk/debian/maptransfer.install
===================================================================
--- packages/maptransfer/trunk/debian/maptransfer.install	                        (rev 0)
+++ packages/maptransfer/trunk/debian/maptransfer.install	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1,5 @@
+client/client_de.qm		/usr/share/maptransfer
+client/client.py		/usr/share/maptransfer
+client/client_ui.py		/usr/share/maptransfer
+client/MapList.py		/usr/share/maptransfer
+client/TransferHandler.py	/usr/share/maptransfer

Added: packages/maptransfer/trunk/debian/maptransfer.links
===================================================================
--- packages/maptransfer/trunk/debian/maptransfer.links	                        (rev 0)
+++ packages/maptransfer/trunk/debian/maptransfer.links	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+/usr/share/maptransfer/client.py	/usr/bin/maptransfer

Added: packages/maptransfer/trunk/debian/maptransfer.manpages
===================================================================
--- packages/maptransfer/trunk/debian/maptransfer.manpages	                        (rev 0)
+++ packages/maptransfer/trunk/debian/maptransfer.manpages	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+debian/man/maptransfer.1

Added: packages/maptransfer/trunk/debian/rules
===================================================================
--- packages/maptransfer/trunk/debian/rules	                        (rev 0)
+++ packages/maptransfer/trunk/debian/rules	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+
+%:
+	dh  $@


Property changes on: packages/maptransfer/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/maptransfer/trunk/debian/source/format
===================================================================
--- packages/maptransfer/trunk/debian/source/format	                        (rev 0)
+++ packages/maptransfer/trunk/debian/source/format	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/maptransfer/trunk/debian/source.lintian-overrides
===================================================================
--- packages/maptransfer/trunk/debian/source.lintian-overrides	                        (rev 0)
+++ packages/maptransfer/trunk/debian/source.lintian-overrides	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1 @@
+maptransfer source: source-contains-hg-tags-file .hgtags

Added: packages/maptransfer/trunk/debian/watch
===================================================================
--- packages/maptransfer/trunk/debian/watch	                        (rev 0)
+++ packages/maptransfer/trunk/debian/watch	2010-05-06 09:42:22 UTC (rev 12828)
@@ -0,0 +1,5 @@
+version=3
+opts=filenamemangle=s#/Svedrin/maptransfer/get/v([\d\.]*)\.tar\.bz2#maptransfer_$1\.orig\.tar\.bz2# \
+  http://bitbucket.org/Svedrin/maptransfer/downloads/ \
+  /Svedrin/maptransfer/get/v([\d\.]*)\.tar\.bz2 \
+  debian




More information about the Python-modules-commits mailing list