[Python-apps-commits] r7757 - in packages/pybik/trunk (10 files)
barcc-guest at users.alioth.debian.org
barcc-guest at users.alioth.debian.org
Wed Nov 2 22:15:56 UTC 2011
Date: Wednesday, November 2, 2011 @ 22:15:54
Author: barcc-guest
Revision: 7757
[svn-inject] Applying Debian modifications (0.4-1) to trunk
Added:
packages/pybik/trunk/debian/
packages/pybik/trunk/debian/changelog
packages/pybik/trunk/debian/compat
packages/pybik/trunk/debian/control
packages/pybik/trunk/debian/copyright
packages/pybik/trunk/debian/docs
packages/pybik/trunk/debian/rules
packages/pybik/trunk/debian/source/
packages/pybik/trunk/debian/source/format
packages/pybik/trunk/debian/watch
Property changes on: packages/pybik/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/pybik/trunk/debian/changelog
===================================================================
--- packages/pybik/trunk/debian/changelog (rev 0)
+++ packages/pybik/trunk/debian/changelog 2011-11-02 22:15:54 UTC (rev 7757)
@@ -0,0 +1,5 @@
+pybik (0.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #647390)
+
+ -- B. Clausius <barcc at gmx.de> Wed, 02 Nov 2011 10:22:19 +0100
Added: packages/pybik/trunk/debian/compat
===================================================================
--- packages/pybik/trunk/debian/compat (rev 0)
+++ packages/pybik/trunk/debian/compat 2011-11-02 22:15:54 UTC (rev 7757)
@@ -0,0 +1 @@
+7
Added: packages/pybik/trunk/debian/control
===================================================================
--- packages/pybik/trunk/debian/control (rev 0)
+++ packages/pybik/trunk/debian/control 2011-11-02 22:15:54 UTC (rev 7757)
@@ -0,0 +1,30 @@
+Source: pybik
+Section: games
+Priority: optional
+Maintainer: Charlie Smotherman <cjsmo at cableone.net>
+Uploaders: B. Clausius <barcc at gmx.de>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ intltool,
+ cython (>= 0.11.2),
+ python-all-dev (>= 2.7),
+ libgl1-mesa-dev,
+ libglu1-mesa-dev
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.7
+Homepage: https://launchpad.net/pybik
+
+Package: pybik
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
+ python-gobject,
+ python-gtk2,
+ python-gtkglext1,
+ python-opengl,
+ python-numpy,
+ python-gconf
+Description: 3D Rubik's cube game
+ Pybik is an interactive, graphical, single player puzzle.
+ This program renders an image of a cube, like that invented
+ by Erno Rubik. You have to manipulate the cube using the mouse. When each
+ face shows only one color, the game is solved.
Added: packages/pybik/trunk/debian/copyright
===================================================================
--- packages/pybik/trunk/debian/copyright (rev 0)
+++ packages/pybik/trunk/debian/copyright 2011-11-02 22:15:54 UTC (rev 7757)
@@ -0,0 +1,33 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: pybik
+Upstream-Contact: B. Clausius <barcc at gmx.de>
+Source: https://launchpad.net/pybik/+download
+Comment:
+ Originally this package was derived from GNUbik 2.3
+ and ported from C to Python.
+ Authors of GNUbik:
+ * John Mark Darrington <john at darrington.wattle.id.au>
+ is the main author and maintainer of GNUbik.
+ * Dale Mellor <dale_mellor at users.sourceforge.net>
+
+Files: *
+Copyright: 2009-2011 B. Clausius <barcc at gmx.de>
+License: GPL-3+
+
+License: GPL-3+
+ 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 3 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
Added: packages/pybik/trunk/debian/docs
===================================================================
--- packages/pybik/trunk/debian/docs (rev 0)
+++ packages/pybik/trunk/debian/docs 2011-11-02 22:15:54 UTC (rev 7757)
@@ -0,0 +1 @@
+README
Added: packages/pybik/trunk/debian/rules
===================================================================
--- packages/pybik/trunk/debian/rules (rev 0)
+++ packages/pybik/trunk/debian/rules 2011-11-02 22:15:54 UTC (rev 7757)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
+
+override_dh_auto_install:
+ dh_auto_install -- --install-scripts=/usr/games
+
+clean::
+ rm -rf build/
+
Property changes on: packages/pybik/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/pybik/trunk/debian/source/format
===================================================================
--- packages/pybik/trunk/debian/source/format (rev 0)
+++ packages/pybik/trunk/debian/source/format 2011-11-02 22:15:54 UTC (rev 7757)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/pybik/trunk/debian/watch
===================================================================
--- packages/pybik/trunk/debian/watch (rev 0)
+++ packages/pybik/trunk/debian/watch 2011-11-02 22:15:54 UTC (rev 7757)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/pybik/+download http://launchpad.net/pybik/.*/pybik-(.+).tar.gz
More information about the Python-apps-commits
mailing list