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

rrs-guest at users.alioth.debian.org rrs-guest at users.alioth.debian.org
Sun Jan 17 19:01:32 UTC 2010


    Date: Sunday, January 17, 2010 @ 19:01:12
  Author: rrs-guest
Revision: 4541

Merge branch 'master' into local-svn/trunk

* master:
  ready for upload
  prepare for the 0.9.2 release
  remove the NEWS file

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

Modified: packages/pytagsfs/trunk/debian/changelog
===================================================================
--- packages/pytagsfs/trunk/debian/changelog	2010-01-17 14:53:17 UTC (rev 4540)
+++ packages/pytagsfs/trunk/debian/changelog	2010-01-17 19:01:12 UTC (rev 4541)
@@ -1,3 +1,15 @@
+pytagsfs (0.9.2-1) unstable; urgency=low
+
+  * New Upstream Release 
+  * debian/control
+    + Replace python-all-dev with python-all
+    + Move python-all to Build-Depends since we need it during clean
+    + Add misc:Depends to Dependency
+  * Run some testcases during build because upstream recommends it
+    (Add multiple build deps for the testcases)
+
+ -- Ritesh Raj Sarraf <rrs at researchut.com>  Sun, 17 Jan 2010 23:10:52 +0530
+
 pytagsfs (0.9.1-1) unstable; urgency=low
 
   * New Upstream Release

Modified: packages/pytagsfs/trunk/debian/control
===================================================================
--- packages/pytagsfs/trunk/debian/control	2010-01-17 14:53:17 UTC (rev 4540)
+++ packages/pytagsfs/trunk/debian/control	2010-01-17 19:01:12 UTC (rev 4541)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Ritesh Raj Sarraf <rrs at researchut.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), quilt
-Build-Depends-Indep: python-support, python-sclapp (>= 0.5.2), xsltproc, docbook-xsl, python-libxml2, python-fuse (>= 0.2), python-all-dev (>= 2.3.5-11)
+Build-Depends: debhelper (>= 5.0.38), quilt, python-all (>= 2.3.5-11)
+Build-Depends-Indep: python-support, python-sclapp (>= 0.5.2), xsltproc, docbook-xsl, python-libxml2, python-fuse (>= 0.2), python-mutagen, madplay, vorbis-tools, flac, python-ctypes, python-pexpect, python-inotifyx, python-gamin
 Standards-Version: 3.8.3
 XS-Python-Version: all
 Homepage: http://www.pytagsfs.org/
@@ -13,7 +13,7 @@
 
 Package: pytagsfs
 Architecture: all
-Depends: ${python:Depends}, python-fuse (>= 0.2), python-inotifyx, python-mutagen, python-sclapp (>= 0.5.2), fuse-utils
+Depends: ${python:Depends}, ${misc: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

Modified: packages/pytagsfs/trunk/debian/rules
===================================================================
--- packages/pytagsfs/trunk/debian/rules	2010-01-17 14:53:17 UTC (rev 4540)
+++ packages/pytagsfs/trunk/debian/rules	2010-01-17 19:01:12 UTC (rev 4541)
@@ -20,12 +20,19 @@
 
 build-python%:
 	dh_testdir
+
+	# Currently failing tests that have been disabled
+	# fs, blackbox, sourcetreerep
+	python$* setup.py test --tests tests.common,tests.manager,tests.mutagen_meta_store,tests.optgroup,tests.pathstore,tests.pytagsfs_meta_store,tests.pytypes,tests.regex,tests.sourcetreemon,tests.sourcetree,tests.subspat,tests.test_lines_meta_store,tests.util,tests.values
+
 	python$* setup.py build
 	touch $@
 
 clean: unpatch
 	dh_testdir
 	dh_testroot
+
+	python setup.py clean --all
 	rm -f build-stamp
 	rm -rf build
 	find . -name '*.py[co]' | xargs rm -f




More information about the Python-apps-commits mailing list