[Python-apps-commits] r11045 - in packages (20 files)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Thu Jul 10 08:41:46 UTC 2014


    Date: Thursday, July 10, 2014 @ 08:41:44
  Author: noskcaj-guest
Revision: 11045

Initial packaging for etmtk

Added:
  packages/etmtk/
  packages/etmtk/tags/
  packages/etmtk/trunk/
  packages/etmtk/trunk/debian/
  packages/etmtk/trunk/debian/changelog
  packages/etmtk/trunk/debian/compat
  packages/etmtk/trunk/debian/control
  packages/etmtk/trunk/debian/copyright
  packages/etmtk/trunk/debian/docs
  packages/etmtk/trunk/debian/etmtk.doc-base
  packages/etmtk/trunk/debian/etmtk.links
  packages/etmtk/trunk/debian/etmtk.manpages
  packages/etmtk/trunk/debian/menu
  packages/etmtk/trunk/debian/rules
  packages/etmtk/trunk/debian/source/
  packages/etmtk/trunk/debian/source/format
  packages/etmtk/trunk/debian/source/options
  packages/etmtk/trunk/debian/upstream/
  packages/etmtk/trunk/debian/upstream/metadata
  packages/etmtk/trunk/debian/watch

Added: packages/etmtk/trunk/debian/changelog
===================================================================
--- packages/etmtk/trunk/debian/changelog	                        (rev 0)
+++ packages/etmtk/trunk/debian/changelog	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1,5 @@
+etmtk (3.0.29-1) UNRELEASED; urgency=medium
+
+  * Initial release. This package replaces etm-qt. Closes: #754261
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Wed, 09 Jul 2014 18:42:28 +1000

Added: packages/etmtk/trunk/debian/compat
===================================================================
--- packages/etmtk/trunk/debian/compat	                        (rev 0)
+++ packages/etmtk/trunk/debian/compat	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1 @@
+9

Added: packages/etmtk/trunk/debian/control
===================================================================
--- packages/etmtk/trunk/debian/control	                        (rev 0)
+++ packages/etmtk/trunk/debian/control	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1,38 @@
+Source: etmtk
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders:
+ Jackson Doak <noskcaj at ubuntu.com>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 9),
+ python3,
+ python3-dateutil (>= 1.5),
+ python3-icalendar (>= 3.5),
+ python3-setuptools,
+ python3-tz,
+ python3-yaml (>= 3.10)
+Standards-Version: 3.9.5
+Homepage: http://people.duke.edu/~dgraham/etmtk/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/etmtk/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/etmtk/trunk/
+
+Package: etmtk
+Architecture: all
+Depends:
+ python3-dateutil (>= 1.5),
+ python3-icalendar (>= 3.5),
+ python3-tz,
+ python3-yaml (>= 3.10),
+ ${misc:Depends},
+ ${python3:Depends}
+Recommends:
+ mercurial
+Description: Manages events and tasks using simple text files
+ Manage events and tasks using simple text files
+ etm is an acronym for event and task manager.
+ .
+ In contrast to most calendar/todo applications, creating items (events,
+ tasks, and so forth) in etm does not require filling out fields in a
+ form. Instead, items are created as free-form text entries using a
+ simple, intuitive format and stored in plain text files.

Added: packages/etmtk/trunk/debian/copyright
===================================================================
--- packages/etmtk/trunk/debian/copyright	                        (rev 0)
+++ packages/etmtk/trunk/debian/copyright	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: etmtk
+Upstream-Contact: Daniel Graham <daniel.graham at duke.edu>
+Source: http://people.duke.edu/~dgraham/etmtk/
+
+Files: *
+Copyright: 2009-2013 Daniel Graham <daniel.graham at duke.edu>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2013 jackson Doak <noskcaj at ubuntu.com>
+License: GPL-3+
+
+License: GPL-3+
+ 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; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ 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 systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.

