[Python-apps-commits] r4470 - in packages/pybackpack/trunk/debian (5 files)

andyp-guest at users.alioth.debian.org andyp-guest at users.alioth.debian.org
Fri Jan 8 07:13:10 UTC 2010


    Date: Friday, January 8, 2010 @ 07:12:59
  Author: andyp-guest
Revision: 4470

* New upstream release
* debian/copyright - Clean up and update
* debian/compat - Bump to 7
* debian/control - Bump the required version of debhelper
* debian/rules - Do not use DEB_INSTALL_CHANGELOGS_ALL - debhelper 7 can
  discover the changelog automatically.

Modified:
  packages/pybackpack/trunk/debian/changelog
  packages/pybackpack/trunk/debian/compat
  packages/pybackpack/trunk/debian/control
  packages/pybackpack/trunk/debian/copyright
  packages/pybackpack/trunk/debian/rules

Modified: packages/pybackpack/trunk/debian/changelog
===================================================================
--- packages/pybackpack/trunk/debian/changelog	2010-01-07 07:19:59 UTC (rev 4469)
+++ packages/pybackpack/trunk/debian/changelog	2010-01-08 07:12:59 UTC (rev 4470)
@@ -1,3 +1,14 @@
+pybackpack (0.5.8-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright - Clean up and update
+  * debian/compat - Bump to 7
+  * debian/control - Bump the required version of debhelper
+  * debian/rules - Do not use DEB_INSTALL_CHANGELOGS_ALL - debhelper 7 can
+    discover the changelog automatically.
+
+ -- Andrew Price <andy at andrewprice.me.uk>  Fri, 08 Jan 2010 07:11:50 +0000
+
 pybackpack (0.5.7-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pybackpack/trunk/debian/compat
===================================================================
--- packages/pybackpack/trunk/debian/compat	2010-01-07 07:19:59 UTC (rev 4469)
+++ packages/pybackpack/trunk/debian/compat	2010-01-08 07:12:59 UTC (rev 4470)
@@ -1 +1 @@
-5
+7

Modified: packages/pybackpack/trunk/debian/control
===================================================================
--- packages/pybackpack/trunk/debian/control	2010-01-07 07:19:59 UTC (rev 4469)
+++ packages/pybackpack/trunk/debian/control	2010-01-08 07:12:59 UTC (rev 4470)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Andrew Price <andy at andrewprice.me.uk>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python-support (>= 0.3), python
+Build-Depends: cdbs, debhelper (>= 7), python-support (>= 0.3), python
 Standards-Version: 3.8.3
 Homepage: http://andrewprice.me.uk/projects/pybackpack/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pybackpack/trunk/

Modified: packages/pybackpack/trunk/debian/copyright
===================================================================
--- packages/pybackpack/trunk/debian/copyright	2010-01-07 07:19:59 UTC (rev 4469)
+++ packages/pybackpack/trunk/debian/copyright	2010-01-08 07:12:59 UTC (rev 4470)
@@ -1,34 +1,38 @@
-This package was debianized by Andy Price <andy at andrewprice.me.uk> on
-Mon, 09 Apr 2007 03:38:25 +0100
+This work was packaged for Debian by:
 
-It was downloaded from
+    Andrew Price <andy at andrewprice.me.uk> on Mon, 09 Apr 2007 03:38:25 +0100
 
-http://andrewprice.me.uk/projects/pybackpack/download/
+It was downloaded from http://andrewprice.me.uk/projects/pybackpack/download/
 
-Upstream Author: Andrew Price <andy at andrewprice.me.uk>
+Upstream Authors:
 
-Copyright: Dave Arter 2005, 2006
-           Andrew Price 2006 - 2009
+    Andrew Price <andy at andrewprice.me.uk>
+    Dave Arter <davea at sucs.org>
 
+Copyright:
+
+    Copyright (C) 2005 - 2006 Dave Arter
+    Copyright (C) 2006 - 2010 Andrew Price
+
 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 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 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.
+    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 package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
-   USA.
+    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 GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
+The Debian packaging is:
 
+    Copyright (C) 2010 Andrew Price <andy at andrewprice.me.uk>
 
-The Debian packaging is (C) 2009, Andy Price <andy at andrewprice.me.uk> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
+and is licensed under the GPL version 2, 
+see `/usr/share/common-licenses/GPL-2'.

Modified: packages/pybackpack/trunk/debian/rules
===================================================================
--- packages/pybackpack/trunk/debian/rules	2010-01-07 07:19:59 UTC (rev 4469)
+++ packages/pybackpack/trunk/debian/rules	2010-01-08 07:12:59 UTC (rev 4470)
@@ -2,4 +2,3 @@
 DEB_PYTHON_SYSTEM = pysupport
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG




More information about the Python-apps-commits mailing list