Your message dated Tue, 21 Sep 2010 09:58:09 +0200
with message-id <aanlktik5rgoubrohpypps+_hsa72hd5l_m4e=hatt...@mail.gmail.com>
and subject line Fixed by 0.9.0-4 upload
has caused the Debian Bug report #587326,
regarding src:deejayd: Unnecessarily depends on build time default python 
version
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
587326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587326
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:deejayd
Version: 0.9.0-2
Severity: minor
Tags: patch
User: debian-pyt...@lists.debian.org
Usertag: python2.6

Hi, the binary packages in deejayd that provide python scripts have
versioned shebangs, causing a dependency on the build time python
version.

This patch addresses the issue.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127
diff -u deejayd-0.9.0/debian/rules deejayd-0.9.0/debian/rules
--- deejayd-0.9.0/debian/rules
+++ deejayd-0.9.0/debian/rules
@@ -34,6 +34,9 @@
 	# Removing jquery embedded copy, see debian/deejayd-webui.links
 	rm $(CURDIR)/debian/tmp/usr/share/deejayd/htdocs/js/lib/jquery.js
 
+	# Unversion python scripts
+	sed -i '1s,#!/usr/bin/python2\..,#!/usr/bin/python,' $(CURDIR)/debian/tmp/usr/bin/*
+
 	dh_install --sourcedir=$(CURDIR)/debian/tmp
 	dh_installdirs
 
diff -u deejayd-0.9.0/debian/changelog deejayd-0.9.0/debian/changelog

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: deejayd
Source-Version: 0.9.0-4

This was fixed by the last upload to unstable.

Alex


--- End Message ---

Reply via email to