Added: packages/etmtk/trunk/debian/docs
===================================================================
--- packages/etmtk/trunk/debian/docs	                        (rev 0)
+++ packages/etmtk/trunk/debian/docs	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1,2 @@
+etmTk/help/UserManual.html
+README.txt
\ No newline at end of file

Added: packages/etmtk/trunk/debian/etmtk.doc-base
===================================================================
--- packages/etmtk/trunk/debian/etmtk.doc-base	                        (rev 0)
+++ packages/etmtk/trunk/debian/etmtk.doc-base	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1,9 @@
+Document: etmtk
+Title: etmtk Manual
+Author: Daniel Graham
+Abstract: This manual describes what etmtk is, and how it can be used.
+Section: Office
+
+Format: HTML
+Index: /usr/share/doc/etmtk/UserManual.html
+Files: /usr/share/doc/etmtk/UserManual.html
\ No newline at end of file

Added: packages/etmtk/trunk/debian/etmtk.links
===================================================================
--- packages/etmtk/trunk/debian/etmtk.links	                        (rev 0)
+++ packages/etmtk/trunk/debian/etmtk.links	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1 @@
+/usr/share/etmtk/etm /usr/bin/etm
\ No newline at end of file

Added: packages/etmtk/trunk/debian/etmtk.manpages
===================================================================
--- packages/etmtk/trunk/debian/etmtk.manpages	                        (rev 0)
+++ packages/etmtk/trunk/debian/etmtk.manpages	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1 @@
+etmTk/etmtk.1
\ No newline at end of file

Added: packages/etmtk/trunk/debian/menu
===================================================================
--- packages/etmtk/trunk/debian/menu	                        (rev 0)
+++ packages/etmtk/trunk/debian/menu	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1,3 @@
+?package(etmtk):needs="X11" \
+        section="Applications/Office"\
+        title="etm" command="/usr/bin/etm"
\ No newline at end of file

Added: packages/etmtk/trunk/debian/rules
===================================================================
--- packages/etmtk/trunk/debian/rules	                        (rev 0)
+++ packages/etmtk/trunk/debian/rules	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_install:
+	python3 setup.py install --root=debian/etmtk --install-layout=deb --install-lib=/usr/share/etmtk --install-scripts=/usr/share/etmtk
+
+override_dh_auto_build:
+
+override_dh_installchangelogs:
+	dh_installchangelogs etmTk/CHANGES


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

Added: packages/etmtk/trunk/debian/source/format
===================================================================
--- packages/etmtk/trunk/debian/source/format	                        (rev 0)
+++ packages/etmtk/trunk/debian/source/format	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/etmtk/trunk/debian/source/options
===================================================================
--- packages/etmtk/trunk/debian/source/options	                        (rev 0)
+++ packages/etmtk/trunk/debian/source/options	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1 @@
+extend-diff-ignore = "(^|/)(setup.cfg|etm_qt.egg-info/SOURCES.txt)$"

Added: packages/etmtk/trunk/debian/upstream/metadata
===================================================================
--- packages/etmtk/trunk/debian/upstream/metadata	                        (rev 0)
+++ packages/etmtk/trunk/debian/upstream/metadata	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1,4 @@
+Changelog: http://people.duke.edu/~dgraham/etmtk/CHANGES
+Contact: http://groups.google.com/group/eventandtaskmanager
+Name: etmtk
+Homepage: http://people.duke.edu/~dgraham/etmtk/
\ No newline at end of file

Added: packages/etmtk/trunk/debian/watch
===================================================================
--- packages/etmtk/trunk/debian/watch	                        (rev 0)
+++ packages/etmtk/trunk/debian/watch	2014-07-10 08:41:44 UTC (rev 11045)
@@ -0,0 +1,2 @@
+version=3
+http://people.duke.edu/~dgraham/etmtk/etmtk-(.*).tar.gz
\ No newline at end of file




More information about the Python-apps-commits mailing list