Hi, Attached is the diff for my xpostit 3.3.1-8.3 NMU.
-- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u xpostit-3.3.1/debian/menu xpostit-3.3.1/debian/menu
--- xpostit-3.3.1/debian/menu
+++ xpostit-3.3.1/debian/menu
@@ -2,4 +2,4 @@
- needs=X11\
- section=Apps/Tools\
+ needs="X11"\
+ section="Apps/Tools"\
title="XpostIt!"\
- command="/usr/X11R6/bin/xpostit"
+ command="/usr/bin/xpostit"
diff -u xpostit-3.3.1/debian/control xpostit-3.3.1/debian/control
--- xpostit-3.3.1/debian/control
+++ xpostit-3.3.1/debian/control
@@ -2,8 +2,8 @@
Section: x11
Priority: extra
Maintainer: Taketoshi Sano <[EMAIL PROTECTED]>
-Build-Depends: libxt-dev, x-dev, libxaw7, libxaw7-dev, xutils, debhelper (>>
3.0.0)
-Standards-Version: 3.5.9
+Build-Depends: libxt-dev, x-dev, libxaw7, libxaw7-dev, xutils-dev, debhelper
(>> 3.0.0)
+Standards-Version: 3.7.2
Package: xpostit
Architecture: any
diff -u xpostit-3.3.1/debian/changelog xpostit-3.3.1/debian/changelog
--- xpostit-3.3.1/debian/changelog
+++ xpostit-3.3.1/debian/changelog
@@ -1,3 +1,20 @@
+xpostit (3.3.1-8.3) unstable; urgency=low
+
+ * Non-maintainer upload (closes: #368278).
+
+ [ Frank Lichtenheld ]
+ * 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.
+
+ [ Pierre Habouzit ]
+ * bump DH_COMPAT to 4.
+ * bump Standards-Version to 3.7.2.
+ * quote strings in debian/menu.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Sun, 4 Jun 2006 14:19:11 +0200
+
xpostit (3.3.1-8.2) unstable; urgency=high
* Non-maintainer upload.
@@ -72,3 +88,0 @@
-Local variables:
-mode: debian-changelog
-End:
diff -u xpostit-3.3.1/debian/dirs xpostit-3.3.1/debian/dirs
--- xpostit-3.3.1/debian/dirs
+++ xpostit-3.3.1/debian/dirs
@@ -1,4 +1,2 @@
-usr/X11R6/bin
-usr/X11R6/man/man1
etc/X11/app-defaults
etc/X11/ja_JP.eucJP/app-defaults
diff -u xpostit-3.3.1/debian/rules xpostit-3.3.1/debian/rules
--- xpostit-3.3.1/debian/rules
+++ xpostit-3.3.1/debian/rules
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=3
+export DH_COMPAT=4
configure: configure-stamp
configure-stamp:
@@ -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.
signature.asc
Description: Digital signature

