[Python-apps-commits] r7964 - in packages/glipper/trunk (13 files)

josernesto-guest at users.alioth.debian.org josernesto-guest at users.alioth.debian.org
Sat Dec 17 02:12:06 UTC 2011


    Date: Saturday, December 17, 2011 @ 02:12:04
  Author: josernesto-guest
Revision: 7964

[svn-inject] Applying Debian modifications (2.1-1) to trunk

Added:
  packages/glipper/trunk/debian/
  packages/glipper/trunk/debian/changelog
  packages/glipper/trunk/debian/compat
  packages/glipper/trunk/debian/control
  packages/glipper/trunk/debian/copyright
  packages/glipper/trunk/debian/docs
  packages/glipper/trunk/debian/glipper.NEWS
  packages/glipper/trunk/debian/patches/
  packages/glipper/trunk/debian/patches/01_license-headers.patch
  packages/glipper/trunk/debian/rules
  packages/glipper/trunk/debian/source/
  packages/glipper/trunk/debian/source/format
  packages/glipper/trunk/debian/watch


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

Added: packages/glipper/trunk/debian/changelog
===================================================================
--- packages/glipper/trunk/debian/changelog	                        (rev 0)
+++ packages/glipper/trunk/debian/changelog	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1,79 @@
+glipper (2.1-1) UNRELEASED; urgency=low
+
+  * New Maintainer (Closes: #583244).
+  * New upstream release.
+  * debian/watch:
+    - Updated to new download location on launchpad.net.
+  * debian/copyright:
+    - Add new upstream author.
+    - Change download location to new launchpad.net project.
+  * debian/control:
+    - Bump Standars-Version to 3.9.2
+    - Change Homepage to new launchpad.net project.
+    - Update build dependencies for new upstream build system (python-distutils).
+
+ -- Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>  Tue, 23 Aug 2011 21:12:38 -0600
+
+glipper (1.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
+    - (Build-)depend on python-gnomeapplet (Closes: #537032).
+    - Also depend on python-gobject.
+    - Do not (build-)depend on python-gnome2-extras(-dev), both packages
+      are scheduled for removal soon (Closes: #485311).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Thu, 03 Sep 2009 20:35:10 +0200
+
+glipper (1.0-1) unstable; urgency=low
+
+  * New upstream release.
+    - complete rewrite of the whole application, now it's a
+      GNOME panel applet written in python
+    - new dependencies on: python, python-support, gconf2,
+      python-gnome2, python-gnome2-extras, gnome-panel
+  * New Maintainer. (Closes: #436550)
+    - 01_missing-headers.dpatch: add missing license headers from CVS
+    - add debian/glipper.NEWS 
+
+ -- Davide Truffa <davide at catoblepa.org>  Thu, 11 Oct 2007 03:32:06 +0200
+
+glipper (0.95.1-3) unstable; urgency=low
+
+  * Create editable XML for the manpage to allow easier
+  updates (courtesy of doclifter).
+  * Update manpage with a tip on using glipper preferences
+  to solve issues with pasting images.
+
+ -- Neil Williams <codehelp at debian.org>  Sat, 14 Apr 2007 21:13:18 +0100
+
+glipper (0.95.1-2) unstable; urgency=low
+
+  * Added Simple Chinese translation provided by
+  Liu ZhuYuan <liu.zhuyuan at gd-linux.com> as a Debian patch
+  until incorporated upstream.
+
+ -- Neil Williams <codehelp at debian.org>  Mon, 15 Jan 2007 14:04:16 +0000
+
+glipper (0.95.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Neil Williams <codehelp at debian.org>  Tue, 21 Nov 2006 22:19:18 +0000
+
+glipper (0.95-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Neil Williams <codehelp at debian.org>  Mon, 13 Nov 2006 17:37:40 +0000
+
+glipper (0.89-1) unstable; urgency=low
+
+  * Initial release. (Closes: #387426: ITP: glipper -- A
+    clipboardmanager for GNOME and other window managers - Debian Bug
+    report logs)
+  - add menu file and .xpm version of glipper.png
+  - add manpage.
+
+ -- Neil Williams <linux at codehelp.co.uk>  Thu, 14 Sep 2006 15:18:28 +0100
+

Added: packages/glipper/trunk/debian/compat
===================================================================
--- packages/glipper/trunk/debian/compat	                        (rev 0)
+++ packages/glipper/trunk/debian/compat	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1 @@
+7

Added: packages/glipper/trunk/debian/control
===================================================================
--- packages/glipper/trunk/debian/control	                        (rev 0)
+++ packages/glipper/trunk/debian/control	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1,19 @@
+Source: glipper
+Section: utils
+Priority: optional
+Maintainer: Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>
+Build-Depends: debhelper (>= 7), python-support, python (>=2.4), python-distutils-extra, gnome-doc-utils
+Standards-Version: 3.9.2
+Homepage: http://launchpad.net/glipper
+
+Package: glipper
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gobject, python-gconf, gconf2, python-gtk2, python-keybinder, python-xdg, python-gnomeapplet
+Recommends: python-prctl, yelp, python-crypto
+Description: Clipboard manager for GNOME
+ Glipper appears in the notification area. It maintains a history of text
+ copied to the clipboard from which you can choose. It supports a
+ configurable number and length of clipboard entries and saves the
+ clipboard history on exit. It also uses plugins to give the user extra
+ functionality, including support for Actions, Snippets and No-Paste.
+

Added: packages/glipper/trunk/debian/copyright
===================================================================
--- packages/glipper/trunk/debian/copyright	                        (rev 0)
+++ packages/glipper/trunk/debian/copyright	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1,33 @@
+This package was debianized by Neil Williams <linux at codehelp.co.uk> on
+Thu, 14 Sep 2006 11:40:26 +0100.
+
+The current Debian maintainer is Davide truffa <davide at catoblepa.org>
+
+It was downloaded from http://glipper.sourceforge.net/
+
+Upstream Authors: Sven Rech <svenrech at gmx.de>
+                  Eugenio Depalo <eugeniodepalo at mac.com>
+                  Karderio <karderio at gmail.com
+
+Copyright: 2006-2007 Sven Rech, Eugenio Depalo
+
+
+License:
+
+This package 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; version 2 dated June, 1991.
+
+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 package; if not, write to the Free Software Foundation,
+Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General Public License,
+version 2, can be found in /usr/share/common-licenses/GPL-2.
+The Debian packaging is (C) 2007, Davide Truffa <davide at catoblepa.org> and
+is licensed under the GPL, see above.

Added: packages/glipper/trunk/debian/docs
===================================================================
--- packages/glipper/trunk/debian/docs	                        (rev 0)
+++ packages/glipper/trunk/debian/docs	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1 @@
+README

Added: packages/glipper/trunk/debian/glipper.NEWS
===================================================================
--- packages/glipper/trunk/debian/glipper.NEWS	                        (rev 0)
+++ packages/glipper/trunk/debian/glipper.NEWS	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1,16 @@
+glipper (1.0-1) unstable; urgency=low
+  
+  Glipper 1.0 is a complete rewrite of the whole application.
+  Now it use python instead of C, and unlike the previous versions,
+  Glipper is now a GNOME only application, because it makes heavily
+  use of different GNOME techniques, like being a GNOME panel applet
+  and using gconf for storing the configurations.
+
+  Important:
+  - Please remove your old ~/.glipper directory first, or you may
+    experience problems.
+  - The "newline" plugin doesn't work very well, due to the 
+    implementation of clipboard functionality by X11.
+    (for more informations see: /usr/share/glipper/plugins/newline.py)
+ 
+ -- Davide Truffa <davide at catoblepa.org>  Thu, 11 Oct 2007 03:34:15 +0200

Added: packages/glipper/trunk/debian/patches/01_license-headers.patch
===================================================================
--- packages/glipper/trunk/debian/patches/01_license-headers.patch	                        (rev 0)
+++ packages/glipper/trunk/debian/patches/01_license-headers.patch	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1,405 @@
+Author: 
+Description: Add missing license headers from CVS
+--- a/glipper/About.py
++++ b/glipper/About.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ from gettext import gettext as _
+ import gtk, gtk.gdk, gnomevfs, gobject
+ import glipper
+--- a/glipper/Applet.py
++++ b/glipper/Applet.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import os, time
+ from os.path import *
+ import gnomeapplet, gtk, gtk.gdk, gconf, gnomevfs, gobject, gnome
+--- a/glipper/Clipboards.py
++++ b/glipper/Clipboards.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import gtk, gobject, glipper, gconf
+ 
+ class Clipboards(gobject.GObject):
+--- a/glipper/glipper.py
++++ b/glipper/glipper.py
+@@ -1,7 +1,23 @@
+ #!/usr/bin/env python
++
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
+ #
+-# (C) 2007 Sven Rech.
+-# Licensed under the GNU GPL.
+ 
+ import gobject
+ gobject.threads_init()
+--- a/glipper/History.py
++++ b/glipper/History.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import gobject, gtk, gconf
+ import glipper
+ from glipper.Clipboards import *
+--- a/glipper/__init__.py
++++ b/glipper/__init__.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import os, sys
+ from os.path import join, exists, isdir, isfile, dirname, abspath, expanduser
+ 
+--- a/glipper/Keybinder.py
++++ b/glipper/Keybinder.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import gtk, gobject, gconf
+ import glipper, glipper.keybinder
+ 
+--- a/glipper/Plugin.py
++++ b/glipper/Plugin.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import sys
+ 
+ class Plugin(object):
+--- a/glipper/plugins/actions.py
++++ b/glipper/plugins/actions.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import os, os.path, re
+ import glipper
+ 
+--- a/glipper/plugins/grow.py
++++ b/glipper/plugins/grow.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ from glipper import *
+ from gettext import gettext as _
+ 
+--- a/glipper/plugins/network.py
++++ b/glipper/plugins/network.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import threading, socket, os, stat, os.path, glipper, time
+ from gettext import gettext as _
+ 
+--- a/glipper/plugins/newline.py
++++ b/glipper/plugins/newline.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ #This is a small example plugin, which just adds a newline character at the end of every new clipboardsentry line
+ #
+ #Please be aware that this plugin doesn't work very well, due to the very strange implementation of clipboard
+--- a/glipper/plugins/nopaste.py
++++ b/glipper/plugins/nopaste.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import httplib, urllib, os, os.path, webbrowser, threading
+ import glipper
+ 
+--- a/glipper/plugins/snippets.py
++++ b/glipper/plugins/snippets.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import glipper, os, os.path, gconf
+ 
+ from gettext import gettext as _
+--- a/glipper/PluginsManager.py
++++ b/glipper/PluginsManager.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import gtk, gnomevfs, glipper, gobject, gconf, gnome
+ from gettext import gettext as _
+ from os.path import *
+--- a/glipper/Properties.py
++++ b/glipper/Properties.py
+@@ -1,3 +1,22 @@
++# Glipper - Clipboardmanager for GNOME
++# Copyright (C) 2007 Glipper Team
++#
++# 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 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., 59 Temple Place - Suite 330,
++# Boston, MA 02111-1307, USA.
++#
++
+ import glipper, gtk, gtk.glade, gconf, gnome
+ from os.path import join
+ 

Added: packages/glipper/trunk/debian/rules
===================================================================
--- packages/glipper/trunk/debian/rules	                        (rev 0)
+++ packages/glipper/trunk/debian/rules	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1,13 @@
+#!/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 $@ 


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

Added: packages/glipper/trunk/debian/source/format
===================================================================
--- packages/glipper/trunk/debian/source/format	                        (rev 0)
+++ packages/glipper/trunk/debian/source/format	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/glipper/trunk/debian/watch
===================================================================
--- packages/glipper/trunk/debian/watch	                        (rev 0)
+++ packages/glipper/trunk/debian/watch	2011-12-17 02:12:04 UTC (rev 7964)
@@ -0,0 +1,3 @@
+version=3
+https://launchpad.net/glipper/+download http://launchpad.net/glipper/.*/glipper-(.*)\.tar\.gz
+




More information about the Python-apps-commits mailing list