Summary
Description: Unnamed repository; edit this file 'description' to name the repository.
Last Change: Wed 4/10/13 13:00
Recent Commits
>
--git a/Ubuntu/ati-packager.sh b/Ubuntu/ati-packager.sh
index 17d0154..f92ad7c 100755
--- a/Ubuntu/ati-packager.sh
+++ b/Ubuntu/ati-packager.sh
@@ -12,10 +12,6 @@ PADDED_DRV_RELEASE=`printf '%5.3f' "$DRV_RELEASE"`
DEBEMAIL="`./ati-packager-helper.sh --vendor` <`./ati-packager-helper.sh --url`>"
REVISION="`./ati-packager-helper.sh --release`"
-GUTSY="gutsy 7.10"
-HARDY="hardy 8.04"
-INTREPID="intrepid 8.10"
-
# set locale to sane value
export LANG=C
export LC_ALL=C
@@ -121,7 +117,7 @@ EOF
#Purpose: lists distribution supported packages
getSupportedPackages()
{
- echo $GUTSY $HARDY $INTREPID source
+ echo `ls packages/Ubuntu/dists`
}
makeChangelog()
diff --git a/Ubuntu/dists/7.10 b/Ubuntu/dists/7.10
new file mode 120000
index 0000000..3840936
--- /dev/null
+++ b/Ubuntu/dists/7.10
@@ -0,0 +1 @@
+gutsy
\ No newline at end of file
diff --git a/Ubuntu/dists/8.04 b/Ubuntu/dists/8.04
new file mode 120000
index 0000000..8cde393
--- /dev/null
+++ b/Ubuntu/dists/8.04
@@ -0,0 +1 @@
+hardy
\ No newline at end of file
diff --git a/Ubuntu/dists/8.10 b/Ubuntu/dists/8.10
new file mode 120000
index 0000000..642aecd
--- /dev/null
+++ b/Ubuntu/dists/8.10
@@ -0,0 +1 @@
+intrepid
\ No newline at e
Copyright © 2013 by Phoronix Media