mirror of
https://github.com/revyos-package/th1520-img.git
synced 2026-04-28 09:13:37 +00:00
debian: rename package to th1520-img
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
This commit is contained in:
26
debian/changelog
vendored
26
debian/changelog
vendored
@@ -1,29 +1,5 @@
|
||||
thead-gles-addons (25.1.6715691+0revyos1) unstable; urgency=medium
|
||||
th1520-img (25.1.6715691+0revyos1) unstable; urgency=medium
|
||||
|
||||
* Update DDK to 25.1.6715691
|
||||
|
||||
-- Han Gao <gaohan@iscas.ac.cn> Fri, 14 Nov 2025 16:35:14 +0800
|
||||
|
||||
thead-gles-addons (1.17+sdk1.5.4) unstable; urgency=medium
|
||||
|
||||
* Sync sdk 1.5.4 binary
|
||||
|
||||
-- Han Gao <gaohan@iscas.ac.cn> Wed, 08 May 2024 18:05:39 +0800
|
||||
|
||||
thead-gles-addons (1.17+sdk1.4.2) unstable; urgency=medium
|
||||
|
||||
* Sync sdk 1.4.2 binary
|
||||
|
||||
-- Han Gao <gaohan@iscas.ac.cn> Wed, 06 Mar 2024 02:11:24 +0800
|
||||
|
||||
thead-gles-addons (1.17+sdk1.2.1) unstable; urgency=medium
|
||||
|
||||
* Update ddk1.17(thead sdk 1.2.1)
|
||||
|
||||
-- Han Gao <gaohan@iscas.ac.cn> Mon, 04 Sep 2023 21:21:03 +0800
|
||||
|
||||
thead-gles-addons (1.16) unstable; urgency=medium
|
||||
|
||||
* add gles binary files
|
||||
|
||||
-- Han Gao <gaohan@iscas.ac.cn> Tue, 13 Jun 2023 02:30:01 +0800
|
||||
|
||||
20
debian/control
vendored
20
debian/control
vendored
@@ -1,14 +1,24 @@
|
||||
Source: thead-gles-addons
|
||||
Source: th1520-img
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Maintainer: Han Gao <gaohan@iscas.ac.cn>
|
||||
Build-Depends: debhelper-compat (= 12), libdrm2, libwayland-client0, libx11-xcb1
|
||||
Build-Depends:
|
||||
debhelper-compat (= 12),
|
||||
libdrm-dev,
|
||||
libwayland-dev,
|
||||
libx11-dev,
|
||||
libglvnd-dev,
|
||||
libvulkan-dev,
|
||||
libcairo2-dev,
|
||||
libxrender-dev,
|
||||
Standards-Version: 4.6.1
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: thead-gles-addons
|
||||
Package: th1520-img
|
||||
Architecture: riscv64
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}
|
||||
Provides: libvulkan1
|
||||
Description: thead gles addons of the RevyOS
|
||||
Replaces: thead-gles-addons
|
||||
Breaks: thead-gles-addons
|
||||
Provides: thead-gles-addons
|
||||
Description: th1520-img of the RevyOS
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
export DH_VERBOSE = 1
|
||||
export DESTDIR = debian/thead-gles-addons
|
||||
export DESTDIR = debian/th1520-img
|
||||
export DEB_BUILD_OPTIONS += nostrip
|
||||
|
||||
%:
|
||||
|
||||
Reference in New Issue
Block a user