[Python-apps-commits] r12005 - in packages/gtimelog/trunk/debian (6 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Thu Jun 11 14:43:42 UTC 2015


    Date: Thursday, June 11, 2015 @ 14:43:41
  Author: barry
Revision: 12005

* New upstream release.
* d/control:
  - Bump Standards-Version with no other changes necessary.
  - Bump debhelper Build-Depends to version 9.
* d/compat: Bump to version 9.
* d/patches/i18n-setup.patch: Removed; fixed upstream.
* d/watch: Use the pypi.debian.net redirector.

Modified:
  packages/gtimelog/trunk/debian/changelog
  packages/gtimelog/trunk/debian/compat
  packages/gtimelog/trunk/debian/control
  packages/gtimelog/trunk/debian/patches/series
  packages/gtimelog/trunk/debian/watch
Deleted:
  packages/gtimelog/trunk/debian/patches/i18n-setup.patch

Modified: packages/gtimelog/trunk/debian/changelog
===================================================================
--- packages/gtimelog/trunk/debian/changelog	2015-06-10 16:24:29 UTC (rev 12004)
+++ packages/gtimelog/trunk/debian/changelog	2015-06-11 14:43:41 UTC (rev 12005)
@@ -1,3 +1,15 @@
+gtimelog (0.9.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * d/control:
+    - Bump Standards-Version with no other changes necessary.
+    - Bump debhelper Build-Depends to version 9.
+  * d/compat: Bump to version 9.
+  * d/patches/i18n-setup.patch: Removed; fixed upstream.
+  * d/watch: Use the pypi.debian.net redirector.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 11 Jun 2015 10:24:25 -0400
+
 gtimelog (0.9.1-2) unstable; urgency=medium
 
   * d/control: Add python3-setuptools to Depends.  Closes: #734499

Modified: packages/gtimelog/trunk/debian/compat
===================================================================
--- packages/gtimelog/trunk/debian/compat	2015-06-10 16:24:29 UTC (rev 12004)
+++ packages/gtimelog/trunk/debian/compat	2015-06-11 14:43:41 UTC (rev 12005)
@@ -1 +1 @@
-8
+9

Modified: packages/gtimelog/trunk/debian/control
===================================================================
--- packages/gtimelog/trunk/debian/control	2015-06-10 16:24:29 UTC (rev 12004)
+++ packages/gtimelog/trunk/debian/control	2015-06-11 14:43:41 UTC (rev 12005)
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Barry Warsaw <barry at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
                python-docutils,
                python3,
                python3-setuptools
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://mg.pov.lt/gtimelog/
 Vcs-Git: https://github.com/gtimelog/gtimelog
 X-Python3-Version: >= 3.3

Deleted: packages/gtimelog/trunk/debian/patches/i18n-setup.patch
===================================================================
--- packages/gtimelog/trunk/debian/patches/i18n-setup.patch	2015-06-10 16:24:29 UTC (rev 12004)
+++ packages/gtimelog/trunk/debian/patches/i18n-setup.patch	2015-06-11 14:43:41 UTC (rev 12005)
@@ -1,22 +0,0 @@
-Description: Open text files in utf-8 mode, since NEWS.rst contains
- non-ASCII characters.
-Author: Barry Warsaw <barry at debian.org>
-Bug: https://bugs.launchpad.net/gtimelog/+bug/1263772
-
---- a/setup.py
-+++ b/setup.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
- import os
- import re
- from setuptools import setup
-@@ -7,7 +7,7 @@
- 
- 
- def read(filename):
--    with open(os.path.join(here, filename)) as f:
-+    with open(os.path.join(here, filename), 'r', encoding='utf-8') as f:
-         return f.read()
- 
- 

Modified: packages/gtimelog/trunk/debian/patches/series
===================================================================
--- packages/gtimelog/trunk/debian/patches/series	2015-06-10 16:24:29 UTC (rev 12004)
+++ packages/gtimelog/trunk/debian/patches/series	2015-06-11 14:43:41 UTC (rev 12005)
@@ -1,2 +1 @@
 fix-icon-path
-i18n-setup.patch

Modified: packages/gtimelog/trunk/debian/watch
===================================================================
--- packages/gtimelog/trunk/debian/watch	2015-06-10 16:24:29 UTC (rev 12004)
+++ packages/gtimelog/trunk/debian/watch	2015-06-11 14:43:41 UTC (rev 12005)
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/(rc|dev|a|b|c)/~$1/ \
-https://pypi.python.org/packages/source/g/gtimelog/gtimelog-(.*)\.(?:tar\.gz|zip|tar\.bz2)
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/gtimelog/gtimelog-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-apps-commits mailing list