[Python-modules-commits] r2608 - in /packages/notify-python/trunk/debian: changelog control copyright rules watch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Jun 25 11:20:06 UTC 2007


Author: lool
Date: Mon Jun 25 11:20:06 2007
New Revision: 2608

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2608
Log:
* Misc cleanups.
* Update URL in copyright.

Modified:
    packages/notify-python/trunk/debian/changelog
    packages/notify-python/trunk/debian/control
    packages/notify-python/trunk/debian/copyright
    packages/notify-python/trunk/debian/rules
    packages/notify-python/trunk/debian/watch

Modified: packages/notify-python/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/changelog?rev=2608&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/changelog (original)
+++ packages/notify-python/trunk/debian/changelog Mon Jun 25 11:20:06 2007
@@ -1,12 +1,17 @@
 notify-python (0.1.0-2) UNRELEASED; urgency=low
 
+  [ Piotr Ozarowski ]
   * Added XS-Vcs-Svn field
 
- -- Piotr Ozarowski <ozarow at gmail.com>  Thu, 23 Nov 2006 14:44:45 +0100
+  [ Loic Minier ]
+  * Misc cleanups.
+  * Update URL in copyright.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 25 Jun 2007 13:19:49 +0200
 
 notify-python (0.1.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #366863)  
+  * Initial release (Closes: #366863)
 
  -- Gustavo Franco <stratus at debian.org>  Tue,  4 Jul 2006 17:00:55 -0300
 

Modified: packages/notify-python/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/control?rev=2608&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/control (original)
+++ packages/notify-python/trunk/debian/control Mon Jun 25 11:20:06 2007
@@ -2,14 +2,22 @@
 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)
+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
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/notify-python/trunk/
 
 Package: python-notify
 Architecture: any
-Depends: ${python:Depends}, libnotify1 (>= 0.4.0-1), python-gtk2 (>= 2.8.6-3)
+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

Modified: packages/notify-python/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/copyright?rev=2608&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/copyright (original)
+++ packages/notify-python/trunk/debian/copyright Mon Jun 25 11:20:06 2007
@@ -1,7 +1,8 @@
 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
+It was downloaded from:
+   http://www.galago-project.org/files/releases/source/notify-python/
 
 Upstream Author: Christian Hammond <chipx86 at chipx86.com>
 

Modified: packages/notify-python/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/rules?rev=2608&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/rules (original)
+++ packages/notify-python/trunk/debian/rules Mon Jun 25 11:20:06 2007
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
-# This file is public domain.
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON_SYSTEM := pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk

Modified: packages/notify-python/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/watch?rev=2608&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/watch (original)
+++ packages/notify-python/trunk/debian/watch Mon Jun 25 11:20:06 2007
@@ -1,3 +1,2 @@
 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