@ -1,8 +0,0 @@ | |||||
lch for Debian | |||||
Please edit this to provide information specific to | |||||
this lch Debian package. | |||||
(Automatically generated by debmake Version 4.3.1) | |||||
-- pberrocal <> Sat, 03 Oct 2020 18:11:23 +0200 |
@ -1,6 +1,5 @@ | |||||
lch (0.6-1) UNRELEASED; urgency=low | lch (0.6.10) unstable; urgency=medium | ||||
* Initial release. Closes: #nnnn | * Initial release. | ||||
<nnnn is the bug number of your ITP> | |||||
-- pberrocal <> Sat, 03 Oct 2020 18:11:23 +0200 | -- Pedro Berrocal <pberr@hatthieves.es> Sun, 04 Oct 2020 00:51:43 +0200 |
@ -1 +1 @@ | |||||
11 | 10 |
@ -1,15 +1,9 @@ | |||||
Source: lch | Source: lch | ||||
Section: unknown | Maintainer: Pedro Berrocal <pberr@hatthieves.es> | ||||
Priority: optional | Standards-Version: 0.6.10 | ||||
Maintainer: pberrocal <> | Section: utils | ||||
Build-Depends: debhelper (>=11~) | |||||
Standards-Version: 4.1.4 | |||||
Homepage: <insert the upstream URL, if relevant> | |||||
Package: lch | Package: lch | ||||
Architecture: any | Architecture: all | ||||
Multi-Arch: foreign | Description: Linux Compressor Humanizer | ||||
Depends: ${misc:Depends}, ${shlibs:Depends} | Download it and forget about writing arguments. | ||||
Description: auto-generated package by debmake | |||||
This Debian binary package was auto-generated by the | |||||
debmake(1) command provided by the debmake package. |
@ -1,28 +1,7 @@ | |||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||||
Upstream-Name: lch | Upstream-Name: falcot-data | ||||
Source: <url://example.com> | |||||
# | |||||
# Please double check copyright with the licensecheck(1) command. | |||||
Files: .drone.yml | Files: * | ||||
README.md | Copyright: 2004-2019 Hatthieves | ||||
TODO | License: | ||||
bin/install.sh | All rights reserved. | ||||
bin/uninstall.sh | |||||
drone.yml | |||||
lch | |||||
lib/compressor.sh | |||||
lib/decompressor.sh | |||||
lib/installer.sh | |||||
lib/installers/deb.sh | |||||
lib/installers/pacman.sh | |||||
lib/installers/rpm.sh | |||||
lib/installers/zypper.sh | |||||
lib/resources.sh | |||||
man/lch.1 | |||||
Copyright: __NO_COPYRIGHT_NOR_LICENSE__ | |||||
License: __NO_COPYRIGHT_NOR_LICENSE__ | |||||
#---------------------------------------------------------------------------- | |||||
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following | |||||
# license/copyright files. |
@ -1 +0,0 @@ | |||||
# You must remove unused comment lines for the released package. |
@ -1,9 +1,15 @@ | |||||
#!/usr/bin/make -f | #!/usr/bin/make -f | ||||
# You must remove unused comment lines for the released package. | |||||
#export DH_VERBOSE = 1 | |||||
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all | |||||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic | |||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed | |||||
%: | %: | ||||
dh $@ | dh $@ --builddirectory=./ | ||||
override_dh_usrlocal: | |||||
override_dh_auto_install: | |||||
./bin/install.sh | |||||
configure: | |||||
clean: | |||||
dh_autoreconf_clean | |||||
dh_clean |
@ -1 +0,0 @@ | |||||
3.0 (quilt) |
@ -1,2 +0,0 @@ | |||||
#abort-on-upstream-changes | |||||
#unapply-patches |
@ -1,2 +0,0 @@ | |||||
# You must remove unused comment lines for the released package. | |||||
version=3 |