[Python-apps-commits] r8345 - in packages/rabbitvcs/trunk/debian (4 files)

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Sun Mar 18 14:05:20 UTC 2012


    Date: Sunday, March 18, 2012 @ 14:05:17
  Author: adejong
Revision: 8345

  * New upstream release (Closes: #618934) (LP: #741562, #952719):
    - Includes new client for Nautilus 3 (Closes: #633113, #644690, #647999)
      (LP: #876514).
    - Fix a problem with rename a file (Closes: #585859).
    - Allows entering repository URL when starting the browser
      (Closes: #619644).
  * Update package descriptions to match upstream's (Closes: #580716)
    (LP: #748304).
  * Drop dependency on glade (not used in 0.15).
  * Add missing dependency on python-simplejson (LP: #769742)
  * Update debian/copyright and switch to latest machine-readable format.

Modified:
  packages/rabbitvcs/trunk/debian/changelog
  packages/rabbitvcs/trunk/debian/control
  packages/rabbitvcs/trunk/debian/copyright
  packages/rabbitvcs/trunk/debian/rabbitvcs-nautilus.install

Modified: packages/rabbitvcs/trunk/debian/changelog
===================================================================
--- packages/rabbitvcs/trunk/debian/changelog	2012-03-18 08:51:04 UTC (rev 8344)
+++ packages/rabbitvcs/trunk/debian/changelog	2012-03-18 14:05:17 UTC (rev 8345)
@@ -1,9 +1,20 @@
-rabbitvcs (0.14.2.1-1) UNRELEASED; urgency=low
+rabbitvcs (0.15.0.5-1) UNRELEASED; urgency=low
 
-  [ Jason Heeris ]
-  * New upstream release. Package description now includes Git.
-  * New upstream release
-  * Package description now states Subversion only. Closes: #580716.
+  [ Arthur de Jong ]
+  * New upstream release (Closes: #618934) (LP: #741562, #952719):
+    - Includes new client for Nautilus 3 (Closes: #633113, #644690, #647999)
+      (LP: #876514).
+    - Fix a problem with rename a file (Closes: #585859).
+    - Allows entering repository URL when starting the browser
+      (Closes: #619644).
+  * Update package descriptions to match upstream's (Closes: #580716)
+    (LP: #748304).
+  * Drop dependency on glade (not used in 0.15).
+  * Add missing dependency on python-simplejson (LP: #769742)
+  * Update debian/copyright and switch to latest machine-readable format.
+  * Move packaging to Python Applications Packaging Team repository,
+    updating maintainer and Vcs-* fields.
+  * Switch to using dh_python2.
 
   [ Jakub Wilk ]
   * Add Vcs-* fields.
@@ -11,13 +22,8 @@
   [ Sameer Rahmani ]
   * watch file fixed.
 
-  [ Arthur de Jong ]
-  * Move packaging to Python Applications Packaging Team repository,
-    updating maintainer and Vcs-* fields.
-  * Switch to using dh_python2.
+ -- Arthur de Jong <adejong at debian.org>  Sun, 18 Mar 2012 15:04:44 +0100
 
- -- Arthur de Jong <adejong at debian.org>  Sun, 18 Mar 2012 09:50:43 +0100
-
 rabbitvcs (0.13.1-2) unstable; urgency=low
 
   * Team upload

Modified: packages/rabbitvcs/trunk/debian/control
===================================================================
--- packages/rabbitvcs/trunk/debian/control	2012-03-18 08:51:04 UTC (rev 8344)
+++ packages/rabbitvcs/trunk/debian/control	2012-03-18 14:05:17 UTC (rev 8345)
@@ -17,7 +17,6 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-gtk2 (>= 2.12.1),
-         python-glade2 (>= 2.12.1),
          python-gobject (>= 2.14.1),
          python-svn (>= 1.5.2),
          python-dbus (>= 0.82.4),
@@ -25,42 +24,45 @@
          subversion (>= 1.4.6),
          meld (>=1.1.2),
          ipython (>=0.7.1),
-         hicolor-icon-theme (>= 0.10-2)
+         hicolor-icon-theme (>= 0.10-2),
+         python-dulwich,
+         python-simplejson
 Conflicts: nautilussvn, rabbitvcs
 Replaces: nautilussvn
 Description: Easy version control
  RabbitVCS is a set of graphical tools written to provide simple and
- straightforward access to Subversion (SVN) and Git. There are extensions for
- Nautilus, Thunar and GEdit, and a simple command-line interface.
+ straightforward access to the version control systems SVN (Subversion)
+ and Git. There are extensions for Nautilus and GEdit, and a simple
+ command-line interface.
 
 Package: rabbitvcs-cli
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
-         rabbitvcs-core (>= 0.13.1)
+         rabbitvcs-core (>= 0.15)
 Description: Command line interface for RabbitVCS
  RabbitVCS is a set of graphical tools written to provide simple and
- straightforward access to Subversion (SVN) and Git. This is the command-line
- interface.
+ straightforward access to the version control systems SVN (Subversion)
+ and Git. This is the command-line interface.
 
 Package: rabbitvcs-gedit
 Architecture: all
 Depends: ${misc:Depends},
          gedit,
-         rabbitvcs-core (>= 0.13.1)
+         rabbitvcs-core (>= 0.15)
 Description: Gedit extension for RabbitVCS
  RabbitVCS is a set of graphical tools written to provide simple and
- straightforward access to Subversion (SVN) and Git. This is the extension for
- gedit text editor.
+ straightforward access to the version control systems SVN (Subversion)
+ and Git. This is the extension for gedit text editor.
 
 Package: rabbitvcs-nautilus
 Architecture: all
 Depends: ${misc:Depends},
-         nautilus,
-         python-gnome2,
-         python-nautilus (>= 0.5.0),
-         rabbitvcs-core (>= 0.13.1)
+         nautilus (>= 3~),
+         python-nautilus (>= 1.0~),
+         python-gobject (>= 2.28.2~),
+         rabbitvcs-core (>= 0.15)
 Description: Nautilus extension for RabbitVCS
  RabbitVCS is a set of graphical tools written to provide simple and
- straightforward access to Subversion (SVN) and Git. This is the extension for
- the Nautilus file manager.
+ straightforward access to the version control systems SVN (Subversion)
+ and Git. This is the extension for the Nautilus file manager.

Modified: packages/rabbitvcs/trunk/debian/copyright
===================================================================
--- packages/rabbitvcs/trunk/debian/copyright	2012-03-18 08:51:04 UTC (rev 8344)
+++ packages/rabbitvcs/trunk/debian/copyright	2012-03-18 14:05:17 UTC (rev 8345)
@@ -1,92 +1,153 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=48
-Name: rabbitvcs
-Contact: RabbitVCS Team <rabbitvcs at googlegroups.com>
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: RabbitVCS
+Upstream-Contact: RabbitVCS Team <rabbitvcs at googlegroups.com>
 Source: http://code.google.com/p/rabbitvcs/
 
 Files: *
-Copyright: 2006-2008, Jason Field <jason at jasonfield.com>
-           2007-2008, Bruce van der Kooij <brucevdkooij at gmail.com>
-           2008-2008, Adam Plumb <adamplumb at gmail.com>
-           2009-2010, Jason Heeris <jason.heeris at gmail.com>	
+Copyright:
+ Copyright (C) 2006-2008 Jason Field <jason at jasonfield.com>
+ Copyright (C) 2007-2009 Bruce van der Kooij <brucevdkooij at gmail.com>
+ Copyright (C) 2008-2010 Adam Plumb <adamplumb at gmail.com>
+ Copyright (C) 2009-2010 Jason Heeris <jason.heeris at gmail.com>
 License: GPL-2+
-    On Debian systems the full text of the GNU General Public
-    License can be found in the `/usr/share/common-licenses/GPL-2'
-    file.
+ RabbitVCS 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.
+ .
+ RabbitVCS 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.
+ .
+ On Debian systems the full text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-2'
+ file.
 
-Files: debian/*
-Copyright: 2006-2008, Jason Field <jason at jasonfield.com>
-           2007-2008, Bruce van der Kooij <brucevdkooij at gmail.com>
-           2008-2008, Adam Plumb <adamplumb at gmail.com>
-           2009-2010, Jason Heeris <jason.heeris at gmail.com>
-License: GPL-3+
-    On Debian systems the full text of the GNU General Public
-    License can be found in the `/usr/share/common-licenses/GPL-3'
-    file.
-
-Files: rabbitvcs/data/icons/hicolor/scalable/emblems/*.svg
-Copyright: TortoiseSVN <http://tortoisesvn.tigris.org/>
+Files: rabbitvcs/ui/renderers/graphcell.py
+Copyright:
+ Copyright 2005 Canonical Ltd.
 License: GPL-2+
-    On Debian systems the full text of the GNU General Public
-    License can be found in the `/usr/share/common-licenses/GPL-2'
-    file.
+ On Debian systems the full text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-2'
+ file.
 
-Files: rabbitvcs/util/decorators.py
-Copyright: 2006-2008, Jason Field <jason at jasonfield.com>
-           2007-2008, Bruce van der Kooij <brucevdkooij at gmail.com>
-           2008-2008, Adam Plumb <adamplumb at gmail.com>
-           2005-2009, Bastian Kleineidam
-           2009, Jason Heeris <jason.heeris at gmail.com>
-License: GPL-2+
-    On Debian systems the full text of the GNU General Public
-    License can be found in the `/usr/share/common-licenses/GPL-2'
-    file.
+Files: rabbitvcs/vcs/git/gittyup/_configobj/configobj.py
+Copyright:
+ Copyright (C) 2005-2010 Michael Foord
+ Copyright (C) 2005-2010 Nicola Larosa
+License: BSD-3-clause
+ 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.
 
 Files: rabbitvcs/debug/ipython_view.py
-Copyright: 2007, IBM Corporation
-License:
-    All rights reserved.
+Copyright:
+ Copyright (c) 2007 IBM Corporation
+License: BSD-2-clause
+ 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 the IBM nor the names of its contributors 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 HOLDER 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.
 
-    Redistribution and use in source and binary forms, with or without
-    modification, are permitted provided that the following conditions are met:
+Files: rabbitvcs/ui/wraplabel.py
+Copyright:
+ Copyright (c) 2005 VMware, Inc.
+License: Expat
+ 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.
 
-      - 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 the IBM nor the names of its contributors 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 HOLDER 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.
+Files: data/icons/hicolor/scalable/emblems/*
+Copyright:
+ TortoiseSVN <http://tortoisesvn.tigris.org/>
+ Copyright (C) 2009 Bruce van der Kooij <brucevdkooij at gmail.com>
+ Copyright (C) 2009 Jason Heeris <jason.heeris at gmail.com>
+License: GPL-2+
+ On Debian systems the full text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-2'
+ file.
 
-Files: rabbitvcs/ui/wraplabel.py
-Copyright: 2005, VMware Inc.
-License: Expat
-    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.
+Files: data/icons/hicolor/scalable/actions/*
+Copyright:
+ Andreas Nilsson
+ Garrett LeSage
+ Jakub Steiner
+ Kalle Persson
+ Lapo Calamandrei
+ Ricardo 'Rick' González
+ Steven Garrity
+ System Run
+ Trashbin
+ Tuomas Kuosmanen
+ Ulisse Perusin
+License: GPL-2+
+ On Debian systems the full text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-2'
+ file.
+
+Files: debian/*
+Copyright:
+ Copyright (C) 2006-2008 Jason Field <jason at jasonfield.com>
+ Copyright (C) 2007-2008 Bruce van der Kooij <brucevdkooij at gmail.com>
+ Copyright (C) 2008-2008 Adam Plumb <adamplumb at gmail.com>
+ Copyright (C) 2009-2011 Jason Heeris <jason.heeris at gmail.com>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-3'
+ file.

Modified: packages/rabbitvcs/trunk/debian/rabbitvcs-nautilus.install
===================================================================
--- packages/rabbitvcs/trunk/debian/rabbitvcs-nautilus.install	2012-03-18 08:51:04 UTC (rev 8344)
+++ packages/rabbitvcs/trunk/debian/rabbitvcs-nautilus.install	2012-03-18 14:05:17 UTC (rev 8345)
@@ -1 +1 @@
-clients/nautilus/RabbitVCS.py usr/lib/nautilus/extensions-2.0/python
+clients/nautilus-3.0/RabbitVCS.py usr/share/nautilus-python/extensions




More information about the Python-apps-commits mailing list