[Python-apps-commits] r5868 - in packages/series60-remote/trunk (10 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed Jul 21 12:58:33 UTC 2010


    Date: Wednesday, July 21, 2010 @ 12:58:31
  Author: nijel
Revision: 5868

Initial upload (Closes: #587601)

Added:
  packages/series60-remote/trunk/debian/
  packages/series60-remote/trunk/debian/changelog
  packages/series60-remote/trunk/debian/compat
  packages/series60-remote/trunk/debian/control
  packages/series60-remote/trunk/debian/copyright
  packages/series60-remote/trunk/debian/docs
  packages/series60-remote/trunk/debian/rules
  packages/series60-remote/trunk/debian/source/
  packages/series60-remote/trunk/debian/source/format
  packages/series60-remote/trunk/debian/watch


Property changes on: packages/series60-remote/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/series60-remote/trunk/debian/changelog
===================================================================
--- packages/series60-remote/trunk/debian/changelog	                        (rev 0)
+++ packages/series60-remote/trunk/debian/changelog	2010-07-21 12:58:31 UTC (rev 5868)
@@ -0,0 +1,5 @@
+series60-remote (0.3.93-1) UNRELEASED; urgency=low
+
+  * Initial upload (Closes: #587601)
+
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 21 Jul 2010 14:51:46 +0200

Added: packages/series60-remote/trunk/debian/compat
===================================================================
--- packages/series60-remote/trunk/debian/compat	                        (rev 0)
+++ packages/series60-remote/trunk/debian/compat	2010-07-21 12:58:31 UTC (rev 5868)
@@ -0,0 +1 @@
+7

Added: packages/series60-remote/trunk/debian/control
===================================================================
--- packages/series60-remote/trunk/debian/control	                        (rev 0)
+++ packages/series60-remote/trunk/debian/control	2010-07-21 12:58:31 UTC (rev 5868)
@@ -0,0 +1,21 @@
+Source: series60-remote
+Section: comm
+Priority: extra
+Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: python, python-support (>= 0.5.3)
+Standards-Version: 3.9.0
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/series60-remote/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/series60-remote/trunk/
+Homepage: http://series60-remote.sourceforge.net/
+
+Package: series60-remote
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.5), python-qt4, python-bluez
+Recommends: python-obexftp
+XB-Python-Version: ${python:Versions}
+Description: S60 mobile phone management application
+ Series60-Remote is an application to manage your mobile phone. You can
+ send and receive SMS messages directly on your computer. It also
+ provides a complex contact and file management.

Added: packages/series60-remote/trunk/debian/copyright
===================================================================
--- packages/series60-remote/trunk/debian/copyright	                        (rev 0)
+++ packages/series60-remote/trunk/debian/copyright	2010-07-21 12:58:31 UTC (rev 5868)
@@ -0,0 +1,64 @@
+This work was packaged for Debian by:
+
+    Michal ÄŒihaÅ™ <nijel at debian.org> on Wed, 21 Jul 2010
+
+It was downloaded from:
+
+    <http://series60-remote.sourceforge.net/>
+
+Upstream Author(s):
+
+    Lukas Hetzenecker <LuHe at gmx.at>
+
+Copyright:
+
+    Copyright (c) 2008 - 2010 Lukas Hetzenecker <LuHe at gmx.at>
+
+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; either version 2 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 program. If not, see <http://www.gnu.org/licenses/>
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+In addition this software includes some oxygen icons:
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser 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
+    Lesser 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 complete text of the GNU Lesser General
+Public License can be found in "/usr/share/common-licenses/LGPL-3".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Michal ÄŒihaÅ™ <nijel at debian.org>
+
+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 2 of the License, or
+(at your option) any later version.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: packages/series60-remote/trunk/debian/docs
===================================================================
--- packages/series60-remote/trunk/debian/docs	                        (rev 0)
+++ packages/series60-remote/trunk/debian/docs	2010-07-21 12:58:31 UTC (rev 5868)
@@ -0,0 +1 @@
+TODO

Added: packages/series60-remote/trunk/debian/rules
===================================================================
--- packages/series60-remote/trunk/debian/rules	                        (rev 0)
+++ packages/series60-remote/trunk/debian/rules	2010-07-21 12:58:31 UTC (rev 5868)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@


Property changes on: packages/series60-remote/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/series60-remote/trunk/debian/source/format
===================================================================
--- packages/series60-remote/trunk/debian/source/format	                        (rev 0)
+++ packages/series60-remote/trunk/debian/source/format	2010-07-21 12:58:31 UTC (rev 5868)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/series60-remote/trunk/debian/watch
===================================================================
--- packages/series60-remote/trunk/debian/watch	                        (rev 0)
+++ packages/series60-remote/trunk/debian/watch	2010-07-21 12:58:31 UTC (rev 5868)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/series60-remote/series60-remote-(.+)\.tar\.gz




More information about the Python-apps-commits mailing list