mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-10 05:10:24 +08:00
separate debian
This commit is contained in:
5
debian/.gitignore
vendored
5
debian/.gitignore
vendored
@@ -1,5 +0,0 @@
|
|||||||
/base16384
|
|
||||||
debhelper-build-stamp
|
|
||||||
base16384.substvars
|
|
||||||
/.debhelper
|
|
||||||
/files
|
|
||||||
65
debian/README
vendored
65
debian/README
vendored
File diff suppressed because one or more lines are too long
1
debian/base16384-docs.docs
vendored
1
debian/base16384-docs.docs
vendored
@@ -1 +0,0 @@
|
|||||||
README
|
|
||||||
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -1,5 +0,0 @@
|
|||||||
base16384 (2.2.0-1) unstable; urgency=medium
|
|
||||||
|
|
||||||
* Fix some issues in packaging. Closes: #1010055 (ITP).
|
|
||||||
|
|
||||||
-- fumiama <fumiama@foxmail.com> Wed, 27 Apr 2022 09:55:33 +0800
|
|
||||||
1
debian/compat
vendored
1
debian/compat
vendored
@@ -1 +0,0 @@
|
|||||||
10
|
|
||||||
20
debian/control
vendored
20
debian/control
vendored
@@ -1,20 +0,0 @@
|
|||||||
Source: base16384
|
|
||||||
Section: utils
|
|
||||||
Priority: optional
|
|
||||||
Maintainer: fumiama <fumiama@foxmail.com>
|
|
||||||
Build-Depends: debhelper (>= 9), cmake (>= 3)
|
|
||||||
Rules-Requires-Root: no
|
|
||||||
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
|
|
||||||
There are 16384 Chinese characters (from \u4E00 to \u8DFF)
|
|
||||||
being selected as the "alphabet", just like what base64 did.
|
|
||||||
If length of the data has a remainder after mod 7,
|
|
||||||
an unicode Chinese character \u3Dxx will be appended to present it
|
|
||||||
with xx ranging from 01 to 06.
|
|
||||||
30
debian/copyright
vendored
30
debian/copyright
vendored
@@ -1,30 +0,0 @@
|
|||||||
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/rules
vendored
3
debian/rules
vendored
@@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
%:
|
|
||||||
dh $@
|
|
||||||
1
debian/source/format
vendored
1
debian/source/format
vendored
@@ -1 +0,0 @@
|
|||||||
3.0 (quilt)
|
|
||||||
Reference in New Issue
Block a user