generated from jric11/baseProject
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
~#PKGNAME#~ (~#VERSION#~-~#RELEASE#~) UNRELEASED; urgency=low
|
||||
|
||||
* Please check the
|
||||
https://github.com/~#VENDOR#~/~#PROJECT#~
|
||||
commit history
|
||||
|
||||
-- Nicola Asuni <info@tecnick.com> ~#DATE#~
|
||||
@@ -0,0 +1,44 @@
|
||||
Source: ~#PKGNAME#~
|
||||
Maintainer: Nicola Asuni <info@tecnick.com>
|
||||
Section: php
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Standards-Version: 4.7.2
|
||||
Rules-Requires-Root: no
|
||||
Homepage: https://github.com/~#VENDOR#~/~#PROJECT#~
|
||||
Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git
|
||||
Vcs-Browser: https://github.com/~#VENDOR#~/~#PROJECT#~
|
||||
|
||||
Package: ~#PKGNAME#~
|
||||
Provides: php-~#PROJECT#~
|
||||
Architecture: all
|
||||
Depends: php (>= 8.2.0), php-ctype, php-json, php-mbstring, php-xml,
|
||||
php-tecnickcom-tc-lib-barcode (<< 3.0.0),
|
||||
php-tecnickcom-tc-lib-barcode (>= 2.13.2),
|
||||
php-tecnickcom-tc-lib-color (<< 3.0.0),
|
||||
php-tecnickcom-tc-lib-color (>= 2.13.3),
|
||||
php-tecnickcom-tc-lib-file (<< 3.0.0),
|
||||
php-tecnickcom-tc-lib-file (>= 3.7.3),
|
||||
php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0),
|
||||
php-tecnickcom-tc-lib-pdf-encrypt (>= 2.9.3),
|
||||
php-tecnickcom-tc-lib-pdf-font (<< 3.0.0),
|
||||
php-tecnickcom-tc-lib-pdf-font (>= 3.13.2),
|
||||
php-tecnickcom-tc-lib-pdf-graph (<< 3.0.0),
|
||||
php-tecnickcom-tc-lib-pdf-graph (>= 2.15.2),
|
||||
php-tecnickcom-tc-lib-pdf-image (<< 3.0.0),
|
||||
php-tecnickcom-tc-lib-pdf-image (>= 3.12.2),
|
||||
php-tecnickcom-tc-lib-pdf-page (<< 5.0.0),
|
||||
php-tecnickcom-tc-lib-pdf-page (>= 4.14.2),
|
||||
php-tecnickcom-tc-lib-pdf-sign (<< 2.0.0),
|
||||
php-tecnickcom-tc-lib-pdf-sign (>= 1.1.3),
|
||||
php-tecnickcom-tc-lib-unicode (<< 3.0.0),
|
||||
php-tecnickcom-tc-lib-unicode (>= 3.0.2),
|
||||
php-tecnickcom-tc-lib-unicode-data (<< 3.0.0),
|
||||
php-tecnickcom-tc-lib-unicode-data (>= 3.0.2),
|
||||
php-tecnickcom-tc-lib-pdf-parser (<< 4.0.0),
|
||||
php-tecnickcom-tc-lib-pdf-parser (>= 3.14.2),
|
||||
${misc:Depends}
|
||||
Recommends: php-curl, php-intl
|
||||
Description: PHP library for PDF document generation
|
||||
This package provides tc-lib-pdf, a modular PHP library to compose PDF
|
||||
documents with text, graphics, tables, metadata, and signatures.
|
||||
@@ -0,0 +1,20 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: ~#PROJECT#~
|
||||
Source: https://github.com/~#VENDOR#~/~#PROJECT#~
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright 2001-2026 Nicola Asuni <info@tecnick.com>
|
||||
License: LGPL-3
|
||||
|
||||
License: LGPL-3
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as
|
||||
published by the Free Software Foundation, either version 3 of the
|
||||
License, or (at your option) any later version.
|
||||
This program 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/> or
|
||||
/usr/share/common-licenses/LGPL-3
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
@@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
||||
@@ -0,0 +1,5 @@
|
||||
Bug-Database: https://github.com/~#VENDOR#~/~#PROJECT#~/issues
|
||||
Bug-Submit: https://github.com/~#VENDOR#~/~#PROJECT#~/issues/new
|
||||
Changelog: https://github.com/~#VENDOR#~/~#PROJECT#~/releases
|
||||
Repository: https://github.com/~#VENDOR#~/~#PROJECT#~.git
|
||||
Repository-Browse: https://github.com/~#VENDOR#~/~#PROJECT#~
|
||||
@@ -0,0 +1,4 @@
|
||||
version=4
|
||||
opts=filenamemangle=s/.+\/v?(\d[\d\.]+)\.tar\.gz/php-tecnickcom-tc-lib-pdf_$1.orig.tar.gz/ \
|
||||
https://github.com/~#VENDOR#~/~#PROJECT#~/tags \
|
||||
.*/archive/refs/tags/v?(\d[\d\.]*)\.tar\.gz
|
||||
Reference in New Issue
Block a user