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

xserver-xorg-input-penmount: Changes to 'debian-unstable'



 debian/changelog |    6 +++++-
 src/xf86PM.c     |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit c6345a1e40c2b4e24cab0b43ea3eaeff36ba19a3
Author: Drew Parsons <dparsons@debian.org>
Date:   Fri Jun 15 00:31:28 2007 +1000

    Use PACKAGE_VERSION_* to identify the driver version
    
    (pull from upstream git)

diff --git a/debian/changelog b/debian/changelog
index eb2ee64..d3da403 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,11 @@ xserver-xorg-input-penmount (1:1.2.0-2) UNRELEASED; urgency=low
     module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Brice Goglin <Brice.Goglin@ens-lyon.org>  Tue, 24 Apr 2007 01:04:44 +0200
+  [ Drew Parsons ]
+  * Use PACKAGE_VERSION_* to identify the driver version (pull from 
+    upstream git)
+
+ -- Drew Parsons <dparsons@debian.org>  Thu, 14 Jun 2007 21:58:22 +1000
 
 xserver-xorg-input-penmount (1:1.2.0-1) unstable; urgency=low
 

commit 7810e0bb438525c005f66a9bc5cc0af489fa08a1
Author: Drew Parsons <dparsons@debian.org>
Date:   Thu Jun 14 21:52:28 2007 +1000

    Update version using PACKAGE_VERSION_*

diff --git a/src/xf86PM.c b/src/xf86PM.c
index 8a7c4b3..70e855c 100644
--- a/src/xf86PM.c
+++ b/src/xf86PM.c
@@ -73,7 +73,7 @@ static XF86ModuleVersionInfo VersionRec =
 	MODINFOSTRING1,
 	MODINFOSTRING2,
 	XORG_VERSION_CURRENT,
-	1, 1, 0,
+	PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCHLEVEL,
 	ABI_CLASS_XINPUT,
 	ABI_XINPUT_VERSION,
 	MOD_CLASS_XINPUT,



Reply to: