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)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]