tags 363172 + patch
thanks

xcb-debian-menu.patch
   Changes the path to the binary in the menu file. This together with a 
rebuild makes xcb work with xorg 7.0.

xcb-debian-rules.patch
   Bumps the compat version to 5 and changes dh_installmanpages to 
dh_installman as dh_installmanpages is deprecated.

xcb-debian-watch.patch
   Makes the watch file work with the uscan version in sid.

// Erik

-- 
All programmers are optimists.
  -- Frederick P. Brooks, Jr.

Erik Johansson
http://ejohansson.se
--- xcb-2.4.orig/debian/menu	2006-04-21 20:22:18.000000000 +0200
+++ xcb-2.4/debian/menu	2006-04-21 19:20:54.000000000 +0200
@@ -1,2 +1,2 @@
-?package(xcb):needs=X11 section=Apps/Tools\
-  title="xcb" command="/usr/X11R6/bin/xcb"
+?package(xcb):needs="X11" section="Apps/Tools"\
+  title="xcb" command="/usr/bin/xcb"
--- xcb-2.4.orig/debian/watch	2006-04-21 20:22:18.000000000 +0200
+++ xcb-2.4/debian/watch	2006-04-21 19:55:36.000000000 +0200
@@ -1,5 +1,5 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# Site		Directory		Pattern			Version	Script
-http://goof.com	/pcg/marc/data	xcb-(.*)\.tar\.gz	debian	uupdate
+# format version number, currently 3; this line is compulsory!
+version=3
+
+# Full-site-with-pattern  [Version  [Action]]
+http://goof.com/pcg/marc/data/xcb-(.*)\.tar\.gz	 debian  uupdate
--- xcb-2.4.orig/debian/rules	2006-04-21 20:22:18.000000000 +0200
+++ xcb-2.4/debian/rules	2006-04-21 20:17:51.000000000 +0200
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=3
+export DH_COMPAT=5
 
 configure: configure-stamp
 configure-stamp:
@@ -54,7 +54,7 @@
 	dh_testroot
 	dh_installdocs
 	dh_installmenu
-	dh_installmanpages
+	dh_installman
 	dh_installchangelogs Changes
 	dh_link
 	dh_strip

Reply via email to