[Python-modules-commits] r1129 - in
/packages/notify-python/trunk/debian: ./ changelog compat control
copyright pycompat pyversions rules watch
stratus at users.alioth.debian.org
stratus at users.alioth.debian.org
Fri Jul 7 16:58:05 UTC 2006
Author: stratus
Date: Fri Jul 7 16:58:01 2006
New Revision: 1129
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1129
Log:
Load newtrunk into packages/notify-python/trunk.
Added:
packages/notify-python/trunk/debian/
packages/notify-python/trunk/debian/changelog
packages/notify-python/trunk/debian/compat
packages/notify-python/trunk/debian/control
packages/notify-python/trunk/debian/copyright
packages/notify-python/trunk/debian/pycompat
packages/notify-python/trunk/debian/pyversions
packages/notify-python/trunk/debian/rules (with props)
packages/notify-python/trunk/debian/watch
Added: packages/notify-python/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/changelog?rev=1129&op=file
==============================================================================
--- packages/notify-python/trunk/debian/changelog (added)
+++ packages/notify-python/trunk/debian/changelog Fri Jul 7 16:58:01 2006
@@ -1,0 +1,6 @@
+notify-python (0.1.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #366863)
+
+ -- Gustavo Franco <stratus at debian.org> Tue, 4 Jul 2006 17:00:55 -0300
+
Added: packages/notify-python/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/compat?rev=1129&op=file
==============================================================================
--- packages/notify-python/trunk/debian/compat (added)
+++ packages/notify-python/trunk/debian/compat Fri Jul 7 16:58:01 2006
@@ -1,0 +1,1 @@
+5
Added: packages/notify-python/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/control?rev=1129&op=file
==============================================================================
--- packages/notify-python/trunk/debian/control (added)
+++ packages/notify-python/trunk/debian/control Fri Jul 7 16:58:01 2006
@@ -1,0 +1,20 @@
+Source: notify-python
+Section: python
+Priority: optional
+Maintainer: Gustavo Franco <stratus at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-7), python-support (>= 0.3), pkg-config (>= 0.20-1), libnotify-dev (>= 0.4.0-1), python-gtk2-dev (>= 2.8.6-3)
+Standards-Version: 3.7.2
+
+Package: python-notify
+Architecture: any
+Depends: ${python:Depends}, libnotify1 (>= 0.4.0-1), python-gtk2 (>= 2.8.6-3)
+Provides: ${python:Provides}
+Description: Python bindings for libnotify
+ libnotify sends desktop notifications to a notification daemon, as
+ defined in the Desktop Notifications spec. These notifications can be
+ used to inform the user about an event or display some form of
+ information without getting in the user's way.
+ .
+ python-notify provides just the Python bindings for libnotify.
+
Added: packages/notify-python/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/copyright?rev=1129&op=file
==============================================================================
--- packages/notify-python/trunk/debian/copyright (added)
+++ packages/notify-python/trunk/debian/copyright Fri Jul 7 16:58:01 2006
@@ -1,0 +1,31 @@
+This package was debianized by Gustavo Franco <stratus at debian.org> on
+Tue, 4 Jul 2006 17:00:55 -0300.
+
+It was downloaded from http://www.galago-project.org/downloads.php
+
+Upstream Author: Christian Hammond <chipx86 at chipx86.com>
+
+Copyright: (C) 2006 Christian Hammond <chipx86 at chipx86.com>
+
+License: LGPL
+
+ 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
+/usr/share/common-licenses/LGPL-2
+
+The Debian packaging is (C) 2006, Gustavo Franco <stratus at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
Added: packages/notify-python/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/pycompat?rev=1129&op=file
==============================================================================
--- packages/notify-python/trunk/debian/pycompat (added)
+++ packages/notify-python/trunk/debian/pycompat Fri Jul 7 16:58:01 2006
@@ -1,0 +1,1 @@
+2
Added: packages/notify-python/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/pyversions?rev=1129&op=file
==============================================================================
--- packages/notify-python/trunk/debian/pyversions (added)
+++ packages/notify-python/trunk/debian/pyversions Fri Jul 7 16:58:01 2006
@@ -1,0 +1,1 @@
+2.3
Added: packages/notify-python/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/rules?rev=1129&op=file
==============================================================================
--- packages/notify-python/trunk/debian/rules (added)
+++ packages/notify-python/trunk/debian/rules Fri Jul 7 16:58:01 2006
@@ -1,0 +1,14 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses cdbs. Originaly written by Robert Millan.
+# This file is public domain.
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+install/python-notify::
+ dh_python
+ dh_pysupport
+
Propchange: packages/notify-python/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/notify-python/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/watch?rev=1129&op=file
==============================================================================
--- packages/notify-python/trunk/debian/watch (added)
+++ packages/notify-python/trunk/debian/watch Fri Jul 7 16:58:01 2006
@@ -1,0 +1,3 @@
+version=3
+http://www.galago-project.org/files/releases/source/notify-python/notify-python-(.*)\.tar\.gz
+
More information about the Python-modules-commits
mailing list