[Python-apps-commits] r3229 - in packages/inotifyx (9 files)

rrs-guest at users.alioth.debian.org rrs-guest at users.alioth.debian.org
Mon Jul 6 06:37:37 UTC 2009


    Date: Monday, July 6, 2009 @ 06:37:31
  Author: rrs-guest
Revision: 3229

Initial commit

Added:
  packages/inotifyx/trunk/
  packages/inotifyx/trunk/README.source
  packages/inotifyx/trunk/changelog
  packages/inotifyx/trunk/compat
  packages/inotifyx/trunk/control
  packages/inotifyx/trunk/copyright
  packages/inotifyx/trunk/docs
  packages/inotifyx/trunk/rules
  packages/inotifyx/trunk/watch

Added: packages/inotifyx/trunk/README.source
===================================================================
--- packages/inotifyx/trunk/README.source	                        (rev 0)
+++ packages/inotifyx/trunk/README.source	2009-07-06 06:37:31 UTC (rev 3229)
@@ -0,0 +1,2 @@
+debian/rules has a get-orig-source target.
+This makefile target will be able to fetch the upstream tarball.

Added: packages/inotifyx/trunk/changelog
===================================================================
--- packages/inotifyx/trunk/changelog	                        (rev 0)
+++ packages/inotifyx/trunk/changelog	2009-07-06 06:37:31 UTC (rev 3229)
@@ -0,0 +1,5 @@
+inotifyx (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #527205)
+
+ -- Ritesh Raj Sarraf <rrs at researchut.com>  Wed, 27 May 2009 00:14:00 +0530

Added: packages/inotifyx/trunk/compat
===================================================================
--- packages/inotifyx/trunk/compat	                        (rev 0)
+++ packages/inotifyx/trunk/compat	2009-07-06 06:37:31 UTC (rev 3229)
@@ -0,0 +1 @@
+7

Added: packages/inotifyx/trunk/control
===================================================================
--- packages/inotifyx/trunk/control	                        (rev 0)
+++ packages/inotifyx/trunk/control	2009-07-06 06:37:31 UTC (rev 3229)
@@ -0,0 +1,33 @@
+Source: inotifyx
+Section: python
+Priority: optional
+Maintainer: Ritesh Raj Sarraf <rrs at researchut.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python-dev, python-epydoc, python-support
+XS-Python-Version: all
+Standards-Version: 3.8.1
+Vcs-Git: git://git.debian.org/collab-maint/inotifyx.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/inotifyx.git
+Homepage: http://www.alittletooquiet.net/software/inotifyx/
+
+Package: python-inotifyx
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: simple Python binding to the Linux inotify
+ inotifyx is a Python extension providing access to the Linux
+ inotify file system event notification API. It is primarily
+ written in C but has some Python window dressing
+ .
+ inotifyx exists as an alternative to the much known pyinotify bindings
+ .
+ Reasons you might choose inotifyx over pyinotify
+  * inotifyx is a C extension and does not use ctypes, making it
+    faster and less prone to subtle breakage due to changes in the inotify API
+  * inotifyx is a much thinner wrapper around inotify. pyinotify is more
+    complicated. It does provide features that inotifyx does not, but many of
+    them are not needed by most applications
+  * The API provided by pyinotify seems to change in incompatible ways on a
+    fairly regular basis and with little justification. inotifyx has a simple
+    API that will change rarely, if ever.

Added: packages/inotifyx/trunk/copyright
===================================================================
--- packages/inotifyx/trunk/copyright	                        (rev 0)
+++ packages/inotifyx/trunk/copyright	2009-07-06 06:37:31 UTC (rev 3229)
@@ -0,0 +1,40 @@
+This package was debianized by Ritesh Raj Sarraf <rrs at researchut.com> on
+Wed, 27 May 2009 00:13:26 +0530.
+
+It was downloaded from http://www.alittletooquiet.net/software/inotifyx/
+
+Upstream Authors:
+    Forest Bond <forest at alittletooquiet.net>
+    Manuel Amador <rudd-o at rudd-o.com>
+
+Copyright:
+    Copyright (C) 2009 Forest Bond <forest at alittletooquiet.net>
+    Copyright (C) 2005 Manuel Amador <rudd-o at rudd-o.com>
+    Copyright (C) 2004 Novell, Inc.
+
+License:
+
+    MIT License
+
+    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
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Ritesh Raj Sarraf <rrs at researchut.com>
+
+and is licensed under the MIT License.

Added: packages/inotifyx/trunk/docs
===================================================================
--- packages/inotifyx/trunk/docs	                        (rev 0)
+++ packages/inotifyx/trunk/docs	2009-07-06 06:37:31 UTC (rev 3229)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: packages/inotifyx/trunk/rules
===================================================================
--- packages/inotifyx/trunk/rules	                        (rev 0)
+++ packages/inotifyx/trunk/rules	2009-07-06 06:37:31 UTC (rev 3229)
@@ -0,0 +1,52 @@
+#!/usr/bin/make -f
+
+PKG_NAME=inotifyx
+PKG_VER=0.1.0
+UPSTR_SITE=http://www.alittletooquiet.net/media/release
+UPSTR_FILE=$(PKG_NAME)-$(PKG_VER).tar.gz
+
+get-orig-source:
+	wget --no-cache -q $(UPSTR_SITE)/$(UPSTR_FILE)
+	@echo "Downloaded source file: $(UPSTR_FILE)"
+	@ls -l $(UPSTR_FILE)
+
+build:
+
+clean: 
+	dh_testdir
+	dh_testroot
+
+	python setup.py clean --all
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep  
+	dh_installdirs
+
+	python setup.py install --root $(CURDIR)/debian/python-inotifyx
+
+	epydoc $(CURDIR)/debian/python-inotifyx/usr/lib/python2.5/site-packages/inotifyx.py
+
+binary-indep: build install
+		dh_testdir
+		dh_testroot
+		dh_installdocs
+		dh_installexamples tests.py
+		dh_installchangelogs NEWS
+		dh_pysupport
+		dh_compress -Xexamples
+		dh_fixperms
+		dh_strip
+		dh_installdeb
+		dh_shlibdeps
+		dh_gencontrol
+		dh_md5sums
+		dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source


Property changes on: packages/inotifyx/trunk/rules
___________________________________________________________________
Added: svn:executable
   + 

Added: packages/inotifyx/trunk/watch
===================================================================
--- packages/inotifyx/trunk/watch	                        (rev 0)
+++ packages/inotifyx/trunk/watch	2009-07-06 06:37:31 UTC (rev 3229)
@@ -0,0 +1,2 @@
+version=3
+http://www.alittletooquiet.net/media/release/inotifyx-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list