[Python-modules-commits] r11250 - in packages/nautilus-pastebin/trunk (20 files)

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Fri Jan 22 17:37:18 UTC 2010


    Date: Friday, January 22, 2010 @ 17:37:15
  Author: quadrispro-guest
Revision: 11250

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/nautilus-pastebin/trunk/debian/
  packages/nautilus-pastebin/trunk/debian/README.Debian
  packages/nautilus-pastebin/trunk/debian/README.source
  packages/nautilus-pastebin/trunk/debian/changelog
  packages/nautilus-pastebin/trunk/debian/changelogs
  packages/nautilus-pastebin/trunk/debian/compat
  packages/nautilus-pastebin/trunk/debian/control
  packages/nautilus-pastebin/trunk/debian/copyright
  packages/nautilus-pastebin/trunk/debian/docs
  packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.install
  packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.links
  packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.manpages
  packages/nautilus-pastebin/trunk/debian/patches/
  packages/nautilus-pastebin/trunk/debian/patches/01-default_pastebin.diff
  packages/nautilus-pastebin/trunk/debian/patches/series
  packages/nautilus-pastebin/trunk/debian/postinst
  packages/nautilus-pastebin/trunk/debian/prerm
  packages/nautilus-pastebin/trunk/debian/python-pastebin.install
  packages/nautilus-pastebin/trunk/debian/rules
  packages/nautilus-pastebin/trunk/debian/watch


Property changes on: packages/nautilus-pastebin/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/nautilus-pastebin/trunk/debian/README.Debian
===================================================================
--- packages/nautilus-pastebin/trunk/debian/README.Debian	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/README.Debian	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,20 @@
+Notes:
+
+ * nautilus-pastebin includes a set of postinst / prerm files that
+   should let update-notifier to pop-up telling the user to restart
+   nautilus manually.
+
+ * if update-notifier is not available, please know that you will require
+   to restart nautilus in order to have nautilus-pastebin working correctly
+   as expected.
+ 
+ * as an hint, the nautilus process can be easily restarted using this command:
+   'killall nautilus' as superuser. (root) You will see your desktop's icons
+   disappearing for one-two seconds and then reappear again meaning that nautilus
+   has been restarted successfully.
+   
+
+
+
+
+

