[Python-modules-commits] r20255 - in packages/nautilus-pastebin/tags (5 files)

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Feb 1 21:47:42 UTC 2012


    Date: Wednesday, February 1, 2012 @ 21:47:39
  Author: alessio
Revision: 20255

[svn-buildpackage] Tagging nautilus-pastebin 0.7.1-1

Added:
  packages/nautilus-pastebin/tags/0.7.1-1/
  packages/nautilus-pastebin/tags/0.7.1-1/debian/changelog
    (from rev 20254, packages/nautilus-pastebin/trunk/debian/changelog)
  packages/nautilus-pastebin/tags/0.7.1-1/debian/copyright
    (from rev 20252, packages/nautilus-pastebin/trunk/debian/copyright)
Deleted:
  packages/nautilus-pastebin/tags/0.7.1-1/debian/changelog
  packages/nautilus-pastebin/tags/0.7.1-1/debian/copyright

Deleted: packages/nautilus-pastebin/tags/0.7.1-1/debian/changelog
===================================================================
--- packages/nautilus-pastebin/trunk/debian/changelog	2012-02-01 18:17:20 UTC (rev 20248)
+++ packages/nautilus-pastebin/tags/0.7.1-1/debian/changelog	2012-02-01 21:47:39 UTC (rev 20255)
@@ -1,70 +0,0 @@
-nautilus-pastebin (0.5.0-1) unstable; urgency=low
-
-  * New upstream release:
-    - New supported pastebins:
-      + http://codepad.org
-    - Fix pastebin.com preset.
-  * Switch to 3.0 (quilt) format.
-  * Change maintainer's mail address.
-  * Update debian/copyright.
-  * Add Python to Build-Depends field, it's needed by the clean target.
-  * Bump nautilus-pastebin's dependency on python-pastebin >=${source:Version}
-
- -- Alessio Treglia <alessio at debian.org>  Fri, 18 Jun 2010 17:24:56 +0200
-
-nautilus-pastebin (0.4.1-2) unstable; urgency=low
-
-  * Add Exec entry to the desktop file (CLoses: #570131).
-  * Bump Standards.
-
- -- Alessio Treglia <quadrispro at ubuntu.com>  Tue, 16 Feb 2010 22:52:33 +0100
-
-nautilus-pastebin (0.4.1-1) unstable; urgency=low
-
-  * New upstream release:
-    - Add missing translations.
-
- -- Alessio Treglia <quadrispro at ubuntu.com>  Wed, 27 Jan 2010 00:27:08 +0100
-
-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

Copied: packages/nautilus-pastebin/tags/0.7.1-1/debian/changelog (from rev 20254, packages/nautilus-pastebin/trunk/debian/changelog)
===================================================================
--- packages/nautilus-pastebin/tags/0.7.1-1/debian/changelog	                        (rev 0)
+++ packages/nautilus-pastebin/tags/0.7.1-1/debian/changelog	2012-02-01 21:47:39 UTC (rev 20255)
@@ -0,0 +1,95 @@
+nautilus-pastebin (0.7.1-1) unstable; urgency=low
+
+  * New upstream release:
+    - Changes in nautilus-pastebin 0.7.1:
+      + Regression fix: the configuration didn't reflect changes to
+        'author', 'username' and 'password'.
+      + Remove "askconfirmation" feature, needs more work.
+      + Fix libnotify integration.   
+    - Changes in nautilus-pastebin 0.7.0:
+      + Port to GObject Introspection. (Closes: #644692)
+      + Migrate from GConf to GSettings.
+      + Port configurator's UI from libglade to GtkBuilder.
+      + Now depends on pastebinit at runtime;
+      + Fix Debian bug#570131, desktop file missed the "Exec" key.
+  * Refresh 01-default_pastebin.diff.
+  * Drop 02-desktop_file.patch, applied upstream.
+  * Drop python-pastebin, not provided anymore.
+  * Drop python-support, build with dh_python2.
+  * Refresh Depends,Recommends to reflect pytgtk->gobject-introspection
+    migration.
+  * Update debian/copyright.
+  * Bump Standards.
+
+ -- Alessio Treglia <alessio at debian.org>  Wed, 01 Feb 2012 20:48:14 +0100
+
+nautilus-pastebin (0.5.0-1) unstable; urgency=low
+
+  * New upstream release:
+    - New supported pastebins:
+      + http://codepad.org
+    - Fix pastebin.com preset.
+  * Switch to 3.0 (quilt) format.
+  * Change maintainer's mail address.
+  * Update debian/copyright.
+  * Add Python to Build-Depends field, it's needed by the clean target.
+  * Bump nautilus-pastebin's dependency on python-pastebin >=${source:Version}
+
+ -- Alessio Treglia <alessio at debian.org>  Fri, 18 Jun 2010 17:24:56 +0200
+
+nautilus-pastebin (0.4.1-2) unstable; urgency=low
+
+  * Add Exec entry to the desktop file (CLoses: #570131).
+  * Bump Standards.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Tue, 16 Feb 2010 22:52:33 +0100
+
+nautilus-pastebin (0.4.1-1) unstable; urgency=low
+
+  * New upstream release:
+    - Add missing translations.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Wed, 27 Jan 2010 00:27:08 +0100
+
+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

Deleted: packages/nautilus-pastebin/tags/0.7.1-1/debian/copyright
===================================================================
--- packages/nautilus-pastebin/trunk/debian/copyright	2012-02-01 18:17:20 UTC (rev 20248)
+++ packages/nautilus-pastebin/tags/0.7.1-1/debian/copyright	2012-02-01 21:47:39 UTC (rev 20255)
@@ -1,36 +0,0 @@
-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
-
-Copyright: 2009-2010, Alessio Treglia <quadrispro at ubuntu.com>
-License: GPL-2+
-
-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: ./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.

Copied: packages/nautilus-pastebin/tags/0.7.1-1/debian/copyright (from rev 20252, packages/nautilus-pastebin/trunk/debian/copyright)
===================================================================
--- packages/nautilus-pastebin/tags/0.7.1-1/debian/copyright	                        (rev 0)
+++ packages/nautilus-pastebin/tags/0.7.1-1/debian/copyright	2012-02-01 21:47:39 UTC (rev 20255)
@@ -0,0 +1,30 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=204
+Upstream-Name: nautilus-pastebin
+Upstream-Contact: Alessio Treglia <quadrispro at ubuntu.com>
+Source: https://launchpad.net/nautilus-pastebin/+download
+
+Files: *
+Copyright: 2009-2010, Alessio Treglia <quadrispro at ubuntu.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2009-2012, 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.
+Comment:
+ 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.
+ .
+ On Debian systems the full text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-2' file.




More information about the Python-modules-commits mailing list