[Python-apps-commits] r6614 - in packages/panflute/trunk/debian (5 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Feb 7 13:55:29 UTC 2011


    Date: Monday, February 7, 2011 @ 13:55:25
  Author: fladi-guest
Revision: 6614

Set PAPT as maintainer.
Minor fixes.

Modified:
  packages/panflute/trunk/debian/changelog
  packages/panflute/trunk/debian/control
  packages/panflute/trunk/debian/copyright
  packages/panflute/trunk/debian/rules
Deleted:
  packages/panflute/trunk/debian/pyversions

Modified: packages/panflute/trunk/debian/changelog
===================================================================
--- packages/panflute/trunk/debian/changelog	2011-02-07 11:28:34 UTC (rev 6613)
+++ packages/panflute/trunk/debian/changelog	2011-02-07 13:55:25 UTC (rev 6614)
@@ -1,11 +1,14 @@
-panflute (0.7.0-1) UNRELEASED; urgency=low
+panflute (0.7.0-1) unstable; urgency=low
 
   * New upstream release.
   * Build manpages from SGML during build.
   * Remove XB-Python-Version as this is already defined in
     debian/pyversions.
+  * Drop debian/pyversions in favour of XS-Python-Version.
+  * Set PAPT as maintainer and myself as uploader.
+  * Update DEP5 format.
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Thu, 11 Nov 2010 12:38:10 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 07 Feb 2011 14:37:12 +0100
 
 panflute (0.6.2-2) unstable; urgency=low
 

Modified: packages/panflute/trunk/debian/control
===================================================================
--- packages/panflute/trunk/debian/control	2011-02-07 11:28:34 UTC (rev 6613)
+++ packages/panflute/trunk/debian/control	2011-02-07 13:55:25 UTC (rev 6614)
@@ -1,8 +1,8 @@
 Source: panflute
 Section: gnome
 Priority: optional
-Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
-Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 7.0.50~), 
  gconf2,
  docbook-to-man,
@@ -23,6 +23,7 @@
  python-gnomedesktop, 
  python-gnomeapplet
 Standards-Version: 3.9.1
+XS-Python-Version: >= 2.6
 Homepage: https://launchpad.net/panflute
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/panflute/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/panflute/trunk/

Modified: packages/panflute/trunk/debian/copyright
===================================================================
--- packages/panflute/trunk/debian/copyright	2011-02-07 11:28:34 UTC (rev 6613)
+++ packages/panflute/trunk/debian/copyright	2011-02-07 13:55:25 UTC (rev 6614)
@@ -1,6 +1,6 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: panflute
-Maintainer: Paul Kuliniewicz <paul at kuliniewicz.org>
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: panflute
+Upstream-Contact: Paul Kuliniewicz <paul at kuliniewicz.org>
 Source: https://launchpad.net/panflute
 
 Files: *
@@ -17,21 +17,21 @@
 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, 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 St, Fifth Floor, Boston, MA 02111-1301, USA.
-    .
-    On Debian systems, the full text of the GNU General Public
-    License version 2 can be found in the file
-    `/usr/share/common-licenses/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, 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 St, Fifth Floor, Boston, MA 02111-1301, USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
 

Deleted: packages/panflute/trunk/debian/pyversions
===================================================================
--- packages/panflute/trunk/debian/pyversions	2011-02-07 11:28:34 UTC (rev 6613)
+++ packages/panflute/trunk/debian/pyversions	2011-02-07 13:55:25 UTC (rev 6614)
@@ -1 +0,0 @@
-2.6-

Modified: packages/panflute/trunk/debian/rules
===================================================================
--- packages/panflute/trunk/debian/rules	2011-02-07 11:28:34 UTC (rev 6613)
+++ packages/panflute/trunk/debian/rules	2011-02-07 13:55:25 UTC (rev 6614)
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-		dh  $@
+	dh  $@
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:




More information about the Python-apps-commits mailing list