Import Debian changes 9.1.1-ok1

qpdf (9.1.1-ok1) yangtze; urgency=medium

  * Build for openKylin.
This commit is contained in:
openKylinBot 2022-04-25 22:03:04 +08:00 committed by Lu zhiping
parent 4b0128214f
commit 3733365c5c
17 changed files with 523 additions and 0 deletions

1
debian/bash-completion vendored Normal file
View File

@ -0,0 +1 @@
eval $(/usr/bin/qpdf --completion-bash)

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
qpdf (9.1.1-ok1) yangtze; urgency=medium
* Build for openKylin.
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
10

86
debian/control vendored Normal file
View File

@ -0,0 +1,86 @@
Source: qpdf
Section: libs
Priority: optional
Build-Depends: debhelper (>> 10.3~), libjpeg-dev, zlib1g-dev, libgnutls28-dev
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Standards-Version: 4.5.0
Homepage: http://qpdf.sourceforge.net
Package: libqpdf26
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: runtime library for PDF transformation/inspection software
QPDF is a program that can be used to linearize (web-optimize),
encrypt (password-protect), decrypt, and inspect PDF files from the
command-line. It does these and other structural, content-preserving
transformations on PDF files, reading a PDF file as input and
creating a new one as output. It also provides many useful
capabilities to developers of PDF-producing software or for people
who just want to look at the innards of a PDF file to learn more
about how they work.
.
QPDF understands PDF files that use compressed object streams
(supported by newer PDF applications) and can convert such files into
those that can be read with older viewers. It can also be used for
checking PDF files for structural errors, inspecting stream contents,
or extracting objects from PDF files. QPDF is not PDF content
creation or viewing software -- it does not have the capability to
create PDF files from scratch or to display PDF files.
.
This package contains the qpdf runtime libraries required to run
programs that link with the qpdf library.
Package: libqpdf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libqpdf26 (= ${binary:Version}), libjpeg-dev, zlib1g-dev
Description: development files for PDF transformation/inspection library
QPDF is a program that can be used to linearize (web-optimize),
encrypt (password-protect), decrypt, and inspect PDF files from the
command-line. It does these and other structural, content-preserving
transformations on PDF files, reading a PDF file as input and
creating a new one as output. It also provides many useful
capabilities to developers of PDF-producing software or for people
who just want to look at the innards of a PDF file to learn more
about how they work.
.
QPDF understands PDF files that use compressed object streams
(supported by newer PDF applications) and can convert such files into
those that can be read with older viewers. It can also be used for
checking PDF files for structural errors, inspecting stream contents,
or extracting objects from PDF files. QPDF is not PDF content
creation or viewing software -- it does not have the capability to
create PDF files from scratch or to display PDF files.
.
This package includes all development files needed to compile
applications that use the qpdf library.
Package: qpdf
Section: text
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: tools for transforming and inspecting PDF files
QPDF is a program that can be used to linearize (web-optimize),
encrypt (password-protect), decrypt, and inspect PDF files from the
command-line. It does these and other structural, content-preserving
transformations on PDF files, reading a PDF file as input and
creating a new one as output. It also provides many useful
capabilities to developers of PDF-producing software or for people
who just want to look at the innards of a PDF file to learn more
about how they work.
.
QPDF understands PDF files that use compressed object streams
(supported by newer PDF applications) and can convert such files into
those that can be read with older viewers. It can also be used for
checking PDF files for structural errors, inspecting stream contents,
or extracting objects from PDF files. QPDF is not PDF content
creation or viewing software -- it does not have the capability to
create PDF files from scratch or to display PDF files.
.
This package includes the command-line qpdf tools. It also contains
the documentation.

296
debian/copyright vendored Normal file
View File

