[Python-apps-commits] r5643 - in packages/phantom/trunk (10 files)

lxsameer-guest at users.alioth.debian.org lxsameer-guest at users.alioth.debian.org
Sun Jun 20 11:42:47 UTC 2010


    Date: Sunday, June 20, 2010 @ 11:42:40
  Author: lxsameer-guest
Revision: 5643

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

Added:
  packages/phantom/trunk/debian/
  packages/phantom/trunk/debian/README.source
  packages/phantom/trunk/debian/changelog
  packages/phantom/trunk/debian/compat
  packages/phantom/trunk/debian/control
  packages/phantom/trunk/debian/copyright
  packages/phantom/trunk/debian/docs
  packages/phantom/trunk/debian/rules
  packages/phantom/trunk/debian/source/
  packages/phantom/trunk/debian/source/format


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

Added: packages/phantom/trunk/debian/README.source
===================================================================
--- packages/phantom/trunk/debian/README.source	                        (rev 0)
+++ packages/phantom/trunk/debian/README.source	2010-06-20 11:42:40 UTC (rev 5643)
@@ -0,0 +1,9 @@
+phantom for Debian
+------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+

Added: packages/phantom/trunk/debian/changelog
===================================================================
--- packages/phantom/trunk/debian/changelog	                        (rev 0)
+++ packages/phantom/trunk/debian/changelog	2010-06-20 11:42:40 UTC (rev 5643)
@@ -0,0 +1,5 @@
+phantom (0.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #586477) 
+
+ -- Sameer Rahmani <lxsameer at gnu.org>  Sun, 20 Jun 2010 02:04:28 +0430

Added: packages/phantom/trunk/debian/compat
===================================================================
--- packages/phantom/trunk/debian/compat	                        (rev 0)
+++ packages/phantom/trunk/debian/compat	2010-06-20 11:42:40 UTC (rev 5643)
@@ -0,0 +1 @@
+7

Added: packages/phantom/trunk/debian/control
===================================================================
--- packages/phantom/trunk/debian/control	                        (rev 0)
+++ packages/phantom/trunk/debian/control	2010-06-20 11:42:40 UTC (rev 5643)
@@ -0,0 +1,17 @@
+Source: phantom
+Section: python
+Priority: optional
+Maintainer: Sameer Rahmani <lxsameer at gnu.org>
+Uploaders: Debian Python Application Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python, python-support
+Standards-Version: 3.8.4
+Homepage: http://github.com/lxsameer/phantom-bot
+Vcs-Git: git://github.com/lxsameer/phantom-bot.git
+Vcs-Browser: http://github.com/lxsameer/phantom-bot
+
+Package: phantom
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core
+Description: Pure python multi-protocol bot,
+ Pure python mukti-protocol bot, phantom is easy to extent and easy to use. phantom
+ use a very easy to understand algorithm.

Added: packages/phantom/trunk/debian/copyright
===================================================================
--- packages/phantom/trunk/debian/copyright	                        (rev 0)
+++ packages/phantom/trunk/debian/copyright	2010-06-20 11:42:40 UTC (rev 5643)
@@ -0,0 +1,44 @@
+This work was packaged for Debian by:
+
+    Sameer Rahmani <lxsameer at gnu.org> on Sun, 20 Jun 2010 02:04:28 +0430
+
+It was downloaded from:
+
+    http://github.com/downloads/lxsameer/phantom-bot/phantom-0.1.1.tar.bz2
+
+Upstream Author(s):
+
+    Sameer Rahmani <lxsameer at gnu.org>
+
+Copyright:
+
+    Copyright (C) 2010 Sameer Rahmani
+
+License:
+
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License version 2 as
+   published by the Free Software Foundation.
+
+
+    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".
+
+
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Sameer Rahmani <lxsameer at gnu.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.

Added: packages/phantom/trunk/debian/docs
===================================================================
--- packages/phantom/trunk/debian/docs	                        (rev 0)
+++ packages/phantom/trunk/debian/docs	2010-06-20 11:42:40 UTC (rev 5643)
@@ -0,0 +1,2 @@
+README
+TODO

Added: packages/phantom/trunk/debian/rules
===================================================================
--- packages/phantom/trunk/debian/rules	                        (rev 0)
+++ packages/phantom/trunk/debian/rules	2010-06-20 11:42:40 UTC (rev 5643)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 


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

Added: packages/phantom/trunk/debian/source/format
===================================================================
--- packages/phantom/trunk/debian/source/format	                        (rev 0)
+++ packages/phantom/trunk/debian/source/format	2010-06-20 11:42:40 UTC (rev 5643)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list