Hello,

I'm doing an NMU of xmeter to fix #362908 and #374935; diff attached.

Thanks,

Matej
diff -u xmeter-1.15/debian/changelog xmeter-1.15/debian/changelog
--- xmeter-1.15/debian/changelog
+++ xmeter-1.15/debian/changelog
@@ -1,3 +1,11 @@
+xmeter (1.15-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build against libxaw7.  Closes: #374935.
+  * Migrate from /usr/X11R6 to /usr.  Closes: #362908.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Sat,  1 Jul 2006 15:17:16 +0200
+
 xmeter (1.15-6) unstable; urgency=low
 
   * Thanks to Justin Pryzby for submitting a patch and testing a build.
diff -u xmeter-1.15/debian/control xmeter-1.15/debian/control
--- xmeter-1.15/debian/control
+++ xmeter-1.15/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Scott M. Dier <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), libx11-dev, libxmu-dev, libxt-dev, x-dev, 
libxaw8-dev, xutils 
+Build-Depends: debhelper (>> 3.0.0), libx11-dev, libxmu-dev, libxt-dev, x-dev, 
libxaw7-dev, xutils 
 Standards-Version: 3.5.2
 
 Package: xmeter
diff -u xmeter-1.15/debian/rules xmeter-1.15/debian/rules
--- xmeter-1.15/debian/rules
+++ xmeter-1.15/debian/rules
@@ -7,7 +7,6 @@
 
 # This is the debhelper compatability version to use.
 export DH_COMPAT=3
-export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin
 
 configure: configure-stamp
 configure-stamp:
@@ -70,7 +69,6 @@
        dh_installman
        dh_installinfo
        #dh_undocumented xmeter.1
-#      ln -s ../../../share/man/man7/undocumented.7.gz 
$(CURDIR)/debian/xmeter/usr/X11R6/man/man1/xmeter.1.gz
        dh_installchangelogs 
        dh_link
        dh_strip
reverted:
--- xmeter-1.15/debian/dirs
+++ xmeter-1.15.orig/debian/dirs
@@ -1,3 +0,0 @@
-usr/X11R6/
-usr/X11R6/bin/
-usr/X11R6/man/man1/

Reply via email to