[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-radeonhd: Changes to 'debian-unstable'



 debian/changelog |    7 +++++++
 debian/rules     |    7 +++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 2eac136ca46526eb89cbf2ef65464bb721961760
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Apr 20 22:31:08 2008 +0200

    Install the upstream READMEs in the package
    
    Put both the main README and the one from utils/conntest in
    the package's doc directory.

diff --git a/debian/changelog b/debian/changelog
index 8cd0c6e..d855e50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-radeonhd (1.2.1-2) UNRELEASED; urgency=low
+
+  * Install the upstream README files for the driver and for rhd_conntest in
+    the package.
+
+ -- Julien Cristau <jcristau@debian.org>  Sun, 20 Apr 2008 22:20:21 +0200
+
 xserver-xorg-video-radeonhd (1.2.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 4901111..8613bd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+PACKAGE = xserver-xorg-video-radeonhd
+
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
@@ -78,12 +80,13 @@ binary-arch: build install serverabi
 	dh_testdir
 	dh_testroot
 
-	dh_installdocs
+	dh_installdocs README
 	dh_installchangelogs ChangeLog
 	dh_install --sourcedir=debian/tmp --list-missing --exclude=radeonhd_drv.la --exclude=usr/share/man/man4
+	install -m 644 utils/conntest/README debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/README.rhd_conntest
 	dh_installman
 	dh_link
-	dh_strip --dbg-package=xserver-xorg-video-radeonhd-dbg
+	dh_strip --dbg-package=$(PACKAGE)-dbg
 	dh_compress
 	dh_fixperms
 	dh_installdeb


Reply to: