Package: alsaplayer
Version: 0.99.80-3.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch
Hello maintainer,
In Ubuntu, we've applied the attached patch to achieve the following:
* Merge from debian unstable, remaining changes: LP: #401585
- Few lintian fixes:
+ Fix rules file to have a proper clean target
+ Bump standards version
+ Reversion libflac-dev (>= 1.1.4-1) -> libflac-dev (>= 1.1.4)
We thought you might be interested in doing the same.
-- System Information:
Debian Release: lenny/sid
APT prefers hardy-updates
APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500,
'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-16-generic (SMP w/2 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u alsaplayer-0.99.80/debian/rules alsaplayer-0.99.80/debian/rules
--- alsaplayer-0.99.80/debian/rules
+++ alsaplayer-0.99.80/debian/rules
@@ -24,6 +24,9 @@
configure-stamp: patch
dh_testdir
+ [ ! -f /usr/share/misc/config.sub ] || cp -f /usr/share/misc/config.sub
config.sub
+ [ ! -f /usr/share/misc/config.guess ] || cp -f
/usr/share/misc/config.guess config.guess
+
cd m4 && rm -f audiofile.m4 esd.m4 gtk.m4 libmikmod.m4 libtool.m4
ogg.m4 vorbis.m4
CFLAGS="$(CFLAGS)" ./configure \
--host=$(DEB_HOST_GNU_TYPE) \
@@ -54,8 +57,8 @@
dh_testroot
[ ! -f Makefile ] || $(MAKE) -k distclean
- [ ! -f /usr/share/misc/config.sub ] || cp -f /usr/share/misc/config.sub
config.sub
- [ ! -f /usr/share/misc/config.guess ] || cp -f
/usr/share/misc/config.guess config.guess
+ [ ! -f config.sub ] || rm config.sub
+ [ ! -f config.guess ] || rm config.guess
rm -f build-stamp install-stamp configure-stamp
rm -f config.cache
diff -u alsaplayer-0.99.80/debian/control alsaplayer-0.99.80/debian/control
--- alsaplayer-0.99.80/debian/control
+++ alsaplayer-0.99.80/debian/control
@@ -1,11 +1,12 @@
Source: alsaplayer
Section: sound
Priority: optional
Maintainer: Hubert Chathi <[email protected]>
Uploaders: Paul Brossier <[email protected]>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
Homepage: http://www.alsaplayer.org/
-Build-Depends: debhelper (>= 5.0.0), dpatch, libasound2-dev, libgtk2.0-dev,
libesd0-dev, libmikmod2-dev, libaudio-dev, libogg-dev, libvorbis-dev, libtool,
libgl1-mesa-dev, libmad0-dev, libid3tag0-dev, zlib1g-dev, libjack-dev,
libflac-dev (>= 1.1.4-1), libxosd-dev, libsndfile1-dev, doxygen, libxt-dev
+Build-Depends: debhelper (>= 5.0.0), dpatch, libasound2-dev, libgtk2.0-dev,
libesd0-dev, libmikmod2-dev, libaudio-dev, libogg-dev, libvorbis-dev, libtool,
libgl1-mesa-dev, libmad0-dev, libid3tag0-dev, zlib1g-dev, libjack-dev,
libflac-dev (>= 1.1.4), libxosd-dev, libsndfile1-dev, doxygen, libxt-dev
Package: alsaplayer-common
Architecture: any