projects / fglrx-packaging.git / commitdiff
Build Results
 
Summary

Description: The git repository for the ATI/AMD fglrx packaging scripts.
Last Change: Thu 2/4/10 2:40

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Thu 2/4/10 2:39
Mario Limonciello  
Convert to alternatives... 
Thu 2/4/10 1:55
Mario Limonciello  
Drop old kdelnk file... 
Thu 2/4/10 0:49
Mario Limonciello  
Drop arch stuff for fglrx... 
Wed 2/3/10 1:56
Mario Limonciello  
Migrate over to dh7. No... 
Wed 2/3/10 1:22
Mario Limonciello  
Bump standard version for... 
Sat 1/30/10 16:05
Anssi Hannula  
Mandriva: adapt for... 
 
> --git a/Ubuntu/ChangeLog b/Ubuntu/ChangeLog
index 99927b3
..13f2032 100755
--- a/Ubuntu/ChangeLog
+++ b/Ubuntu/ChangeLog
@@ -1,+1,@@
+
2008-06-24 Mario Limonciello <mario_limonciello@Dell.com>
+        * 
ati-packager.sh:
+        - 
Hide errors from printf if version mangling includes
+          sub-sub versions.
+
 
2008-06-19 Mario Limonciello <superm1@ubuntu.com>
         * 
dists/intrepid/changelog.in:
     - 
Sync changelog wUbuntu
diff 
--git a/Ubuntu/ati-packager.sh b/Ubuntu/ati-packager.sh
index e77dde7
..2f1f9ec 100755
--- a/Ubuntu/ati-packager.sh
+++ b/Ubuntu/ati-packager.sh
@@ -15,+15,@@ export LC_ALL=C
 umask 002

 DRV_RELEASE
=`./ati-packager-helper.sh --version`
-
PADDED_DRV_RELEASE=`printf '%5.3f' "$DRV_RELEASE"`
+
PADDED_DRV_RELEASE=`printf '%5.3f' "$DRV_RELEASE" 2>/dev/null`
 
DEBEMAIL="`./ati-packager-helper.sh --vendor` <`./ati-packager-helper.sh --url`>"
 
REVISION="`./ati-packager-helper.sh --release`"

<
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media