[Python-apps-commits] r6823 - in packages/google-sitemapgen/trunk/debian (3 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Fri Mar 25 21:42:10 UTC 2011


    Date: Friday, March 25, 2011 @ 21:42:09
  Author: cjsmo-guest
Revision: 6823

rm tabs from changelog and control, make package Depend on python (>=2.6)

Modified:
  packages/google-sitemapgen/trunk/debian/changelog
  packages/google-sitemapgen/trunk/debian/control
  packages/google-sitemapgen/trunk/debian/copyright

Modified: packages/google-sitemapgen/trunk/debian/changelog
===================================================================
--- packages/google-sitemapgen/trunk/debian/changelog	2011-03-25 19:30:16 UTC (rev 6822)
+++ packages/google-sitemapgen/trunk/debian/changelog	2011-03-25 21:42:09 UTC (rev 6823)
@@ -1,11 +1,11 @@
 google-sitemapgen (1.5-3) unstable; urgency=low
 
-  * Team upload
+  * Team upload.
   * debian/rules:
     - switch to using dh7 tiny rules.
   * debian/control:
-	- removed python from B-D-I.
-    - made package Depend: on python (>=2.6.6-3)
+    - removed python from B-D-I.
+    - made package Depend: on python (>=2.6).
     - removed XS-P-V, not needed.
     - removed Build-Depends-Indep not needed.
     - bumped debhelper to (>= 7.0.50~).
@@ -15,7 +15,7 @@
   * Switched to using source format 3.0 quilt.
   * Added 01_typo_fix to correct for an upstream typo in sitemap_gen.py.
     This was taken from launchpad bug #670186.
-  * Added 02_md5hashlib_fix to fix depreciated md5 module.  Closes: #591488 
+  * Added 02_md5hashlib_fix to fix depreciated md5 module.  Closes: #591488
   * Updated debian/copyright to DEP5 Machine readable format.
 
  -- Charlie Smotherman <cjsmo at cableone.net>  Fri, 25 Mar 2011 05:17:08 -0500

Modified: packages/google-sitemapgen/trunk/debian/control
===================================================================
--- packages/google-sitemapgen/trunk/debian/control	2011-03-25 19:30:16 UTC (rev 6822)
+++ packages/google-sitemapgen/trunk/debian/control	2011-03-25 21:42:09 UTC (rev 6823)
@@ -11,7 +11,7 @@
 
 Package: google-sitemapgen
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>=2.6.6-3)
+Depends: ${python:Depends}, ${misc:Depends}, python (>=2.6)
 Description: sitemap generator for Google Sitemap
  This script analyzes your web server and generates one or more
  sitemap files. These files are XML listings of content you make

Modified: packages/google-sitemapgen/trunk/debian/copyright
===================================================================
--- packages/google-sitemapgen/trunk/debian/copyright	2011-03-25 19:30:16 UTC (rev 6822)
+++ packages/google-sitemapgen/trunk/debian/copyright	2011-03-25 21:42:09 UTC (rev 6823)
@@ -2,7 +2,7 @@
 Upstream-Name: google-sitemapgen
 Upstream-Contact: Ed Falk <efalk at users.sourceforge.net>
 Source: http://goog-sitemapgen.sourceforge.net/
- .
+
 Files: *
 Copyright: 2005 Google Inc
 License: BSD
@@ -19,10 +19,10 @@
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- .
+
 Files: debian/*
 Copyright: 2007, Kumar Appaiah <akumar at ee.iitm.ac.in>,
-		   2011, Charlie Smotherman <cjsmo at cableone.net>
+           2011, Charlie Smotherman <cjsmo at cableone.net>
 Licence: GPL-3+
  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




More information about the Python-apps-commits mailing list