From 381857a2fe3eaca5d16cf8b5fd2f5462e77e87c1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Mar 2021 06:40:51 +0100 Subject: Adding debian version 20140808-1. Signed-off-by: Daniel Baumann --- debian/changelog | 5 +++++ debian/control | 30 ++++++++++++++++++++++++++++++ debian/copyright | 31 +++++++++++++++++++++++++++++++ debian/firmware-ast.bug-presubj | 7 +++++++ debian/firmware-ast.postinst | 22 ++++++++++++++++++++++ debian/rules | 7 +++++++ debian/source/format | 1 + 7 files changed, 103 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/firmware-ast.bug-presubj create mode 100755 debian/firmware-ast.postinst create mode 100755 debian/rules create mode 100644 debian/source/format 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 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 +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 +Source: https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast + +Files: * +Copyright: 2010-2021 Daniel Baumann +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) -- cgit v1.2.3