Package: xpostit
Severity: serious
Tags: patch
It installs man pages still into /usr/X11R6/man. This is now a policy
violation since the old exceptions for X using packages have been
removed.
The path in the menu file is wrong when compiled with a current xutils.
Patch (Despite the changelog entry I didn't
upload the fix yet and don't plan to do for the next days at least):
diff -Naur xpostit-3.3.1/debian/changelog xpostit-3.3.1.nmu/debian/changelog
--- xpostit-3.3.1/debian/changelog 2006-05-20 23:59:09.000000000 -0500
+++ xpostit-3.3.1.nmu/debian/changelog 2006-05-21 00:29:51.000000000 -0500
@@ -1,3 +1,13 @@
+xpostit (3.3.1-8.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Install man page into the normal directory, no need for /usr/X11R6
+ anymore
+ * Build-Depend on xutils-dev instead of xutils
+ * Change path to binary in menu file from /usr/X11R6/bin to /usr/bin
+
+ -- Frank Lichtenheld <[EMAIL PROTECTED]> Sat, 20 May 2006 23:51:48 -0500
+
xpostit (3.3.1-8.2) unstable; urgency=high
* Non-maintainer upload.
diff -Naur xpostit-3.3.1/debian/control xpostit-3.3.1.nmu/debian/control
--- xpostit-3.3.1/debian/control 2006-05-20 23:59:09.000000000 -0500
+++ xpostit-3.3.1.nmu/debian/control 2006-05-21 00:07:21.000000000 -0500
@@ -2,7 +2,7 @@
Section: x11
Priority: extra
Maintainer: Taketoshi Sano <[EMAIL PROTECTED]>
-Build-Depends: libxt-dev, x-dev, libxaw7, libxaw7-dev, xutils, debhelper (>>
3.0.0)
+Build-Depends: libxt-dev, x-dev, libxaw7, libxaw7-dev, xutils-dev, debhelper
(>> 3.0.0)
Standards-Version: 3.5.9
Package: xpostit
diff -Naur xpostit-3.3.1/debian/dirs xpostit-3.3.1.nmu/debian/dirs
--- xpostit-3.3.1/debian/dirs 2006-05-20 23:59:09.000000000 -0500
+++ xpostit-3.3.1.nmu/debian/dirs 2006-05-21 00:20:24.000000000 -0500
@@ -1,4 +1,2 @@
-usr/X11R6/bin
-usr/X11R6/man/man1
etc/X11/app-defaults
etc/X11/ja_JP.eucJP/app-defaults
diff -Naur xpostit-3.3.1/debian/menu xpostit-3.3.1.nmu/debian/menu
--- xpostit-3.3.1/debian/menu 2006-05-20 23:59:09.000000000 -0500
+++ xpostit-3.3.1.nmu/debian/menu 2006-05-21 00:24:36.000000000 -0500
@@ -2,4 +2,4 @@
needs=X11\
section=Apps/Tools\
title="XpostIt!"\
- command="/usr/X11R6/bin/xpostit"
+ command="/usr/bin/xpostit"
diff -Naur xpostit-3.3.1/debian/rules xpostit-3.3.1.nmu/debian/rules
--- xpostit-3.3.1/debian/rules 2006-05-20 23:59:09.000000000 -0500
+++ xpostit-3.3.1.nmu/debian/rules 2006-05-20 23:50:14.000000000 -0500
@@ -44,8 +44,7 @@
# Add here commands to install the package into debian/xpostit
$(MAKE) install DESTDIR=$(CURDIR)/debian/xpostit
cp XPostit-kinput2.ad
$(CURDIR)/debian/xpostit/etc/X11/ja_JP.eucJP/app-defaults/XPostit
- cp xpostit.man $(CURDIR)/debian/xpostit/usr/X11R6/man/man1/xpostit.1
- gzip -9 $(CURDIR)/debian/xpostit/usr/X11R6/man/man1/xpostit.1
+ dh_installman xpostit.man
# Build architecture-independent files here.
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]