Summary
Description: The git repository for the ATI/AMD fglrx packaging scripts.
Last Change: Thu 2/4/10 2:40
Recent Commits
>
--git a/Ubuntu/dists/intrepid/rules b/Ubuntu/dists/intrepid/rules
index 5ec649d..4815d5c 100755
--- a/Ubuntu/dists/intrepid/rules
+++ b/Ubuntu/dists/intrepid/rules
@@ -8,6 +8,13 @@ include /usr/share/cdbs/1/rules/debhelper.mk
# Figure out some magic versioning
CVERSION := $(shell dpkg-parsechangelog | grep '^Version:' | cut -d' ' -f2 | cut -d- -f1 | cut -d: -f2)
DVERSION := $(shell dpkg-parsechangelog | grep '^Version:' | cut -d' ' -f2 | cut -d: -f2)
+DISTRO := $(shell dpkg-parsechangelog | grep '^Distribution:' | cut -d' ' -f2 | cut -d: -f2)
+
+#Kernel patches for newer development release kernel
+#In case these break stuff, don't apply to stable
+ifeq ($(DISTRO),intrepid)
+ include /usr/share/cdbs/1/rules/simple-patchsys.mk
+endif
#Directory naming schemes
DRIDIR := usr/lib
@@ -88,4 +95,4 @@ ifeq ($(DEB_BUILD_ARCH),amd64)
endif
dh_installdocs -p$(PKG_driver) usr/share/doc/fglrx/* --exclude ATI_LICENSE.TXT
- dh_installinit -p$(PKG_driver) --name="atieventsd"
+ dh_installinit -p$(PKG_driver) --name="atieven
Copyright © 2010 by Phoronix Media