summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-13 05:40:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-13 05:40:51 +0000
commit381857a2fe3eaca5d16cf8b5fd2f5462e77e87c1 (patch)
tree4a78703f8275d054bb7077bd8cada7ed5e4a43a1
parentAdding upstream version 20140808. (diff)
downloadfirmware-ast-381857a2fe3eaca5d16cf8b5fd2f5462e77e87c1.tar.xz
firmware-ast-381857a2fe3eaca5d16cf8b5fd2f5462e77e87c1.zip
Adding debian version 20140808-1.debian/20140808-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog5
-rw-r--r--debian/control30
-rw-r--r--debian/copyright31
-rw-r--r--debian/firmware-ast.bug-presubj7
-rwxr-xr-xdebian/firmware-ast.postinst22
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
7 files changed, 103 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dc98487
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+firmware-ast (20140808-1) sid; urgency=medium
+
+ * Initial upload to sid.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 13 Mar 2021 06:38:29 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..61b366a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: firmware-ast
+Section: kernel
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ vim-common,
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+Homepage: https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/firmware-ast
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/firmware-ast
+
+Package: firmware-ast
+Section: kernel
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+Suggests:
+ initramfs-tools,
+Enhances:
+ firmware-linux-free,
+ xserver-xorg-video-ast,
+Description: Binary firmware for ASpeed Technologies graphics chips
+ This package contains the binary firmware for ASpeed Technologies graphics
+ chips supported by the xserver-xorg-video-ast driver.
+ .
+ Contents:
+ * AST microcode (ast_dp501_fw.bin)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cf9763f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xf86-video-ast
+Upstream-Contact: Y.C. Chen <yc_chen@aspeedtech.com>
+Source: https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast
+
+Files: *
+Copyright: 2010-2021 Daniel Baumann <daniel.baumann@progress-linux.org>
+License: MIT
+
+Files: *.h
+Copyright: 2005-2014 ASPEED Technology Inc.
+License: MIT
+
+License: MIT
+ Permission to use, copy, modify, distribute, and sell this software and its
+ documentation for any purpose is hereby granted without fee, provided that
+ the above copyright notice appear in all copies and that both that
+ copyright notice and this permission notice appear in supporting
+ documentation, and that the name of the authors not be used in
+ advertising or publicity pertaining to distribution of the software without
+ specific, written prior permission. The authors makes no representations
+ about the suitability of this software for any purpose. It is provided
+ "as is" without express or implied warranty.
+ .
+ THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.
diff --git a/debian/firmware-ast.bug-presubj b/debian/firmware-ast.bug-presubj
new file mode 100644
index 0000000..0ae205d
--- /dev/null
+++ b/debian/firmware-ast.bug-presubj
@@ -0,0 +1,7 @@
+You are about to report a bug on a firmware package.
+This package does not contain any drivers and is probably not responsible
+for the bug you have found.
+
+If you want to report a bug in a Linux kernel module, use the 'modinfo'
+command to find where it is installed and then give the filename to
+'reportbug'.
diff --git a/debian/firmware-ast.postinst b/debian/firmware-ast.postinst
new file mode 100755
index 0000000..c5274de
--- /dev/null
+++ b/debian/firmware-ast.postinst
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+set -e
+
+case "${1}" in
+ configure)
+ dpkg-trigger --no-await update-initramfs
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`${1}'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e019d2d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh ${@}
+
+override_dh_auto_clean:
+ $(MAKE) clean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)