[Python-modules-commits] r21734 - in packages/python-notify2/trunk (13 files)
takluyver-guest at users.alioth.debian.org
takluyver-guest at users.alioth.debian.org
Sun May 13 19:20:38 UTC 2012
Date: Sunday, May 13, 2012 @ 19:20:36
Author: takluyver-guest
Revision: 21734
[svn-inject] Applying Debian modifications (0.1-1) to trunk
Added:
packages/python-notify2/trunk/debian/
packages/python-notify2/trunk/debian/changelog
packages/python-notify2/trunk/debian/compat
packages/python-notify2/trunk/debian/control
packages/python-notify2/trunk/debian/copyright
packages/python-notify2/trunk/debian/python-notify2.examples
packages/python-notify2/trunk/debian/python-notify2.install
packages/python-notify2/trunk/debian/python3-notify2.examples
packages/python-notify2/trunk/debian/python3-notify2.install
packages/python-notify2/trunk/debian/rules
packages/python-notify2/trunk/debian/source/
packages/python-notify2/trunk/debian/source/format
packages/python-notify2/trunk/debian/watch
Property changes on: packages/python-notify2/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-notify2/trunk/debian/changelog
===================================================================
--- packages/python-notify2/trunk/debian/changelog (rev 0)
+++ packages/python-notify2/trunk/debian/changelog 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1,5 @@
+python-notify2 (0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #672799)
+
+ -- Thomas Kluyver <thomas at kluyver.me.uk> Sun, 13 May 2012 18:29:32 +0100
Added: packages/python-notify2/trunk/debian/compat
===================================================================
--- packages/python-notify2/trunk/debian/compat (rev 0)
+++ packages/python-notify2/trunk/debian/compat 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1 @@
+8
Added: packages/python-notify2/trunk/debian/control
===================================================================
--- packages/python-notify2/trunk/debian/control (rev 0)
+++ packages/python-notify2/trunk/debian/control 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1,44 @@
+Source: python-notify2
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Thomas Kluyver <thomas at kluyver.me.uk>
+Build-Depends: debhelper (>= 8),
+ python3-all,
+ python-all,
+ notification-daemon,
+ xvfb
+Standards-Version: 3.9.3
+Homepage: http://pypi.python.org/pypi/notify2/0.1
+#Vcs-Git: git://git.debian.org/collab-maint/notify2.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/notify2.git;a=summary
+
+Package: python-notify2
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-dbus
+Recommends: notification-daemon
+Description: Desktop notifications API for Python
+ notify2 provides a Python interface to the Freedesktop notifications system,
+ which allows programs to display information to the user in an unobtrusive way.
+ Notifications are sent over DBus to a notification daemon, which is responsible
+ for presenting them to the user.
+ .
+ notify2 is intended as a replacement for pynotify (package python-notify), and
+ its interface is largely copied from there, although it isn't a complete clone.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-notify2
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-dbus
+Recommends: notification-daemon
+Description: Desktop notifications API for Python 3
+ notify2 provides a Python interface to the Freedesktop notifications system,
+ which allows programs to display information to the user in an unobtrusive way.
+ Notifications are sent over DBus to a notification daemon, which is responsible
+ for presenting them to the user.
+ .
+ notify2 is intended as a replacement for pynotify (package python-notify), and
+ its interface is largely copied from there, although it isn't a complete clone.
+ .
+ This is the Python 3 version of the package.
Added: packages/python-notify2/trunk/debian/copyright
===================================================================
--- packages/python-notify2/trunk/debian/copyright (rev 0)
+++ packages/python-notify2/trunk/debian/copyright 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1,60 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: notify2
+Source: http://pypi.python.org/pypi/notify2
+
+Files: *
+Copyright: 2012 Thomas Kluyver <thomas at kluyver.me.uk>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2012 Thomas Kluyver <thomas at kluyver.me.uk>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ 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 REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+Files: examples/icon.py examples/default-action.py examples/multi-actions.py examples/qt-app.py
+Copyright: 2006 Christian Hammond <chipx86 at chipx86.com>
+License: LGPL-2.1+
+Comment: Adaptd from notify-python examples
+
+License: LGPL-2.1+
+ This library 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 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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 Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the LGPL can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1`.
+
Added: packages/python-notify2/trunk/debian/python-notify2.examples
===================================================================
--- packages/python-notify2/trunk/debian/python-notify2.examples (rev 0)
+++ packages/python-notify2/trunk/debian/python-notify2.examples 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1 @@
+examples/*
Added: packages/python-notify2/trunk/debian/python-notify2.install
===================================================================
--- packages/python-notify2/trunk/debian/python-notify2.install (rev 0)
+++ packages/python-notify2/trunk/debian/python-notify2.install 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1 @@
+usr/lib/python2*
Added: packages/python-notify2/trunk/debian/python3-notify2.examples
===================================================================
--- packages/python-notify2/trunk/debian/python3-notify2.examples (rev 0)
+++ packages/python-notify2/trunk/debian/python3-notify2.examples 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1 @@
+examples/*
Added: packages/python-notify2/trunk/debian/python3-notify2.install
===================================================================
--- packages/python-notify2/trunk/debian/python3-notify2.install (rev 0)
+++ packages/python-notify2/trunk/debian/python3-notify2.install 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1 @@
+usr/lib/python3
Added: packages/python-notify2/trunk/debian/rules
===================================================================
--- packages/python-notify2/trunk/debian/rules (rev 0)
+++ packages/python-notify2/trunk/debian/rules 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+#DH_VERBOSE=1
+
+PYTHON2=$(shell pyversions -vr)
+PYTHON3=$(shell py3versions -vr)
+
+%:
+ dh $@ --with python2,python3
+
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+test-python%:
+ xvfb-run python$* test_notify2.py
+
+override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
+endif
+
+build-python%:
+ python$* setup.py build
+
+override_dh_auto_build: $(PYTHON3:%=build-python%)
+ dh_auto_build
+
+install-python%:
+ python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb
+
+override_dh_auto_install: $(PYTHON3:%=install-python%)
+ dh_auto_install
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf build
+ rm -rf *.egg-info
Property changes on: packages/python-notify2/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-notify2/trunk/debian/source/format
===================================================================
--- packages/python-notify2/trunk/debian/source/format (rev 0)
+++ packages/python-notify2/trunk/debian/source/format 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-notify2/trunk/debian/watch
===================================================================
--- packages/python-notify2/trunk/debian/watch (rev 0)
+++ packages/python-notify2/trunk/debian/watch 2012-05-13 19:20:36 UTC (rev 21734)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/n/notify2/notify2-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list