[Python-apps-commits] r736 - in packages/phenny/trunk/debian (7 files)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Fri Feb 29 20:24:15 UTC 2008


    Date: Friday, February 29, 2008 @ 20:24:14
  Author: nslater-guest
Revision: 736

Initial files for phenny

Added:
  packages/phenny/trunk/debian/changelog
  packages/phenny/trunk/debian/compat
  packages/phenny/trunk/debian/control
  packages/phenny/trunk/debian/copyright
  packages/phenny/trunk/debian/pycompat
  packages/phenny/trunk/debian/pyversions
  packages/phenny/trunk/debian/rules

Added: packages/phenny/trunk/debian/changelog
===================================================================
--- packages/phenny/trunk/debian/changelog	                        (rev 0)
+++ packages/phenny/trunk/debian/changelog	2008-02-29 20:24:14 UTC (rev 736)
@@ -0,0 +1,5 @@
+phenny (hg3-1) unstable; urgency=low
+
+  * Initial release. Closes: #458095
+
+ -- Noah Slater <nslater at bytesexual.org>  Fri, 29 Feb 2008 19:38:18 +0000

Added: packages/phenny/trunk/debian/compat
===================================================================
--- packages/phenny/trunk/debian/compat	                        (rev 0)
+++ packages/phenny/trunk/debian/compat	2008-02-29 20:24:14 UTC (rev 736)
@@ -0,0 +1 @@
+5

Added: packages/phenny/trunk/debian/control
===================================================================
--- packages/phenny/trunk/debian/control	                        (rev 0)
+++ packages/phenny/trunk/debian/control	2008-02-29 20:24:14 UTC (rev 736)
@@ -0,0 +1,19 @@
+Source: phenny
+Section: python
+Priority: optional
+Maintainer: Noah Slater <nslater at bytesexual.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Standards-Version: 3.7.3
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2)
+Build-Depends-Indep: python
+Homepage: http://inamidst.com/phenny/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/phenny/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/phenny/trunk/?op=log
+
+Package: phenny
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: extensible IRC bot written in Python
+ Phenny is a lightweight IRC bot with the usual facilities that one expects such
+ as a Wordnet interface and thesaurus lookups. Modularly extensible with Python
+ and can reload modules on the fly.

Added: packages/phenny/trunk/debian/copyright
===================================================================
--- packages/phenny/trunk/debian/copyright	                        (rev 0)
+++ packages/phenny/trunk/debian/copyright	2008-02-29 20:24:14 UTC (rev 736)
@@ -0,0 +1,42 @@
+X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+X-Debianized-By: Noah Slater <nslater at bytesexual.org>
+X-Debianized-Date: Fri, 29 Feb 2008 19:38:18 +0000
+X-Source-Downloaded-From: http://inamidst.com/phenny/
+X-Source-Get-Original: ./debian/rules get-orig-source
+X-Source-Original-Depends: mercurial
+X-Upstream-Author: Sean B. Palmer <sean at miscoranda.com>
+
+Files: *
+Copyright: Copyright (C) 2008 Sean B. Palmer <sean at miscoranda.com>
+License: EFL-2
+ Licenced under the the Eiffel Forum License Version 2.
+ .
+ Eiffel Forum License Version 2
+ ------------------------------
+ .
+   1. Permission is hereby granted to use, copy, modify and/or distribute this
+      package, provided that:
+ .
+          * copyright notices are retained unchanged,
+ .
+          * any distribution of this package, whether modified or not, includes
+            this license text.
+ .
+   2. Permission is hereby also granted to distribute binary programs which
+      depend on this package. If the binary program depends on a modified
+      version of this package, you are encouraged to publicly release the
+      modified version of this package.
+ .
+ THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT
+ OF THE USE OF THIS PACKAGE.
+
+Files: debian/*
+Copyright: Copyright (C) 2008 Noah Slater <nslater at bytesexual.org>
+License: other
+ Copying and distribution of this package, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice and this
+ notice are preserved.

Added: packages/phenny/trunk/debian/pycompat
===================================================================
--- packages/phenny/trunk/debian/pycompat	                        (rev 0)
+++ packages/phenny/trunk/debian/pycompat	2008-02-29 20:24:14 UTC (rev 736)
@@ -0,0 +1 @@
+2

Added: packages/phenny/trunk/debian/pyversions
===================================================================
--- packages/phenny/trunk/debian/pyversions	                        (rev 0)
+++ packages/phenny/trunk/debian/pyversions	2008-02-29 20:24:14 UTC (rev 736)
@@ -0,0 +1 @@
+2.4-

Added: packages/phenny/trunk/debian/rules
===================================================================
--- packages/phenny/trunk/debian/rules	                        (rev 0)
+++ packages/phenny/trunk/debian/rules	2008-02-29 20:24:14 UTC (rev 736)
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+
+# This file is part of the phenny package.
+
+# Copyright (C) 2007 Noah Slater <nslater at bytesexual.org>.
+
+# Copying and distribution of this file, with or without modification, are
+# permitted in any medium without royalty provided the copyright notice and this
+# notice are preserved.
+
+# Makefile used by dpkg-buildpackage to create a deb file.
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+REPOSITORY_URI = static-http://inamidst.com/phenny/
+
+PACKAGE_NAME = phenny
+PACKAGE_VERSION = 3
+PACKAGE_DIRECTORY=$(PACKAGE_NAME)-hg$(PACKAGE_VERSION).orig
+PACKAGE_FILENAME=$(PACKAGE_NAME)_hg$(PACKAGE_VERSION).orig.tar.gz
+
+get-orig-source:
+	hg clone -r $(PACKAGE_VERSION) $(REPOSITORY_URI) $(PACKAGE_DIRECTORY)
+	tar -czf $(PACKAGE_FILENAME) $(PACKAGE_DIRECTORY)
+	rm -fr $(PACKAGE_DIRECTORY)
+
+.PHONY: get-orig-source


Property changes on: packages/phenny/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-apps-commits mailing list