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

rrs-guest at users.alioth.debian.org rrs-guest at users.alioth.debian.org
Fri Feb 12 10:12:00 UTC 2010


    Date: Friday, February 12, 2010 @ 10:11:56
  Author: rrs-guest
Revision: 4743

Merge branch 'master' into local-svn/trunk

* master:
  update standards version
  fix incorrect installation of files to /usr/local

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-02-11 22:49:31 UTC (rev 4742)
+++ packages/pytagsfs/trunk/debian/changelog	2010-02-12 10:11:56 UTC (rev 4743)
@@ -1,3 +1,11 @@
+pytagsfs (0.9.2-2) unstable; urgency=low
+
+  * Fix wrong installation of files in /usr/local
+    (Closes: #569495) 
+  * Bump Standards Version to 3.8.4 (No changes required) 
+
+ -- Ritesh Raj Sarraf <rrs at researchut.com>  Fri, 12 Feb 2010 14:36:32 +0530
+
 pytagsfs (0.9.2-1) unstable; urgency=low
 
   * New Upstream Release 

Modified: packages/pytagsfs/trunk/debian/control
===================================================================
--- packages/pytagsfs/trunk/debian/control	2010-02-11 22:49:31 UTC (rev 4742)
+++ packages/pytagsfs/trunk/debian/control	2010-02-12 10:11:56 UTC (rev 4743)
@@ -5,7 +5,7 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.38), quilt, python-all (>= 2.5)
 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-pexpect, python-inotifyx, python-gamin
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 XS-Python-Version: >=2.5
 Homepage: http://www.pytagsfs.org/
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pytagsfs/trunk

Modified: packages/pytagsfs/trunk/debian/rules
===================================================================
--- packages/pytagsfs/trunk/debian/rules	2010-02-11 22:49:31 UTC (rev 4742)
+++ packages/pytagsfs/trunk/debian/rules	2010-02-12 10:11:56 UTC (rev 4743)
@@ -46,7 +46,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdirs
-	python$* setup.py install --root=$(CURDIR)/debian/pytagsfs
+	python$* setup.py install --root=$(CURDIR)/debian/pytagsfs --prefix=/usr
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Python-apps-commits mailing list