[Python-apps-commits] r7939 - in packages/etm/trunk (9 files)

eike-guest at users.alioth.debian.org eike-guest at users.alioth.debian.org
Mon Dec 12 19:15:12 UTC 2011


    Date: Monday, December 12, 2011 @ 19:15:11
  Author: eike-guest
Revision: 7939

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

Added:
  packages/etm/trunk/debian/
  packages/etm/trunk/debian/changelog
  packages/etm/trunk/debian/compat
  packages/etm/trunk/debian/control
  packages/etm/trunk/debian/copyright
  packages/etm/trunk/debian/rules
  packages/etm/trunk/debian/source/
  packages/etm/trunk/debian/source/format
  packages/etm/trunk/debian/watch


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

Added: packages/etm/trunk/debian/changelog
===================================================================
--- packages/etm/trunk/debian/changelog	                        (rev 0)
+++ packages/etm/trunk/debian/changelog	2011-12-12 19:15:11 UTC (rev 7939)
@@ -0,0 +1,5 @@
+etm (883-1) unstable; urgency=low
+
+  * Initial release (Closes: #651858)
+
+ -- Eike Nicklas <eike at ephys.de>  Thu, 3 Nov 2011 20:15:36 +0100

Added: packages/etm/trunk/debian/compat
===================================================================
--- packages/etm/trunk/debian/compat	                        (rev 0)
+++ packages/etm/trunk/debian/compat	2011-12-12 19:15:11 UTC (rev 7939)
@@ -0,0 +1 @@
+7

Added: packages/etm/trunk/debian/control
===================================================================
--- packages/etm/trunk/debian/control	                        (rev 0)
+++ packages/etm/trunk/debian/control	2011-12-12 19:15:11 UTC (rev 7939)
@@ -0,0 +1,25 @@
+Source: etm
+Section: x11
+Priority: optional
+Maintainer: Eike Nicklas <eike at ephys.de>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>,
+Build-Depends: debhelper (>=7.0.50~), python (>=2.6.6-3)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
+Homepage: http://www.duke.edu/~dgraham/ETM/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/etm/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/etm/trunk/
+
+Package: etm
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-wxgtk2.8 (>= 2.8.7), python-dateutil (>=1.4.1)
+Recommends: python-vobject
+Description: event and task manager using simple text files
+ etm provides a simple, intuitive format for using plain text files to store
+ data, a command line interface for viewing stored information in a variety of
+ convenient ways, and a GUI for creating and modifying items as well as viewing
+ them. Displayed items can be grouped by date, context, keyword, or project and
+ can be filtered in various ways. A display of busy and free times is also
+ supported, as is a ledger view of time spent that is suitable for client
+ billing. Alarms are supported for events and repetition for both events and
+ tasks in a powerful and flexible manner.

Added: packages/etm/trunk/debian/copyright
===================================================================
--- packages/etm/trunk/debian/copyright	                        (rev 0)
+++ packages/etm/trunk/debian/copyright	2011-12-12 19:15:11 UTC (rev 7939)
@@ -0,0 +1,26 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: etm
+Upstream-Contact: Daniel Graham <daniel.graham at duke.edu>
+Source: http://www.duke.edu/~dgraham/ETM/
+
+Copyright: 2009-2011 Daniel Graham <daniel.graham at duke.edu>
+License: 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
+ Foundation, either version 3 of the License, or (at your option) any later
+ version.
+ .
+ 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 program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public License version 3
+ can be found in the file `/usr/share/common-licenses/GPL-3'.
+
+Files: debian/*
+Copyright: 2011 Eike Nicklas <eike at ephys.de>
+License: GPL-3+

Added: packages/etm/trunk/debian/rules
===================================================================
--- packages/etm/trunk/debian/rules	                        (rev 0)
+++ packages/etm/trunk/debian/rules	2011-12-12 19:15:11 UTC (rev 7939)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_build:
+	
+
+override_dh_auto_install:
+	python setup.py install --root=debian/etm --install-layout=deb --install-lib=/usr/share/etm --install-scripts=/usr/share/etm/
+	dh_link usr/share/etm/e.py usr/bin/etm
+	dh_link usr/share/etm/e.pyw usr/bin/etm-wx


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

Added: packages/etm/trunk/debian/source/format
===================================================================
--- packages/etm/trunk/debian/source/format	                        (rev 0)
+++ packages/etm/trunk/debian/source/format	2011-12-12 19:15:11 UTC (rev 7939)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/etm/trunk/debian/watch
===================================================================
--- packages/etm/trunk/debian/watch	                        (rev 0)
+++ packages/etm/trunk/debian/watch	2011-12-12 19:15:11 UTC (rev 7939)
@@ -0,0 +1,2 @@
+version=3
+http://www.duke.edu/~dgraham/ETM/etm-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list