[Pkg-utopia-commits] r1500 - in /packages/unstable/hal-info/debian: changelog patches/ patches/01_quirks_D410.patch rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue May 22 08:36:02 UTC 2007


Author: biebl
Date: Tue May 22 08:36:01 2007
New Revision: 1500

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1500
Log:
 * debian/patches/01_quirks_D410.patch
   - Added. Use the correct suspend/resume quirks for the Dell D410 laptop.
     (Closes: #424222)
 * debian/rules
   - Include simple-patchsys.mk


Added:
    packages/unstable/hal-info/debian/patches/
    packages/unstable/hal-info/debian/patches/01_quirks_D410.patch
Modified:
    packages/unstable/hal-info/debian/changelog
    packages/unstable/hal-info/debian/rules

Modified: packages/unstable/hal-info/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal-info/debian/changelog?rev=1500&op=diff
==============================================================================
--- packages/unstable/hal-info/debian/changelog (original)
+++ packages/unstable/hal-info/debian/changelog Tue May 22 08:36:01 2007
@@ -1,8 +1,13 @@
 hal-info (20070516-1) unstable; urgency=low
 
-  * New upstream release. 
+  * New upstream release.
+  * debian/patches/01_quirks_D410.patch
+    - Added. Use the correct suspend/resume quirks for the Dell D410 laptop.
+      (Closes: #424222)
+  * debian/rules
+    - Include simple-patchsys.mk
 
- -- Michael Biebl <biebl at debian.org>  Sat, 28 Apr 2007 14:08:05 +0200
+ -- Michael Biebl <biebl at debian.org>  Tue, 22 May 2007 10:32:16 +0200
 
 hal-info (20070402-1) unstable; urgency=low
 

Added: packages/unstable/hal-info/debian/patches/01_quirks_D410.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal-info/debian/patches/01_quirks_D410.patch?rev=1500&op=file
==============================================================================
--- packages/unstable/hal-info/debian/patches/01_quirks_D410.patch (added)
+++ packages/unstable/hal-info/debian/patches/01_quirks_D410.patch Tue May 22 08:36:01 2007
@@ -1,0 +1,13 @@
+diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
+index aa03ad6..c827803 100644
+--- a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
++++ b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
+@@ -5,7 +5,7 @@
+       <match key="system.hardware.product" prefix="Latitude">
+         <match key="system.hardware.product" contains="D410">
+           <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+-          <merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
++          <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
+         </match>
+         <match key="system.hardware.product" contains="D420">
+           <merge key="power_management.quirk.vbe_post" type="bool">true</merge>

Modified: packages/unstable/hal-info/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal-info/debian/rules?rev=1500&op=diff
==============================================================================
--- packages/unstable/hal-info/debian/rules (original)
+++ packages/unstable/hal-info/debian/rules Tue May 22 08:36:01 2007
@@ -2,4 +2,5 @@
   
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 




More information about the Pkg-utopia-commits mailing list