Hi, Attached is the diff for my ecasound2.2 2.4.4-2.1 NMU.
-- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u ecasound2.2-2.4.4/debian/changelog ecasound2.2-2.4.4/debian/changelog
--- ecasound2.2-2.4.4/debian/changelog
+++ ecasound2.2-2.4.4/debian/changelog
@@ -1,3 +1,14 @@
+ecasound2.2 (2.4.4-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update Build-Depends for kfreebsd-amd64 (Closes: #361469).
+ * Simplify Build-Depends as well.
+ * Update to the last python policy (Closes: #373316).
+ * Bump Standards-Version to 3.7.2.
+ * python-ecasound2.2 is an arch:all package.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Sat, 12 Aug 2006 12:30:52 +0200
+
ecasound2.2 (2.4.4-2) unstable; urgency=low
* Work with newer autoconf/automake ? which seems to be using more {}s.
diff -u ecasound2.2-2.4.4/debian/control ecasound2.2-2.4.4/debian/control
--- ecasound2.2-2.4.4/debian/control
+++ ecasound2.2-2.4.4/debian/control
@@ -2,14 +2,19 @@
section: sound
Priority: extra
Maintainer: Junichi Uekawa <[EMAIL PROTECTED]>
-Standards-Version: 3.6.2
-Build-Depends: libsndfile1-dev (>= 1.0.5), libaudiofile-dev, libasound2-dev
[!kfreebsd-i386], debhelper (>> 4.1.1), libwrap-dev, libncurses5-dev,
python2.3-dev, ladspa-sdk (>= 1.0.LGPL-3), libtool, m4, libreadline5-dev,
libjack0.100.0-dev, libsamplerate0-dev, dpatch, hevea, doxygen, tetex-bin,
tetex-extra, autoconf, automake1.9, python, yodl, ruby1.8, ruby,
python-docutils, g++ (>= 4:4.0.0)
+Standards-Version: 3.7.2
+Build-Depends: libsndfile1-dev (>= 1.0.5), libaudiofile-dev,
+ libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+ debhelper (>> 4.1.1), python-dev, python-support (>= 0.4.0), libwrap-dev,
+ libncurses5-dev, ladspa-sdk (>= 1.0.LGPL-3), libtool, m4, libreadline5-dev,
+ libjack0.100.0-dev, libsamplerate0-dev, dpatch, hevea, doxygen, tetex-bin,
+ tetex-extra, autoconf, automake1.9, yodl, ruby1.8, ruby, python-docutils
Build-Conflicts: libecasound7, libkvutils2, libecasound7c102, libkvutils2c102
Package: ecasound
Architecture: any
Depends: ${shlibs:Depends}, python-ecasound2.2, python
-Suggests: mp3-encoder, mpg321 | mp3-decoder, vorbis-tools, python-ecasound (=
${Source-Version}), swh-plugins | ladspa-plugin, timidity, mikmod
+Suggests: mp3-encoder, mpg321 | mp3-decoder, vorbis-tools, swh-plugins |
ladspa-plugin, timidity, mikmod
Provides: ladspa-host, ecasound
Replaces: ecasound2.2 (<< 2.3.2-1), libecasound7c102, libecasound7
Description: Multitrack-capable audio recorder and effect processor
@@ -63,10 +68,10 @@
modules, some string processing routines, and support for locks.
Package: python-ecasound2.2
-Architecture: any
+Architecture: all
Section: python
Depends: ${shlibs:Depends}, ${python:Depends}
-Provides: python-ecasound
+Provides: python-ecasound, ${python:Provides}
Conflicts: python-ecasound
Description: python binding files for ecasound 2.2
Ecasound is a software package designed for multitrack audio
@@ -80,7 +85,6 @@
creating alternative user-interfaces is easy.
.
Includes python bindings for ecasound.
- Note that this version is for python version 2.3.
Package: libecasound-ruby1.8
Architecture: any
diff -u ecasound2.2-2.4.4/debian/rules ecasound2.2-2.4.4/debian/rules
--- ecasound2.2-2.4.4/debian/rules
+++ ecasound2.2-2.4.4/debian/rules
@@ -107,7 +107,7 @@
done
# python
mv $(CURDIR)/debian/${ECASOUND}/usr/lib/python*
$(CURDIR)/debian/$(PYTHONECASOUND)/usr/lib/
- chmod 644
$(CURDIR)/debian/$(PYTHONECASOUND)/usr/lib/python2.3/site-packages/pyeca.py
+ chmod 644
$(CURDIR)/debian/$(PYTHONECASOUND)/usr/lib/python*/site-packages/pyeca.py
# ruby
mv $(CURDIR)/debian/${ECASOUND}/usr/lib/ruby/1.8/ecasound.rb
$(CURDIR)/debian/$(RUBYECASOUND)/usr/lib/ruby/1.8/
chmod 644 $(CURDIR)/debian/$(RUBYECASOUND)/usr/lib/ruby/1.8/ecasound.rb
@@ -126,6 +126,7 @@
install -m644 -o root -g root ecatools/ecasound.el
debian/ecasound-el/usr/share/emacs/site-lisp/ecasound-el/ecasound.el
dh_installemacsen -p ecasound-el --priority=60
dh_installchangelogs -i
+ dh_pysupport -i
dh_compress -i
dh_fixperms -i
dh_installdeb -i
@@ -151,7 +152,7 @@
dh_installinfo -a
dh_installchangelogs -a
dh_link -a
- dh_python -a
+ dh_pysupport -a
dh_strip -a
dh_shlibdeps -a
dh_compress -a
signature.asc
Description: Digital signature

