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

appaji-guest at users.alioth.debian.org appaji-guest at users.alioth.debian.org
Tue Jun 10 18:56:19 UTC 2008


    Date: Tuesday, June 10, 2008 @ 18:56:18
  Author: appaji-guest
Revision: 1424

merge pytagsfs in archive with svn version

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

Modified: packages/pytagsfs/trunk/debian/changelog
===================================================================
--- packages/pytagsfs/trunk/debian/changelog	2008-06-10 18:12:09 UTC (rev 1423)
+++ packages/pytagsfs/trunk/debian/changelog	2008-06-10 18:56:18 UTC (rev 1424)
@@ -1,11 +1,20 @@
 pytagsfs (0.7.0-1) unstable; urgency=low
 
   * New upstream release
+    + Needs python-fuse >= 0.2
+  * Remove patch 02_fuse_exceptions merged upstream
+
+ -- Y Giridhar Appaji Nag <giridhar at appaji.net>  Wed, 11 Jun 2008 00:07:27 +0530
+
+pytagsfs (0.6.0-2) unstable; urgency=low
+
   * Change Section from python to utils
   * Patch 01_bug_reporting to set the bug reporting location to Debian and not
     upstream.
+  * Patch 02_fuse_exceptions to catch any exception and log an error when fuse
+    initialisation fails (like the user is not in the fuse group).
 
- -- Y Giridhar Appaji Nag <giridhar at appaji.net>  Thu, 05 Jun 2008 00:10:14 +0530
+ -- Y Giridhar Appaji Nag <giridhar at appaji.net>  Wed, 30 Apr 2008 17:22:28 +0530
 
 pytagsfs (0.6.0-1) unstable; urgency=low
 

Modified: packages/pytagsfs/trunk/debian/control
===================================================================
--- packages/pytagsfs/trunk/debian/control	2008-06-10 18:12:09 UTC (rev 1423)
+++ packages/pytagsfs/trunk/debian/control	2008-06-10 18:56:18 UTC (rev 1424)
@@ -13,7 +13,7 @@
 
 Package: pytagsfs
 Architecture: all
-Depends: ${python:Depends}, python-fuse, python-pyinotify, python-mutagen, python-sclapp (>= 0.5.2)
+Depends: ${python:Depends}, python-fuse (>= 0.2), python-pyinotify, python-mutagen, python-sclapp (>= 0.5.2)
 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