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

X Strike Force X.Org X11 SVN commit: r3172 - branches/7.1/driver/xserver-xorg-video-ati/debian



Author: dparsons
Date: 2006-08-31 07:39:33 -0400 (Thu, 31 Aug 2006)
New Revision: 3172

Added:
   branches/7.1/driver/xserver-xorg-video-ati/debian/xserver-xorg-video-ati.manpages
Modified:
   branches/7.1/driver/xserver-xorg-video-ati/debian/changelog
   branches/7.1/driver/xserver-xorg-video-ati/debian/compat
   branches/7.1/driver/xserver-xorg-video-ati/debian/control
   branches/7.1/driver/xserver-xorg-video-ati/debian/copyright
   branches/7.1/driver/xserver-xorg-video-ati/debian/rules
   branches/7.1/driver/xserver-xorg-video-ati/debian/xserver-xorg-video-ati.install
Log:
  * Use debhelper 5.
  * Standards version 3.7.2.
  * Add reference to /usr/share/common-licenses/GPL to debian/copyright.
  * Use dh_installman to install man pages.
  * Exclude .la files from dh_install.
    


Modified: branches/7.1/driver/xserver-xorg-video-ati/debian/changelog
===================================================================
--- branches/7.1/driver/xserver-xorg-video-ati/debian/changelog	2006-08-31 11:22:59 UTC (rev 3171)
+++ branches/7.1/driver/xserver-xorg-video-ati/debian/changelog	2006-08-31 11:39:33 UTC (rev 3172)
@@ -1,8 +1,13 @@
 xserver-xorg-video-ati (1:6.6.2-1) experimental; urgency=low
 
   * New upstream version. Happy birthday.
+  * Use debhelper 5.
+  * Standards version 3.7.2.
+  * Add reference to /usr/share/common-licenses/GPL to debian/copyright.
+  * Use dh_installman to install man pages.
+  * Exclude .la files from dh_install.
 
- -- Drew Parsons <dparsons@debian.org>  Thu, 31 Aug 2006 21:15:31 +1000
+ -- Drew Parsons <dparsons@debian.org>  Thu, 31 Aug 2006 21:36:05 +1000
 
 xserver-xorg-video-ati (1:6.6.1-2) experimental; urgency=low
 

Modified: branches/7.1/driver/xserver-xorg-video-ati/debian/compat
===================================================================
--- branches/7.1/driver/xserver-xorg-video-ati/debian/compat	2006-08-31 11:22:59 UTC (rev 3171)
+++ branches/7.1/driver/xserver-xorg-video-ati/debian/compat	2006-08-31 11:39:33 UTC (rev 3172)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/driver/xserver-xorg-video-ati/debian/control
===================================================================
--- branches/7.1/driver/xserver-xorg-video-ati/debian/control	2006-08-31 11:22:59 UTC (rev 3171)
+++ branches/7.1/driver/xserver-xorg-video-ati/debian/control	2006-08-31 11:39:33 UTC (rev 3172)
@@ -2,9 +2,9 @@
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev (>= 2:1.1.1), x11proto-gl-dev, x11proto-xext-dev, x11proto-core-dev, x11proto-video-dev, x11proto-xinerama-dev, x11proto-xf86misc-dev, libgl1-mesa-dev | libgl-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, libdrm-dev (>> 1.0.5), x11proto-xf86dri-dev, quilt
-Standards-Version: 3.6.1
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Drew Parsons <dparsons@debian.org>
+Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.1.1), x11proto-gl-dev, x11proto-xext-dev, x11proto-core-dev, x11proto-video-dev, x11proto-xinerama-dev, x11proto-xf86misc-dev, libgl1-mesa-dev | libgl-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, libdrm-dev (>> 1.0.5), x11proto-xf86dri-dev, quilt
+Standards-Version: 3.7.2
 
 Package: xserver-xorg-video-ati
 Architecture: any

Modified: branches/7.1/driver/xserver-xorg-video-ati/debian/copyright
===================================================================
--- branches/7.1/driver/xserver-xorg-video-ati/debian/copyright	2006-08-31 11:22:59 UTC (rev 3171)
+++ branches/7.1/driver/xserver-xorg-video-ati/debian/copyright	2006-08-31 11:39:33 UTC (rev 3172)
@@ -116,4 +116,4 @@
 DEALINGS IN THE SOFTWARE.
 
 Created by Bogdan D. bogdand@users.sourceforge.net
-License: GPL
+License: GPL (see /usr/share/common-licenses/GPL)

Modified: branches/7.1/driver/xserver-xorg-video-ati/debian/rules
===================================================================
--- branches/7.1/driver/xserver-xorg-video-ati/debian/rules	2006-08-31 11:22:59 UTC (rev 3171)
+++ branches/7.1/driver/xserver-xorg-video-ati/debian/rules	2006-08-31 11:39:33 UTC (rev 3172)
@@ -72,7 +72,8 @@
 
 	dh_installdocs
 	dh_installchangelogs
-	dh_install --sourcedir=debian/tmp --list-missing
+	dh_install --sourcedir=debian/tmp --list-missing --exclude=.la --exclude=usr/share/man/man4
+	dh_installman
 	dh_link
 	dh_strip
 	dh_compress

Modified: branches/7.1/driver/xserver-xorg-video-ati/debian/xserver-xorg-video-ati.install
===================================================================
--- branches/7.1/driver/xserver-xorg-video-ati/debian/xserver-xorg-video-ati.install	2006-08-31 11:22:59 UTC (rev 3171)
+++ branches/7.1/driver/xserver-xorg-video-ati/debian/xserver-xorg-video-ati.install	2006-08-31 11:39:33 UTC (rev 3172)
@@ -1,3 +1,3 @@
 usr/lib/xorg/modules/drivers/*.so
 usr/lib/xorg/modules/multimedia/*.so
-usr/share/man/man4/*
+

Added: branches/7.1/driver/xserver-xorg-video-ati/debian/xserver-xorg-video-ati.manpages
===================================================================
--- branches/7.1/driver/xserver-xorg-video-ati/debian/xserver-xorg-video-ati.manpages	2006-08-31 11:22:59 UTC (rev 3171)
+++ branches/7.1/driver/xserver-xorg-video-ati/debian/xserver-xorg-video-ati.manpages	2006-08-31 11:39:33 UTC (rev 3172)
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man4/*



Reply to: