[Python-apps-commits] r10227 - in packages/gtimelog/trunk (16 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Sat Dec 7 00:37:24 UTC 2013


    Date: Saturday, December 7, 2013 @ 00:37:23
  Author: barry
Revision: 10227

[svn-inject] Applying Debian modifications (0.9.1-1) to trunk

Added:
  packages/gtimelog/trunk/debian/
  packages/gtimelog/trunk/debian/changelog
  packages/gtimelog/trunk/debian/compat
  packages/gtimelog/trunk/debian/control
  packages/gtimelog/trunk/debian/copyright
  packages/gtimelog/trunk/debian/docs
  packages/gtimelog/trunk/debian/gtimelog.install
  packages/gtimelog/trunk/debian/gtimelog.lintian-overrides
  packages/gtimelog/trunk/debian/gtimelog.manpages
  packages/gtimelog/trunk/debian/patches/
  packages/gtimelog/trunk/debian/patches/fix-icon-path
  packages/gtimelog/trunk/debian/patches/series
  packages/gtimelog/trunk/debian/rules
  packages/gtimelog/trunk/debian/source/
  packages/gtimelog/trunk/debian/source/format
  packages/gtimelog/trunk/debian/watch


Property changes on: packages/gtimelog/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/gtimelog/trunk/debian/changelog
===================================================================
--- packages/gtimelog/trunk/debian/changelog	                        (rev 0)
+++ packages/gtimelog/trunk/debian/changelog	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1,263 @@
+gtimelog (0.9.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Barry Warsaw <barry at debian.org>  Fri, 06 Dec 2013 18:08:14 -0500
+
+gtimelog (0.9.0-1) unstable; urgency=low
+
+  [ Marius Gedminas ]
+  * New upstream release.
+  * gtimelog.desktop: use full icon pathname.  (LP: #1104303)
+
+  [ Barry Warsaw ]
+  * debian/compat: Update to v8
+  * d/control:
+    - Set myself as new Debian maintainer and PAPT as Uploaders for team
+      maintenance.
+    - Standards-Version 3.9.5 with no other changes.
+    - Build-Depend on python3.
+    - Update Vcs-* branches.
+    - Set X-Python3-Version.
+    - Update Depends for Python 3.
+  * d/copyright: Updated
+  * d/gtimelog.manpages: Updated
+  * d/rules:
+    - Use --buildsystem=pybuild and --with=python3
+    - Use rst2man to process rewritten manpages.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 05 Dec 2013 16:36:15 -0500
+
+gtimelog (0.8.1-0ppa0) precise; urgency=low
+
+  * New upstream release.  (LP: #1117109)
+  * debian/copyright: update upstream author's email.
+
+ -- Marius Gedminas <marius at gedmin.as>  Thu, 28 Nov 2013 08:53:14 +0200
+
+gtimelog (0.8.0-0ubuntu1) quantal; urgency=low
+
+  * New upstream release.  (LP: #1050539)
+  * Remove debian/patches/bug-1016212.patch as it has been applied upstream.
+
+ -- Barry Warsaw <barry at ubuntu.com>  Thu, 13 Sep 2012 14:08:20 -0400
+
+gtimelog (0.7.1-0ubuntu2) quantal; urgency=low
+
+  * Apply upstream patch to work around gobject menu reference counting
+    bug.  (LP: #1016212)
+
+ -- Barry Warsaw <barry at ubuntu.com>  Mon, 13 Aug 2012 13:30:21 -0400
+
+gtimelog (0.7.1-0ubuntu1) precise; urgency=low
+
+  * New upstream release.
+    - Fix reporting problems with non-ASCII characters (LP: #785578)
+    - Fix panel background color detection. (LP: #924390)
+  * debian/control:
+    - replace X[SB]-Python-Version with X-Python-Version
+    - remove ${python:Provides}
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Mon, 16 Apr 2012 10:53:52 +0200
+
+gtimelog (0.7.0-0ubuntu2) precise; urgency=low
+
+  * debian/control: Fix dependencies: python-gobject → python-gi.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 13 Mar 2012 19:23:03 +0100
+
+gtimelog (0.7.0-0ubuntu1) oneiric; urgency=low
+
+  * New upstream release.
+  * debian/patches/force-gi: Upstream defaults to gi, so this patch is
+    unnecessary.  Removed.
+
+ -- Barry Warsaw <barry at ubuntu.com>  Thu, 22 Sep 2011 10:07:52 -0400
+
+gtimelog (0.6.1-0ubuntu1) oneiric; urgency=low
+
+  * New upstream release.
+  * debian/patches/gi-fixes: Merged upstream, so removed.
+
+ -- Barry Warsaw <barry at ubuntu.com>  Tue, 20 Sep 2011 16:05:52 -0400
+
+gtimelog (0.6.0-0ubuntu1) oneiric; urgency=low
+
+  * debian/watch: Update for new location on Launchpad.
+  * New upstream release. Changes since to our bzr snapshot and patches:
+    - Ctrl-Q now quits.  (LP: #750092)
+    - Fixed UnboundLocalError.  (LP: #778285)
+    - Hide the main window on Esc. (LP: #716257)
+  * Drop patches which are upstream now:
+    - fix-gobject-import
+    - fix-appindicator
+    - gi_require_version_api
+    - pango_tab_align
+  * debian/patches/force-gi: Unfuzz.
+  * Add debian/patches/gi-fixes: Fix working with current Pango, and missing
+    import.
+  * debian/control: Bump gir1.2-pango-1.0 dependency to a version with
+    unbroken GIR.
+  * debian/control: Bump GIR dependencies for GTK 3.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 20 Sep 2011 12:12:26 +0200
+
+gtimelog (0.5.0+bzr185-0ubuntu4) oneiric; urgency=low
+
+  * Add debian/patches/fix-gobject-import: Move from static gobject to GI
+    GObject module, to be compatible to upcoming pygobject 3.0.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Wed, 17 Aug 2011 07:28:08 +0200
+
+gtimelog (0.5.0+bzr185-0ubuntu3) oneiric; urgency=low
+
+  * Add debian/patches/pango_tab_align: Fix TabAlign constant for current
+    Pango.
+  * debian/rules: Fix --buildsystem handling to work with current debhelper.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Fri, 08 Jul 2011 08:14:37 +0200
+
+gtimelog (0.5.0+bzr185-0ubuntu2) natty; urgency=low
+
+  * Add gi_require_version_api patch: Update require_version() call to current
+    pygobject API. Bump python-gobject dependency accordingly.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Thu, 03 Mar 2011 17:24:17 +0100
+
+gtimelog (0.5.0+bzr185-0ubuntu1) natty; urgency=low
+
+  * New upstream release 0.5.0:
+    - Switched from Glade to GtkBuilder.
+    - Support Ubuntu's application indicators.
+    - Try to detect your theme color and make the tray icon dark or
+      bright, for good contrast. (LP: #700428)
+    - Made GTimeLog a single instance application.  Requires python-dbus.
+      (LP: #356495)
+    - New option: start_in_tray.  Defaults to false. (LP: #356495)
+    - New command-line option: --tray.
+    - Daily reports include totals by category.
+    - The tasks pane can be toggled by pressing F9 and has a close button.
+    - Alternative weekly and monthly report style.
+    - Always preserve the order of entries, even when they have the same
+      timestamp (LP: #708825)
+  * New upstream snapshot:
+    - Ported from PyGTK to GI. This supports GTK 2 and GTK 3 with GI now, but
+      still works with PyGTK.
+  * Drop debian/patches/setup-datafiles, it doesn't apply any more. Replace it
+    with debian/gtimelog.install and debian/gtimelog.manpages.
+  * debian/control, debian/rules: Change from pysupport to dh_python2.
+  * Drop debian/patches/glade-icon, obsolete now.
+  * Add debian/patches/force-gi: We want to use GI now, not gtk2.
+  * debian/control: Update dependencies for pygtk → pygi transition, and drop
+    obsolete python-glade2 dependency. Also add gir1.2-appindicator-0.1
+    dependency to ensure working AppIndicator for Ubuntu.
+  * Add debian/patches/fix-appindicator: Fix startup with appindicator.
+  * debian/control: Bump python-gobject dependency to ensure that we have
+    working PyGI.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Thu, 03 Feb 2011 16:20:15 +0100
+
+gtimelog (0.4.0-0ubuntu2) natty; urgency=low
+
+  * Rebuild with python 2.7 as the python default.
+
+ -- Matthias Klose <doko at ubuntu.com>  Wed, 08 Dec 2010 15:04:11 +0000
+
+gtimelog (0.4.0-0ubuntu1) maverick; urgency=low
+
+  * New packaging for new upstream.
+
+ -- Barry Warsaw <barry at ubuntu.com>  Fri, 10 Sep 2010 10:12:03 -0400
+
+gtimelog (0.3.3dev-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.6.0
+
+ -- Marius Gedminas <marius at gedmin.as>  Thu, 02 Sep 2010 12:28:39 -0400
+
+gtimelog (0.0+svn88-3) unstable; urgency=low
+
+  * Use my debian.org address
+  * Depend on python-eggtrayicon in preference to python-gnome2-extras
+    (closes: #485317, #418885)
+
+ -- Simon McVittie <smcv at debian.org>  Tue, 24 Jun 2008 01:35:56 +0100
+
+gtimelog (0.0+svn88-2) unstable; urgency=low
+
+  * Correctly depend on python-gnome2-extras
+
+ -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Thu, 20 Mar 2008 21:21:05 +0000
+
+gtimelog (0.0+svn88-1) unstable; urgency=low
+
+  * New maintainers Simon McVittie and Dafydd Harries (closes: #459596)
+  * New VCS (moved to collab-maint bzr)
+  * Incorporate bigon's changes from Ubuntu into Debian, see below
+    - Edit menu entry has an accelerator (closes: #455549)
+    - No longer depends on vim-gnome (closes: #438858)
+  * Move python and python-support to Build-Depends-Indep (not needed for
+    clean)
+  * Add debian/pyversions, which python-support wants for versioning (*sigh*)
+  * Set XS-Dm-Upload-Allowed: yes so I can upload it
+
+ -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Thu, 10 Jan 2008 09:22:39 +0000
+
+gtimelog (0.0+svn88-0ubuntu1) hardy; urgency=low
+
+  * New svn snapshot (LP: #124911)
+    - add accelerator to the edit menu entry
+      (thanks to Kees Cook <kees at ubuntu.com>) (Closes: #455549)
+  * Add dpatch magic in debian/patches/01-glade.dpatch and refresh
+  * Drop debian/patches/02-gtimelog.dpatch: not needed any more
+  * Drop debian/patches/03-wrap_fix.dpatch: merged upstream
+  * debian/control:
+    - Bump Standards-Version
+    - Add Homepage field
+    - Add Vcs-Svn field
+    - Drop vim-gnome dependency to Suggests (Closes: #438858)
+  * Switch to dh_pysupport instead of dh_python
+
+ -- Laurent Bigonville <bigon at ubuntu.com>  Sun, 06 Jan 2008 22:34:47 +0100
+
+gtimelog (0.0+svn65-1debian2) unstable; urgency=low
+
+  * debian/control:
+    - Depends on vim-gnome. (Closes: #357826)
+    - Set Utnubu Team as Maintainer.
+    - Update Standards-Version to 3.7.2.
+    - Set debhelper dependency to 5.
+    - Add python as Build-Depends.
+    - Depends on ${python:Depends} and not python anymore.
+  * debian/rules: add dh_python call to replace ${python:Depends}  
+  * debian/copyright: license (GPL) disclaimer added.
+  * debian/changelog:
+    - Replace gdebi word with gtimelog.
+  * debian/patches/03-wrap_fix.patch: added to improve the
+    activity mail output. Thanks mvo. (Closes: #364916)
+
+ -- Gustavo Franco <stratus at debian.org>  Sat,  8 Jul 2006 21:28:11 -0300
+
+gtimelog (0.0+svn65-1debian1) unstable; urgency=low
+
+  * First Debian release (Closes: #351075)
+  * debian/control:
+    - Standards-Version bumped up
+    - Suggests on gvim and mutt
+    - Build-Depends on dpatch added
+  * debian/gtimelog.1: manpage added.
+  * debian/patches: two patches added (icon handling related)
+  
+ -- Gustavo Franco <stratus at debian.org>  Thu,  2 Feb 2006 11:32:24 -0200
+
+gtimelog (0.0+svn42-2) hoary; urgency=low
+
+  * Fix double build problem and copyright
+
+ -- Thom May <thom at ubuntu.com>  Wed,  9 Feb 2005 14:33:39 +0000
+
+gtimelog (0.0+svn42-1) hoary; urgency=low
+
+  * First upload.
+
+ -- Thom May <thom at ubuntu.com>  Wed, 09 Feb 2005 13:43:16 +0000

Added: packages/gtimelog/trunk/debian/compat
===================================================================
--- packages/gtimelog/trunk/debian/compat	                        (rev 0)
+++ packages/gtimelog/trunk/debian/compat	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1 @@
+8

Added: packages/gtimelog/trunk/debian/control
===================================================================
--- packages/gtimelog/trunk/debian/control	                        (rev 0)
+++ packages/gtimelog/trunk/debian/control	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1,26 @@
+Source: gtimelog
+Section: admin
+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~),
+               python-docutils,
+               python3,
+               python3-setuptools
+Standards-Version: 3.9.5
+Homepage: http://mg.pov.lt/gtimelog/
+Vcs-Git: https://github.com/gtimelog/gtimelog
+X-Python3-Version: >= 3.3
+
+Package: gtimelog
+Architecture: all
+Depends: gir1.2-appindicator3-0.1,
+         gir1.2-gtk-3.0,
+         gir1.2-pango-1.0 (>= 1.29.3+git20110916),
+         python3-gi,
+         ${misc:Depends},
+         ${python3:Depends}
+Suggests: mutt, vim-gnome
+Description: time logging application
+ gtimelog provides a time tracking application to allow the user to track what
+ they work on during the day and how long they spend doing it.

Added: packages/gtimelog/trunk/debian/copyright
===================================================================
--- packages/gtimelog/trunk/debian/copyright	                        (rev 0)
+++ packages/gtimelog/trunk/debian/copyright	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1,26 @@
+This package was debianized by Thom May <thom at debian.org> on
+Wed, 09 Feb 2005 13:43:16 +0000.  It was updated by Barry Warsaw
+<barry at debian.org> on 2013-12-05.
+
+It was downloaded from http://mg.pov.lt/gtimelog/
+
+Copyright 2013 Marius Gedminas <mgedmin at gedmin.as>
+
+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 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.
+
+   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.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.

Added: packages/gtimelog/trunk/debian/docs
===================================================================
--- packages/gtimelog/trunk/debian/docs	                        (rev 0)
+++ packages/gtimelog/trunk/debian/docs	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1,7 @@
+README.rst
+NEWS.rst
+CONTRIBUTORS.rst
+NOTES.rst
+CONTRIBUTING.rst
+docs/index.rst
+docs/formats.rst

Added: packages/gtimelog/trunk/debian/gtimelog.install
===================================================================
--- packages/gtimelog/trunk/debian/gtimelog.install	                        (rev 0)
+++ packages/gtimelog/trunk/debian/gtimelog.install	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1,6 @@
+gtimelog.desktop /usr/share/applications/
+gtimelogrc.example /usr/share/gtimelog
+src/gtimelog/gtimelog-large.png /usr/share/pixmaps/
+src/gtimelog/gtimelog-small-bright.png /usr/share/pixmaps/
+src/gtimelog/gtimelog-small.png /usr/share/pixmaps/
+src/gtimelog/gtimelog.png /usr/share/pixmaps/

Added: packages/gtimelog/trunk/debian/gtimelog.lintian-overrides
===================================================================
--- packages/gtimelog/trunk/debian/gtimelog.lintian-overrides	                        (rev 0)
+++ packages/gtimelog/trunk/debian/gtimelog.lintian-overrides	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1,3 @@
+# Use this until dh_python3 supports debian/package.pyremove files like
+# dh_python2 does.
+gtimelog binary: image-file-in-usr-lib

Added: packages/gtimelog/trunk/debian/gtimelog.manpages
===================================================================
--- packages/gtimelog/trunk/debian/gtimelog.manpages	                        (rev 0)
+++ packages/gtimelog/trunk/debian/gtimelog.manpages	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1,2 @@
+debian/tmp/gtimelog.man
+debian/tmp/gtimelogrc.man

Added: packages/gtimelog/trunk/debian/patches/fix-icon-path
===================================================================
--- packages/gtimelog/trunk/debian/patches/fix-icon-path	                        (rev 0)
+++ packages/gtimelog/trunk/debian/patches/fix-icon-path	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1,13 @@
+Description: Use full icon pathname
+Author: Marius Gedminas <marius at gedmin.as>
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1104303
+
+--- gtimelog-0.9.0.orig/gtimelog.desktop
++++ gtimelog-0.9.0/gtimelog.desktop
+@@ -5,5 +5,5 @@ Exec=gtimelog
+ Terminal=false
+ Type=Application
+ StartupNotify=true
+-Icon=gtimelog
++Icon=/usr/share/pyshared/gtimelog/gtimelog.png
+ Categories=Application;Utility;

Added: packages/gtimelog/trunk/debian/patches/series
===================================================================
--- packages/gtimelog/trunk/debian/patches/series	                        (rev 0)
+++ packages/gtimelog/trunk/debian/patches/series	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1 @@
+fix-icon-path

Added: packages/gtimelog/trunk/debian/rules
===================================================================
--- packages/gtimelog/trunk/debian/rules	                        (rev 0)
+++ packages/gtimelog/trunk/debian/rules	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with=python3 --buildsystem=pybuild
+
+override_dh_installman:
+	mkdir -p debian/tmp
+	rst2man gtimelog.rst > debian/tmp/gtimelog.man
+	rst2man gtimelogrc.rst > debian/tmp/gtimelogrc.man
+	dh_installman


Property changes on: packages/gtimelog/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/gtimelog/trunk/debian/source/format
===================================================================
--- packages/gtimelog/trunk/debian/source/format	                        (rev 0)
+++ packages/gtimelog/trunk/debian/source/format	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/gtimelog/trunk/debian/watch
===================================================================
--- packages/gtimelog/trunk/debian/watch	                        (rev 0)
+++ packages/gtimelog/trunk/debian/watch	2013-12-07 00:37:23 UTC (rev 10227)
@@ -0,0 +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)




More information about the Python-apps-commits mailing list