[Python-modules-commits] r2245 - in /packages/pyinotify/trunk/debian: ./ changelog compat control copyright pycompat python-pyinotify-doc.docs python-pyinotify-doc.examples python-pyinotify.docs rules watch

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Fri May 4 13:49:33 UTC 2007


Author: dottedmag-guest
Date: Fri May  4 13:49:32 2007
New Revision: 2245

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2245
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/pyinotify/trunk/debian/
    packages/pyinotify/trunk/debian/changelog
    packages/pyinotify/trunk/debian/compat
    packages/pyinotify/trunk/debian/control
    packages/pyinotify/trunk/debian/copyright
    packages/pyinotify/trunk/debian/pycompat
    packages/pyinotify/trunk/debian/python-pyinotify-doc.docs
    packages/pyinotify/trunk/debian/python-pyinotify-doc.examples
    packages/pyinotify/trunk/debian/python-pyinotify.docs
    packages/pyinotify/trunk/debian/rules   (with props)
    packages/pyinotify/trunk/debian/watch

Added: packages/pyinotify/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/changelog?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/changelog (added)
+++ packages/pyinotify/trunk/debian/changelog Fri May  4 13:49:32 2007
@@ -1,0 +1,35 @@
+pyinotify (0.7.0-1) unstable; urgency=low
+
+  * New maintainer. Thanks, Pierre!
+  * New upstream release.
+  * debhelper compatibility level 5 (no changes required).
+  * -doc package moved to 'doc' section.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 13 Mar 2007 23:56:44 +0600
+
+pyinotify (0.5.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update package for new python policy (Closes: #373497).
+
+ -- Pierre Habouzit <madcoder at debian.org>  Fri, 30 Jun 2006 10:30:52 +0200
+
+pyinotify (0.5.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Hans Ulrich Niedermann <debian at n-dimensional.de>  Sun,  2 Apr 2006 02:35:31 +0200
+
+pyinotify (0.5.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Explicitly list all (Linux) architectures supported by inotify.
+  * Do ship private docs (they are linked to from the public docs).
+
+ -- Hans Ulrich Niedermann <debian at n-dimensional.de>  Tue, 28 Mar 2006 14:25:09 +0200
+
+pyinotify (0.5.0-1) unstable; urgency=low
+
+  * Initial Release, closes: #351451.
+
+ -- Hans Ulrich Niedermann <debian at n-dimensional.de>  Thu,  9 Mar 2006 15:48:55 +0100

Added: packages/pyinotify/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/compat?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/compat (added)
+++ packages/pyinotify/trunk/debian/compat Fri May  4 13:49:32 2007
@@ -1,0 +1,1 @@
+5

Added: packages/pyinotify/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/control?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/control (added)
+++ packages/pyinotify/trunk/debian/control Fri May  4 13:49:32 2007
@@ -1,0 +1,57 @@
+Source: pyinotify
+Section: python
+Priority: optional
+Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3)
+Standards-Version: 3.7.2
+
+# Notes on the Architecture: field for the binary packages:
+#  * inotify is Linux-only.
+#  * inotify supports a limited number of architectures
+#    (cf. inotify-syscalls.h)
+#  * debian-policy specifies the Architecture: to be either
+#    "arch" or "arch-os".
+#  * dpkg-buildpackage only handles "arch" and "os-arch".
+#    dpkg-buildpackage explicitly fails for "i386-linux" and
+#    works for "linux-i386".
+#  * The behaviour of dpkg-buildpackage probably reflects that of
+#    dpkg-architecture -i${architecture}
+#  * buildd behaves differently... "i386" implies Linux, and
+#    "hurd-i386" is hurd specifically. "dpkg-architecture -L"
+#    output suggests this makes sense.
+# Ergo: We half-ignore the Debian Policy, and explicitly list all
+#       architectures supported by inotify in the "arch" pattern,
+#       e.g. "i386" and hope we guessed right about the implication
+#       of "linux-".
+
+Package: python-pyinotify
+Architecture: alpha amd64 arm i386 ia64 powerpc ppc64 s390 sh sparc sparc64
+Depends: ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Replaces: python2.3-pyinotify (<< 0.5.2-1.1), python2.4-pyinotify (<< 0.5.2-1.1)
+Conflicts: python2.3-pyinotify (<< 0.5.2-1.1), python2.4-pyinotify (<< 0.5.2-1.1)
+XB-Python-Version: ${python:Versions}
+Description: Simple Linux inotify Python bindings [dummy package]
+ pyinotify is a simple wrapper for the Linux inotify mechanism.
+ .
+ inotify is a Linux Kernel feature available since 2.6.13. inotify makes
+ it possible for applications to easily be notified of filesystem changes.
+ .
+ Homepage: http://pyinotify.sourceforge.net/
+
+Package: python-pyinotify-doc
+Architecture: all
+Section: doc
+Depends: ${python:Depends}
+Suggests: python2.4-pyinotify | python2.3-pyinotify
+Description: Simple Linux inotify Python bindings
+ pyinotify is a simple wrapper for the Linux inotify mechanism.
+ .
+ inotify is a Linux Kernel feature available since 2.6.13. inotify makes
+ it possible for applications to easily be notified of filesystem changes.
+ .
+ This package contains Inotify's documentation and examples.
+ .
+ Homepage: http://pyinotify.sourceforge.net/
+

Added: packages/pyinotify/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/copyright?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/copyright (added)
+++ packages/pyinotify/trunk/debian/copyright Fri May  4 13:49:32 2007
@@ -1,0 +1,17 @@
+This package was debianized by Hans Ulrich Niedermann <debian at n-dimensional.de> on 
+Sat,  4 Feb 2006 12:50:56 +0000.
+
+It was downloaded from http://pyinotify.sourceforge.net/
+
+Upstream Author: Sebastien Martini <sebastien.martini at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2005-2006 Sebastien Martini
+
+    This program 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.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL

Added: packages/pyinotify/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/pycompat?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/pycompat (added)
+++ packages/pyinotify/trunk/debian/pycompat Fri May  4 13:49:32 2007
@@ -1,0 +1,1 @@
+2

Added: packages/pyinotify/trunk/debian/python-pyinotify-doc.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/python-pyinotify-doc.docs?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/python-pyinotify-doc.docs (added)
+++ packages/pyinotify/trunk/debian/python-pyinotify-doc.docs Fri May  4 13:49:32 2007
@@ -1,0 +1,8 @@
+AUTHORS
+NEWS
+README
+TODO
+doc/*.html
+doc/*.css
+doc/private
+doc/public

Added: packages/pyinotify/trunk/debian/python-pyinotify-doc.examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/python-pyinotify-doc.examples?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/python-pyinotify-doc.examples (added)
+++ packages/pyinotify/trunk/debian/python-pyinotify-doc.examples Fri May  4 13:49:32 2007
@@ -1,0 +1,1 @@
+src/examples/*

Added: packages/pyinotify/trunk/debian/python-pyinotify.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/python-pyinotify.docs?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/python-pyinotify.docs (added)
+++ packages/pyinotify/trunk/debian/python-pyinotify.docs Fri May  4 13:49:32 2007
@@ -1,0 +1,4 @@
+AUTHORS
+NEWS
+README
+TODO

Added: packages/pyinotify/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/rules?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/rules (added)
+++ packages/pyinotify/trunk/debian/rules Fri May  4 13:49:32 2007
@@ -1,0 +1,90 @@
+#!/usr/bin/make -f
+# pyinotify debian/rules file
+#
+# Based on sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# List of python versions this package will be compiled for.
+# This list has to match the package list in debian/control.
+PYVERS = $(shell pyversions -r)
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	for python in $(PYVERS); do \
+		"$${python}" setup.py config; \
+	done
+	touch $@
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	for python in $(PYVERS); do \
+		"$${python}" setup.py build; \
+	done
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	for python in $(PYVERS); do \
+		"$${python}" setup.py clean --all; \
+	done
+	$(MAKE) clean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	for python in $(PYVERS); do \
+		$$python setup.py install --root=$(CURDIR)/debian/python-pyinotify; \
+	done
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installdocs -i
+	dh_installexamples -i
+	dh_installchangelogs -i ChangeLog
+	dh_link -i
+	dh_strip -i
+	dh_compress -i -Xexamples
+	dh_fixperms -i
+	dh_pysupport -i
+	dh_python -i
+	dh_installdeb -i
+	dh_shlibdeps -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installdocs -a
+	dh_installchangelogs -a ChangeLog
+	dh_link -a
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_pysupport -a
+	dh_python -a
+	dh_installdeb -a
+	dh_shlibdeps -a 
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: packages/pyinotify/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/pyinotify/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/watch?rev=2245&op=file
==============================================================================
--- packages/pyinotify/trunk/debian/watch (added)
+++ packages/pyinotify/trunk/debian/watch Fri May  4 13:49:32 2007
@@ -1,0 +1,4 @@
+version=3
+# The first versions were named 0.06 and 0.07, while they logically are
+# 0.0.6 and 0.0.7, respectively.
+opts="uversionmangle=s/^0\.0([67])$/0\.0\.$1/" http://sf.net/pyinotify/pyinotify-(.*)\.tar\.bz2




More information about the Python-modules-commits mailing list