Added: packages/nautilus-pastebin/trunk/debian/README.source
===================================================================
--- packages/nautilus-pastebin/trunk/debian/README.source	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/README.source	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,57 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+                export QUILT_PATCHES=debian/patches
+        fi
+    done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+    quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+    quilt new <patch>
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+    quilt add <file>
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+    quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+    quilt import -P <patch> /path/to/patch
+    quilt push -a
+
+(add -p 0 to quilt import if needed). <patch> as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+    quilt delete <patch>
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Added: packages/nautilus-pastebin/trunk/debian/changelog
===================================================================
--- packages/nautilus-pastebin/trunk/debian/changelog	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/changelog	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,42 @@
+nautilus-pastebin (0.4.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Now co-maintaining with Debian Python Modules Team.
+  * Add Vcs-* tags.
+  * Adjust debhelper,quilt versioned build-dependencies.
+  * Update debian/copyright.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Fri, 22 Jan 2010 18:11:57 +0100
+
+nautilus-pastebin (0.3.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Depend on python-gconf.
+    - Update packages' description.
+  * debian/nautilus-pastebin.install:
+    - Drop etc/nautilus-pastebin.conf.
+    - Install usr/share/gconf/schemas/nautilus-pastebin.schemas.
+  * debian/patches/01-default_pastebin.diff:
+    - Adjust to the new configuration.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Wed, 11 Nov 2009 14:22:16 +0100
+
+nautilus-pastebin (0.2.1-2) unstable; urgency=low
+
+  * debian/patches/01-default_pastebin.diff:
+    - Set paste.debian.net as default pastebin.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Sat, 17 Oct 2009 11:18:54 +0200
+
+nautilus-pastebin (0.2.1-1) unstable; urgency=low
+
+  [ Alessio Treglia ]
+  * Initial release (Closes: #547162).
+
+  [ Andrea Veri ]
+  * debian/README.Debian:
+    - added with some handy informations about
+      post-installation details.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Fri, 02 Oct 2009 14:46:39 +0200

Added: packages/nautilus-pastebin/trunk/debian/changelogs
===================================================================
--- packages/nautilus-pastebin/trunk/debian/changelogs	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/changelogs	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1 @@
+NEWS

Added: packages/nautilus-pastebin/trunk/debian/compat
===================================================================
--- packages/nautilus-pastebin/trunk/debian/compat	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/compat	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1 @@
+7

Added: packages/nautilus-pastebin/trunk/debian/control
===================================================================
--- packages/nautilus-pastebin/trunk/debian/control	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/control	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,43 @@
+Source: nautilus-pastebin
+Section: gnome
+Priority: optional
+Maintainer: Alessio Treglia <quadrispro at ubuntu.com>
+DM-Upload-Allowed: yes
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~)
+Build-Depends-Indep: python-support (>= 0.5.3), python-distutils-extra
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/nautilus-pastebin
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/nautilus-pastebin/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/nautilus-pastebin/trunk/
+XS-Python-Version: >= 2.5
+
+Package: nautilus-pastebin
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+ nautilus,
+ python-nautilus,
+ python-gtk2,
+ python-gconf,
+ python-notify,
+ python-pastebin
+Description: Nautilus extension to send files to a pastebin
+ nautilus-pastebin is a Nautilus extension written in Python, which
+ allows users to upload text-only files to a pastebin service just
+ by right-clicking on them.
+ .
+ After sending the files, a notification will be shown and the paste
+ URL copied into the clipboard.
+ .
+ Users can also customize the extension's behaviour just by using
+ nautilus-pastebin-configurator, an easy-to-use configuration tool.
+
+Package: python-pastebin
+Section: python
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python module to send text files to pastebin web applications
+ A pastebin is a web application which allows users to upload text files for
+ public viewing. This module provides a quick and easy way to submit textual
+ contents to a wide variety of the pastebins available on the Internet; users
+ also can extend support to other services by simply writing new validators.

Added: packages/nautilus-pastebin/trunk/debian/copyright
===================================================================
--- packages/nautilus-pastebin/trunk/debian/copyright	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/copyright	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,37 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: nautilus-pastebin
+Maintainer: Alessio Treglia <quadrispro at ubuntu.com>
+Source: https://launchpad.net/nautilus-pastebin/+download
+
+Files: pastebin/core.py:
+Copyright:
+ 2009-2010, Alessio Treglia <quadrispro at ubuntu.com>
+ 2006-2009, Stéphane Graber <stgraber at stgraber.org>
+ 2006-2009, Daniel Bartlett <dan at f-box.org>
+ 2006-2009, David Paleino <d.paleino at gmail.com>
+License: GPL-2+
+
+Files: *
+Copyright: 2009-2010, Alessio Treglia <quadrispro at ubuntu.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2009-2010, Alessio Treglia <quadrispro at ubuntu.com>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2 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, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+X-Comment: On Debian systems the full text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-2' file.

Added: packages/nautilus-pastebin/trunk/debian/docs
===================================================================
--- packages/nautilus-pastebin/trunk/debian/docs	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/docs	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1 @@
+README

Added: packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.install
===================================================================
--- packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.install	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.install	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,5 @@
+usr/share/nautilus-pastebin
+usr/share/locale/*
+usr/share/pixmaps/nautilus-pastebin.png
+usr/share/applications/nautilus-pastebin-configurator.desktop
+usr/share/gconf/schemas/nautilus-pastebin.schemas

Added: packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.links
===================================================================
--- packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.links	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.links	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,2 @@
+usr/share/nautilus-pastebin/nautilus-pastebin.py usr/lib/nautilus/extensions-2.0/python/nautilus-pastebin.py
+usr/share/nautilus-pastebin/nautilus-pastebin-configurator.py usr/bin/nautilus-pastebin-configurator

Added: packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.manpages
===================================================================
--- packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.manpages	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/nautilus-pastebin.manpages	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1 @@
+data/nautilus-pastebin-configurator.1

Added: packages/nautilus-pastebin/trunk/debian/patches/01-default_pastebin.diff
===================================================================
--- packages/nautilus-pastebin/trunk/debian/patches/01-default_pastebin.diff	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/patches/01-default_pastebin.diff	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,17 @@
+Author: Alessio Treglia <quadrispro at ubuntu.com>
+Description: Set paste.debian.net as default pastebin URL.
+---
+ data/nautilus-pastebin.schemas |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- nautilus-pastebin-0.3.0.orig/data/nautilus-pastebin.schemas
++++ nautilus-pastebin-0.3.0/data/nautilus-pastebin.schemas
+@@ -46,7 +46,7 @@
+         <applyto>/apps/nautilus-pastebin/preset</applyto>
+         <owner>nautilus-pastebin</owner>
+         <type>string</type>
+-        <default>pastebin.com</default>
++        <default>paste.debian.net</default>
+         <gettext_domain>nautilus-pastebin</gettext_domain>
+         <locale name="C">
+           <short>Selected preset</short>

Added: packages/nautilus-pastebin/trunk/debian/patches/series
===================================================================
--- packages/nautilus-pastebin/trunk/debian/patches/series	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/patches/series	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1 @@
+01-default_pastebin.diff

Added: packages/nautilus-pastebin/trunk/debian/postinst
===================================================================
--- packages/nautilus-pastebin/trunk/debian/postinst	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/postinst	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,16 @@
+#!/bin/sh
+# postinst script for nautilus-pastebin
+#
+# see: dh_installdeb(1)
+
+set -e
+
+unud=/var/lib/update-notifier/user.d
+
+if [ -d $unud ]; then
+	cp /usr/share/nautilus-pastebin/nautilus-pastebin-notification \
+		/var/lib/update-notifier/user.d/
+	touch /var/lib/update-notifier/dpkg-run-stamp
+fi
+
+#DEBHELPER#

Added: packages/nautilus-pastebin/trunk/debian/prerm
===================================================================
--- packages/nautilus-pastebin/trunk/debian/prerm	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/prerm	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,24 @@
+#!/bin/sh
+# prerm script for nautilus-pastebin
+#
+# see: dh_installdeb(1)
+
+set -e
+
+case "$1" in
+    remove|upgrade|deconfigure)
+        rm -f /var/lib/update-notifier/user.d/nautilus-pastebin-notification
+    ;;
+
+    failed-upgrade)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0

Added: packages/nautilus-pastebin/trunk/debian/python-pastebin.install
===================================================================
--- packages/nautilus-pastebin/trunk/debian/python-pastebin.install	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/python-pastebin.install	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1 @@
+usr/lib/python*/*-packages/pastebin

Added: packages/nautilus-pastebin/trunk/debian/rules
===================================================================
--- packages/nautilus-pastebin/trunk/debian/rules	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/rules	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@
+
+override_dh_auto_install:
+	dh_auto_install -- --install-scripts=/usr/share/nautilus-pastebin/


Property changes on: packages/nautilus-pastebin/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/nautilus-pastebin/trunk/debian/watch
===================================================================
--- packages/nautilus-pastebin/trunk/debian/watch	                        (rev 0)
+++ packages/nautilus-pastebin/trunk/debian/watch	2010-01-22 17:37:15 UTC (rev 11250)
@@ -0,0 +1,3 @@
+version=3
+https://launchpad.net/nautilus-pastebin/+download \
+http://launchpad.net/nautilus-pastebin/.*/nautilus-pastebin-([0-9\.]*)\.tar\.gz




More information about the Python-modules-commits mailing list