[Python-apps-commits] r4002 - in packages/pytagsfs/trunk/debian (changelog control)

rrs-guest at users.alioth.debian.org rrs-guest at users.alioth.debian.org
Tue Oct 20 12:51:29 UTC 2009


    Date: Tuesday, October 20, 2009 @ 12:51:28
  Author: rrs-guest
Revision: 4002

Add dependency on python-inotifyx

Going forward with 0.9.1, upstream is shifting to using python-inotifyx
instead of python-pyinotify

Modified:
  packages/pytagsfs/trunk/debian/changelog
  packages/pytagsfs/trunk/debian/control

Modified: packages/pytagsfs/trunk/debian/changelog
===================================================================
--- packages/pytagsfs/trunk/debian/changelog	2009-10-19 21:56:54 UTC (rev 4001)
+++ packages/pytagsfs/trunk/debian/changelog	2009-10-20 12:51:28 UTC (rev 4002)
@@ -1,8 +1,10 @@
-pytagsfs (0.9.0-3) unstable; urgency=low
+pytagsfs (0.9.1.RC1-1) unstable; urgency=low
 
   * Remove Y Giridhar Appaji Nag <appaji at debian.org> from Uploaders
+  * Remove dependency on python-pyinotify and add new dependency on
+    python-inotifyx
 
- -- Y Giridhar Appaji Nag <appaji at debian.org>  Sat, 16 May 2009 23:21:21 +0530
+ -- Ritesh Raj Sarraf <rrs at researchut.com>  Wed, 29 Jul 2009 18:45:07 +0530
 
 pytagsfs (0.9.0-2) unstable; urgency=low
 

Modified: packages/pytagsfs/trunk/debian/control
===================================================================
--- packages/pytagsfs/trunk/debian/control	2009-10-19 21:56:54 UTC (rev 4001)
+++ packages/pytagsfs/trunk/debian/control	2009-10-20 12:51:28 UTC (rev 4002)
@@ -13,7 +13,7 @@
 
 Package: pytagsfs
 Architecture: all
-Depends: ${python:Depends}, python-fuse (>= 0.2), python-pyinotify, python-mutagen, python-sclapp (>= 0.5.2), fuse-utils
+Depends: ${python:Depends}, python-fuse (>= 0.2), python-inotifyx, python-mutagen, python-sclapp (>= 0.5.2), fuse-utils
 XB-Python-Version: ${python:Versions}
 Description: maps media files to an arbitrary directory structure
  pytagsfs is a FUSE filesystem that arranges media files in a virtual directory




More information about the Python-apps-commits mailing list