rev 4788 - in kde-extras/mailody/trunk: . debian

Achim Bohnet ach-guest at costa.debian.org
Wed Oct 25 23:17:03 UTC 2006


Author: ach-guest
Date: 2006-10-25 23:17:03 +0000 (Wed, 25 Oct 2006)
New Revision: 4788

Added:
   kde-extras/mailody/trunk/debian/
   kde-extras/mailody/trunk/debian/changelog
   kde-extras/mailody/trunk/debian/compat
   kde-extras/mailody/trunk/debian/control
   kde-extras/mailody/trunk/debian/copyright
   kde-extras/mailody/trunk/debian/rules
   kde-extras/mailody/trunk/debian/watch
Log:
Load newtrunk into kde-extras/mailody/trunk.


Added: kde-extras/mailody/trunk/debian/changelog
===================================================================
--- kde-extras/mailody/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/mailody/trunk/debian/changelog	2006-10-25 23:17:03 UTC (rev 4788)
@@ -0,0 +1,5 @@
+mailody (0.2.0~beta1-0) UNRELEASED; urgency=low
+
+  * first upstream release
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun,  8 Oct 2006 23:31:03 +0200

Added: kde-extras/mailody/trunk/debian/compat
===================================================================
--- kde-extras/mailody/trunk/debian/compat	                        (rev 0)
+++ kde-extras/mailody/trunk/debian/compat	2006-10-25 23:17:03 UTC (rev 4788)
@@ -0,0 +1 @@
+5

Added: kde-extras/mailody/trunk/debian/control
===================================================================
--- kde-extras/mailody/trunk/debian/control	                        (rev 0)
+++ kde-extras/mailody/trunk/debian/control	2006-10-25 23:17:03 UTC (rev 4788)
@@ -0,0 +1,16 @@
+Source: mailody
+Section: kde
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Achim Bohnet <ach at mpe.mpg.de>, Tom Albers <tomalbers at kde.nl>, Mark Purcell <msp at debian.org>
+Build-Depends: debhelper (>> 5), cdbs, kdelibs4-dev, qca-dev, libsqlite3-dev
+Standards-Version: 3.7.2
+
+Package: mailody
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: fast IMAP mail user agent for KDE
+ Mailody is a fast IMAP mail user agent (MUA).  It favours speed
+ over bloat.
+ .
+ Homepage: http://mailody.net/

Added: kde-extras/mailody/trunk/debian/copyright
===================================================================
--- kde-extras/mailody/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/mailody/trunk/debian/copyright	2006-10-25 23:17:03 UTC (rev 4788)
@@ -0,0 +1,40 @@
+This package was debianized by Achim Bohnet <ach at mpe.mpg.de>
+on Tue, 24-Okt-2006  0:58:35 +0200
+
+FIXME: It was downloaded from http://mailody.net/<to-be-decided>/
+
+Upstream author is 
+	Tom Albers <tomalbers at kde.nl>
+
+Translations:
+
+	FIXME<tobe done>
+
+Copyright:
+
+   mailody
+
+   libkmime/
+
+    Copyright (c) 1999-2001 the KNode authors.
+    Copyright (c) 2001 Marc Mutz <mutz at kde.org>
+    Copyright (c) 2001 the KMime authors.
+    Copyright (c) 2001-2002 Marc Mutz <mutz at kde.org>
+    Copyright (c) 2001-2002 the KMime authors.
+    Copyright (c) 2002 Marc Mutz <mutz at kde.org>
+    Copyright (c) 2004 Marc Mutz <mutz at kde.org>
+
+
+    FIXME: In addition, as a special exception, the copyright holders give
+
+
+License:
+
+    Mailody is distributed under the GPL v2
+    
+
+
+
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in /usr/share/common-licenses/GPL file.
+    respectively.

Added: kde-extras/mailody/trunk/debian/rules
===================================================================
--- kde-extras/mailody/trunk/debian/rules	                        (rev 0)
+++ kde-extras/mailody/trunk/debian/rules	2006-10-25 23:17:03 UTC (rev 4788)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+DEB_BUILD_OPTIONS += nostrip
+DEB_STRIP_EXCLUDE = mailody
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/kde.mk
+
+get-orig-source:
+	@@dh_testdir
+	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@@dpatch-get-origtargz ../tarballs
+


Property changes on: kde-extras/mailody/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/mailody/trunk/debian/watch
===================================================================
--- kde-extras/mailody/trunk/debian/watch	                        (rev 0)
+++ kde-extras/mailody/trunk/debian/watch	2006-10-25 23:17:03 UTC (rev 4788)
@@ -0,0 +1,8 @@
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# FIXME: 
+http://mailody.net/<to-be-decided>/mailody-([\d].*)\.tar\.bz2 debian svn-upgrade
+




More information about the pkg-kde-commits mailing list