@ -0,0 +1,296 @@
This package was debianized by Jay Berkenbilt <qjb@debian.org> on
April 26, 2008.
It can be downloaded from https://github.com/qpdf/qpdf/releases
Upstream Maintainers:
Jay Berkenbilt <ejb@ql.org>
For these files, which are no longer built in the debian package:
libqpdf/sph/sph_sha2.h
libqpdf/sph/sph_types.h
libqpdf/sph/md_helper.c
libqpdf/sha2big.c
libqpdf/sha2.c
the following copyright applies:
----------------------------------------------------------------------
Copyright (c) 2007-2010 Projet RNRT SAPHIR
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
----------------------------------------------------------------------
For the file libqpdf/MD5_native.cc, which is no longer built in the
debian package, the following copyright applies:
----------------------------------------------------------------------
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing this software
or this function.
License is also granted to make and use derivative works provided
that such works are identified as "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material
mentioning or referencing the derived work.
RSA Data Security, Inc. makes no representations concerning either
the merchantability of this software or the suitability of this
software for any particular purpose. It is provided "as is"
without express or implied warranty of any kind.
These notices must be retained in any copies of any part of this
documentation and/or software.
----------------------------------------------------------------------
QPDF embeds a copy of qtest (http://qtest.qbilt.org), which has the
same author as qpdf. qtest has the following copyright:
Copyright 1993-2007, Jay Berkenbilt
QTest is distributed under the terms of version 2.0 of the Artistic
license, which may be found at
https://opensource.org/licenses/Artistic-2.0 and which also appears
below.
----------------------------------------------------------------------
For everything else, the following copyright applies:
Copyright (C) 2005-2017 Jay Berkenbilt
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Versions of qpdf prior to version 7 were released under the terms of
version 2.0 of the Artistic License. At your option, you may continue
to consider qpdf to be licensed under those terms. The text of the
Artistic License version 2.0 is included below.
For the text of the Apache license version 2.0, see
/usr/share/common-licenses/Apache-2.0
----------------------------------------------------------------------
Artistic License 2.0
Copyright (c) 2000-2006, The Perl Foundation.
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
Preamble
This license establishes the terms under which a given free software
Package may be copied, modified, distributed, and/or
redistributed. The intent is that the Copyright Holder maintains some
artistic control over the development of that Package while still
keeping the Package available as open source and free software.
You are always permitted to make arrangements wholly outside of this
license directly with the Copyright Holder of a given Package. If the
terms of this license do not permit the full use that you propose to
make of the Package, you should contact the Copyright Holder and seek
a different licensing arrangement.
Definitions
"Copyright Holder" means the individual(s) or organization(s) named
in the copyright notice for the entire Package.
"Contributor" means any party that has contributed code or other
material to the Package, in accordance with the Copyright Holder's
procedures.
"You" and "your" means any person who would like to copy,
distribute, or modify the Package.
"Package" means the collection of files distributed by the
Copyright Holder, and derivatives of that collection and/or of
those files. A given Package may consist of either the Standard
Version, or a Modified Version.
"Distribute" means providing a copy of the Package or making it
accessible to anyone else, or in the case of a company or
organization, to others outside of your company or organization.
"Distributor Fee" means any fee that you charge for Distributing
this Package or providing support for this Package to another
party. It does not mean licensing fees.
"Standard Version" refers to the Package if it has not been
modified, or has been modified only in ways explicitly requested by
the Copyright Holder.
"Modified Version" means the Package, if it has been changed, and
such changes were not explicitly requested by the Copyright Holder.
"Original License" means this Artistic License as Distributed with
the Standard Version of the Package, in its current version or as
it may be modified by The Perl Foundation in the future.
"Source" form means the source code, documentation source, and
configuration files for the Package.
"Compiled" form means the compiled bytecode, object code, binary,
or any other form resulting from mechanical transformation or
translation of the Source form.
Permission for Use and Modification Without Distribution
(1) You are permitted to use the Standard Version and create and use
Modified Versions for any purpose without restriction, provided that
you do not Distribute the Modified Version.
Permissions for Redistribution of the Standard Version
(2) You may Distribute verbatim copies of the Source form of the
Standard Version of this Package in any medium without restriction,
either gratis or for a Distributor Fee, provided that you duplicate
all of the original copyright notices and associated disclaimers. At
your discretion, such verbatim copies may or may not include a
Compiled form of the Package.
(3) You may apply any bug fixes, portability changes, and other
modifications made available from the Copyright Holder. The resulting
Package will still be considered the Standard Version, and as such
will be subject to the Original License.
Distribution of Modified Versions of the Package as Source
(4) You may Distribute your Modified Version as Source (either gratis
or for a Distributor Fee, and with or without a Compiled form of the
Modified Version) provided that you clearly document how it differs
from the Standard Version, including, but not limited to, documenting
any non-standard features, executables, or modules, and provided that
you do at least ONE of the following:
(a) make the Modified Version available to the Copyright Holder of
the Standard Version, under the Original License, so that the
Copyright Holder may include your modifications in the Standard
Version.
(b) ensure that installation of your Modified Version does not
prevent the user installing or running the Standard Version. In
addition, the Modified Version must bear a name that is different
from the name of the Standard Version.
(c) allow anyone who receives a copy of the Modified Version to
make the Source form of the Modified Version available to others
under
(i) the Original License or
(ii) a license that permits the licensee to freely copy, modify
and redistribute the Modified Version using the same licensing
terms that apply to the copy that the licensee received, and
requires that the Source form of the Modified Version, and of
any works derived from it, be made freely available in that
license fees are prohibited but Distributor Fees are allowed.
Distribution of Compiled Forms of the Standard Version or
Modified Versions without the Source
(5) You may Distribute Compiled forms of the Standard Version without
the Source, provided that you include complete instructions on how to
get the Source of the Standard Version. Such instructions must be
valid at the time of your distribution. If these instructions, at any
time while you are carrying out such distribution, become invalid, you
must provide new instructions on demand or cease further
distribution. If you provide valid instructions or cease distribution
within thirty days after you become aware that the instructions are
invalid, then you do not forfeit any of your rights under this
license.
(6) You may Distribute a Modified Version in Compiled form without the
Source, provided that you comply with Section 4 with respect to the
Source of the Modified Version.
Aggregating or Linking the Package
(7) You may aggregate the Package (either the Standard Version or
Modified Version) with other packages and Distribute the resulting
aggregation provided that you do not charge a licensing fee for the
Package. Distributor Fees are permitted, and licensing fees for other
components in the aggregation are permitted. The terms of this license
apply to the use and Distribution of the Standard or Modified Versions
as included in the aggregation.
(8) You are permitted to link Modified and Standard Versions with
other works, to embed the Package in a larger work of your own, or to
build stand-alone binary or bytecode versions of applications that
include the Package, and Distribute the result without restriction,
provided the result does not expose a direct interface to the Package.
Items That are Not Considered Part of a Modified Version
(9) Works (including, but not limited to, modules and scripts) that
merely extend or make use of the Package, do not, by themselves, cause
the Package to be a Modified Version. In addition, such works are not
considered parts of the Package itself, and are not subject to the
terms of this license.
General Provisions
(10) Any use, modification, and distribution of the Standard or
Modified Versions is governed by this Artistic License. By using,
modifying or distributing the Package, you accept this license. Do not
use, modify, or distribute the Package, if you do not accept this
license.
(11) If your Modified Version has been derived from a Modified Version
made by someone other than you, you are nevertheless required to
ensure that your Modified Version complies with the requirements of
this license.
(12) This license does not grant you the right to use any trademark,
service mark, tradename, or logo of the Copyright Holder.
(13) This license includes the non-exclusive, worldwide,
free-of-charge patent license to make, have made, use, offer to sell,
sell, import and otherwise transfer the Package with respect to any
patent claims licensable by the Copyright Holder that are necessarily
infringed by the Package. If you institute patent litigation
(including a cross-claim or counterclaim) against any party alleging
that the Package constitutes direct or contributory patent
infringement, then this Artistic License to you shall terminate on the
date that such litigation is filed.
(14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT
HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT
PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT
HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE
OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

4
debian/libqpdf-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
debian/tmp/usr/lib/*/lib*.so
debian/tmp/usr/lib/*/lib*.a
debian/tmp/usr/lib/*/pkgconfig/*.pc
debian/tmp/usr/include

1
debian/libqpdf26.install vendored Normal file
View File

@ -0,0 +1 @@
debian/tmp/usr/lib/*/libqpdf.so.*

1
debian/libqpdf26.shlibs vendored Normal file
View File

@ -0,0 +1 @@
libqpdf 26 libqpdf26 (>> 9.1~)

0
debian/patches/series vendored Normal file
View File

12
debian/qpdf.doc-base vendored Normal file
View File

@ -0,0 +1,12 @@
Document: qpdf-manual
Title: Manual for QPDF
Author: Jay Berkenbilt
Abstract: This manual describes how to use the QPDF tools and library.
Section: Text
Format: HTML
Index: /usr/share/doc/qpdf/qpdf-manual.html
Files: /usr/share/doc/qpdf/qpdf-manual.html /usr/share/doc/qpdf/stylesheet.css
Format: PDF
Files: /usr/share/doc/qpdf/qpdf-manual.pdf

3
debian/qpdf.install vendored Normal file
View File

@ -0,0 +1,3 @@
debian/tmp/usr/bin
debian/tmp/usr/share/man/man1
debian/tmp/usr/share/doc/qpdf/*

4
debian/qpdf.lintian-overrides vendored Normal file
View File

@ -0,0 +1,4 @@
# hardening-check says this is from memmove
qpdf: hardening-no-fortify-functions usr/bin/qpdf
# hardening-check says this is from fread
qpdf: hardening-no-fortify-functions usr/bin/zlib-flate

37
debian/rules vendored Executable file
View File

@ -0,0 +1,37 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_MAKE_CHECK_TARGET = check
%:
dh $@
override_dh_compress:
dh_compress --exclude=qpdf-manual --exclude=.css --exclude examples/
override_dh_auto_clean:
make distclean CLEAN=1
override_dh_auto_configure:
dh_auto_configure -- \
--libdir="\$${prefix}/lib/$(DEB_HOST_MULTIARCH)" \
--enable-crypto-gnutls --disable-implicit-crypto \
--enable-show-failed-test-output --disable-check-autofiles
override_dh_install:
dh_install
mkdir -p debian/libqpdf-dev/usr/share/doc/libqpdf-dev/examples
cp -p examples/*.cc examples/*.c \
debian/libqpdf-dev/usr/share/doc/libqpdf-dev/examples
cp -p README.md debian/libqpdf-dev/usr/share/doc/libqpdf-dev/README.md
mkdir -p debian/qpdf/usr/share/bash-completion/completions
cp completions/bash/qpdf \
debian/qpdf/usr/share/bash-completion/completions/qpdf
mkdir -p debian/qpdf/usr/share/zsh/vendor-completions
cp completions/zsh/_qpdf \
debian/qpdf/usr/share/zsh/vendor-completions/_qpdf
dh_missing --list-missing -X.la

1
debian/source/format vendored Normal file
View File

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

63
debian/upstream/signing-key.asc vendored Normal file
View File

@ -0,0 +1,63 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
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
EhBGyHr3h10ly+Ja090RrIGpygQcoKSu8Q==
=bPTF
-----END PGP PUBLIC KEY BLOCK-----

6
debian/watch vendored Normal file
View File

@ -0,0 +1,6 @@
version=4
# qpdf releases are based on artifacts that are explicitly uploaded
# rather than the automatically created source releases.
opts=pgpsigurlmangle=s/$/.asc/,\
uversionmangle=s/(\d)\.([a-z].+)$/$1~$2/ \
https://github.com/qpdf/qpdf/releases .*/qpdf-(\d\S+)\.tar\.gz

2
debian/zsh-completion vendored Normal file
View File

@ -0,0 +1,2 @@
#compdef qpdf
eval $(/usr/bin/qpdf --completion-zsh)