Feature: Labelprint für Kistenetiketten hinzugefügt

This commit is contained in:
2025-10-27 12:14:44 +01:00
parent 43bc416554
commit 14bae6c9ef
1068 changed files with 229014 additions and 1807 deletions

View File

@@ -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#~

View File

@@ -0,0 +1 @@
10

View File

@@ -0,0 +1,16 @@
Source: ~#PKGNAME#~
Maintainer: Nicola Asuni <info@tecnick.com>
Section: php
Priority: optional
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: https://github.com/tecnickcom/tc-lib-pdf-font
Vcs-Git: https://github.com/tecnickcom/tc-lib-pdf-font.git
Package: ~#PKGNAME#~
Provides: php-~#PROJECT#~
Architecture: all
Depends: ${misc:Depends}
Description: ~#FONT#~ fonts data for tc-lib-pdf-font
This package contains data extracted from the ~#FONT#~ fonts
for the tc-lib-pdf-font library.

View File

@@ -0,0 +1,14 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ~#PROJECT#~
Source: https://github.com/tecnickcom/tc-lib-pdf-font
Files: *
Copyright: © 0000 Please check the README file for copyright information.
License: ~#LICENSE#~
License: ~#LICENSE#~
The font files in this package are free software:
you can redistribute it and/or modify it under the terms of the
~#LICENSE#~ License.
Please check the README and LICENSE file for further information.
Common licenses can be also found in: /usr/share/common-licenses

View File

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

View File

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