[Python-modules-commits] r13481 - in packages/nautilus-pastebin/trunk/debian (5 files)

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jun 18 13:55:31 UTC 2010


    Date: Friday, June 18, 2010 @ 13:55:29
  Author: alessio
Revision: 13481

Update debian/copyright, drop quilt support

Modified:
  packages/nautilus-pastebin/trunk/debian/changelog
  packages/nautilus-pastebin/trunk/debian/control
  packages/nautilus-pastebin/trunk/debian/copyright
  packages/nautilus-pastebin/trunk/debian/rules
  packages/nautilus-pastebin/trunk/debian/source/format

Modified: packages/nautilus-pastebin/trunk/debian/changelog
===================================================================
--- packages/nautilus-pastebin/trunk/debian/changelog	2010-06-18 13:45:13 UTC (rev 13480)
+++ packages/nautilus-pastebin/trunk/debian/changelog	2010-06-18 13:55:29 UTC (rev 13481)
@@ -1,7 +1,13 @@
 nautilus-pastebin (0.5.0-1) unstable; urgency=low
 
-  * New upstream release.
+  * 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.
 
  -- Alessio Treglia <alessio at debian.org>  Fri, 18 Jun 2010 15:38:30 +0200
 

Modified: packages/nautilus-pastebin/trunk/debian/control
===================================================================
--- packages/nautilus-pastebin/trunk/debian/control	2010-06-18 13:45:13 UTC (rev 13480)
+++ packages/nautilus-pastebin/trunk/debian/control	2010-06-18 13:55:29 UTC (rev 13481)
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Alessio Treglia <alessio at debian.org>
 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: debhelper (>= 7.0.50~)
 Build-Depends-Indep: python-support (>= 0.5.3),
  python-distutils-extra
 Standards-Version: 3.8.4

Modified: packages/nautilus-pastebin/trunk/debian/copyright
===================================================================
--- packages/nautilus-pastebin/trunk/debian/copyright	2010-06-18 13:45:13 UTC (rev 13480)
+++ packages/nautilus-pastebin/trunk/debian/copyright	2010-06-18 13:55:29 UTC (rev 13481)
@@ -3,7 +3,10 @@
 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>
+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>
@@ -11,15 +14,11 @@
  2006-2009, David Paleino <d.paleino at gmail.com>
 License: GPL-2+
 
-Files: *
+Files: ./debian/*
 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

Modified: packages/nautilus-pastebin/trunk/debian/rules
===================================================================
--- packages/nautilus-pastebin/trunk/debian/rules	2010-06-18 13:45:13 UTC (rev 13480)
+++ packages/nautilus-pastebin/trunk/debian/rules	2010-06-18 13:55:29 UTC (rev 13481)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install -- --install-scripts=/usr/share/nautilus-pastebin/

Modified: packages/nautilus-pastebin/trunk/debian/source/format
===================================================================
--- packages/nautilus-pastebin/trunk/debian/source/format	2010-06-18 13:45:13 UTC (rev 13480)
+++ packages/nautilus-pastebin/trunk/debian/source/format	2010-06-18 13:55:29 UTC (rev 13481)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list