Your message dated Sun, 21 May 2006 14:19:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#368283: fixed in xmix 2.1-6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xmix
Severity: serious
Tags: patch

This is a policy violation now.

Patch (despite the changelog entry not intended for immediate upload):
diff -Naur xmix-2.1/debian/changelog xmix-2.1.nmu/debian/changelog
--- xmix-2.1/debian/changelog   2006-05-21 01:26:28.000000000 -0500
+++ xmix-2.1.nmu/debian/changelog       2006-05-21 01:39:54.000000000 -0500
@@ -1,3 +1,13 @@
+xmix (2.1-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Install man pages into /usr/share/man, not /usr/X11R6/man
+  * Install command into /usr/bin, not /usr/X11R6/bin
+  * Correct path in menu file
+  * Change build dependency from xutils to xutils-dev
+
+ -- Frank Lichtenheld <[EMAIL PROTECTED]>  Sun, 21 May 2006 00:53:33 -0500
+
 xmix (2.1-5) unstable; urgency=low
 
   * New maintainer.
diff -Naur xmix-2.1/debian/control xmix-2.1.nmu/debian/control
--- xmix-2.1/debian/control     2006-05-21 01:26:28.000000000 -0500
+++ xmix-2.1.nmu/debian/control 2006-05-21 01:38:59.000000000 -0500
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Steve McIntyre <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.2), libxt-dev, xutils, libxaw7-dev
+Build-Depends: debhelper (>= 4.0.2), libxt-dev, xutils-dev, libxaw7-dev
 Standards-Version: 3.6.1.0
 
 Package: xmix
diff -Naur xmix-2.1/debian/dirs xmix-2.1.nmu/debian/dirs
--- xmix-2.1/debian/dirs        2006-05-21 01:26:28.000000000 -0500
+++ xmix-2.1.nmu/debian/dirs    2006-05-21 01:11:03.000000000 -0500
@@ -1,3 +1,3 @@
-usr/X11R6/bin
-usr/X11R6/man/man1
+usr/bin
+usr/share/man/man1
 etc/X11/app-defaults
diff -Naur xmix-2.1/debian/menu xmix-2.1.nmu/debian/menu
--- xmix-2.1/debian/menu        2006-05-21 01:26:28.000000000 -0500
+++ xmix-2.1.nmu/debian/menu    2006-05-21 00:37:23.000000000 -0500
@@ -1,2 +1,2 @@
 ?package(xmix):needs="x11" section="Apps/Sound" \
-        title="xmix" command="/usr/X11R6/bin/xmix"
+        title="xmix" command="/usr/bin/xmix"
diff -Naur xmix-2.1/debian/rules xmix-2.1.nmu/debian/rules
--- xmix-2.1/debian/rules       2006-05-21 01:26:28.000000000 -0500
+++ xmix-2.1.nmu/debian/rules   2006-05-21 01:11:49.000000000 -0500
@@ -41,8 +41,8 @@
        dh_clean -k
        dh_installdirs
 
-       install -m 755 xmix debian/xmix/usr/X11R6/bin/xmix
-       install -m 644 xmix.1 debian/xmix/usr/X11R6/man/man1/xmix.1x
+       install -m 755 xmix debian/xmix/usr/bin/xmix
+       install -m 644 xmix.1 debian/xmix/usr/share/man/man1/xmix.1x
        install -m 644 XMix debian/xmix/etc/X11/app-defaults/XMix
 
 binary-indep: build install

Gruesse,
        Frank Lichtenheld

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


--- End Message ---
--- Begin Message ---
Source: xmix
Source-Version: 2.1-6

We believe that the bug you reported is fixed in the latest version of
xmix, which is due to be installed in the Debian FTP archive:

xmix_2.1-6.diff.gz
  to pool/main/x/xmix/xmix_2.1-6.diff.gz
xmix_2.1-6.dsc
  to pool/main/x/xmix/xmix_2.1-6.dsc
xmix_2.1-6_i386.deb
  to pool/main/x/xmix/xmix_2.1-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <[EMAIL PROTECTED]> (supplier of updated xmix package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 21 May 2006 22:08:33 +0100
Source: xmix
Binary: xmix
Architecture: source i386
Version: 2.1-6
Distribution: unstable
Urgency: low
Maintainer: Steve McIntyre <[EMAIL PROTECTED]>
Changed-By: Steve McIntyre <[EMAIL PROTECTED]>
Description: 
 xmix       - X11-based interface to the Linux sound driver mixer
Closes: 368283
Changes: 
 xmix (2.1-6) unstable; urgency=low
 .
   * Taking patch from the Non-maintainer upload - thanks Frank!
     Closes: #368283
Files: 
 e20ee4833f3108fd17fc900c3fccd35d 580 sound optional xmix_2.1-6.dsc
 e2a41fd4471c6286b60614dfba417631 4165 sound optional xmix_2.1-6.diff.gz
 6b9b26d58a482c0765f4c68dd2b8491c 10348 sound optional xmix_2.1-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEcNhWfDt5cIjHwfcRAuDAAKCUoW4SKd58qalmXnHEJ8GlFQeX8QCeKaLE
t8bSmPb0VfjtchQKafQADRs=
=ll7x
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to