[Python-apps-commits] r4847 - in packages/dreampie/trunk (9 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Feb 23 21:48:05 UTC 2010


    Date: Tuesday, February 23, 2010 @ 21:48:03
  Author: dktrkranz
Revision: 4847

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/dreampie/trunk/debian/
  packages/dreampie/trunk/debian/changelog
  packages/dreampie/trunk/debian/compat
  packages/dreampie/trunk/debian/control
  packages/dreampie/trunk/debian/copyright
  packages/dreampie/trunk/debian/docs
  packages/dreampie/trunk/debian/links
  packages/dreampie/trunk/debian/rules
  packages/dreampie/trunk/debian/watch


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

Added: packages/dreampie/trunk/debian/changelog
===================================================================
--- packages/dreampie/trunk/debian/changelog	                        (rev 0)
+++ packages/dreampie/trunk/debian/changelog	2010-02-23 21:48:03 UTC (rev 4847)
@@ -0,0 +1,5 @@
+dreampie (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #571041).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 23 Feb 2010 22:31:32 +0100

Added: packages/dreampie/trunk/debian/compat
===================================================================
--- packages/dreampie/trunk/debian/compat	                        (rev 0)
+++ packages/dreampie/trunk/debian/compat	2010-02-23 21:48:03 UTC (rev 4847)
@@ -0,0 +1 @@
+7

Added: packages/dreampie/trunk/debian/control
===================================================================
--- packages/dreampie/trunk/debian/control	                        (rev 0)
+++ packages/dreampie/trunk/debian/control	2010-02-23 21:48:03 UTC (rev 4847)
@@ -0,0 +1,25 @@
+Source: dreampie
+Section: python
+Priority: optional
+Maintainer: Luca Falavigna <dktrkranz at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: python (>= 2.5), python-support
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.5
+Homepage: http://dreampie.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/dreampie/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/dreampie/trunk/
+
+Package: dreampie
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gtksourceview2, python-glade2
+Suggests: jython, ironpython
+Description: advanced graphical interactive Python shell
+ This Python shell permits to work in a more productive way with Python
+ interpreter providing features not yet implemented in standard Python IDE:
+  * automatic completion of attributes and file names
+  * display of function arguments and documentation
+  * result history to execute a given code at a later time
+  * history dump on HTML files for future reference
+  * support for Python 2.5, Python 2.6, Python 3.1, Jython 2.5, IronPython 2.6

Added: packages/dreampie/trunk/debian/copyright
===================================================================
--- packages/dreampie/trunk/debian/copyright	                        (rev 0)
+++ packages/dreampie/trunk/debian/copyright	2010-02-23 21:48:03 UTC (rev 4847)
@@ -0,0 +1,142 @@
+This work was packaged for Debian by:
+
+    Luca Falavigna <dktrkranz at debian.org> on Tue, 23 Feb 2010 22:31:32 +0100
+
+It was downloaded from:
+
+    http://dreampie.sourceforge.net
+
+Upstream Author:
+
+    Noam Yorav-Raphael <noamraph at gmail.com>
+
+Copyright:
+
+    Copyright © 2009-2010 Noam Yorav-Raphael
+
+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".
+
+
+dreampielib/common/brine.py
+
+    Copyright © 2005-2009 Tomer Filiba (tomerfiliba at gmail.com)
+
+    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.
+
+
+dreampielib/gui/SimpleGladeApp.py
+
+    Copyright (C) 2004 Sandino Flores Moreno
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+dreampielib/gui/gtkexcepthook.py
+
+    Copyright © 2003 Gustavo J A M Carneiro
+    Copyright © 2004-2005 Filip Van Raemdonck
+
+    "The license is whatever you want." as per
+    http://www.daa.com.au/pipermail/pygtk/2003-August/005775.html
+    
+
+dreampielib/gui/odict.py
+
+    Copyright © 2005 Nicola Larosa, Michael Foord
+    All rights reserved.
+
+    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.
+
+
+share/dreampie/py_zipimport.py
+
+    Copyright © 2008 Google Inc.
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+
+The Debian packaging is:
+
+    Copyright © 2010 Luca Falavigna <dktrkranz at debian.org>
+
+and is licensed under the GPL version 3, see above.

Added: packages/dreampie/trunk/debian/docs
===================================================================
--- packages/dreampie/trunk/debian/docs	                        (rev 0)
+++ packages/dreampie/trunk/debian/docs	2010-02-23 21:48:03 UTC (rev 4847)
@@ -0,0 +1 @@
+README

Added: packages/dreampie/trunk/debian/links
===================================================================
--- packages/dreampie/trunk/debian/links	                        (rev 0)
+++ packages/dreampie/trunk/debian/links	2010-02-23 21:48:03 UTC (rev 4847)
@@ -0,0 +1 @@
+usr/share/dreampie/dreampie	usr/bin/dreampie

Added: packages/dreampie/trunk/debian/rules
===================================================================
--- packages/dreampie/trunk/debian/rules	                        (rev 0)
+++ packages/dreampie/trunk/debian/rules	2010-02-23 21:48:03 UTC (rev 4847)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_install:
+	dh_auto_install -- --install-lib=/usr/share/dreampie --install-scripts=/usr/share/dreampie


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

Added: packages/dreampie/trunk/debian/watch
===================================================================
--- packages/dreampie/trunk/debian/watch	                        (rev 0)
+++ packages/dreampie/trunk/debian/watch	2010-02-23 21:48:03 UTC (rev 4847)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/dreampie/+download http://launchpad.net/dreampie/.*/dreampie-([0-9\.]*)\.tar\.gz




More information about the Python-apps-commits mailing list