[Demudi-commits] r1171 - timidity/trunk/debian

Joost Damad andete-guest at alioth.debian.org
Wed Mar 28 07:27:55 CET 2007


Author: andete-guest
Date: 2007-03-28 06:27:54 +0000 (Wed, 28 Mar 2007)
New Revision: 1171

Modified:
   timidity/trunk/debian/changelog
   timidity/trunk/debian/control
   timidity/trunk/debian/rules
Log:
sync


Modified: timidity/trunk/debian/changelog
===================================================================
--- timidity/trunk/debian/changelog	2007-03-28 05:48:30 UTC (rev 1170)
+++ timidity/trunk/debian/changelog	2007-03-28 06:27:54 UTC (rev 1171)
@@ -1,4 +1,4 @@
-timidity (2.13.2-10) UNRELEASED; urgency=low
+timidity (2.13.2-10) unstable; urgency=low
 
   * fix error message (Closes: #335295)
   * fix typos in manpages (Closes: #409588, #409590)
@@ -7,6 +7,9 @@
   * mention 8MBGMSFX.SF2 in README.Debian (Closes: #350984)
   * don't url_unexpand_home_dir when opening a file with
     common.c:open_file (Closes: #327042)
+  [lintian fixes]
+  * make timidity binNMUable
+  * make /usr/lib/timidity/tk*.tcl scripts executable
 
  -- Joost Yervante Damad <andete at debian.org>  Sat, 24 Mar 2007 08:09:43 +0100
 

Modified: timidity/trunk/debian/control
===================================================================
--- timidity/trunk/debian/control	2007-03-28 05:48:30 UTC (rev 1170)
+++ timidity/trunk/debian/control	2007-03-28 06:27:54 UTC (rev 1171)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
 Uploaders: Joost Yervante Damad <andete at debian.org>
-Build-Depends: debhelper (>= 4), libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libaudiofile-dev, libesd0-dev, libarts1-dev, libjack0.100.0-dev, libaudio-dev, libvorbis-dev (>= 1.0.0-3), libspeex-dev (>= 1.0), liboggflac-dev (>= 1.1.2-1), libflac-dev (>= 1.1.2-1), libncurses-dev, libslang2-dev, libx11-dev, libxext-dev, libxmu-dev, libxpm-dev, libxt-dev, x-dev, libxaw7-dev, tcl8.4-dev, tk8.4-dev, libgtk2.0-dev, autotools-dev
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4), libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libaudiofile-dev, libesd0-dev, libarts1-dev, libjack0.100.0-dev, libaudio-dev, libvorbis-dev (>= 1.0.0-3), libspeex-dev (>= 1.0), liboggflac-dev (>= 1.1.2-1), libflac-dev (>= 1.1.2-1), libncurses-dev, libslang2-dev, libx11-dev, libxext-dev, libxmu-dev, libxpm-dev, libxt-dev, x-dev, libxaw7-dev, tcl8.4-dev, tk8.4-dev, libgtk2.0-dev, autotools-dev,  dpkg-dev (>= 1.13.19)
+Standards-Version: 3.7.2
 
 Package: timidity
 Architecture: any
@@ -48,7 +48,7 @@
 
 Package: timidity-el
 Architecture: all
-Depends: emacsen-common, timidity (= ${Source-Version})
+Depends: emacsen-common, timidity (>= ${source:Version})
 Description: An Emacs front end to Timidity++
  The timidity.el Emacs-Lisp program is a front-end to the TiMidity++ software-
  only MIDI sequencer and MOD player.  You can play MIDI amd MOD files directly

Modified: timidity/trunk/debian/rules
===================================================================
--- timidity/trunk/debian/rules	2007-03-28 05:48:30 UTC (rev 1170)
+++ timidity/trunk/debian/rules	2007-03-28 06:27:54 UTC (rev 1171)
@@ -115,6 +115,9 @@
 		install -m 644 debian/timidity.cfg $(TMPPKG)/etc/timidity ;\
 	fi
 
+	# fix permissions
+	chmod a+x  $(TMPPKG)/usr/lib/timidity/tk*.tcl
+
 	# Lintian and Linda overrides
 	( cd debian && \
 	for i in *.linda ; do [ -r "$$i" ] && { \




More information about the Demudi-commits mailing list