diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4325adf --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +pipeline: + + simple: + image: plugins/deb + description: Linux Compressor Humanizer + package: lch + version: 0.6 + arch: all + auto_path: debian/ \ No newline at end of file diff --git a/README.md b/README.md index ae3b5b1..2faee65 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ ###### install ``` -sudo ./install.sh +sudo ./bin/install.sh ``` ###### Uninstall ``` -sudo ./uninstall.sh +sudo ./bin/uninstall.sh ``` ## Usage diff --git a/install.sh b/bin/install.sh similarity index 100% rename from install.sh rename to bin/install.sh diff --git a/uninstall.sh b/bin/uninstall.sh similarity index 100% rename from uninstall.sh rename to bin/uninstall.sh diff --git a/debian/.debhelper/generated/lch/installed-by-dh_installdocs b/debian/.debhelper/generated/lch/installed-by-dh_installdocs new file mode 100644 index 0000000..e69de29 diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..05b36ac --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,8 @@ +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 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2f1d6d5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +lch (0.6-1) UNRELEASED; urgency=low + + * Initial release. Closes: #nnnn + + + -- pberrocal <> Sat, 03 Oct 2020 18:11:23 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..93b0deb --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: lch +Section: unknown +Priority: optional +Maintainer: pberrocal <> +Build-Depends: debhelper (>=11~) +Standards-Version: 4.1.4 +Homepage: + +Package: lch +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: auto-generated package by debmake + This Debian binary package was auto-generated by the + debmake(1) command provided by the debmake package. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..4945f2a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lch +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: .drone.yml + README.md + TODO + bin/install.sh + 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. diff --git a/debian/debhelper-build-stamp b/debian/debhelper-build-stamp new file mode 100644 index 0000000..eedab6c --- /dev/null +++ b/debian/debhelper-build-stamp @@ -0,0 +1 @@ +lch diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..340085b --- /dev/null +++ b/debian/files @@ -0,0 +1,2 @@ +lch_0.6-1_amd64.buildinfo unknown optional +lch_0.6-1_amd64.deb unknown optional diff --git a/debian/lch.substvars b/debian/lch.substvars new file mode 100644 index 0000000..978fc8b --- /dev/null +++ b/debian/lch.substvars @@ -0,0 +1,2 @@ +misc:Depends= +misc:Pre-Depends= diff --git a/debian/lch/DEBIAN/control b/debian/lch/DEBIAN/control new file mode 100644 index 0000000..7f32bbf --- /dev/null +++ b/debian/lch/DEBIAN/control @@ -0,0 +1,12 @@ +Package: lch +Version: 0.6-1 +Architecture: amd64 +Maintainer: pberrocal <> +Installed-Size: 9 +Section: unknown +Priority: optional +Multi-Arch: foreign +Homepage: +Description: auto-generated package by debmake + This Debian binary package was auto-generated by the + debmake(1) command provided by the debmake package. diff --git a/debian/lch/DEBIAN/md5sums b/debian/lch/DEBIAN/md5sums new file mode 100644 index 0000000..1f94776 --- /dev/null +++ b/debian/lch/DEBIAN/md5sums @@ -0,0 +1,3 @@ +f6fb3e8cd3df7844952899d38c245931 usr/share/doc/lch/README.Debian +9e4b1d3d394d61a03d567beb35cc8ed9 usr/share/doc/lch/changelog.Debian.gz +706cfa6c8e208af842ddf8e4424c0363 usr/share/doc/lch/copyright diff --git a/debian/lch/usr/share/doc/lch/README.Debian b/debian/lch/usr/share/doc/lch/README.Debian new file mode 100644 index 0000000..05b36ac --- /dev/null +++ b/debian/lch/usr/share/doc/lch/README.Debian @@ -0,0 +1,8 @@ +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 diff --git a/debian/lch/usr/share/doc/lch/changelog.Debian.gz b/debian/lch/usr/share/doc/lch/changelog.Debian.gz new file mode 100644 index 0000000..05dcdfb Binary files /dev/null and b/debian/lch/usr/share/doc/lch/changelog.Debian.gz differ diff --git a/debian/lch/usr/share/doc/lch/copyright b/debian/lch/usr/share/doc/lch/copyright new file mode 100644 index 0000000..4945f2a --- /dev/null +++ b/debian/lch/usr/share/doc/lch/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lch +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: .drone.yml + README.md + TODO + bin/install.sh + 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. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..4a97dfa --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +# You must remove unused comment lines for the released package. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9cf3a86 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/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 $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/local-options b/debian/source/local-options new file mode 100644 index 0000000..00131ee --- /dev/null +++ b/debian/source/local-options @@ -0,0 +1,2 @@ +#abort-on-upstream-changes +#unapply-patches diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..76575dc --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +version=3 diff --git a/lch b/lch index 860e85b..fbfe341 100755 --- a/lch +++ b/lch @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION=0.6r10 +VERSION=0.6r11 DEST=$1 shift 1 ORIG=$@ diff --git a/lch.1 b/man/lch.1 similarity index 100% rename from lch.1 rename to man/lch.1