1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

add debian package info

This commit is contained in:
fumiama
2022-04-23 01:00:35 +08:00
parent 76c72b2e90
commit a601169741
20 changed files with 151 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
build
.vscode
.DS_Store
obj-*

View File

@@ -1,5 +1,6 @@
#ifndef __cosmopolitan
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@@ -0,0 +1 @@
2b745609d1d4a56f5d73c1159b59602accd47443 695e0807c648d71cec8e53be4a4f3a939f08f481

View File

@@ -0,0 +1,13 @@
Package: base16384-dbgsym
Package-Type: ddeb
Source: base16384
Version: 2.2.0
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: fumiama <fumiama@foxmail.com>
Installed-Size: 40
Depends: base16384 (= 2.2.0)
Section: debug
Priority: optional
Description: debug symbols for base16384
Build-Ids: 2b745609d1d4a56f5d73c1159b59602accd47443 695e0807c648d71cec8e53be4a4f3a939f08f481

View File

@@ -0,0 +1,3 @@
742aebbbc7f13903e55501b4c06f4a2d usr/lib/debug/.build-id/2b/745609d1d4a56f5d73c1159b59602accd47443.debug
780616b87452a6c4fbeb06ee633092da usr/lib/debug/.build-id/69/5e0807c648d71cec8e53be4a4f3a939f08f481.debug
d2d1c0ca4aabfb080028b807d309c21d usr/lib/debug/.dwz/x86_64-linux-gnu/base16384.debug

View File

@@ -0,0 +1 @@
base16384

3
debian/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/base16384
debhelper-build-stamp
base16384.substvars

65
debian/README vendored Normal file

File diff suppressed because one or more lines are too long

3
debian/base16384-docs.docs vendored Normal file
View File

@@ -0,0 +1,3 @@
README
README.Debian
README.source

5
debian/changelog vendored Normal file
View File

@@ -0,0 +1,5 @@
base16384 (2.2.0) focal; urgency=medium
* Initial Release.
-- fumiama <fumiama@foxmail.com> Sat, 23 Apr 2022 00:05:36 +0800

15
debian/control vendored Normal file
View File

@@ -0,0 +1,15 @@
Source: base16384
Section: utils
Priority: optional
Maintainer: fumiama <fumiama@foxmail.com>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: https://github.com/fumiama/base16384
Vcs-Browser: https://salsa.debian.org/debian/base16384
Vcs-Git: https://salsa.debian.org/debian/base16384.git
Package: base16384
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Encode binary files to printable utf16be.
We use 16384 Chinese characters (from \u4E00 to \u8DFF) as the "alphabet", just like what base64 did. If length of the data has a remainder after mod 7, we will use \u3Dxx to present it with xx ranging from 01 to 06.

30
debian/copyright vendored Normal file
View File

@@ -0,0 +1,30 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: base16384
Upstream-Contact: fumiama <fumiama@foxmail.com>
Source: https://github.com/fumiama/base16384
Files: *
Copyright: 2022 fumiama <fumiama@foxmail.com>
License: GPL-3.0+
Files: debian/*
Copyright: 2022 fumiama <fumiama@foxmail.com>
License: GPL-3.0+
License: GPL-3.0+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

3
debian/files vendored Normal file
View File

@@ -0,0 +1,3 @@
base16384-dbgsym_2.2.0_amd64.ddeb debug optional automatic=yes
base16384_2.2.0_amd64.buildinfo utils optional
base16384_2.2.0_amd64.deb utils optional

4
debian/rules vendored Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@

1
debian/source/format vendored Normal file
View File

@@ -0,0 +1 @@
3.0 (native)

1
debian/triggers vendored Normal file
View File

@@ -0,0 +1 @@
activate-noawait ldconfig