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

rrs-guest at users.alioth.debian.org rrs-guest at users.alioth.debian.org
Sun May 3 10:02:45 UTC 2009


    Date: Sunday, May 3, 2009 @ 10:02:44
  Author: rrs-guest
Revision: 2835

New upload

Take maintenance from Giridhar
Add strict dependency on python-pyinotify (0.7.1) because newer versions
are incompatible.

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

Modified: packages/pytagsfs/trunk/debian/changelog
===================================================================
--- packages/pytagsfs/trunk/debian/changelog	2009-05-01 23:27:16 UTC (rev 2834)
+++ packages/pytagsfs/trunk/debian/changelog	2009-05-03 10:02:44 UTC (rev 2835)
@@ -1,9 +1,15 @@
 pytagsfs (0.9.0-2) unstable; urgency=low
 
+  [ Y Giridhar Appaji Nag ]
   * Add Ritesh Raj Sarraf <rrs at researchut.com> to Uploaders
 
- -- Y Giridhar Appaji Nag <appaji at debian.org>  Thu, 12 Mar 2009 17:58:04 +0530
+  [ Ritesh Raj Sarraf ]
+  * Strict dependency on python-pyinotify (<= 0.7.1). The newer versions are
+    incompatible.
+  * Take maintenance from Y Giridhar Appaji Nag. 
 
+ -- Ritesh Raj Sarraf <rrs at researchut.com>  Sun, 03 May 2009 14:48:08 +0530
+
 pytagsfs (0.9.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pytagsfs/trunk/debian/control
===================================================================
--- packages/pytagsfs/trunk/debian/control	2009-05-01 23:27:16 UTC (rev 2834)
+++ packages/pytagsfs/trunk/debian/control	2009-05-03 10:02:44 UTC (rev 2835)
@@ -1,9 +1,9 @@
 Source: pytagsfs
 Section: utils
 Priority: optional
-Maintainer: Y Giridhar Appaji Nag <appaji at debian.org>
+Maintainer: Ritesh Raj Sarraf <rrs at researchut.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>,
-    Ritesh Raj Sarraf <rrs at researchut.com>
+    Y Giridhar Appaji Nag <appaji at debian.org>
 Build-Depends: debhelper (>= 5.0.38), dpatch
 Build-Depends-Indep: python-central (>= 0.5.6), python-sclapp (>= 0.5.2), xsltproc, docbook-xsl, python-libxml2, python-fuse (>= 0.2)
 Standards-Version: 3.8.0
@@ -14,7 +14,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-pyinotify (<= 0.7.2), 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