[Python-apps-commits] r9885 - in packages/pycarddav/trunk (7 files)

christoph-guest at users.alioth.debian.org christoph-guest at users.alioth.debian.org
Wed Jul 17 08:44:47 UTC 2013


    Date: Wednesday, July 17, 2013 @ 08:44:45
  Author: christoph-guest
Revision: 9885

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

Added:
  packages/pycarddav/trunk/debian/
  packages/pycarddav/trunk/debian/changelog
  packages/pycarddav/trunk/debian/clean
  packages/pycarddav/trunk/debian/compat
  packages/pycarddav/trunk/debian/control
  packages/pycarddav/trunk/debian/copyright
  packages/pycarddav/trunk/debian/rules


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

Added: packages/pycarddav/trunk/debian/changelog
===================================================================
--- packages/pycarddav/trunk/debian/changelog	                        (rev 0)
+++ packages/pycarddav/trunk/debian/changelog	2013-07-17 08:44:45 UTC (rev 9885)
@@ -0,0 +1,5 @@
+pycarddav (0.5.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Christoph Egger <christoph at debian.org>  Wed, 17 Jul 2013 10:12:10 +0200

Added: packages/pycarddav/trunk/debian/clean
===================================================================
--- packages/pycarddav/trunk/debian/clean	                        (rev 0)
+++ packages/pycarddav/trunk/debian/clean	2013-07-17 08:44:45 UTC (rev 9885)
@@ -0,0 +1,2 @@
+README.txt
+pyCardDAV.egg-info/SOURCES.txt

Added: packages/pycarddav/trunk/debian/compat
===================================================================
--- packages/pycarddav/trunk/debian/compat	                        (rev 0)
+++ packages/pycarddav/trunk/debian/compat	2013-07-17 08:44:45 UTC (rev 9885)
@@ -0,0 +1 @@
+8

Added: packages/pycarddav/trunk/debian/control
===================================================================
--- packages/pycarddav/trunk/debian/control	                        (rev 0)
+++ packages/pycarddav/trunk/debian/control	2013-07-17 08:44:45 UTC (rev 9885)
@@ -0,0 +1,26 @@
+Source: pycarddav
+Section: python
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Christoph Egger <christoph at debian.org>
+Build-Depends:
+ debhelper (>= 9~),
+ python
+Standards-Version: 3.9.3
+Homepage: http://lostpackets.de/pycarddav/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pycarddav/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pycarddav/trunk/ 
+
+Package: pycarddav
+Architecture: all
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends}
+Description: simple to use CardDAV CLI client
+ pyCardDAV consists of pycardsyncer, a program for syncing your
+ CardDAV resource into a local database and of pc_query, a program for
+ querying the local database.
+ .
+ It has built in support for mutt's query_command but also works very
+ well solo.

Added: packages/pycarddav/trunk/debian/copyright
===================================================================
--- packages/pycarddav/trunk/debian/copyright	                        (rev 0)
+++ packages/pycarddav/trunk/debian/copyright	2013-07-17 08:44:45 UTC (rev 9885)
@@ -0,0 +1,31 @@
+Files: *
+Copyright:
+  2011-2013 Christian Geier and contributors
+License: Expat
+
+Files: debian/*
+Copyright:
+  2013      Christoph Egger
+License: Expat
+
+License: Expat
+  Permission is hereby granted, free of charge, to any person
+  obtaining a copy of this software and associated documentation files
+  (the "Software"), to deal in the Software without restriction,
+  including without limitation the rights to use, copy, modify, merge,
+  publish, distribute, sublicense, and/or sell copies of the Software,
+  and to permit persons to whom the Software is furnished to do so,
+  subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+

Added: packages/pycarddav/trunk/debian/rules
===================================================================
--- packages/pycarddav/trunk/debian/rules	                        (rev 0)
+++ packages/pycarddav/trunk/debian/rules	2013-07-17 08:44:45 UTC (rev 9885)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+


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




More information about the Python-apps-commits mailing list