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

rrs at users.alioth.debian.org rrs at users.alioth.debian.org
Wed May 16 21:36:15 UTC 2012


    Date: Wednesday, May 16, 2012 @ 21:36:13
  Author: rrs
Revision: 8718

Merge branch 'master' into test

* master:
  update changelog
  Disable source tree monitor test case
  update changelog
  Switch architecture to all
  update changelog
  Add fuse | fuse4bsd to Recommends
  update standards version to 3.9.2
  fix spelling error in changelog
  Switch to dh_python2
  Revert "Revert "add build-indep and arch targets""
  Drop Build-Depends-Indep
  Revert "add build-indep and arch targets"
  add build-indep and arch targets
  change Architecture to linux-any
  Drop fuse-utils from dependency and add fuse to Recommends
  Release 0.9.2-3.
  Pass --executable=/usr/bin/python to setup.py.
  update my email address to official DD id
  add debian/source/format file (with "1.0" inside) to all packages that do not use format 3.0 yet (lintian wants an explicit delcaration now)

Conflicts:
	debian/changelog

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

Modified: packages/pytagsfs/trunk/debian/changelog
===================================================================
--- packages/pytagsfs/trunk/debian/changelog	2012-05-16 20:06:16 UTC (rev 8717)
+++ packages/pytagsfs/trunk/debian/changelog	2012-05-16 21:36:13 UTC (rev 8718)
@@ -1,3 +1,9 @@
+pytagsfs (0.9.2-6) unstable; urgency=low
+
+  * [f685778] Disable source tree monitor test case (Closes: #666627)
+
+ -- Ritesh Raj Sarraf <rrs at debian.org>  Thu, 17 May 2012 02:58:43 +0530
+
 pytagsfs (0.9.2-5) unstable; urgency=low
 
   * [7a307cd] Switch architecture to all

Modified: packages/pytagsfs/trunk/debian/rules
===================================================================
--- packages/pytagsfs/trunk/debian/rules	2012-05-16 20:06:16 UTC (rev 8717)
+++ packages/pytagsfs/trunk/debian/rules	2012-05-16 21:36:13 UTC (rev 8718)
@@ -25,8 +25,8 @@
 	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
+	# fs, blackbox, sourcetreerep, sourcetreemon
+	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.sourcetree,tests.subspat,tests.test_lines_meta_store,tests.util,tests.values
 
 	python$* setup.py build --executable=/usr/bin/python
 	touch $@




More information about the Python-apps-commits mailing list