[Python-apps-commits] r6634 - in packages/whyteboard/trunk (17 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Wed Feb 9 08:36:03 UTC 2011


    Date: Wednesday, February 9, 2011 @ 08:35:48
  Author: takaki
Revision: 6634

[svn-inject] Applying Debian modifications (0.41.1-2) to trunk

Added:
  packages/whyteboard/trunk/debian/
  packages/whyteboard/trunk/debian/changelog
  packages/whyteboard/trunk/debian/compat
  packages/whyteboard/trunk/debian/control
  packages/whyteboard/trunk/debian/copyright
  packages/whyteboard/trunk/debian/dirs
  packages/whyteboard/trunk/debian/docs
  packages/whyteboard/trunk/debian/install
  packages/whyteboard/trunk/debian/links
  packages/whyteboard/trunk/debian/menu
  packages/whyteboard/trunk/debian/patches/
  packages/whyteboard/trunk/debian/patches/00_setup_py
  packages/whyteboard/trunk/debian/patches/series
  packages/whyteboard/trunk/debian/rules
  packages/whyteboard/trunk/debian/source/
  packages/whyteboard/trunk/debian/source/format
  packages/whyteboard/trunk/debian/watch


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

Added: packages/whyteboard/trunk/debian/changelog
===================================================================
--- packages/whyteboard/trunk/debian/changelog	                        (rev 0)
+++ packages/whyteboard/trunk/debian/changelog	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,14 @@
+whyteboard (0.41.1-2) unstable; urgency=low
+
+  * debian/control: fixed Homepage typo. (Closes: #609063)
+  * debian/copyright: add license description for some files
+  * debian/control: changed architecture to 'all'. 
+  * debian/rules: add +x to whyteboard script. (Closes: #609053) 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 06 Jan 2011 09:16:45 +0900
+
+whyteboard (0.41.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #602210)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 11 Nov 2010 14:02:19 +0900

Added: packages/whyteboard/trunk/debian/compat
===================================================================
--- packages/whyteboard/trunk/debian/compat	                        (rev 0)
+++ packages/whyteboard/trunk/debian/compat	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1 @@
+7

Added: packages/whyteboard/trunk/debian/control
===================================================================
--- packages/whyteboard/trunk/debian/control	                        (rev 0)
+++ packages/whyteboard/trunk/debian/control	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,17 @@
+Source: whyteboard
+Section: text
+Priority: extra
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Homepage: http://whyteboard.org/
+#Vcs-Git: git://git.debian.org/collab-maint/whyteboard.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/whyteboard.git;a=summary
+
+Package: whyteboard
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-wxgtk2.8
+Description: overlay painting and annotation application
+ Whyteboard is a free painting application for Linux, Windows and Mac. It is 
+ suited towards creating visual presentations and for overlaying PDF images 
+ with annotations.

Added: packages/whyteboard/trunk/debian/copyright
===================================================================
--- packages/whyteboard/trunk/debian/copyright	                        (rev 0)
+++ packages/whyteboard/trunk/debian/copyright	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,127 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Thu, 11 Nov 2010 14:02:19 +0900
+
+It was downloaded from:
+
+    http://code.google.com/p/whyteboard/
+
+Upstream Author:
+
+    Steven Sproat
+
+Copyright:
+
+    Copyright (c) 2009, 2010 by Steven Sproat
+
+License:
+
+    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 package 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 complete text of the GNU General
+Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+whyteboard/lib/mock.py whyteboard/lib/configobj.py:
+ Copyright (c) 2003-2010, Michael Foord
+ All rights reserved.
+ E-mail : fuzzyman AT voidspace DOT org DOT uk
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ .
+     * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+ .
+    * Redistributions in binary form must reproduce the above
+      copyright notice, this list of conditions and the following
+      disclaimer in the documentation and/or other materials provided
+      with the distribution.
+ .
+    * Neither the name of Michael Foord nor the name of Voidspace
+      may be used to endorse or promote products derived from this
+      software without specific prior written permission.
+ . 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+whyteboard/lib/flatnotebook.py whyteboard/lib/errdlg.py:
+ wxPython license (same as wxWindow License).
+                 wxWindows Library Licence, Version 3.1
+                ======================================
+
+  Copyright (c) 1998-2005 Julian Smart, Robert Roebling et al
+
+  Everyone is permitted to copy and distribute verbatim copies
+  of this licence document, but changing it is not allowed.
+
+                       WXWINDOWS LIBRARY LICENCE
+     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+  
+  This library is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Library General Public Licence as published by
+  the Free Software Foundation; either version 2 of the Licence, or (at
+  your option) any later version.
+  
+  This library 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 Library
+  General Public Licence for more details.
+
+  You should have received a copy of the GNU Library General Public Licence
+  along with this software, usually in a file named COPYING.LIB.  If not,
+  write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+  Boston, MA 02111-1307 USA.
+
+  EXCEPTION NOTICE
+
+  1. As a special exception, the copyright holders of this library give
+  permission for additional uses of the text contained in this release of
+  the library as licenced under the wxWindows Library Licence, applying
+  either version 3.1 of the Licence, or (at your option) any later version of
+  the Licence as published by the copyright holders of version
+  3.1 of the Licence document.
+
+  2. The exception is that you may use, copy, link, modify and distribute
+  under your own terms, binary object code versions of works based
+  on the Library.
+
+  3. If you copy code from files distributed under the terms of the GNU
+  General Public Licence or the GNU Library General Public Licence into a
+  copy of this library, as this licence permits, the exception does not
+  apply to the code that you add in this way.  To avoid misleading anyone as
+  to the status of such modified files, you must delete this exception
+  notice from such code and/or adjust the licensing conditions notice
+  accordingly.
+
+  4. If you write modifications of your own for this library, it is your
+  choice whether to permit this exception to apply to your modifications. 
+  If you do not wish that, you must delete the exception notice from such
+  code and/or adjust the licensing conditions notice accordingly.
+ 
+The Debian packaging is:
+
+    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the GPL version 3, see above.

Added: packages/whyteboard/trunk/debian/dirs
===================================================================
--- packages/whyteboard/trunk/debian/dirs	                        (rev 0)
+++ packages/whyteboard/trunk/debian/dirs	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/whyteboard

Added: packages/whyteboard/trunk/debian/docs
===================================================================
--- packages/whyteboard/trunk/debian/docs	                        (rev 0)
+++ packages/whyteboard/trunk/debian/docs	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,4 @@
+CHANGELOG.txt
+DEVELOPING.txt
+README.txt
+TODO.txt

Added: packages/whyteboard/trunk/debian/install
===================================================================
--- packages/whyteboard/trunk/debian/install	                        (rev 0)
+++ packages/whyteboard/trunk/debian/install	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,2 @@
+images /usr/share/whyteboard
+locale /usr/share

Added: packages/whyteboard/trunk/debian/links
===================================================================
--- packages/whyteboard/trunk/debian/links	                        (rev 0)
+++ packages/whyteboard/trunk/debian/links	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1 @@
+usr/share/whyteboard/whyteboard_main.py usr/bin/whyteboard

Added: packages/whyteboard/trunk/debian/menu
===================================================================
--- packages/whyteboard/trunk/debian/menu	                        (rev 0)
+++ packages/whyteboard/trunk/debian/menu	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,2 @@
+?package(whyteboard):needs="X11" section="Applications/Graphics"\
+  title="whyteboard" command="/usr/bin/whyteboard"

Added: packages/whyteboard/trunk/debian/patches/00_setup_py
===================================================================
--- packages/whyteboard/trunk/debian/patches/00_setup_py	                        (rev 0)
+++ packages/whyteboard/trunk/debian/patches/00_setup_py	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,12 @@
+Index: whyteboard-0.41.1/setup.py
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ whyteboard-0.41.1/setup.py	2010-11-11 16:48:19.591662660 +0900
+@@ -0,0 +1,7 @@
++from setuptools import setup, find_packages
++
++setup(
++	name = "whyteboard",
++	packages = find_packages(),
++	version = "0.41.1",
++)

Added: packages/whyteboard/trunk/debian/patches/series
===================================================================
--- packages/whyteboard/trunk/debian/patches/series	                        (rev 0)
+++ packages/whyteboard/trunk/debian/patches/series	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1 @@
+00_setup_py

Added: packages/whyteboard/trunk/debian/rules
===================================================================
--- packages/whyteboard/trunk/debian/rules	                        (rev 0)
+++ packages/whyteboard/trunk/debian/rules	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,26 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf whyteboard.egg-info
+
+override_dh_auto_install:
+	dh_auto_install
+	install -m 755 whyteboard.py $(CURDIR)/debian/whyteboard/usr/share/whyteboard/whyteboard_main.py
+
+override_dh_fixperms:
+	dh_fixperms
+	find debian/whyteboard/usr/share/whyteboard debian/whyteboard/usr/share/locale -type f -print0 2>/dev/null | xargs -0r chmod 644
+	chmod 755 $(CURDIR)/debian/whyteboard/usr/share/whyteboard/whyteboard_main.py


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

Added: packages/whyteboard/trunk/debian/source/format
===================================================================
--- packages/whyteboard/trunk/debian/source/format	                        (rev 0)
+++ packages/whyteboard/trunk/debian/source/format	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/whyteboard/trunk/debian/watch
===================================================================
--- packages/whyteboard/trunk/debian/watch	                        (rev 0)
+++ packages/whyteboard/trunk/debian/watch	2011-02-09 08:35:48 UTC (rev 6634)
@@ -0,0 +1,3 @@
+version=3
+http://googlecode.debian.net/p/whyteboard/whyteboard-(.*)\.tar\.gz
+




More information about the Python-apps-commits mailing list