[Python-modules-commits] r25100 - in packages/sqlobject/trunk/debian (changelog control watch)

drnlmza-guest at users.alioth.debian.org drnlmza-guest at users.alioth.debian.org
Sun Jul 7 13:54:15 UTC 2013


    Date: Sunday, July 7, 2013 @ 13:54:13
  Author: drnlmza-guest
Revision: 25100

Fix issues identified in review
  - Fix changelog spacing
  - Fix typoes in the changelog
  - Update Build-Depends
  - Use https url in watch file

Modified:
  packages/sqlobject/trunk/debian/changelog
  packages/sqlobject/trunk/debian/control
  packages/sqlobject/trunk/debian/watch

Modified: packages/sqlobject/trunk/debian/changelog
===================================================================
--- packages/sqlobject/trunk/debian/changelog	2013-07-07 11:44:42 UTC (rev 25099)
+++ packages/sqlobject/trunk/debian/changelog	2013-07-07 13:54:13 UTC (rev 25100)
@@ -1,19 +1,22 @@
-sqlobject (0.12.4-3) unstable; urgency=low
+sqlobject (0.12.4-3) UNRELEASED; urgency=low
 
   * Acknowledge NMUs (Closes: #695233, #633843)
   * Use canonical URIs for Vcs-* fields (fix by Jakub Wilk)
   * Apply patch from upstream for insecure use of PYTHONPATH (Closes: #605183)
   * Add myself to the Uploaders
   * debian/copyright
-    - Replaced (C) bye © in the copyright mention (Fix by Carl Chenet)
+    - Replaced (C) with © in the copyright mention (Fix by Carl Chenet)
   * debian/watch
     - Changed the regex to skip beta version in the remote repository
       (Fix by Carl Chenet)
-  * Bump standards version to 3.9.4 (no changes needed)
+    - Use https url for cheeseshop (fix from Stefano Rivera)
+  * Update Build-Depends
+    - Remove obsolete quilt dependancy (unneeded with source 3.0)
+    - Update debhelper dependancy
+  * Bump standards version to 3.9.4 (no further changes needed)
 
- -- Neil Muller <drnlmuller+debian at gmail.com>  Thu, 27 Jun 2013 21:46:04 +0200
+ -- Neil Muller <drnlmuller+debian at gmail.com>  Sun, 07 Jul 2013 15:36:39 +0200
 
-
 sqlobject (0.12.4-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
@@ -23,7 +26,6 @@
 
  -- Neil Muller <drnlmuller+debian at gmail.com>  Mon, 11 Feb 2013 13:03:04 +0200
 
-
 sqlobject (0.12.4-2.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/sqlobject/trunk/debian/control
===================================================================
--- packages/sqlobject/trunk/debian/control	2013-07-07 11:44:42 UTC (rev 25099)
+++ packages/sqlobject/trunk/debian/control	2013-07-07 13:54:13 UTC (rev 25100)
@@ -1,7 +1,7 @@
 Source: sqlobject
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.5.4), quilt
+Build-Depends: debhelper (>= 8.1), python-all (>= 2.5.4)
 Build-Depends-Indep: python-support
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Neil Muller <drnlmuller+debian at gmail.com>

Modified: packages/sqlobject/trunk/debian/watch
===================================================================
--- packages/sqlobject/trunk/debian/watch	2013-07-07 11:44:42 UTC (rev 25099)
+++ packages/sqlobject/trunk/debian/watch	2013-07-07 13:54:13 UTC (rev 25100)
@@ -1,2 +1,2 @@
 version=3
-http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-([\d\.]*)\.tar\.gz
+https://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-([\d\.]*)\.tar\.gz




More information about the Python-modules-commits mailing list