mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-07 03:00:30 +08:00
adapt to ubuntu ppa
This commit is contained in:
65
debian/README
vendored
65
debian/README
vendored
File diff suppressed because one or more lines are too long
2
debian/base16384-docs.docs
vendored
2
debian/base16384-docs.docs
vendored
@@ -1 +1 @@
|
||||
README
|
||||
README.md
|
||||
|
||||
12
debian/changelog
vendored
12
debian/changelog
vendored
@@ -1,3 +1,15 @@
|
||||
base16384 (2.2.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Fumiama Minamoto <fumiama@foxmail.com> Wed, 14 Dec 2022 13:27:20 +0800
|
||||
|
||||
base16384 (2.2.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Fumiama Minamoto <fumiama@foxmail.com> Thu, 08 Dec 2022 23:40:58 +0800
|
||||
|
||||
base16384 (2.2.0-1) unstable; urgency=medium
|
||||
|
||||
* Initial Release. Closes: #1010055 (ITP).
|
||||
|
||||
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@@ -0,0 +1 @@
|
||||
10
|
||||
20
debian/control
vendored
20
debian/control
vendored
@@ -2,12 +2,10 @@ Source: base16384
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Fumiama Minamoto <fumiama@foxmail.com>
|
||||
Build-Depends: debhelper-compat (= 13), cmake (>= 3)
|
||||
Build-Depends: debhelper (>= 9), cmake (>= 3)
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.6.1
|
||||
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
|
||||
@@ -15,8 +13,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Encode binary files to printable utf16be
|
||||
There are 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,
|
||||
an unicode Chinese character \u3Dxx will be appended to present it
|
||||
If the length of the data has a remainder after mod 7,
|
||||
a unicode Chinese character \u3Dxx will be appended to present it
|
||||
with xx ranging from 01 to 06.
|
||||
|
||||
Package: libbase16384-2
|
||||
@@ -27,11 +25,11 @@ Description: Dynamic library of base16384
|
||||
This package provides library files for base16384 algorithm,
|
||||
which has 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,
|
||||
an unicode Chinese character \u3Dxx will be appended to present it
|
||||
If the length of the data has a remainder after mod 7,
|
||||
a unicode Chinese character \u3Dxx will be appended to present it
|
||||
with xx ranging from 01 to 06.
|
||||
|
||||
Package: libbase16384-2-dev
|
||||
Package: libbase16384-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${misc:Depends}, libbase16384-2 (= ${binary:Version})
|
||||
@@ -39,6 +37,6 @@ Description: Header and archive of base16384
|
||||
This package provides header and archive for base16384,
|
||||
which has 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,
|
||||
an unicode Chinese character \u3Dxx will be appended to present it
|
||||
If the length of the data has a remainder after mod 7,
|
||||
a unicode Chinese character \u3Dxx will be appended to present it
|
||||
with xx ranging from 01 to 06.
|
||||
|
||||
2
debian/libbase16384-2.symbols
vendored
2
debian/libbase16384-2.symbols
vendored
@@ -1,5 +1,5 @@
|
||||
libbase16384.so.2 libbase16384-2 #MINVER#
|
||||
* Build-Depends-Package: libbase16384-2-dev
|
||||
* Build-Depends-Package: libbase16384-dev
|
||||
base16384_decode@Base 2
|
||||
base16384_encode@Base 2
|
||||
base16384_encode_file@Base 2
|
||||
|
||||
1
debian/triggers
vendored
Normal file
1
debian/triggers
vendored
Normal file
@@ -0,0 +1 @@
|
||||
activate-noawait ldconfig
|
||||
1
debian/watch
vendored
1
debian/watch
vendored
@@ -1,3 +1,2 @@
|
||||
# watch control file for uscan
|
||||
version=4
|
||||
https://github.com/fumiama/base16384/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz
|
||||
|
||||
Reference in New Issue
Block a user