From 41105fe15ebcd4256074c6cec7e90a9054879e6a Mon Sep 17 00:00:00 2001 From: Igor-Siciliani <36808532+igor-siciliani@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:13:28 -0300 Subject: [PATCH 1/7] fix - install ubuntu 24 1 --- dev/build.sh | 4 +- dev/postinst | 3 + shutils-0.5/debian/README.Debian | 6 - shutils-0.5/debian/README.source | 10 - shutils-0.5/debian/changelog | 5 - shutils-0.5/debian/files | 2 - shutils-0.5/debian/postinst.ex | 39 ---- shutils-0.5/debian/postrm.ex | 37 ---- shutils-0.5/debian/preinst.ex | 35 ---- shutils-0.5/debian/prerm.ex | 38 ---- shutils-0.5/debian/rules | 25 --- .../usr/share/doc/shutils/README.Debian | 6 - .../usr/share/doc/shutils/changelog.Debian.gz | Bin 175 -> 0 bytes shutils-0.5/debian/watch.ex | 38 ---- {shutils-0.5 => shutils-0.6}/azcopy10inst.sh | 0 .../shutils/dh_installchangelogs.dch.trimmed | 5 + .../generated/shutils/installed-by-dh_install | 0 .../shutils/installed-by-dh_installdocs | 0 shutils-0.6/debian/README.Debian | 6 + shutils-0.6/debian/README.source | 10 + shutils-0.6/debian/changelog | 5 + {shutils-0.5 => shutils-0.6}/debian/control | 0 .../shutils => shutils-0.6/debian}/copyright | 18 +- .../debian/debhelper-build-stamp | 0 shutils-0.6/debian/files | 2 + {shutils-0.5 => shutils-0.6}/debian/install | 0 .../debian/manpage.1.ex | 6 +- shutils-0.6/debian/manpage.md.ex | 134 +++++++++++++ .../debian/manpage.sgml.ex | 12 +- .../debian/manpage.xml.ex | 8 +- {shutils-0.5 => shutils-0.6}/debian/postinst | 3 + shutils-0.6/debian/postinst.ex | 39 ++++ {shutils-0.5 => shutils-0.6}/debian/postrm | 0 shutils-0.6/debian/postrm.ex | 37 ++++ {shutils-0.5 => shutils-0.6}/debian/preinst | 0 shutils-0.6/debian/preinst.ex | 35 ++++ shutils-0.6/debian/prerm.ex | 38 ++++ shutils-0.6/debian/rules | 26 +++ .../debian/salsa-ci.yml.ex | 5 +- .../debian/shutils-docs.docs | 0 .../debian/shutils.cron.d.ex | 2 +- .../debian/shutils.doc-base.ex | 0 .../debian/shutils.substvars | 0 .../debian/shutils/DEBIAN/control | 4 +- .../debian/shutils/DEBIAN/md5sums | 9 +- .../debian/shutils/DEBIAN/postinst | 3 + .../debian/shutils/DEBIAN/postrm | 0 .../debian/shutils/DEBIAN/preinst | 0 .../shutils/bin/shutils/azcopy10inst.sh | 0 .../debian/shutils/bin/shutils/dockerhubp.sh | 0 .../debian/shutils/bin/shutils/filebu.sh | 0 .../shutils/bin/shutils/filecompress.sh | 0 .../debian/shutils/bin/shutils/filefirst.sh | 0 .../debian/shutils/bin/shutils/filelarlist.sh | 0 .../debian/shutils/bin/shutils/filenum.sh | 0 .../debian/shutils/bin/shutils/filextract.sh | 0 .../debian/shutils/bin/shutils/gitc.sh | 0 .../debian/shutils/bin/shutils/gitcinfo.sh | 0 .../debian/shutils/bin/shutils/gitcsinfo.sh | 0 .../debian/shutils/bin/shutils/gitisinfo.sh | 0 .../debian/shutils/bin/shutils/gitlog.sh | 0 .../debian/shutils/bin/shutils/gitprinfo.sh | 0 .../debian/shutils/bin/shutils/gptsend.sh | 0 .../debian/shutils/bin/shutils/help.sh | 0 .../debian/shutils/bin/shutils/instR3.sh | 0 .../debian/shutils/bin/shutils/instT.sh | 0 .../debian/shutils/bin/shutils/jsonload.sh | 0 .../debian/shutils/bin/shutils/kp.sh | 0 .../debian/shutils/bin/shutils/list.sh | 0 .../debian/shutils/bin/shutils/myinfo.sh | 0 .../debian/shutils/bin/shutils/netinfo.sh | 0 .../debian/shutils/bin/shutils/netmyip.sh | 0 .../debian/shutils/bin/shutils/nviuse.sh | 0 .../debian/shutils/bin/shutils/podel.sh | 0 .../debian/shutils/bin/shutils/podget.sh | 0 .../debian/shutils/bin/shutils/podlog.sh | 0 .../debian/shutils/bin/shutils/podres.sh | 0 .../shutils/bin/shutils/podvalidname.sh | 0 .../debian/shutils/bin/shutils/portkill.sh | 0 .../debian/shutils/bin/shutils/psa.sh | 0 .../debian/shutils/bin/shutils/shutils.sh | 0 .../debian/shutils/bin/shutils/ssd.sh | 0 .../debian/shutils/bin/shutils}/version.sh | 0 .../debian/shutils/bin/shutils/whoisport.sh | 0 .../usr/share/doc-base/shutils.shutils | 20 ++ .../usr/share/doc/shutils/README.Debian | 6 + .../usr/share/doc/shutils/changelog.Debian.gz | Bin 0 -> 173 bytes .../shutils/usr/share/doc/shutils}/copyright | 18 +- .../debian/source/format | 0 shutils-0.6/debian/upstream/metadata.ex | 10 + shutils-0.6/debian/watch.ex | 37 ++++ {shutils-0.5 => shutils-0.6}/dockerhubp.sh | 0 {shutils-0.5 => shutils-0.6}/filebu.sh | 0 {shutils-0.5 => shutils-0.6}/filecompress.sh | 0 {shutils-0.5 => shutils-0.6}/filefirst.sh | 0 {shutils-0.5 => shutils-0.6}/filelarlist.sh | 0 {shutils-0.5 => shutils-0.6}/filenum.sh | 0 {shutils-0.5 => shutils-0.6}/filextract.sh | 0 {shutils-0.5 => shutils-0.6}/gitc.sh | 0 {shutils-0.5 => shutils-0.6}/gitcinfo.sh | 0 {shutils-0.5 => shutils-0.6}/gitcsinfo.sh | 0 {shutils-0.5 => shutils-0.6}/gitisinfo.sh | 0 {shutils-0.5 => shutils-0.6}/gitlog.sh | 0 {shutils-0.5 => shutils-0.6}/gitprinfo.sh | 0 {shutils-0.5 => shutils-0.6}/gptsend.sh | 0 {shutils-0.5 => shutils-0.6}/help.sh | 0 {shutils-0.5 => shutils-0.6}/instR3.sh | 0 {shutils-0.5 => shutils-0.6}/instT.sh | 0 {shutils-0.5 => shutils-0.6}/jsonload.sh | 0 {shutils-0.5 => shutils-0.6}/kp.sh | 0 {shutils-0.5 => shutils-0.6}/list.sh | 0 {shutils-0.5 => shutils-0.6}/myinfo.sh | 0 {shutils-0.5 => shutils-0.6}/netinfo.sh | 0 {shutils-0.5 => shutils-0.6}/netmyip.sh | 0 {shutils-0.5 => shutils-0.6}/nviuse.sh | 0 {shutils-0.5 => shutils-0.6}/podel.sh | 0 {shutils-0.5 => shutils-0.6}/podget.sh | 0 {shutils-0.5 => shutils-0.6}/podlog.sh | 0 {shutils-0.5 => shutils-0.6}/podres.sh | 0 {shutils-0.5 => shutils-0.6}/podvalidname.sh | 0 {shutils-0.5 => shutils-0.6}/portkill.sh | 0 {shutils-0.5 => shutils-0.6}/psa.sh | 0 {shutils-0.5 => shutils-0.6}/shutils.sh | 0 {shutils-0.5 => shutils-0.6}/ssd.sh | 0 .../bin/shutils => shutils-0.6}/version.sh | 2 +- {shutils-0.5 => shutils-0.6}/whoisport.sh | 0 shutils_0.6-1.debian.tar.xz | Bin 0 -> 9528 bytes shutils_0.6-1.dsc | 20 ++ shutils_0.6-1_all.deb | Bin 0 -> 13478 bytes shutils_0.6-1_amd64.build | 122 ++++++++++++ shutils_0.6-1_amd64.buildinfo | 177 ++++++++++++++++++ shutils_0.6-1_amd64.changes | 35 ++++ shutils_0.6.orig.tar.xz | Bin 0 -> 9440 bytes .../shutils_0.5-1.debian.tar.xz | Bin .../shutils_0.5-1.dsc | 0 .../shutils_0.5-1_all.deb | Bin .../shutils_0.5-1_amd64.build | 0 .../shutils_0.5-1_amd64.buildinfo | 0 .../shutils_0.5-1_amd64.changes | 0 .../shutils_0.5.orig.tar.xz | Bin 140 files changed, 821 insertions(+), 281 deletions(-) delete mode 100644 shutils-0.5/debian/README.Debian delete mode 100644 shutils-0.5/debian/README.source delete mode 100644 shutils-0.5/debian/changelog delete mode 100644 shutils-0.5/debian/files delete mode 100644 shutils-0.5/debian/postinst.ex delete mode 100644 shutils-0.5/debian/postrm.ex delete mode 100644 shutils-0.5/debian/preinst.ex delete mode 100644 shutils-0.5/debian/prerm.ex delete mode 100755 shutils-0.5/debian/rules delete mode 100644 shutils-0.5/debian/shutils/usr/share/doc/shutils/README.Debian delete mode 100644 shutils-0.5/debian/shutils/usr/share/doc/shutils/changelog.Debian.gz delete mode 100644 shutils-0.5/debian/watch.ex rename {shutils-0.5 => shutils-0.6}/azcopy10inst.sh (100%) create mode 100644 shutils-0.6/debian/.debhelper/generated/shutils/dh_installchangelogs.dch.trimmed rename {shutils-0.5 => shutils-0.6}/debian/.debhelper/generated/shutils/installed-by-dh_install (100%) rename {shutils-0.5 => shutils-0.6}/debian/.debhelper/generated/shutils/installed-by-dh_installdocs (100%) create mode 100644 shutils-0.6/debian/README.Debian create mode 100644 shutils-0.6/debian/README.source create mode 100644 shutils-0.6/debian/changelog rename {shutils-0.5 => shutils-0.6}/debian/control (100%) rename {shutils-0.5/debian/shutils/usr/share/doc/shutils => shutils-0.6/debian}/copyright (90%) rename {shutils-0.5 => shutils-0.6}/debian/debhelper-build-stamp (100%) create mode 100644 shutils-0.6/debian/files rename {shutils-0.5 => shutils-0.6}/debian/install (100%) rename {shutils-0.5 => shutils-0.6}/debian/manpage.1.ex (91%) create mode 100644 shutils-0.6/debian/manpage.md.ex rename {shutils-0.5 => shutils-0.6}/debian/manpage.sgml.ex (92%) rename {shutils-0.5 => shutils-0.6}/debian/manpage.xml.ex (98%) rename {shutils-0.5 => shutils-0.6}/debian/postinst (94%) create mode 100644 shutils-0.6/debian/postinst.ex rename {shutils-0.5 => shutils-0.6}/debian/postrm (100%) create mode 100644 shutils-0.6/debian/postrm.ex rename {shutils-0.5 => shutils-0.6}/debian/preinst (100%) create mode 100644 shutils-0.6/debian/preinst.ex create mode 100644 shutils-0.6/debian/prerm.ex create mode 100755 shutils-0.6/debian/rules rename {shutils-0.5 => shutils-0.6}/debian/salsa-ci.yml.ex (58%) rename {shutils-0.5 => shutils-0.6}/debian/shutils-docs.docs (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils.cron.d.ex (65%) rename shutils-0.5/debian/shutils.doc-base.EX => shutils-0.6/debian/shutils.doc-base.ex (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils.substvars (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/DEBIAN/control (85%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/DEBIAN/md5sums (86%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/DEBIAN/postinst (94%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/DEBIAN/postrm (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/DEBIAN/preinst (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/azcopy10inst.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/dockerhubp.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/filebu.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/filecompress.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/filefirst.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/filelarlist.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/filenum.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/filextract.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/gitc.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/gitcinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/gitcsinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/gitisinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/gitlog.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/gitprinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/gptsend.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/help.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/instR3.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/instT.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/jsonload.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/kp.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/list.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/myinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/netinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/netmyip.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/nviuse.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/podel.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/podget.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/podlog.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/podres.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/podvalidname.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/portkill.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/psa.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/shutils.sh (100%) rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/ssd.sh (100%) rename {shutils-0.5 => shutils-0.6/debian/shutils/bin/shutils}/version.sh (100%) mode change 100644 => 100755 rename {shutils-0.5 => shutils-0.6}/debian/shutils/bin/shutils/whoisport.sh (100%) create mode 100644 shutils-0.6/debian/shutils/usr/share/doc-base/shutils.shutils create mode 100644 shutils-0.6/debian/shutils/usr/share/doc/shutils/README.Debian create mode 100644 shutils-0.6/debian/shutils/usr/share/doc/shutils/changelog.Debian.gz rename {shutils-0.5/debian => shutils-0.6/debian/shutils/usr/share/doc/shutils}/copyright (90%) rename {shutils-0.5 => shutils-0.6}/debian/source/format (100%) create mode 100644 shutils-0.6/debian/upstream/metadata.ex create mode 100644 shutils-0.6/debian/watch.ex rename {shutils-0.5 => shutils-0.6}/dockerhubp.sh (100%) rename {shutils-0.5 => shutils-0.6}/filebu.sh (100%) rename {shutils-0.5 => shutils-0.6}/filecompress.sh (100%) rename {shutils-0.5 => shutils-0.6}/filefirst.sh (100%) rename {shutils-0.5 => shutils-0.6}/filelarlist.sh (100%) rename {shutils-0.5 => shutils-0.6}/filenum.sh (100%) rename {shutils-0.5 => shutils-0.6}/filextract.sh (100%) rename {shutils-0.5 => shutils-0.6}/gitc.sh (100%) rename {shutils-0.5 => shutils-0.6}/gitcinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/gitcsinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/gitisinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/gitlog.sh (100%) rename {shutils-0.5 => shutils-0.6}/gitprinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/gptsend.sh (100%) rename {shutils-0.5 => shutils-0.6}/help.sh (100%) rename {shutils-0.5 => shutils-0.6}/instR3.sh (100%) rename {shutils-0.5 => shutils-0.6}/instT.sh (100%) rename {shutils-0.5 => shutils-0.6}/jsonload.sh (100%) rename {shutils-0.5 => shutils-0.6}/kp.sh (100%) rename {shutils-0.5 => shutils-0.6}/list.sh (100%) rename {shutils-0.5 => shutils-0.6}/myinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/netinfo.sh (100%) rename {shutils-0.5 => shutils-0.6}/netmyip.sh (100%) rename {shutils-0.5 => shutils-0.6}/nviuse.sh (100%) rename {shutils-0.5 => shutils-0.6}/podel.sh (100%) rename {shutils-0.5 => shutils-0.6}/podget.sh (100%) rename {shutils-0.5 => shutils-0.6}/podlog.sh (100%) rename {shutils-0.5 => shutils-0.6}/podres.sh (100%) rename {shutils-0.5 => shutils-0.6}/podvalidname.sh (100%) rename {shutils-0.5 => shutils-0.6}/portkill.sh (100%) rename {shutils-0.5 => shutils-0.6}/psa.sh (100%) rename {shutils-0.5 => shutils-0.6}/shutils.sh (100%) rename {shutils-0.5 => shutils-0.6}/ssd.sh (100%) rename {shutils-0.5/debian/shutils/bin/shutils => shutils-0.6}/version.sh (90%) mode change 100755 => 100644 rename {shutils-0.5 => shutils-0.6}/whoisport.sh (100%) create mode 100644 shutils_0.6-1.debian.tar.xz create mode 100644 shutils_0.6-1.dsc create mode 100644 shutils_0.6-1_all.deb create mode 100644 shutils_0.6-1_amd64.build create mode 100644 shutils_0.6-1_amd64.buildinfo create mode 100644 shutils_0.6-1_amd64.changes create mode 100644 shutils_0.6.orig.tar.xz rename shutils_0.5-1.debian.tar.xz => versions/shutils_0.5-1.debian.tar.xz (100%) rename shutils_0.5-1.dsc => versions/shutils_0.5-1.dsc (100%) rename shutils_0.5-1_all.deb => versions/shutils_0.5-1_all.deb (100%) rename shutils_0.5-1_amd64.build => versions/shutils_0.5-1_amd64.build (100%) rename shutils_0.5-1_amd64.buildinfo => versions/shutils_0.5-1_amd64.buildinfo (100%) rename shutils_0.5-1_amd64.changes => versions/shutils_0.5-1_amd64.changes (100%) rename shutils_0.5.orig.tar.xz => versions/shutils_0.5.orig.tar.xz (100%) diff --git a/dev/build.sh b/dev/build.sh index c84a0d5..d3021e0 100644 --- a/dev/build.sh +++ b/dev/build.sh @@ -12,7 +12,7 @@ EOF #Using dh_make to create the debian packaging structure cd shutils/ -cd shutils-0.4/ +cd shutils-0.5/ rm -rf debian/ dh_make --indep --createorig # Create the debian/install and preinst files @@ -25,4 +25,4 @@ cp ../dev/control debian/control debuild -us -uc sudo apt remove shutils -sudo dpkg -i ../shutils_0.3-1_all.deb \ No newline at end of file +sudo dpkg -i ../shutils_0.5-1_all.deb \ No newline at end of file diff --git a/dev/postinst b/dev/postinst index ef7a376..97feb49 100644 --- a/dev/postinst +++ b/dev/postinst @@ -3,6 +3,9 @@ set -e set -x +# create work directory +mkdir -p /bin/shutils/ + # Set execution permissions for all files in /bin/shutils/ chmod -R +x /bin/shutils/ diff --git a/shutils-0.5/debian/README.Debian b/shutils-0.5/debian/README.Debian deleted file mode 100644 index c8a5208..0000000 --- a/shutils-0.5/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -shutils for Debian ------------------ - - - - -- Igor Siciliani Thu, 15 Aug 2024 15:26:17 -0300 diff --git a/shutils-0.5/debian/README.source b/shutils-0.5/debian/README.source deleted file mode 100644 index 773dfa8..0000000 --- a/shutils-0.5/debian/README.source +++ /dev/null @@ -1,10 +0,0 @@ -shutils for Debian ------------------ - - - - - - -- Igor Siciliani Thu, 15 Aug 2024 15:26:17 -0300 - diff --git a/shutils-0.5/debian/changelog b/shutils-0.5/debian/changelog deleted file mode 100644 index 6455cf7..0000000 --- a/shutils-0.5/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -shutils (0.5-1) unstable; urgency=medium - - * Initial release (Closes: #nnnn) - - -- Igor Siciliani Thu, 15 Aug 2024 15:26:17 -0300 diff --git a/shutils-0.5/debian/files b/shutils-0.5/debian/files deleted file mode 100644 index 582cff8..0000000 --- a/shutils-0.5/debian/files +++ /dev/null @@ -1,2 +0,0 @@ -shutils_0.5-1_all.deb unknown optional -shutils_0.5-1_amd64.buildinfo unknown optional diff --git a/shutils-0.5/debian/postinst.ex b/shutils-0.5/debian/postinst.ex deleted file mode 100644 index 4d28826..0000000 --- a/shutils-0.5/debian/postinst.ex +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# postinst script for shutils -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see https://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - configure) - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/shutils-0.5/debian/postrm.ex b/shutils-0.5/debian/postrm.ex deleted file mode 100644 index 5a158ed..0000000 --- a/shutils-0.5/debian/postrm.ex +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -# postrm script for shutils -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `purge' -# * `upgrade' -# * `failed-upgrade' -# * `abort-install' -# * `abort-install' -# * `abort-upgrade' -# * `disappear' -# -# for details, see https://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/shutils-0.5/debian/preinst.ex b/shutils-0.5/debian/preinst.ex deleted file mode 100644 index 2cd0e68..0000000 --- a/shutils-0.5/debian/preinst.ex +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# preinst script for shutils -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `install' -# * `install' -# * `upgrade' -# * `abort-upgrade' -# for details, see https://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - install|upgrade) - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/shutils-0.5/debian/prerm.ex b/shutils-0.5/debian/prerm.ex deleted file mode 100644 index 69cb1b8..0000000 --- a/shutils-0.5/debian/prerm.ex +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh -# prerm script for shutils -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see https://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - remove|upgrade|deconfigure) - ;; - - failed-upgrade) - ;; - - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/shutils-0.5/debian/rules b/shutils-0.5/debian/rules deleted file mode 100755 index e1c367c..0000000 --- a/shutils-0.5/debian/rules +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/make -f -# See debhelper(7) (uncomment to enable) -# output every command that modifies files on the build system. -#export DH_VERBOSE = 1 - - -# see FEATURE AREAS in dpkg-buildflags(1) -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -# see ENVIRONMENT in dpkg-buildflags(1) -# package maintainers to append CFLAGS -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -# package maintainers to append LDFLAGS -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - - -%: - dh $@ - - -# dh_make generated override targets -# This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - diff --git a/shutils-0.5/debian/shutils/usr/share/doc/shutils/README.Debian b/shutils-0.5/debian/shutils/usr/share/doc/shutils/README.Debian deleted file mode 100644 index c8a5208..0000000 --- a/shutils-0.5/debian/shutils/usr/share/doc/shutils/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -shutils for Debian ------------------ - - - - -- Igor Siciliani Thu, 15 Aug 2024 15:26:17 -0300 diff --git a/shutils-0.5/debian/shutils/usr/share/doc/shutils/changelog.Debian.gz b/shutils-0.5/debian/shutils/usr/share/doc/shutils/changelog.Debian.gz deleted file mode 100644 index c95e149d544f2a1dbbc64fa664d749abf5b2d88a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 175 zcmV;g08sxQiwFP!000020~L(R3W87=2KPS22W>1;j&=jHC|bD-@&%6ir$3wvoJ-`} zXS11Ejh|v*<&lc~kQHl0w$Y(!pVwuTWoSn0@Zz2oOT(xK`rI^06C8i@-s&sRPH~Ik dfcx?(MY&(PDvwohLMC=XBtHv7`8~V<005=vPL==w diff --git a/shutils-0.5/debian/watch.ex b/shutils-0.5/debian/watch.ex deleted file mode 100644 index ccd6887..0000000 --- a/shutils-0.5/debian/watch.ex +++ /dev/null @@ -1,38 +0,0 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 4 file -version=4 - -# PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig -#opts="pgpsigurlmangle=s%$%.sig%" - -# HTTP site (basic) -#http://example.com/downloads.html \ -# files/shutils-([\d\.]+)\.tar\.gz debian uupdate - -# Uncomment to examine an FTP server -#ftp://ftp.example.com/pub/shutils-(.*)\.tar\.gz debian uupdate - -# SourceForge hosted projects -# http://sf.net/shutils/ shutils-(.*)\.tar\.gz debian uupdate - -# GitHub hosted projects -#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%-$1.tar.gz%" \ -# https://github.com//shutils/tags \ -# (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate - -# PyPI -# https://pypi.debian.net/shutils/shutils-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) - -# Direct Git -# opts="mode=git" http://git.example.com/shutils.git \ -# refs/tags/v([\d\.]+) debian uupdate - - - - -# Uncomment to find new files on GooglePages -# http://example.googlepages.com/foo.html shutils-(.*)\.tar\.gz diff --git a/shutils-0.5/azcopy10inst.sh b/shutils-0.6/azcopy10inst.sh similarity index 100% rename from shutils-0.5/azcopy10inst.sh rename to shutils-0.6/azcopy10inst.sh diff --git a/shutils-0.6/debian/.debhelper/generated/shutils/dh_installchangelogs.dch.trimmed b/shutils-0.6/debian/.debhelper/generated/shutils/dh_installchangelogs.dch.trimmed new file mode 100644 index 0000000..6cc7410 --- /dev/null +++ b/shutils-0.6/debian/.debhelper/generated/shutils/dh_installchangelogs.dch.trimmed @@ -0,0 +1,5 @@ +shutils (0.6-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #nnnn) + + -- rogi Sat, 21 Feb 2026 18:59:48 -0300 diff --git a/shutils-0.5/debian/.debhelper/generated/shutils/installed-by-dh_install b/shutils-0.6/debian/.debhelper/generated/shutils/installed-by-dh_install similarity index 100% rename from shutils-0.5/debian/.debhelper/generated/shutils/installed-by-dh_install rename to shutils-0.6/debian/.debhelper/generated/shutils/installed-by-dh_install diff --git a/shutils-0.5/debian/.debhelper/generated/shutils/installed-by-dh_installdocs b/shutils-0.6/debian/.debhelper/generated/shutils/installed-by-dh_installdocs similarity index 100% rename from shutils-0.5/debian/.debhelper/generated/shutils/installed-by-dh_installdocs rename to shutils-0.6/debian/.debhelper/generated/shutils/installed-by-dh_installdocs diff --git a/shutils-0.6/debian/README.Debian b/shutils-0.6/debian/README.Debian new file mode 100644 index 0000000..308a559 --- /dev/null +++ b/shutils-0.6/debian/README.Debian @@ -0,0 +1,6 @@ +shutils for Debian +----------------- + + + + -- rogi Sat, 21 Feb 2026 18:59:48 -0300 diff --git a/shutils-0.6/debian/README.source b/shutils-0.6/debian/README.source new file mode 100644 index 0000000..76fadc1 --- /dev/null +++ b/shutils-0.6/debian/README.source @@ -0,0 +1,10 @@ +shutils for Debian +----------------- + + + + + + -- rogi Sat, 21 Feb 2026 18:59:48 -0300 + diff --git a/shutils-0.6/debian/changelog b/shutils-0.6/debian/changelog new file mode 100644 index 0000000..6cc7410 --- /dev/null +++ b/shutils-0.6/debian/changelog @@ -0,0 +1,5 @@ +shutils (0.6-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #nnnn) + + -- rogi Sat, 21 Feb 2026 18:59:48 -0300 diff --git a/shutils-0.5/debian/control b/shutils-0.6/debian/control similarity index 100% rename from shutils-0.5/debian/control rename to shutils-0.6/debian/control diff --git a/shutils-0.5/debian/shutils/usr/share/doc/shutils/copyright b/shutils-0.6/debian/copyright similarity index 90% rename from shutils-0.5/debian/shutils/usr/share/doc/shutils/copyright rename to shutils-0.6/debian/copyright index 4d5189b..3ae7636 100644 --- a/shutils-0.5/debian/shutils/usr/share/doc/shutils/copyright +++ b/shutils-0.6/debian/copyright @@ -1,11 +1,13 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: Upstream-Name: shutils Upstream-Contact: -Source: -Files: * -Copyright: - +Files: + * +Copyright: + + License: @@ -14,8 +16,10 @@ License: # If you want to use GPL v2 or later for the /debian/* files use # the following clauses, or change it to suit. Delete these two lines -Files: debian/* -Copyright: 2024 Igor Siciliani +Files: + debian/* +Copyright: + 2026 rogi License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +33,7 @@ License: GPL-2+ . You should have received a copy of the GNU General Public License along with this program. If not, see - . +Comment: On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/shutils-0.5/debian/debhelper-build-stamp b/shutils-0.6/debian/debhelper-build-stamp similarity index 100% rename from shutils-0.5/debian/debhelper-build-stamp rename to shutils-0.6/debian/debhelper-build-stamp diff --git a/shutils-0.6/debian/files b/shutils-0.6/debian/files new file mode 100644 index 0000000..5e5bd61 --- /dev/null +++ b/shutils-0.6/debian/files @@ -0,0 +1,2 @@ +shutils_0.6-1_all.deb unknown optional +shutils_0.6-1_amd64.buildinfo unknown optional diff --git a/shutils-0.5/debian/install b/shutils-0.6/debian/install similarity index 100% rename from shutils-0.5/debian/install rename to shutils-0.6/debian/install diff --git a/shutils-0.5/debian/manpage.1.ex b/shutils-0.6/debian/manpage.1.ex similarity index 91% rename from shutils-0.5/debian/manpage.1.ex rename to shutils-0.6/debian/manpage.1.ex index 2132ea0..daddba2 100644 --- a/shutils-0.5/debian/manpage.1.ex +++ b/shutils-0.6/debian/manpage.1.ex @@ -1,10 +1,10 @@ .\" Hey, EMACS: -*- nroff -*- -.\" (C) Copyright 2024 Igor Siciliani , +.\" (C) Copyright 2026 rogi , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH Shutils SECTION "August 15 2024" +.TH Shutils SECTION "February 21 2026" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -38,7 +38,7 @@ commands. \fBshutils\fP is a program that... .SH OPTIONS These programs follow the usual GNU command line syntax, with long -options starting with two dashes (`-'). +options starting with two dashes ('\-'). A summary of options is included below. For a complete description, see the Info files. .TP diff --git a/shutils-0.6/debian/manpage.md.ex b/shutils-0.6/debian/manpage.md.ex new file mode 100644 index 0000000..372b6ca --- /dev/null +++ b/shutils-0.6/debian/manpage.md.ex @@ -0,0 +1,134 @@ +% shutils(SECTION) | User Commands +% +% "February 21 2026" + +[comment]: # The lines above form a Pandoc metadata block. They must be +[comment]: # the first ones in the file. +[comment]: # See https://pandoc.org/MANUAL.html#metadata-blocks for details. + +[comment]: # pandoc -s -f markdown -t man package.md -o package.1 +[comment]: # +[comment]: # A manual page package.1 will be generated. You may view the +[comment]: # manual page with: nroff -man package.1 | less. A typical entry +[comment]: # in a Makefile or Makefile.am is: +[comment]: # +[comment]: # package.1: package.md +[comment]: # pandoc --standalone --from=markdown --to=man $< --output=$@ +[comment]: # +[comment]: # The pandoc binary is found in the pandoc package. Please remember +[comment]: # that if you create the nroff version in one of the debian/rules +[comment]: # file targets, such as build, you will need to include pandoc in +[comment]: # your Build-Depends control field. + +[comment]: # lowdown is a low dependency, lightweight alternative to +[comment]: # pandoc as a markdown to manpage translator. Use with: +[comment]: # +[comment]: # package.1: package.md +[comment]: # lowdown -s -Tman -o $@ $< +[comment]: # +[comment]: # And add lowdown to the Build-Depends control field. + +[comment]: # Remove the lines starting with '[comment]:' in this file in order +[comment]: # to avoid warning messages. + +# NAME + +shutils - program to do something + +# SYNOPSIS + +**shutils** **-e** _this_ [**\-\-example=that**] [{**-e** | **\-\-example**} _this_] + [{**-e** | **\-\-example**} {_this_ | _that_}] + +**shutils** [{**-h** | *\-\-help**} | {**-v** | **\-\-version**}] + +# DESCRIPTION + +This manual page documents briefly the **shutils** and **bar** commands. + +This manual page was written for the Debian distribution because the +original program does not have a manual page. Instead, it has documentation +in the GNU info(1) format; see below. + +**shutils** is a program that... + +# OPTIONS + +The program follows the usual GNU command line syntax, with long options +starting with two dashes ('-'). A summary of options is included below. For +a complete description, see the **info**(1) files. + +**-e** _this_, **\-\-example=**_that_ +: Does this and that. + +**-h**, **\-\-help** +: Show summary of options. + +**-v**, **\-\-version** +: Show version of program. + +# FILES + +/etc/foo.conf +: The system-wide configuration file to control the behaviour of + shutils. See **foo.conf**(5) for further details. + +${HOME}/.foo.conf +: The per-user configuration file to control the behaviour of + shutils. See **foo.conf**(5) for further details. + +# ENVIRONMENT + +**FOO_CONF** +: If used, the defined file is used as configuration file (see also + the section called “FILES”). + +# DIAGNOSTICS + +The following diagnostics may be issued on stderr: + +Bad configuration file. Exiting. +: The configuration file seems to contain a broken configuration + line. Use the **\-\-verbose** option, to get more info. + +**shutils** provides some return codes, that can be used in scripts: + + Code Diagnostic + 0 Program exited successfully. + 1 The configuration file seems to be broken. + +# BUGS + +The program is currently limited to only work with the foobar library. + +The upstream BTS can be found at http://bugzilla.foo.tld. + +# SEE ALSO + +**bar**(1), **baz**(1), **foo.conf**(5) + +The programs are documented fully by The Rise and Fall of a Fooish Bar +available via the **info**(1) system. + +# AUTHOR + +rogi +: Wrote this manpage for the Debian system. + +# COPYRIGHT + +Copyright © 2007 rogi + +This manual page was written for the Debian system (and may be used by +others). + +Permission is granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, Version 2 or (at your option) +any later version published by the Free Software Foundation. + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL. + +[comment]: # Local Variables: +[comment]: # mode: markdown +[comment]: # End: diff --git a/shutils-0.5/debian/manpage.sgml.ex b/shutils-0.6/debian/manpage.sgml.ex similarity index 92% rename from shutils-0.5/debian/manpage.sgml.ex rename to shutils-0.6/debian/manpage.sgml.ex index 149ff16..529d0c1 100644 --- a/shutils-0.5/debian/manpage.sgml.ex +++ b/shutils-0.6/debian/manpage.sgml.ex @@ -1,8 +1,8 @@ manpage.1'. You may view - the manual page with: `docbook-to-man manpage.sgml | nroff -man | + page: 'docbook-to-man manpage.sgml > manpage.1'. You may view + the manual page with: 'docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml @@ -20,12 +20,12 @@ manpage.1: manpage.sgml FIRSTNAME"> SURNAME"> - August 15 2024"> + February 21 2026"> SECTION"> - dev@meantrix.com"> - + rogi@unknown"> + Shutils"> @@ -87,7 +87,7 @@ manpage.1: manpage.sgml OPTIONS These programs follow the usual &gnu; command line syntax, - with long options starting with two dashes (`-'). A summary of + with long options starting with two dashes ('-'). A summary of options is included below. For a complete description, see the Info files. diff --git a/shutils-0.5/debian/manpage.xml.ex b/shutils-0.6/debian/manpage.xml.ex similarity index 98% rename from shutils-0.5/debian/manpage.xml.ex rename to shutils-0.6/debian/manpage.xml.ex index f810cbf..a0558f0 100644 --- a/shutils-0.5/debian/manpage.xml.ex +++ b/shutils-0.6/debian/manpage.xml.ex @@ -9,7 +9,7 @@ -''-param make.year.ranges "1" \ -''-param make.single.year.ranges "1" \ /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ - manpage.xml' + manpage.xml` A manual page .
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry @@ -48,8 +48,8 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - - + + @@ -159,7 +159,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ OPTIONS The program follows the usual GNU command line syntax, - with long options starting with two dashes (`-'). A summary of + with long options starting with two dashes ('-'). A summary of options is included below. For a complete description, see the info diff --git a/shutils-0.5/debian/postinst b/shutils-0.6/debian/postinst similarity index 94% rename from shutils-0.5/debian/postinst rename to shutils-0.6/debian/postinst index ef7a376..97feb49 100644 --- a/shutils-0.5/debian/postinst +++ b/shutils-0.6/debian/postinst @@ -3,6 +3,9 @@ set -e set -x +# create work directory +mkdir -p /bin/shutils/ + # Set execution permissions for all files in /bin/shutils/ chmod -R +x /bin/shutils/ diff --git a/shutils-0.6/debian/postinst.ex b/shutils-0.6/debian/postinst.ex new file mode 100644 index 0000000..65a168e --- /dev/null +++ b/shutils-0.6/debian/postinst.ex @@ -0,0 +1,39 @@ +#!/bin/sh +# postinst script for shutils. +# +# See: dh_installdeb(1). + +set -e + +# Summary of how this script can be called: +# * 'configure' +# * 'abort-upgrade' +# * 'abort-remove' 'in-favour' +# +# * 'abort-remove' +# * 'abort-deconfigure' 'in-favour' +# 'removing' +# +# for details, see https://www.debian.org/doc/debian-policy/ or +# the debian-policy package. + + +case "$1" in + configure) + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument '$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 diff --git a/shutils-0.5/debian/postrm b/shutils-0.6/debian/postrm similarity index 100% rename from shutils-0.5/debian/postrm rename to shutils-0.6/debian/postrm diff --git a/shutils-0.6/debian/postrm.ex b/shutils-0.6/debian/postrm.ex new file mode 100644 index 0000000..6135e3d --- /dev/null +++ b/shutils-0.6/debian/postrm.ex @@ -0,0 +1,37 @@ +#!/bin/sh +# postrm script for shutils. +# +# See: dh_installdeb(1). + +set -e + +# Summary of how this script can be called: +# * 'remove' +# * 'purge' +# * 'upgrade' +# * 'failed-upgrade' +# * 'abort-install' +# * 'abort-install' +# * 'abort-upgrade' +# * 'disappear' +# +# for details, see https://www.debian.org/doc/debian-policy/ or +# the debian-policy package. + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument '$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 diff --git a/shutils-0.5/debian/preinst b/shutils-0.6/debian/preinst similarity index 100% rename from shutils-0.5/debian/preinst rename to shutils-0.6/debian/preinst diff --git a/shutils-0.6/debian/preinst.ex b/shutils-0.6/debian/preinst.ex new file mode 100644 index 0000000..8e8b3ae --- /dev/null +++ b/shutils-0.6/debian/preinst.ex @@ -0,0 +1,35 @@ +#!/bin/sh +# preinst script for shutils. +# +# See: dh_installdeb(1). + +set -e + +# Summary of how this script can be called: +# * 'install' +# * 'install' +# * 'upgrade' +# * 'abort-upgrade' +# for details, see https://www.debian.org/doc/debian-policy/ or +# the debian-policy package. + + +case "$1" in + install|upgrade) + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument '$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 diff --git a/shutils-0.6/debian/prerm.ex b/shutils-0.6/debian/prerm.ex new file mode 100644 index 0000000..65e23ef --- /dev/null +++ b/shutils-0.6/debian/prerm.ex @@ -0,0 +1,38 @@ +#!/bin/sh +# prerm script for shutils. +# +# See: dh_installdeb(1). + +set -e + +# Summary of how this script can be called: +# * 'remove' +# * 'upgrade' +# * 'failed-upgrade' +# * 'remove' 'in-favour' +# * 'deconfigure' 'in-favour' +# 'removing' +# +# for details, see https://www.debian.org/doc/debian-policy/ or +# the debian-policy package. + + +case "$1" in + remove|upgrade|deconfigure) + ;; + + failed-upgrade) + ;; + + *) + echo "prerm called with unknown argument '$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 diff --git a/shutils-0.6/debian/rules b/shutils-0.6/debian/rules new file mode 100755 index 0000000..f1d1d25 --- /dev/null +++ b/shutils-0.6/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +# See debhelper(7) (uncomment to enable). +# Output every command that modifies files on the build system. +#export DH_VERBOSE = 1 + + +# See FEATURE AREAS in dpkg-buildflags(1). +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +# See ENVIRONMENT in dpkg-buildflags(1). +# Package maintainers to append CFLAGS. +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +# Package maintainers to append LDFLAGS. +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + + +%: + dh $@ + + +# dh_make generated override targets. +# This is an example for Cmake (see ). +#override_dh_auto_configure: +# dh_auto_configure -- \ +# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) diff --git a/shutils-0.5/debian/salsa-ci.yml.ex b/shutils-0.6/debian/salsa-ci.yml.ex similarity index 58% rename from shutils-0.5/debian/salsa-ci.yml.ex rename to shutils-0.6/debian/salsa-ci.yml.ex index 260ebbe..11a64c6 100644 --- a/shutils-0.5/debian/salsa-ci.yml.ex +++ b/shutils-0.6/debian/salsa-ci.yml.ex @@ -3,9 +3,8 @@ # # To enable the jobs, go to your repository (at salsa.debian.org) # and click over Settings > CI/CD > Expand (in General pipelines). -# In "Custom CI config path" write debian/salsa-ci.yml and click +# In "CI/CD configuration file" write debian/salsa-ci.yml and click # in "Save Changes". The CI tests will run after the next commit. --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml diff --git a/shutils-0.5/debian/shutils-docs.docs b/shutils-0.6/debian/shutils-docs.docs similarity index 100% rename from shutils-0.5/debian/shutils-docs.docs rename to shutils-0.6/debian/shutils-docs.docs diff --git a/shutils-0.5/debian/shutils.cron.d.ex b/shutils-0.6/debian/shutils.cron.d.ex similarity index 65% rename from shutils-0.5/debian/shutils.cron.d.ex rename to shutils-0.6/debian/shutils.cron.d.ex index d60289b..392e41d 100644 --- a/shutils-0.5/debian/shutils.cron.d.ex +++ b/shutils-0.6/debian/shutils.cron.d.ex @@ -1,4 +1,4 @@ # -# Regular cron jobs for the shutils package +# Regular cron jobs for the shutils package. # 0 4 * * * root [ -x /usr/bin/shutils_maintenance ] && /usr/bin/shutils_maintenance diff --git a/shutils-0.5/debian/shutils.doc-base.EX b/shutils-0.6/debian/shutils.doc-base.ex similarity index 100% rename from shutils-0.5/debian/shutils.doc-base.EX rename to shutils-0.6/debian/shutils.doc-base.ex diff --git a/shutils-0.5/debian/shutils.substvars b/shutils-0.6/debian/shutils.substvars similarity index 100% rename from shutils-0.5/debian/shutils.substvars rename to shutils-0.6/debian/shutils.substvars diff --git a/shutils-0.5/debian/shutils/DEBIAN/control b/shutils-0.6/debian/shutils/DEBIAN/control similarity index 85% rename from shutils-0.5/debian/shutils/DEBIAN/control rename to shutils-0.6/debian/shutils/DEBIAN/control index f49fed9..a138f96 100644 --- a/shutils-0.5/debian/shutils/DEBIAN/control +++ b/shutils-0.6/debian/shutils/DEBIAN/control @@ -1,8 +1,8 @@ Package: shutils -Version: 0.5-1 +Version: 0.6-1 Architecture: all Maintainer: Igor Siciliani -Installed-Size: 61 +Installed-Size: 63 Depends: git, gh Section: unknown Priority: optional diff --git a/shutils-0.5/debian/shutils/DEBIAN/md5sums b/shutils-0.6/debian/shutils/DEBIAN/md5sums similarity index 86% rename from shutils-0.5/debian/shutils/DEBIAN/md5sums rename to shutils-0.6/debian/shutils/DEBIAN/md5sums index faadc51..da68c8e 100644 --- a/shutils-0.5/debian/shutils/DEBIAN/md5sums +++ b/shutils-0.6/debian/shutils/DEBIAN/md5sums @@ -32,8 +32,9 @@ a66d91aeea239c7a3fb84d387b0e6ecc bin/shutils/portkill.sh a695f00369a096cd747dd5335ff6257a bin/shutils/psa.sh f782554e1a46d22c1dab450f8a4e3657 bin/shutils/shutils.sh 879fe06f7640cfee1bd495f1576be480 bin/shutils/ssd.sh -1314008262df5ac41ed9b13ffd4a6f5c bin/shutils/version.sh +3b04796c40d49d4233bac74c0079cc17 bin/shutils/version.sh 40be59de6d205d06232ff08bad4f3969 bin/shutils/whoisport.sh -fbdd4f47671d86fdb698a72170e4f4d1 usr/share/doc/shutils/README.Debian -be3efd004730f2c2226f39e168004a39 usr/share/doc/shutils/changelog.Debian.gz -9d3214b6c5a3501855a64af90ea71cb6 usr/share/doc/shutils/copyright +17adbd518087221ea8901812702b2e9c usr/share/doc-base/shutils.shutils +21c0c2ba1c81790f1465b2133f9b5cca usr/share/doc/shutils/README.Debian +b22d8c9b1ed7cb1037849463698ba4bd usr/share/doc/shutils/changelog.Debian.gz +1e2ce21557484b04d7908b525a0e4dbe usr/share/doc/shutils/copyright diff --git a/shutils-0.5/debian/shutils/DEBIAN/postinst b/shutils-0.6/debian/shutils/DEBIAN/postinst similarity index 94% rename from shutils-0.5/debian/shutils/DEBIAN/postinst rename to shutils-0.6/debian/shutils/DEBIAN/postinst index ef7a376..97feb49 100755 --- a/shutils-0.5/debian/shutils/DEBIAN/postinst +++ b/shutils-0.6/debian/shutils/DEBIAN/postinst @@ -3,6 +3,9 @@ set -e set -x +# create work directory +mkdir -p /bin/shutils/ + # Set execution permissions for all files in /bin/shutils/ chmod -R +x /bin/shutils/ diff --git a/shutils-0.5/debian/shutils/DEBIAN/postrm b/shutils-0.6/debian/shutils/DEBIAN/postrm similarity index 100% rename from shutils-0.5/debian/shutils/DEBIAN/postrm rename to shutils-0.6/debian/shutils/DEBIAN/postrm diff --git a/shutils-0.5/debian/shutils/DEBIAN/preinst b/shutils-0.6/debian/shutils/DEBIAN/preinst similarity index 100% rename from shutils-0.5/debian/shutils/DEBIAN/preinst rename to shutils-0.6/debian/shutils/DEBIAN/preinst diff --git a/shutils-0.5/debian/shutils/bin/shutils/azcopy10inst.sh b/shutils-0.6/debian/shutils/bin/shutils/azcopy10inst.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/azcopy10inst.sh rename to shutils-0.6/debian/shutils/bin/shutils/azcopy10inst.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/dockerhubp.sh b/shutils-0.6/debian/shutils/bin/shutils/dockerhubp.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/dockerhubp.sh rename to shutils-0.6/debian/shutils/bin/shutils/dockerhubp.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/filebu.sh b/shutils-0.6/debian/shutils/bin/shutils/filebu.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/filebu.sh rename to shutils-0.6/debian/shutils/bin/shutils/filebu.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/filecompress.sh b/shutils-0.6/debian/shutils/bin/shutils/filecompress.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/filecompress.sh rename to shutils-0.6/debian/shutils/bin/shutils/filecompress.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/filefirst.sh b/shutils-0.6/debian/shutils/bin/shutils/filefirst.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/filefirst.sh rename to shutils-0.6/debian/shutils/bin/shutils/filefirst.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/filelarlist.sh b/shutils-0.6/debian/shutils/bin/shutils/filelarlist.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/filelarlist.sh rename to shutils-0.6/debian/shutils/bin/shutils/filelarlist.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/filenum.sh b/shutils-0.6/debian/shutils/bin/shutils/filenum.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/filenum.sh rename to shutils-0.6/debian/shutils/bin/shutils/filenum.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/filextract.sh b/shutils-0.6/debian/shutils/bin/shutils/filextract.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/filextract.sh rename to shutils-0.6/debian/shutils/bin/shutils/filextract.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/gitc.sh b/shutils-0.6/debian/shutils/bin/shutils/gitc.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/gitc.sh rename to shutils-0.6/debian/shutils/bin/shutils/gitc.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/gitcinfo.sh b/shutils-0.6/debian/shutils/bin/shutils/gitcinfo.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/gitcinfo.sh rename to shutils-0.6/debian/shutils/bin/shutils/gitcinfo.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/gitcsinfo.sh b/shutils-0.6/debian/shutils/bin/shutils/gitcsinfo.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/gitcsinfo.sh rename to shutils-0.6/debian/shutils/bin/shutils/gitcsinfo.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/gitisinfo.sh b/shutils-0.6/debian/shutils/bin/shutils/gitisinfo.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/gitisinfo.sh rename to shutils-0.6/debian/shutils/bin/shutils/gitisinfo.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/gitlog.sh b/shutils-0.6/debian/shutils/bin/shutils/gitlog.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/gitlog.sh rename to shutils-0.6/debian/shutils/bin/shutils/gitlog.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/gitprinfo.sh b/shutils-0.6/debian/shutils/bin/shutils/gitprinfo.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/gitprinfo.sh rename to shutils-0.6/debian/shutils/bin/shutils/gitprinfo.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/gptsend.sh b/shutils-0.6/debian/shutils/bin/shutils/gptsend.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/gptsend.sh rename to shutils-0.6/debian/shutils/bin/shutils/gptsend.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/help.sh b/shutils-0.6/debian/shutils/bin/shutils/help.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/help.sh rename to shutils-0.6/debian/shutils/bin/shutils/help.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/instR3.sh b/shutils-0.6/debian/shutils/bin/shutils/instR3.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/instR3.sh rename to shutils-0.6/debian/shutils/bin/shutils/instR3.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/instT.sh b/shutils-0.6/debian/shutils/bin/shutils/instT.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/instT.sh rename to shutils-0.6/debian/shutils/bin/shutils/instT.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/jsonload.sh b/shutils-0.6/debian/shutils/bin/shutils/jsonload.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/jsonload.sh rename to shutils-0.6/debian/shutils/bin/shutils/jsonload.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/kp.sh b/shutils-0.6/debian/shutils/bin/shutils/kp.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/kp.sh rename to shutils-0.6/debian/shutils/bin/shutils/kp.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/list.sh b/shutils-0.6/debian/shutils/bin/shutils/list.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/list.sh rename to shutils-0.6/debian/shutils/bin/shutils/list.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/myinfo.sh b/shutils-0.6/debian/shutils/bin/shutils/myinfo.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/myinfo.sh rename to shutils-0.6/debian/shutils/bin/shutils/myinfo.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/netinfo.sh b/shutils-0.6/debian/shutils/bin/shutils/netinfo.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/netinfo.sh rename to shutils-0.6/debian/shutils/bin/shutils/netinfo.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/netmyip.sh b/shutils-0.6/debian/shutils/bin/shutils/netmyip.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/netmyip.sh rename to shutils-0.6/debian/shutils/bin/shutils/netmyip.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/nviuse.sh b/shutils-0.6/debian/shutils/bin/shutils/nviuse.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/nviuse.sh rename to shutils-0.6/debian/shutils/bin/shutils/nviuse.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/podel.sh b/shutils-0.6/debian/shutils/bin/shutils/podel.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/podel.sh rename to shutils-0.6/debian/shutils/bin/shutils/podel.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/podget.sh b/shutils-0.6/debian/shutils/bin/shutils/podget.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/podget.sh rename to shutils-0.6/debian/shutils/bin/shutils/podget.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/podlog.sh b/shutils-0.6/debian/shutils/bin/shutils/podlog.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/podlog.sh rename to shutils-0.6/debian/shutils/bin/shutils/podlog.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/podres.sh b/shutils-0.6/debian/shutils/bin/shutils/podres.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/podres.sh rename to shutils-0.6/debian/shutils/bin/shutils/podres.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/podvalidname.sh b/shutils-0.6/debian/shutils/bin/shutils/podvalidname.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/podvalidname.sh rename to shutils-0.6/debian/shutils/bin/shutils/podvalidname.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/portkill.sh b/shutils-0.6/debian/shutils/bin/shutils/portkill.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/portkill.sh rename to shutils-0.6/debian/shutils/bin/shutils/portkill.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/psa.sh b/shutils-0.6/debian/shutils/bin/shutils/psa.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/psa.sh rename to shutils-0.6/debian/shutils/bin/shutils/psa.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/shutils.sh b/shutils-0.6/debian/shutils/bin/shutils/shutils.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/shutils.sh rename to shutils-0.6/debian/shutils/bin/shutils/shutils.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/ssd.sh b/shutils-0.6/debian/shutils/bin/shutils/ssd.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/ssd.sh rename to shutils-0.6/debian/shutils/bin/shutils/ssd.sh diff --git a/shutils-0.5/version.sh b/shutils-0.6/debian/shutils/bin/shutils/version.sh old mode 100644 new mode 100755 similarity index 100% rename from shutils-0.5/version.sh rename to shutils-0.6/debian/shutils/bin/shutils/version.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/whoisport.sh b/shutils-0.6/debian/shutils/bin/shutils/whoisport.sh similarity index 100% rename from shutils-0.5/debian/shutils/bin/shutils/whoisport.sh rename to shutils-0.6/debian/shutils/bin/shutils/whoisport.sh diff --git a/shutils-0.6/debian/shutils/usr/share/doc-base/shutils.shutils b/shutils-0.6/debian/shutils/usr/share/doc-base/shutils.shutils new file mode 100644 index 0000000..79bb0dd --- /dev/null +++ b/shutils-0.6/debian/shutils/usr/share/doc-base/shutils.shutils @@ -0,0 +1,20 @@ +Document: shutils +Title: Debian shutils Manual +Author: +Abstract: This manual describes what shutils is + and how it can be used to + manage online manuals on Debian systems. +Section: unknown + +Format: debiandoc-sgml +Files: /usr/share/doc/shutils/shutils.sgml.gz + +Format: postscript +Files: /usr/share/doc/shutils/shutils.ps.gz + +Format: text +Files: /usr/share/doc/shutils/shutils.text.gz + +Format: HTML +Index: /usr/share/doc/shutils/html/index.html +Files: /usr/share/doc/shutils/html/*.html diff --git a/shutils-0.6/debian/shutils/usr/share/doc/shutils/README.Debian b/shutils-0.6/debian/shutils/usr/share/doc/shutils/README.Debian new file mode 100644 index 0000000..308a559 --- /dev/null +++ b/shutils-0.6/debian/shutils/usr/share/doc/shutils/README.Debian @@ -0,0 +1,6 @@ +shutils for Debian +----------------- + + + + -- rogi Sat, 21 Feb 2026 18:59:48 -0300 diff --git a/shutils-0.6/debian/shutils/usr/share/doc/shutils/changelog.Debian.gz b/shutils-0.6/debian/shutils/usr/share/doc/shutils/changelog.Debian.gz new file mode 100644 index 0000000000000000000000000000000000000000..af71b8ecabdc0ece99fa2ce5f47b15e413fa82fb GIT binary patch literal 173 zcmV;e08;-SiwFP!000020~L(H3W7iw2Jb$_2VFE$Rx2?xDat^Ih^zJg@ick{ycdw1rVMiPx~}=*>-MS->2*;5{!}C~B$Hl)iwQ;u>b%70ozXk literal 0 HcmV?d00001 diff --git a/shutils-0.5/debian/copyright b/shutils-0.6/debian/shutils/usr/share/doc/shutils/copyright similarity index 90% rename from shutils-0.5/debian/copyright rename to shutils-0.6/debian/shutils/usr/share/doc/shutils/copyright index 4d5189b..3ae7636 100644 --- a/shutils-0.5/debian/copyright +++ b/shutils-0.6/debian/shutils/usr/share/doc/shutils/copyright @@ -1,11 +1,13 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: Upstream-Name: shutils Upstream-Contact: -Source: -Files: * -Copyright: - +Files: + * +Copyright: + + License: @@ -14,8 +16,10 @@ License: # If you want to use GPL v2 or later for the /debian/* files use # the following clauses, or change it to suit. Delete these two lines -Files: debian/* -Copyright: 2024 Igor Siciliani +Files: + debian/* +Copyright: + 2026 rogi License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +33,7 @@ License: GPL-2+ . You should have received a copy of the GNU General Public License along with this program. If not, see - . +Comment: On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/shutils-0.5/debian/source/format b/shutils-0.6/debian/source/format similarity index 100% rename from shutils-0.5/debian/source/format rename to shutils-0.6/debian/source/format diff --git a/shutils-0.6/debian/upstream/metadata.ex b/shutils-0.6/debian/upstream/metadata.ex new file mode 100644 index 0000000..5b68ff7 --- /dev/null +++ b/shutils-0.6/debian/upstream/metadata.ex @@ -0,0 +1,10 @@ +# Example file for upstream/metadata. +# See https://wiki.debian.org/UpstreamMetadata for more info/fields. +# Below an example based on a github project. + +# Bug-Database: https://github.com//shutils/issues +# Bug-Submit: https://github.com//shutils/issues/new +# Changelog: https://github.com//shutils/blob/master/CHANGES +# Documentation: https://github.com//shutils/wiki +# Repository-Browse: https://github.com//shutils +# Repository: https://github.com//shutils.git diff --git a/shutils-0.6/debian/watch.ex b/shutils-0.6/debian/watch.ex new file mode 100644 index 0000000..22df3ed --- /dev/null +++ b/shutils-0.6/debian/watch.ex @@ -0,0 +1,37 @@ +# Example watch control file for uscan. +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format. + +# Compulsory line, this is a version 4 file. +version=4 + +# PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig. +#opts="pgpsigurlmangle=s%$%.sig%" + +# HTTP site (basic). +#http://example.com/downloads.html \ +# files/shutils-([\d\.]+)\.tar\.gz + +# Uncomment to examine an FTP server. +#ftp://ftp.example.com/pub/shutils-(.*)\.tar\.gz + +# SourceForge hosted projects. +#http://sf.net/shutils/ shutils-(.*)\.tar\.gz + +# GitHub hosted projects. +#opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \ +# https://github.com///tags \ +# (?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@ + +# GitLab hosted projects. +#opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \ +# https://gitlab.com///-/tags \ +# archive/v?@ANY_VERSION@/-v?\d\S*@ARCHIVE_EXT@ + +# PyPI. +#https://pypi.debian.net/shutils/shutils-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) + +# Direct Git. +#opts="mode=git" http://git.example.com/shutils.git \ +# refs/tags/v([\d\.]+) diff --git a/shutils-0.5/dockerhubp.sh b/shutils-0.6/dockerhubp.sh similarity index 100% rename from shutils-0.5/dockerhubp.sh rename to shutils-0.6/dockerhubp.sh diff --git a/shutils-0.5/filebu.sh b/shutils-0.6/filebu.sh similarity index 100% rename from shutils-0.5/filebu.sh rename to shutils-0.6/filebu.sh diff --git a/shutils-0.5/filecompress.sh b/shutils-0.6/filecompress.sh similarity index 100% rename from shutils-0.5/filecompress.sh rename to shutils-0.6/filecompress.sh diff --git a/shutils-0.5/filefirst.sh b/shutils-0.6/filefirst.sh similarity index 100% rename from shutils-0.5/filefirst.sh rename to shutils-0.6/filefirst.sh diff --git a/shutils-0.5/filelarlist.sh b/shutils-0.6/filelarlist.sh similarity index 100% rename from shutils-0.5/filelarlist.sh rename to shutils-0.6/filelarlist.sh diff --git a/shutils-0.5/filenum.sh b/shutils-0.6/filenum.sh similarity index 100% rename from shutils-0.5/filenum.sh rename to shutils-0.6/filenum.sh diff --git a/shutils-0.5/filextract.sh b/shutils-0.6/filextract.sh similarity index 100% rename from shutils-0.5/filextract.sh rename to shutils-0.6/filextract.sh diff --git a/shutils-0.5/gitc.sh b/shutils-0.6/gitc.sh similarity index 100% rename from shutils-0.5/gitc.sh rename to shutils-0.6/gitc.sh diff --git a/shutils-0.5/gitcinfo.sh b/shutils-0.6/gitcinfo.sh similarity index 100% rename from shutils-0.5/gitcinfo.sh rename to shutils-0.6/gitcinfo.sh diff --git a/shutils-0.5/gitcsinfo.sh b/shutils-0.6/gitcsinfo.sh similarity index 100% rename from shutils-0.5/gitcsinfo.sh rename to shutils-0.6/gitcsinfo.sh diff --git a/shutils-0.5/gitisinfo.sh b/shutils-0.6/gitisinfo.sh similarity index 100% rename from shutils-0.5/gitisinfo.sh rename to shutils-0.6/gitisinfo.sh diff --git a/shutils-0.5/gitlog.sh b/shutils-0.6/gitlog.sh similarity index 100% rename from shutils-0.5/gitlog.sh rename to shutils-0.6/gitlog.sh diff --git a/shutils-0.5/gitprinfo.sh b/shutils-0.6/gitprinfo.sh similarity index 100% rename from shutils-0.5/gitprinfo.sh rename to shutils-0.6/gitprinfo.sh diff --git a/shutils-0.5/gptsend.sh b/shutils-0.6/gptsend.sh similarity index 100% rename from shutils-0.5/gptsend.sh rename to shutils-0.6/gptsend.sh diff --git a/shutils-0.5/help.sh b/shutils-0.6/help.sh similarity index 100% rename from shutils-0.5/help.sh rename to shutils-0.6/help.sh diff --git a/shutils-0.5/instR3.sh b/shutils-0.6/instR3.sh similarity index 100% rename from shutils-0.5/instR3.sh rename to shutils-0.6/instR3.sh diff --git a/shutils-0.5/instT.sh b/shutils-0.6/instT.sh similarity index 100% rename from shutils-0.5/instT.sh rename to shutils-0.6/instT.sh diff --git a/shutils-0.5/jsonload.sh b/shutils-0.6/jsonload.sh similarity index 100% rename from shutils-0.5/jsonload.sh rename to shutils-0.6/jsonload.sh diff --git a/shutils-0.5/kp.sh b/shutils-0.6/kp.sh similarity index 100% rename from shutils-0.5/kp.sh rename to shutils-0.6/kp.sh diff --git a/shutils-0.5/list.sh b/shutils-0.6/list.sh similarity index 100% rename from shutils-0.5/list.sh rename to shutils-0.6/list.sh diff --git a/shutils-0.5/myinfo.sh b/shutils-0.6/myinfo.sh similarity index 100% rename from shutils-0.5/myinfo.sh rename to shutils-0.6/myinfo.sh diff --git a/shutils-0.5/netinfo.sh b/shutils-0.6/netinfo.sh similarity index 100% rename from shutils-0.5/netinfo.sh rename to shutils-0.6/netinfo.sh diff --git a/shutils-0.5/netmyip.sh b/shutils-0.6/netmyip.sh similarity index 100% rename from shutils-0.5/netmyip.sh rename to shutils-0.6/netmyip.sh diff --git a/shutils-0.5/nviuse.sh b/shutils-0.6/nviuse.sh similarity index 100% rename from shutils-0.5/nviuse.sh rename to shutils-0.6/nviuse.sh diff --git a/shutils-0.5/podel.sh b/shutils-0.6/podel.sh similarity index 100% rename from shutils-0.5/podel.sh rename to shutils-0.6/podel.sh diff --git a/shutils-0.5/podget.sh b/shutils-0.6/podget.sh similarity index 100% rename from shutils-0.5/podget.sh rename to shutils-0.6/podget.sh diff --git a/shutils-0.5/podlog.sh b/shutils-0.6/podlog.sh similarity index 100% rename from shutils-0.5/podlog.sh rename to shutils-0.6/podlog.sh diff --git a/shutils-0.5/podres.sh b/shutils-0.6/podres.sh similarity index 100% rename from shutils-0.5/podres.sh rename to shutils-0.6/podres.sh diff --git a/shutils-0.5/podvalidname.sh b/shutils-0.6/podvalidname.sh similarity index 100% rename from shutils-0.5/podvalidname.sh rename to shutils-0.6/podvalidname.sh diff --git a/shutils-0.5/portkill.sh b/shutils-0.6/portkill.sh similarity index 100% rename from shutils-0.5/portkill.sh rename to shutils-0.6/portkill.sh diff --git a/shutils-0.5/psa.sh b/shutils-0.6/psa.sh similarity index 100% rename from shutils-0.5/psa.sh rename to shutils-0.6/psa.sh diff --git a/shutils-0.5/shutils.sh b/shutils-0.6/shutils.sh similarity index 100% rename from shutils-0.5/shutils.sh rename to shutils-0.6/shutils.sh diff --git a/shutils-0.5/ssd.sh b/shutils-0.6/ssd.sh similarity index 100% rename from shutils-0.5/ssd.sh rename to shutils-0.6/ssd.sh diff --git a/shutils-0.5/debian/shutils/bin/shutils/version.sh b/shutils-0.6/version.sh old mode 100755 new mode 100644 similarity index 90% rename from shutils-0.5/debian/shutils/bin/shutils/version.sh rename to shutils-0.6/version.sh index fe9755b..de2da20 --- a/shutils-0.5/debian/shutils/bin/shutils/version.sh +++ b/shutils-0.6/version.sh @@ -4,6 +4,6 @@ # package version echo. ####################################### version () { - local v="0.0.3" + local v="0.5" echo "shutils ($v) unstable; urgency=medium" } \ No newline at end of file diff --git a/shutils-0.5/whoisport.sh b/shutils-0.6/whoisport.sh similarity index 100% rename from shutils-0.5/whoisport.sh rename to shutils-0.6/whoisport.sh diff --git a/shutils_0.6-1.debian.tar.xz b/shutils_0.6-1.debian.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..4e54d533cb1682b55f88631b11d8a111273a6ce7 GIT binary patch literal 9528 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%0A{^?#b)J${VR+=ihDytTNz$Arac&%#93Mehq~ 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 W-~#}QWV&dv#Ao{g000001X)@%4yq9V literal 0 HcmV?d00001 diff --git a/shutils_0.6-1.dsc b/shutils_0.6-1.dsc new file mode 100644 index 0000000..52e52fb --- /dev/null +++ b/shutils_0.6-1.dsc @@ -0,0 +1,20 @@ +Format: 3.0 (quilt) +Source: shutils +Binary: shutils +Architecture: all +Version: 0.6-1 +Maintainer: Igor Siciliani +Homepage: https://github.com/meantrix +Standards-Version: 4.4.1 +Build-Depends: debhelper-compat (= 12) +Package-List: + shutils deb unknown optional arch=all +Checksums-Sha1: + e98ef0b569030ed54ecb84a35a4ce639911f8309 9440 shutils_0.6.orig.tar.xz + ad21f5c363e9db4b79d78ad6a274b03e90d8bcb5 9528 shutils_0.6-1.debian.tar.xz +Checksums-Sha256: + 5dea7614a44f6a9b98fc6d8ef68e6f2d47f55f2c9db557fcbb1c49f6c7549269 9440 shutils_0.6.orig.tar.xz + a53b5ad8dbd9183661210a0ffdc5196e63b3c0afdcd08f681e4d76692ae999e1 9528 shutils_0.6-1.debian.tar.xz +Files: + 4521e55d01f22594ed2b2efcffad48ef 9440 shutils_0.6.orig.tar.xz + feed6718d24a7eec76241a6ec2c3c5c8 9528 shutils_0.6-1.debian.tar.xz diff --git a/shutils_0.6-1_all.deb b/shutils_0.6-1_all.deb new file mode 100644 index 0000000000000000000000000000000000000000..4978448c4c5d9f5066d90c8995b2911fd1ea6d49 GIT binary patch literal 13478 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 literal 0 HcmV?d00001 diff --git a/shutils_0.6-1_amd64.build b/shutils_0.6-1_amd64.build new file mode 100644 index 0000000..fe04964 --- /dev/null +++ b/shutils_0.6-1_amd64.build @@ -0,0 +1,122 @@ + dpkg-buildpackage -us -uc -ui +dpkg-buildpackage: informação: pacote fonte shutils +dpkg-buildpackage: informação: versão da fonte 0.6-1 +dpkg-buildpackage: informação: distribuição fonte UNRELEASED +dpkg-buildpackage: informação: fonte alterada por rogi + dpkg-source --before-build . +dpkg-buildpackage: informação: arquitetura do servidor amd64 + fakeroot debian/rules clean +dh clean + dh_clean + dpkg-source -b . +dpkg-source: informação: a usar formato fonte '3.0 (quilt)' +dpkg-source: informação: a compilar shutils usando ./shutils_0.6.orig.tar.xz existente +dpkg-source: informação: compilando shutils no shutils_0.6-1.debian.tar.xz +dpkg-source: informação: compilando shutils no shutils_0.6-1.dsc + debian/rules build +dh build + dh_update_autotools_config + dh_autoreconf + create-stamp debian/debhelper-build-stamp + fakeroot debian/rules binary +dh binary + dh_testroot + dh_prep + dh_auto_install --destdir=debian/shutils/ + dh_install + dh_installdocs + dh_installchangelogs + dh_perl + dh_link + dh_strip_nondeterminism + dh_compress + dh_fixperms + dh_missing + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb +dpkg-deb: a compilar o pacote 'shutils' em '../shutils_0.6-1_all.deb'. + dpkg-genbuildinfo -O../shutils_0.6-1_amd64.buildinfo + dpkg-genchanges -O../shutils_0.6-1_amd64.changes +dpkg-genchanges: informação: incluindo todos os códigos fonte no upload + dpkg-source --after-build . +dpkg-buildpackage: informação: envio completo (fontes originais estão inclusas) +Now running lintian shutils_0.6-1_amd64.changes ... +E: shutils changes: bogus-mail-host Changed-By rogi@unknown +E: shutils: bogus-mail-host-in-debian-changelog rogi@unknown (for version 0.6-1) [usr/share/doc/shutils/changelog.Debian.gz:1] +E: shutils: changelog-is-dh_make-template [usr/share/doc/shutils/changelog.Debian.gz:1] +E: shutils: copyright-contains-dh_make-todo-boilerplate +E: shutils source: debian-rules-is-dh_make-template [debian/rules:22] +E: shutils: doc-base-file-references-missing-file /usr/share/doc/shutils/html/*.html [usr/share/doc-base/shutils.shutils:20] +E: shutils: doc-base-file-references-missing-file /usr/share/doc/shutils/html/index.html [usr/share/doc-base/shutils.shutils:19] +E: shutils: doc-base-file-references-missing-file /usr/share/doc/shutils/shutils.ps.gz [usr/share/doc-base/shutils.shutils:13] +E: shutils: doc-base-file-references-missing-file /usr/share/doc/shutils/shutils.sgml.gz [usr/share/doc-base/shutils.shutils:10] +E: shutils: doc-base-file-references-missing-file /usr/share/doc/shutils/shutils.text.gz [usr/share/doc-base/shutils.shutils:16] +E: shutils: extended-description-is-empty +E: shutils: helper-templates-in-copyright +E: shutils source: readme-source-is-dh_make-template [debian/README.source] +E: shutils: section-is-dh_make-template +E: shutils: subdir-in-bin [bin/shutils/] +W: shutils: copyright-has-url-from-dh_make-boilerplate +W: shutils source: debhelper-but-no-misc-depends shutils +W: shutils source: dh-make-template-in-source [debian/manpage.1.ex] +W: shutils source: dh-make-template-in-source [debian/manpage.md.ex] +W: shutils source: dh-make-template-in-source [debian/manpage.sgml.ex] +W: shutils source: dh-make-template-in-source [debian/manpage.xml.ex] +W: shutils source: dh-make-template-in-source [debian/postinst.ex] +W: shutils source: dh-make-template-in-source [debian/postrm.ex] +W: shutils source: dh-make-template-in-source [debian/preinst.ex] +W: shutils source: dh-make-template-in-source [debian/prerm.ex] +W: shutils source: dh-make-template-in-source [debian/salsa-ci.yml.ex] +W: shutils source: dh-make-template-in-source [debian/shutils.cron.d.ex] +W: shutils source: dh-make-template-in-source [debian/shutils.doc-base.ex] +W: shutils source: dh-make-template-in-source [debian/watch.ex] +W: shutils: doc-base-abstract-field-is-template [usr/share/doc-base/shutils.shutils:6] +W: shutils: doc-base-unknown-section unknown [usr/share/doc-base/shutils.shutils:7] +W: shutils: executable-not-elf-or-script [bin/shutils/azcopy10inst.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/dockerhubp.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/filebu.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/filecompress.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/filefirst.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/filelarlist.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/filenum.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/filextract.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/gitc.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/gitcinfo.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/gitcsinfo.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/gitisinfo.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/gitlog.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/gitprinfo.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/gptsend.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/help.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/instR3.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/instT.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/jsonload.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/kp.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/list.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/myinfo.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/netinfo.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/netmyip.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/nviuse.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/podel.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/podget.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/podlog.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/podres.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/podvalidname.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/portkill.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/psa.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/shutils.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/ssd.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/version.sh] +W: shutils: executable-not-elf-or-script [bin/shutils/whoisport.sh] +W: shutils: initial-upload-closes-no-bugs [usr/share/doc/shutils/changelog.Debian.gz:1] +W: shutils: maintainer-script-ignores-errors [preinst] +W: shutils source: maintainer-script-lacks-debhelper-token [debian/postinst] +W: shutils source: maintainer-script-lacks-debhelper-token [debian/postrm] +W: shutils source: maintainer-script-lacks-debhelper-token [debian/preinst] +W: shutils: readme-debian-contains-invalid-email-address rogi@unknown [usr/share/doc/shutils/README.Debian] +W: shutils: recursive-privilege-change "chmod -R" [postinst:10] +W: shutils source: space-in-std-shortname-in-dep5-copyright [debian/copyright:11] +W: shutils: wrong-bug-number-in-closes #nnnn [usr/share/doc/shutils/changelog.Debian.gz:3] +Finished running lintian. diff --git a/shutils_0.6-1_amd64.buildinfo b/shutils_0.6-1_amd64.buildinfo new file mode 100644 index 0000000..58800c8 --- /dev/null +++ b/shutils_0.6-1_amd64.buildinfo @@ -0,0 +1,177 @@ +Format: 1.0 +Source: shutils +Binary: shutils +Architecture: all source +Version: 0.6-1 +Checksums-Md5: + 38d6bc88fb76da48ff03618590ff5167 797 shutils_0.6-1.dsc + 8b09f389bc6384a651c597ea9cec866d 13478 shutils_0.6-1_all.deb +Checksums-Sha1: + fb335ed7177041464472687ed445032c1e1240c9 797 shutils_0.6-1.dsc + 921ba184411e8962f086273d17bf530972972cc2 13478 shutils_0.6-1_all.deb +Checksums-Sha256: + 97c11a1f82aca11f2055d66c4673c6fde28a4598e1e4fdc1d78e0b9889d9afbb 797 shutils_0.6-1.dsc + 3b5c601786ba76493f3f1b37cb6c4b976b2fa9422db5d716ca859e4a89c688b2 13478 shutils_0.6-1_all.deb +Build-Origin: Ubuntu +Build-Architecture: amd64 +Build-Date: Sat, 21 Feb 2026 19:01:11 -0300 +Build-Tainted-By: + merged-usr-via-aliased-dirs + usr-local-has-programs +Installed-Build-Depends: + autoconf (= 2.71-3), + automake (= 1:1.16.5-1.3ubuntu1), + autopoint (= 0.21-14ubuntu2), + autotools-dev (= 20220109.1), + base-files (= 13ubuntu10.4), + base-passwd (= 3.6.3build1), + bash (= 5.2.21-2ubuntu4), + binutils (= 2.42-4ubuntu2.8), + binutils-common (= 2.42-4ubuntu2.8), + binutils-x86-64-linux-gnu (= 2.42-4ubuntu2.8), + bsdextrautils (= 2.39.3-9ubuntu6.4), + bsdutils (= 1:2.39.3-9ubuntu6.4), + build-essential (= 12.10ubuntu1), + bzip2 (= 1.0.8-5.1build0.1), + coreutils (= 9.4-3ubuntu6.1), + cpp (= 4:13.2.0-7ubuntu1), + cpp-13 (= 13.3.0-6ubuntu2~24.04.1), + cpp-13-x86-64-linux-gnu (= 13.3.0-6ubuntu2~24.04.1), + cpp-x86-64-linux-gnu (= 4:13.2.0-7ubuntu1), + dash (= 0.5.12-6ubuntu5), + debconf (= 1.5.86ubuntu1), + debhelper (= 13.14.1ubuntu5), + debianutils (= 5.17build1), + debugedit (= 1:5.0-5build2), + dh-autoreconf (= 20), + dh-strip-nondeterminism (= 1.13.1-1), + diffutils (= 1:3.10-1build1), + dpkg (= 1.22.6ubuntu6.5), + dpkg-dev (= 1.22.6ubuntu6.5), + dwz (= 0.15-1build6), + file (= 1:5.45-3build1), + findutils (= 4.9.0-5build1), + g++ (= 4:13.2.0-7ubuntu1), + g++-13 (= 13.3.0-6ubuntu2~24.04.1), + g++-13-x86-64-linux-gnu (= 13.3.0-6ubuntu2~24.04.1), + g++-x86-64-linux-gnu (= 4:13.2.0-7ubuntu1), + gcc (= 4:13.2.0-7ubuntu1), + gcc-13 (= 13.3.0-6ubuntu2~24.04.1), + gcc-13-base (= 13.3.0-6ubuntu2~24.04.1), + gcc-13-x86-64-linux-gnu (= 13.3.0-6ubuntu2~24.04.1), + gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), + gcc-x86-64-linux-gnu (= 4:13.2.0-7ubuntu1), + gettext (= 0.21-14ubuntu2), + gettext-base (= 0.21-14ubuntu2), + grep (= 3.11-4build1), + groff-base (= 1.23.0-3build2), + gzip (= 1.12-1ubuntu3.1), + hostname (= 3.23+nmu2ubuntu2), + init-system-helpers (= 1.66ubuntu1), + install-info (= 7.1-3build2), + intltool-debian (= 0.35.0+20060710.6), + libacl1 (= 2.3.2-1build1.1), + libarchive-zip-perl (= 1.68-1), + libasan8 (= 14.2.0-4ubuntu2~24.04.1), + libatomic1 (= 14.2.0-4ubuntu2~24.04.1), + libattr1 (= 1:2.5.2-1build1.1), + libaudit-common (= 1:3.1.2-2.1build1.1), + libaudit1 (= 1:3.1.2-2.1build1.1), + libbinutils (= 2.42-4ubuntu2.8), + libblkid1 (= 2.39.3-9ubuntu6.4), + libbz2-1.0 (= 1.0.8-5.1build0.1), + libc-bin (= 2.39-0ubuntu8.7), + libc-dev-bin (= 2.39-0ubuntu8.7), + libc6 (= 2.39-0ubuntu8.7), + libc6-dev (= 2.39-0ubuntu8.7), + libcap-ng0 (= 0.8.4-2build2), + libcap2 (= 1:2.66-5ubuntu2.2), + libcc1-0 (= 14.2.0-4ubuntu2~24.04.1), + libcrypt-dev (= 1:4.4.36-4build1), + libcrypt1 (= 1:4.4.36-4build1), + libctf-nobfd0 (= 2.42-4ubuntu2.8), + libctf0 (= 2.42-4ubuntu2.8), + libdb5.3t64 (= 5.3.28+dfsg2-7), + libdebconfclient0 (= 0.271ubuntu3), + libdebhelper-perl (= 13.14.1ubuntu5), + libdpkg-perl (= 1.22.6ubuntu6.5), + libdw1t64 (= 0.190-1.1ubuntu0.1), + libelf1t64 (= 0.190-1.1ubuntu0.1), + libfile-stripnondeterminism-perl (= 1.13.1-1), + libgcc-13-dev (= 13.3.0-6ubuntu2~24.04.1), + libgcc-s1 (= 14.2.0-4ubuntu2~24.04.1), + libgcrypt20 (= 1.10.3-2build1), + libgdbm-compat4t64 (= 1.23-5.1build1), + libgdbm6t64 (= 1.23-5.1build1), + libgmp10 (= 2:6.3.0+dfsg-2ubuntu6.1), + libgomp1 (= 14.2.0-4ubuntu2~24.04.1), + libgpg-error0 (= 1.47-3build2.1), + libgprofng0 (= 2.42-4ubuntu2.8), + libhwasan0 (= 14.2.0-4ubuntu2~24.04.1), + libicu74 (= 74.2-1ubuntu3.1), + libisl23 (= 0.26-3build1.1), + libitm1 (= 14.2.0-4ubuntu2~24.04.1), + libjansson4 (= 2.14-2build2), + liblsan0 (= 14.2.0-4ubuntu2~24.04.1), + liblz4-1 (= 1.9.4-1build1.1), + liblzma5 (= 5.6.1+really5.4.5-1ubuntu0.2), + libmagic-mgc (= 1:5.45-3build1), + libmagic1t64 (= 1:5.45-3build1), + libmd0 (= 1.1.0-2build1.1), + libmount1 (= 2.39.3-9ubuntu6.4), + libmpc3 (= 1.3.1-1build1.1), + libmpfr6 (= 4.2.1-1build1.1), + libpam-modules (= 1.5.3-5ubuntu5.5), + libpam-modules-bin (= 1.5.3-5ubuntu5.5), + libpam-runtime (= 1.5.3-5ubuntu5.5), + libpam0g (= 1.5.3-5ubuntu5.5), + libpcre2-8-0 (= 10.42-4ubuntu2.1), + libperl5.38t64 (= 5.38.2-3.2ubuntu0.2), + libpipeline1 (= 1.5.7-2), + libquadmath0 (= 14.2.0-4ubuntu2~24.04.1), + libseccomp2 (= 2.5.5-1ubuntu3.1), + libselinux1 (= 3.5-2ubuntu2.1), + libsframe1 (= 2.42-4ubuntu2.8), + libsmartcols1 (= 2.39.3-9ubuntu6.4), + libssl3t64 (= 3.0.13-0ubuntu3.7), + libstdc++-13-dev (= 13.3.0-6ubuntu2~24.04.1), + libstdc++6 (= 14.2.0-4ubuntu2~24.04.1), + libsub-override-perl (= 0.10-1), + libsystemd0 (= 255.4-1ubuntu8.12), + libtinfo6 (= 6.4+20240113-1ubuntu2), + libtool (= 2.4.7-7build1), + libtsan2 (= 14.2.0-4ubuntu2~24.04.1), + libubsan1 (= 14.2.0-4ubuntu2~24.04.1), + libuchardet0 (= 0.0.8-1build1), + libudev1 (= 255.4-1ubuntu8.12), + libunistring5 (= 1.1-2build1.1), + libuuid1 (= 2.39.3-9ubuntu6.4), + libxml2 (= 2.9.14+dfsg-1.3ubuntu3.7), + libzstd1 (= 1.5.5+dfsg2-2build1.1), + linux-libc-dev (= 6.8.0-100.100), + login (= 1:4.13+dfsg1-4ubuntu3.2), + lto-disabled-list (= 47), + m4 (= 1.4.19-4build1), + make (= 4.3-4.1build2), + man-db (= 2.12.0-4build2), + mawk (= 1.3.4.20240123-1build1), + ncurses-base (= 6.4+20240113-1ubuntu2), + ncurses-bin (= 6.4+20240113-1ubuntu2), + patch (= 2.7.6-7build3), + perl (= 5.38.2-3.2ubuntu0.2), + perl-base (= 5.38.2-3.2ubuntu0.2), + perl-modules-5.38 (= 5.38.2-3.2ubuntu0.2), + po-debconf (= 1.0.21+nmu1), + rpcsvc-proto (= 1.4.2-0ubuntu7), + sed (= 4.9-2build1), + sensible-utils (= 0.0.22), + sysvinit-utils (= 3.08-6ubuntu3), + tar (= 1.35+dfsg-3build1), + util-linux (= 2.39.3-9ubuntu6.4), + xz-utils (= 5.6.1+really5.4.5-1ubuntu0.2), + zlib1g (= 1:1.3.dfsg-3.1ubuntu2.1) +Environment: + DEB_BUILD_OPTIONS="parallel=12" + DEB_BUILD_PROFILES="noudeb" + LANG="pt_BR.UTF-8" + SOURCE_DATE_EPOCH="1771711188" diff --git a/shutils_0.6-1_amd64.changes b/shutils_0.6-1_amd64.changes new file mode 100644 index 0000000..fb9b145 --- /dev/null +++ b/shutils_0.6-1_amd64.changes @@ -0,0 +1,35 @@ +Format: 1.8 +Date: Sat, 21 Feb 2026 18:59:48 -0300 +Source: shutils +Binary: shutils +Built-For-Profiles: noudeb +Architecture: source all +Version: 0.6-1 +Distribution: UNRELEASED +Urgency: medium +Maintainer: Igor Siciliani +Changed-By: rogi +Description: + shutils - Bash useful functions +Changes: + shutils (0.6-1) UNRELEASED; urgency=medium + . + * Initial release. (Closes: #nnnn) +Checksums-Sha1: + fb335ed7177041464472687ed445032c1e1240c9 797 shutils_0.6-1.dsc + e98ef0b569030ed54ecb84a35a4ce639911f8309 9440 shutils_0.6.orig.tar.xz + ad21f5c363e9db4b79d78ad6a274b03e90d8bcb5 9528 shutils_0.6-1.debian.tar.xz + 921ba184411e8962f086273d17bf530972972cc2 13478 shutils_0.6-1_all.deb + d4ce74e0692700c8f540e3baa2415758f5ce0d83 6109 shutils_0.6-1_amd64.buildinfo +Checksums-Sha256: + 97c11a1f82aca11f2055d66c4673c6fde28a4598e1e4fdc1d78e0b9889d9afbb 797 shutils_0.6-1.dsc + 5dea7614a44f6a9b98fc6d8ef68e6f2d47f55f2c9db557fcbb1c49f6c7549269 9440 shutils_0.6.orig.tar.xz + a53b5ad8dbd9183661210a0ffdc5196e63b3c0afdcd08f681e4d76692ae999e1 9528 shutils_0.6-1.debian.tar.xz + 3b5c601786ba76493f3f1b37cb6c4b976b2fa9422db5d716ca859e4a89c688b2 13478 shutils_0.6-1_all.deb + e126ee51a6f63d98fc6f868e36f74d47093f01ef8181e176ab95e5a5ee65cf9d 6109 shutils_0.6-1_amd64.buildinfo +Files: + 38d6bc88fb76da48ff03618590ff5167 797 unknown optional shutils_0.6-1.dsc + 4521e55d01f22594ed2b2efcffad48ef 9440 unknown optional shutils_0.6.orig.tar.xz + feed6718d24a7eec76241a6ec2c3c5c8 9528 unknown optional shutils_0.6-1.debian.tar.xz + 8b09f389bc6384a651c597ea9cec866d 13478 unknown optional shutils_0.6-1_all.deb + 9727a08c5f988b623fa0b3a25ac2b9e6 6109 unknown optional shutils_0.6-1_amd64.buildinfo diff --git a/shutils_0.6.orig.tar.xz b/shutils_0.6.orig.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..52ecac83acc6cf9fe42b1a9b21e33780100e4ae3 GIT binary patch literal 9440 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 literal 0 HcmV?d00001 diff --git a/shutils_0.5-1.debian.tar.xz b/versions/shutils_0.5-1.debian.tar.xz similarity index 100% rename from shutils_0.5-1.debian.tar.xz rename to versions/shutils_0.5-1.debian.tar.xz diff --git a/shutils_0.5-1.dsc b/versions/shutils_0.5-1.dsc similarity index 100% rename from shutils_0.5-1.dsc rename to versions/shutils_0.5-1.dsc diff --git a/shutils_0.5-1_all.deb b/versions/shutils_0.5-1_all.deb similarity index 100% rename from shutils_0.5-1_all.deb rename to versions/shutils_0.5-1_all.deb diff --git a/shutils_0.5-1_amd64.build b/versions/shutils_0.5-1_amd64.build similarity index 100% rename from shutils_0.5-1_amd64.build rename to versions/shutils_0.5-1_amd64.build diff --git a/shutils_0.5-1_amd64.buildinfo b/versions/shutils_0.5-1_amd64.buildinfo similarity index 100% rename from shutils_0.5-1_amd64.buildinfo rename to versions/shutils_0.5-1_amd64.buildinfo diff --git a/shutils_0.5-1_amd64.changes b/versions/shutils_0.5-1_amd64.changes similarity index 100% rename from shutils_0.5-1_amd64.changes rename to versions/shutils_0.5-1_amd64.changes diff --git a/shutils_0.5.orig.tar.xz b/versions/shutils_0.5.orig.tar.xz similarity index 100% rename from shutils_0.5.orig.tar.xz rename to versions/shutils_0.5.orig.tar.xz From acf87d13484a9dcc92326325862b60ac84ac6af4 Mon Sep 17 00:00:00 2001 From: Igor-Siciliani <36808532+igor-siciliani@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:48:08 -0300 Subject: [PATCH 2/7] fix - postint 24.04 ubuntu --- shutils-0.6/debian/postinst | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/shutils-0.6/debian/postinst b/shutils-0.6/debian/postinst index 97feb49..37328d2 100644 --- a/shutils-0.6/debian/postinst +++ b/shutils-0.6/debian/postinst @@ -1,35 +1,35 @@ #!/bin/bash - set -e set -x -# create work directory -mkdir -p /bin/shutils/ - -# Set execution permissions for all files in /bin/shutils/ -chmod -R +x /bin/shutils/ +SHUTILS_FILE="/bin/shutils/shutils.sh" +PROFILE_FILE="/etc/profile.d/shutils.sh" +BASHRC_FILE="/etc/bash.bashrc" +ZSHRC_FILE="/etc/zsh/zshrc" +HOOK_LINE='. /etc/profile.d/shutils.sh' -# Check if the shutils.sh file exists -if [ -f /bin/shutils/shutils.sh ]; then - . /bin/shutils/shutils.sh -else - echo "Error: can't find /bin/shutils/shutils.sh file" +if [ ! -f "$SHUTILS_FILE" ]; then + echo "Error: can't find $SHUTILS_FILE" exit 1 fi -# Export functions to bash and zsh -echo '. /bin/shutils/shutils.sh' > /etc/profile.d/shutils.sh +cat > "$PROFILE_FILE" <> /etc/bash.bashrc +chmod 644 "$PROFILE_FILE" + +if [ -f "$BASHRC_FILE" ]; then + if ! grep -Fqx "$HOOK_LINE" "$BASHRC_FILE"; then + echo "$HOOK_LINE" >> "$BASHRC_FILE" fi fi -if [ -f /etc/zsh/zshrc ]; then - if ! grep -q '/etc/profile.d/shutils.sh' /etc/zsh/zshrc; then - echo ". /etc/profile.d/shutils.sh" >> /etc/zsh/zshrc + +if [ -f "$ZSHRC_FILE" ]; then + if ! grep -Fqx "$HOOK_LINE" "$ZSHRC_FILE"; then + echo "$HOOK_LINE" >> "$ZSHRC_FILE" fi fi echo "Shutils installation completed." +exit 0 \ No newline at end of file From 5a6366a6f0d926847f455e73193b0e6db099bb91 Mon Sep 17 00:00:00 2001 From: Igor-Siciliani <36808532+igor-siciliani@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:48:19 -0300 Subject: [PATCH 3/7] fix - postrm 24.04 ubuntu --- shutils-0.6/debian/postrm | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/shutils-0.6/debian/postrm b/shutils-0.6/debian/postrm index 4a8393f..d0ab026 100644 --- a/shutils-0.6/debian/postrm +++ b/shutils-0.6/debian/postrm @@ -1,24 +1,16 @@ #!/bin/bash - set -e set -x -case "$1" in - remove|upgrade|failed-upgrade|disappear) - # Remove as configurações relacionadas ao shutils do arquivo /etc/bash.bashrc - sed -i '/\. \/etc\/profile\.d\/shutils\.sh/d' /etc/bash.bashrc - - # Remove o arquivo /etc/profile.d/shutils.sh - rm -f /etc/profile.d/shutils.sh +BASHRC_FILE="/etc/bash.bashrc" +ZSHRC_FILE="/etc/zsh/zshrc" +PROFILE_FILE="/etc/profile.d/shutils.sh" - # Remove os diretórios /usr/share/shutils e /bin/shutils se eles existirem - if [ -d "/usr/share/shutils" ]; then - rm -rf "/usr/share/shutils" - fi - - if [ -d "/bin/shutils" ]; then - rm -rf "/bin/shutils" - fi +case "$1" in + purge) + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$BASHRC_FILE" || true + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$ZSHRC_FILE" || true + rm -f "$PROFILE_FILE" || true ;; esac From 1a1f49395ce9b83b3e48d63fc5386a1dddec15ae Mon Sep 17 00:00:00 2001 From: Igor-Siciliani <36808532+igor-siciliani@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:48:28 -0300 Subject: [PATCH 4/7] feat - remove preinst 24.04 ubuntu --- shutils-0.6/debian/preinst | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/shutils-0.6/debian/preinst b/shutils-0.6/debian/preinst index c93dad0..457793a 100644 --- a/shutils-0.6/debian/preinst +++ b/shutils-0.6/debian/preinst @@ -1,23 +1,5 @@ #!/bin/bash +set -e +set -x -echo "Looking for old version of shutils..." - -if [ -f /etc/profile.d/shutils.sh ]; then - sudo rm -f /etc/profile.d/shutils.sh - echo "Removed old shutils from /etc/profile.d..." -fi - -if [ -d /bin/shutils ]; then - sudo rm -rf /bin/shutils - echo "Removed old shutils from /bin..." -fi - -# Clean up shutils entries from bashrc -if [ -f /etc/bash.bashrc ]; then - sed -i '/\. \/etc\/profile\.d\/shutils\.sh/d' /etc/bash.bashrc -fi - -# Check if zshrc exists before trying to modify it -if [ -f /etc/zsh/zshrc ]; then - sed -i '/\. \/etc\/profile\.d\/shutils\.sh/d' /etc/zsh/zshrc -fi +exit 0 \ No newline at end of file From 4ab4f2d8871f11fcb0d2583437c80f0fd3803fc7 Mon Sep 17 00:00:00 2001 From: Igor-Siciliani <36808532+igor-siciliani@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:48:39 -0300 Subject: [PATCH 5/7] add prerm 24.04 ubuntu --- shutils-0.6/debian/prerm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 shutils-0.6/debian/prerm diff --git a/shutils-0.6/debian/prerm b/shutils-0.6/debian/prerm new file mode 100644 index 0000000..af92a45 --- /dev/null +++ b/shutils-0.6/debian/prerm @@ -0,0 +1,17 @@ +#!/bin/bash +set -e +set -x + +BASHRC_FILE="/etc/bash.bashrc" +ZSHRC_FILE="/etc/zsh/zshrc" +PROFILE_FILE="/etc/profile.d/shutils.sh" + +case "$1" in + remove|deconfigure) + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$BASHRC_FILE" || true + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$ZSHRC_FILE" || true + rm -f "$PROFILE_FILE" || true + ;; +esac + +exit 0 \ No newline at end of file From cf68b0df8017dbe045aad35b170b1f998ff732c8 Mon Sep 17 00:00:00 2001 From: Igor-Siciliani <36808532+igor-siciliani@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:49:10 -0300 Subject: [PATCH 6/7] feat - 0.0.6 24.04 ubuntu --- CHANGELOG.md | 10 ++++++++++ dev/build.sh | 6 +++--- dev/postinst | 40 ++++++++++++++++++++-------------------- dev/postrm | 24 ++++++++---------------- dev/preinst | 24 +++--------------------- dev/prerm | 17 +++++++++++++++++ 6 files changed, 61 insertions(+), 60 deletions(-) create mode 100644 dev/prerm diff --git a/CHANGELOG.md b/CHANGELOG.md index 667c4de..67f78ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.6 (10/03/26) +- **Package installation/upgrade fix**: Fixed `.deb` installation and reinstallation flow for newer Ubuntu versions, especially Ubuntu 24.04. +- **`postinst`**: Added post-install configuration to load `shutils.sh` through `/etc/profile.d/shutils.sh`. +- **`prerm`**: Added safe cleanup of `/etc/bash.bashrc`, `/etc/zsh/zshrc`, and `/etc/profile.d/shutils.sh` on package removal. +- **`postrm`**: Added final cleanup on `purge` without removing package-owned files managed by `dpkg`. +- **`preinst`**: Simplified pre-install script to avoid deleting installed files during upgrade/reinstall. +- **Upgrade safety**: Removed destructive maintenance behavior that could delete `/bin/shutils` during reinstall or package upgrade. +- **Shell integration**: Improved idempotent shell hook registration, avoiding duplicate entries in `bashrc` and `zshrc`. +- **Ubuntu 24.04 compatibility**: Adjusted maintainer scripts to behave correctly under newer Debian/Ubuntu package lifecycle handling. + ## 0.5 (15/08/24) - **`portkill`**:Kill all processes running on a specific port. diff --git a/dev/build.sh b/dev/build.sh index d3021e0..9778e05 100644 --- a/dev/build.sh +++ b/dev/build.sh @@ -12,7 +12,7 @@ EOF #Using dh_make to create the debian packaging structure cd shutils/ -cd shutils-0.5/ +cd shutils-0.6/ rm -rf debian/ dh_make --indep --createorig # Create the debian/install and preinst files @@ -21,8 +21,8 @@ cp ../dev/preinst debian/preinst cp ../dev/postinst debian/postinst cp ../dev/postrm debian/postrm cp ../dev/control debian/control - +cp ../dev/prerm debian/prerm debuild -us -uc sudo apt remove shutils -sudo dpkg -i ../shutils_0.5-1_all.deb \ No newline at end of file +sudo dpkg -i ../shutils_0.6-1_all.deb \ No newline at end of file diff --git a/dev/postinst b/dev/postinst index 97feb49..37328d2 100644 --- a/dev/postinst +++ b/dev/postinst @@ -1,35 +1,35 @@ #!/bin/bash - set -e set -x -# create work directory -mkdir -p /bin/shutils/ - -# Set execution permissions for all files in /bin/shutils/ -chmod -R +x /bin/shutils/ +SHUTILS_FILE="/bin/shutils/shutils.sh" +PROFILE_FILE="/etc/profile.d/shutils.sh" +BASHRC_FILE="/etc/bash.bashrc" +ZSHRC_FILE="/etc/zsh/zshrc" +HOOK_LINE='. /etc/profile.d/shutils.sh' -# Check if the shutils.sh file exists -if [ -f /bin/shutils/shutils.sh ]; then - . /bin/shutils/shutils.sh -else - echo "Error: can't find /bin/shutils/shutils.sh file" +if [ ! -f "$SHUTILS_FILE" ]; then + echo "Error: can't find $SHUTILS_FILE" exit 1 fi -# Export functions to bash and zsh -echo '. /bin/shutils/shutils.sh' > /etc/profile.d/shutils.sh +cat > "$PROFILE_FILE" <> /etc/bash.bashrc +chmod 644 "$PROFILE_FILE" + +if [ -f "$BASHRC_FILE" ]; then + if ! grep -Fqx "$HOOK_LINE" "$BASHRC_FILE"; then + echo "$HOOK_LINE" >> "$BASHRC_FILE" fi fi -if [ -f /etc/zsh/zshrc ]; then - if ! grep -q '/etc/profile.d/shutils.sh' /etc/zsh/zshrc; then - echo ". /etc/profile.d/shutils.sh" >> /etc/zsh/zshrc + +if [ -f "$ZSHRC_FILE" ]; then + if ! grep -Fqx "$HOOK_LINE" "$ZSHRC_FILE"; then + echo "$HOOK_LINE" >> "$ZSHRC_FILE" fi fi echo "Shutils installation completed." +exit 0 \ No newline at end of file diff --git a/dev/postrm b/dev/postrm index 4a8393f..d0ab026 100644 --- a/dev/postrm +++ b/dev/postrm @@ -1,24 +1,16 @@ #!/bin/bash - set -e set -x -case "$1" in - remove|upgrade|failed-upgrade|disappear) - # Remove as configurações relacionadas ao shutils do arquivo /etc/bash.bashrc - sed -i '/\. \/etc\/profile\.d\/shutils\.sh/d' /etc/bash.bashrc - - # Remove o arquivo /etc/profile.d/shutils.sh - rm -f /etc/profile.d/shutils.sh +BASHRC_FILE="/etc/bash.bashrc" +ZSHRC_FILE="/etc/zsh/zshrc" +PROFILE_FILE="/etc/profile.d/shutils.sh" - # Remove os diretórios /usr/share/shutils e /bin/shutils se eles existirem - if [ -d "/usr/share/shutils" ]; then - rm -rf "/usr/share/shutils" - fi - - if [ -d "/bin/shutils" ]; then - rm -rf "/bin/shutils" - fi +case "$1" in + purge) + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$BASHRC_FILE" || true + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$ZSHRC_FILE" || true + rm -f "$PROFILE_FILE" || true ;; esac diff --git a/dev/preinst b/dev/preinst index c93dad0..457793a 100644 --- a/dev/preinst +++ b/dev/preinst @@ -1,23 +1,5 @@ #!/bin/bash +set -e +set -x -echo "Looking for old version of shutils..." - -if [ -f /etc/profile.d/shutils.sh ]; then - sudo rm -f /etc/profile.d/shutils.sh - echo "Removed old shutils from /etc/profile.d..." -fi - -if [ -d /bin/shutils ]; then - sudo rm -rf /bin/shutils - echo "Removed old shutils from /bin..." -fi - -# Clean up shutils entries from bashrc -if [ -f /etc/bash.bashrc ]; then - sed -i '/\. \/etc\/profile\.d\/shutils\.sh/d' /etc/bash.bashrc -fi - -# Check if zshrc exists before trying to modify it -if [ -f /etc/zsh/zshrc ]; then - sed -i '/\. \/etc\/profile\.d\/shutils\.sh/d' /etc/zsh/zshrc -fi +exit 0 \ No newline at end of file diff --git a/dev/prerm b/dev/prerm new file mode 100644 index 0000000..af92a45 --- /dev/null +++ b/dev/prerm @@ -0,0 +1,17 @@ +#!/bin/bash +set -e +set -x + +BASHRC_FILE="/etc/bash.bashrc" +ZSHRC_FILE="/etc/zsh/zshrc" +PROFILE_FILE="/etc/profile.d/shutils.sh" + +case "$1" in + remove|deconfigure) + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$BASHRC_FILE" || true + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$ZSHRC_FILE" || true + rm -f "$PROFILE_FILE" || true + ;; +esac + +exit 0 \ No newline at end of file From 89c2deae39ab34e79e2f0aa4487bd58968aa6302 Mon Sep 17 00:00:00 2001 From: Igor-Siciliani <36808532+igor-siciliani@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:49:22 -0300 Subject: [PATCH 7/7] feat -new .deb 0.0.6 --- .../shutils/dh_installchangelogs.dch.trimmed | 2 +- shutils-0.6/debian/README.Debian | 2 +- shutils-0.6/debian/README.source | 2 +- shutils-0.6/debian/changelog | 2 +- shutils-0.6/debian/copyright | 2 +- shutils-0.6/debian/manpage.1.ex | 4 +- shutils-0.6/debian/manpage.md.ex | 6 +- shutils-0.6/debian/manpage.sgml.ex | 6 +- shutils-0.6/debian/manpage.xml.ex | 4 +- shutils-0.6/debian/shutils-docs.docs | 2 +- shutils-0.6/debian/shutils/DEBIAN/control | 2 +- shutils-0.6/debian/shutils/DEBIAN/md5sums | 6 +- shutils-0.6/debian/shutils/DEBIAN/postinst | 40 +-- shutils-0.6/debian/shutils/DEBIAN/postrm | 24 +- shutils-0.6/debian/shutils/DEBIAN/preinst | 24 +- shutils-0.6/debian/shutils/DEBIAN/prerm | 17 ++ .../usr/share/doc/shutils/README.Debian | 2 +- .../usr/share/doc/shutils/changelog.Debian.gz | Bin 173 -> 184 bytes .../shutils/usr/share/doc/shutils/copyright | 2 +- shutils_0.6-1.debian.tar.xz | Bin 9528 -> 9280 bytes shutils_0.6-1.dsc | 6 +- shutils_0.6-1_all.deb | Bin 13478 -> 13222 bytes shutils_0.6-1_amd64.build | 262 ++++++++++++++++-- shutils_0.6-1_amd64.buildinfo | 23 +- shutils_0.6-1_amd64.changes | 28 +- 25 files changed, 344 insertions(+), 124 deletions(-) create mode 100755 shutils-0.6/debian/shutils/DEBIAN/prerm diff --git a/shutils-0.6/debian/.debhelper/generated/shutils/dh_installchangelogs.dch.trimmed b/shutils-0.6/debian/.debhelper/generated/shutils/dh_installchangelogs.dch.trimmed index 6cc7410..44d77c0 100644 --- a/shutils-0.6/debian/.debhelper/generated/shutils/dh_installchangelogs.dch.trimmed +++ b/shutils-0.6/debian/.debhelper/generated/shutils/dh_installchangelogs.dch.trimmed @@ -2,4 +2,4 @@ shutils (0.6-1) UNRELEASED; urgency=medium * Initial release. (Closes: #nnnn) - -- rogi Sat, 21 Feb 2026 18:59:48 -0300 + -- Igor Siciliani Tue, 10 Mar 2026 23:42:58 -0300 diff --git a/shutils-0.6/debian/README.Debian b/shutils-0.6/debian/README.Debian index 308a559..28a5530 100644 --- a/shutils-0.6/debian/README.Debian +++ b/shutils-0.6/debian/README.Debian @@ -3,4 +3,4 @@ shutils for Debian - -- rogi Sat, 21 Feb 2026 18:59:48 -0300 + -- Igor Siciliani Tue, 10 Mar 2026 23:42:58 -0300 diff --git a/shutils-0.6/debian/README.source b/shutils-0.6/debian/README.source index 76fadc1..991f0bc 100644 --- a/shutils-0.6/debian/README.source +++ b/shutils-0.6/debian/README.source @@ -6,5 +6,5 @@ manual section 4.14. You WILL either need to modify or delete this file.> - -- rogi Sat, 21 Feb 2026 18:59:48 -0300 + -- Igor Siciliani Tue, 10 Mar 2026 23:42:58 -0300 diff --git a/shutils-0.6/debian/changelog b/shutils-0.6/debian/changelog index 6cc7410..44d77c0 100644 --- a/shutils-0.6/debian/changelog +++ b/shutils-0.6/debian/changelog @@ -2,4 +2,4 @@ shutils (0.6-1) UNRELEASED; urgency=medium * Initial release. (Closes: #nnnn) - -- rogi Sat, 21 Feb 2026 18:59:48 -0300 + -- Igor Siciliani Tue, 10 Mar 2026 23:42:58 -0300 diff --git a/shutils-0.6/debian/copyright b/shutils-0.6/debian/copyright index 3ae7636..b3ca268 100644 --- a/shutils-0.6/debian/copyright +++ b/shutils-0.6/debian/copyright @@ -19,7 +19,7 @@ License: Files: debian/* Copyright: - 2026 rogi + 2026 Igor Siciliani License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shutils-0.6/debian/manpage.1.ex b/shutils-0.6/debian/manpage.1.ex index daddba2..692da69 100644 --- a/shutils-0.6/debian/manpage.1.ex +++ b/shutils-0.6/debian/manpage.1.ex @@ -1,10 +1,10 @@ .\" Hey, EMACS: -*- nroff -*- -.\" (C) Copyright 2026 rogi , +.\" (C) Copyright 2026 Igor Siciliani , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH Shutils SECTION "February 21 2026" +.TH Shutils SECTION "March 10 2026" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: diff --git a/shutils-0.6/debian/manpage.md.ex b/shutils-0.6/debian/manpage.md.ex index 372b6ca..a03e0cc 100644 --- a/shutils-0.6/debian/manpage.md.ex +++ b/shutils-0.6/debian/manpage.md.ex @@ -1,6 +1,6 @@ % shutils(SECTION) | User Commands % -% "February 21 2026" +% "March 10 2026" [comment]: # The lines above form a Pandoc metadata block. They must be [comment]: # the first ones in the file. @@ -112,12 +112,12 @@ available via the **info**(1) system. # AUTHOR -rogi +Igor Siciliani : Wrote this manpage for the Debian system. # COPYRIGHT -Copyright © 2007 rogi +Copyright © 2007 Igor Siciliani This manual page was written for the Debian system (and may be used by others). diff --git a/shutils-0.6/debian/manpage.sgml.ex b/shutils-0.6/debian/manpage.sgml.ex index 529d0c1..f75b451 100644 --- a/shutils-0.6/debian/manpage.sgml.ex +++ b/shutils-0.6/debian/manpage.sgml.ex @@ -20,12 +20,12 @@ manpage.1: manpage.sgml FIRSTNAME"> SURNAME"> - February 21 2026"> + March 10 2026"> SECTION"> - rogi@unknown"> - + dev@meantrix.com"> + Shutils"> diff --git a/shutils-0.6/debian/manpage.xml.ex b/shutils-0.6/debian/manpage.xml.ex index a0558f0..dd9a324 100644 --- a/shutils-0.6/debian/manpage.xml.ex +++ b/shutils-0.6/debian/manpage.xml.ex @@ -48,8 +48,8 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - - + + diff --git a/shutils-0.6/debian/shutils-docs.docs b/shutils-0.6/debian/shutils-docs.docs index 7319041..efea0a6 100644 --- a/shutils-0.6/debian/shutils-docs.docs +++ b/shutils-0.6/debian/shutils-docs.docs @@ -1,2 +1,2 @@ -README.source README.Debian +README.source diff --git a/shutils-0.6/debian/shutils/DEBIAN/control b/shutils-0.6/debian/shutils/DEBIAN/control index a138f96..64082ed 100644 --- a/shutils-0.6/debian/shutils/DEBIAN/control +++ b/shutils-0.6/debian/shutils/DEBIAN/control @@ -2,7 +2,7 @@ Package: shutils Version: 0.6-1 Architecture: all Maintainer: Igor Siciliani -Installed-Size: 63 +Installed-Size: 64 Depends: git, gh Section: unknown Priority: optional diff --git a/shutils-0.6/debian/shutils/DEBIAN/md5sums b/shutils-0.6/debian/shutils/DEBIAN/md5sums index da68c8e..6a68ce6 100644 --- a/shutils-0.6/debian/shutils/DEBIAN/md5sums +++ b/shutils-0.6/debian/shutils/DEBIAN/md5sums @@ -35,6 +35,6 @@ f782554e1a46d22c1dab450f8a4e3657 bin/shutils/shutils.sh 3b04796c40d49d4233bac74c0079cc17 bin/shutils/version.sh 40be59de6d205d06232ff08bad4f3969 bin/shutils/whoisport.sh 17adbd518087221ea8901812702b2e9c usr/share/doc-base/shutils.shutils -21c0c2ba1c81790f1465b2133f9b5cca usr/share/doc/shutils/README.Debian -b22d8c9b1ed7cb1037849463698ba4bd usr/share/doc/shutils/changelog.Debian.gz -1e2ce21557484b04d7908b525a0e4dbe usr/share/doc/shutils/copyright +8bc5b9cb3532249c478e2e3395f28ffe usr/share/doc/shutils/README.Debian +e9ce09208311c2bd3c55669361ad2e2f usr/share/doc/shutils/changelog.Debian.gz +3311bcd1dc9903822aaa586c883ddd81 usr/share/doc/shutils/copyright diff --git a/shutils-0.6/debian/shutils/DEBIAN/postinst b/shutils-0.6/debian/shutils/DEBIAN/postinst index 97feb49..37328d2 100755 --- a/shutils-0.6/debian/shutils/DEBIAN/postinst +++ b/shutils-0.6/debian/shutils/DEBIAN/postinst @@ -1,35 +1,35 @@ #!/bin/bash - set -e set -x -# create work directory -mkdir -p /bin/shutils/ - -# Set execution permissions for all files in /bin/shutils/ -chmod -R +x /bin/shutils/ +SHUTILS_FILE="/bin/shutils/shutils.sh" +PROFILE_FILE="/etc/profile.d/shutils.sh" +BASHRC_FILE="/etc/bash.bashrc" +ZSHRC_FILE="/etc/zsh/zshrc" +HOOK_LINE='. /etc/profile.d/shutils.sh' -# Check if the shutils.sh file exists -if [ -f /bin/shutils/shutils.sh ]; then - . /bin/shutils/shutils.sh -else - echo "Error: can't find /bin/shutils/shutils.sh file" +if [ ! -f "$SHUTILS_FILE" ]; then + echo "Error: can't find $SHUTILS_FILE" exit 1 fi -# Export functions to bash and zsh -echo '. /bin/shutils/shutils.sh' > /etc/profile.d/shutils.sh +cat > "$PROFILE_FILE" <> /etc/bash.bashrc +chmod 644 "$PROFILE_FILE" + +if [ -f "$BASHRC_FILE" ]; then + if ! grep -Fqx "$HOOK_LINE" "$BASHRC_FILE"; then + echo "$HOOK_LINE" >> "$BASHRC_FILE" fi fi -if [ -f /etc/zsh/zshrc ]; then - if ! grep -q '/etc/profile.d/shutils.sh' /etc/zsh/zshrc; then - echo ". /etc/profile.d/shutils.sh" >> /etc/zsh/zshrc + +if [ -f "$ZSHRC_FILE" ]; then + if ! grep -Fqx "$HOOK_LINE" "$ZSHRC_FILE"; then + echo "$HOOK_LINE" >> "$ZSHRC_FILE" fi fi echo "Shutils installation completed." +exit 0 \ No newline at end of file diff --git a/shutils-0.6/debian/shutils/DEBIAN/postrm b/shutils-0.6/debian/shutils/DEBIAN/postrm index 4a8393f..d0ab026 100755 --- a/shutils-0.6/debian/shutils/DEBIAN/postrm +++ b/shutils-0.6/debian/shutils/DEBIAN/postrm @@ -1,24 +1,16 @@ #!/bin/bash - set -e set -x -case "$1" in - remove|upgrade|failed-upgrade|disappear) - # Remove as configurações relacionadas ao shutils do arquivo /etc/bash.bashrc - sed -i '/\. \/etc\/profile\.d\/shutils\.sh/d' /etc/bash.bashrc - - # Remove o arquivo /etc/profile.d/shutils.sh - rm -f /etc/profile.d/shutils.sh +BASHRC_FILE="/etc/bash.bashrc" +ZSHRC_FILE="/etc/zsh/zshrc" +PROFILE_FILE="/etc/profile.d/shutils.sh" - # Remove os diretórios /usr/share/shutils e /bin/shutils se eles existirem - if [ -d "/usr/share/shutils" ]; then - rm -rf "/usr/share/shutils" - fi - - if [ -d "/bin/shutils" ]; then - rm -rf "/bin/shutils" - fi +case "$1" in + purge) + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$BASHRC_FILE" || true + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$ZSHRC_FILE" || true + rm -f "$PROFILE_FILE" || true ;; esac diff --git a/shutils-0.6/debian/shutils/DEBIAN/preinst b/shutils-0.6/debian/shutils/DEBIAN/preinst index c93dad0..457793a 100755 --- a/shutils-0.6/debian/shutils/DEBIAN/preinst +++ b/shutils-0.6/debian/shutils/DEBIAN/preinst @@ -1,23 +1,5 @@ #!/bin/bash +set -e +set -x -echo "Looking for old version of shutils..." - -if [ -f /etc/profile.d/shutils.sh ]; then - sudo rm -f /etc/profile.d/shutils.sh - echo "Removed old shutils from /etc/profile.d..." -fi - -if [ -d /bin/shutils ]; then - sudo rm -rf /bin/shutils - echo "Removed old shutils from /bin..." -fi - -# Clean up shutils entries from bashrc -if [ -f /etc/bash.bashrc ]; then - sed -i '/\. \/etc\/profile\.d\/shutils\.sh/d' /etc/bash.bashrc -fi - -# Check if zshrc exists before trying to modify it -if [ -f /etc/zsh/zshrc ]; then - sed -i '/\. \/etc\/profile\.d\/shutils\.sh/d' /etc/zsh/zshrc -fi +exit 0 \ No newline at end of file diff --git a/shutils-0.6/debian/shutils/DEBIAN/prerm b/shutils-0.6/debian/shutils/DEBIAN/prerm new file mode 100755 index 0000000..af92a45 --- /dev/null +++ b/shutils-0.6/debian/shutils/DEBIAN/prerm @@ -0,0 +1,17 @@ +#!/bin/bash +set -e +set -x + +BASHRC_FILE="/etc/bash.bashrc" +ZSHRC_FILE="/etc/zsh/zshrc" +PROFILE_FILE="/etc/profile.d/shutils.sh" + +case "$1" in + remove|deconfigure) + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$BASHRC_FILE" || true + sed -i '\|^\. /etc/profile\.d/shutils\.sh$|d' "$ZSHRC_FILE" || true + rm -f "$PROFILE_FILE" || true + ;; +esac + +exit 0 \ No newline at end of file diff --git a/shutils-0.6/debian/shutils/usr/share/doc/shutils/README.Debian b/shutils-0.6/debian/shutils/usr/share/doc/shutils/README.Debian index 308a559..28a5530 100644 --- a/shutils-0.6/debian/shutils/usr/share/doc/shutils/README.Debian +++ b/shutils-0.6/debian/shutils/usr/share/doc/shutils/README.Debian @@ -3,4 +3,4 @@ shutils for Debian - -- rogi Sat, 21 Feb 2026 18:59:48 -0300 + -- Igor Siciliani Tue, 10 Mar 2026 23:42:58 -0300 diff --git a/shutils-0.6/debian/shutils/usr/share/doc/shutils/changelog.Debian.gz b/shutils-0.6/debian/shutils/usr/share/doc/shutils/changelog.Debian.gz index af71b8ecabdc0ece99fa2ce5f47b15e413fa82fb..cf4150f4be1de6134a04c1bd4e6c53301fa0b4e7 100644 GIT binary patch literal 184 zcmV;p07w5HiwFP!000020~O543c@fHM&W&*;s-ZXY>8Ei)B#1iD5!|T1Elp@FJyqE z5q*30Y`)#`&(N{*h(($wqdsoObGa`!mvT2pa4nhUv($9wprZ&FpfcRCRB)t7dP)&* zmG$Hc^vth5u=or1=$?c+v@k)}-c;ld3omWHvo(`&6sn$Gb% mZLD4a*FZyz1P;<66IqUITuicJIzuAHLPTHuoJ(K70001eTUImx literal 173 zcmV;e08;-SiwFP!000020~L(H3W7iw2Jb$_2VFE$Rx2?xDat^Ih^zJg@ick{ycdw1rVMiPx~}=*>-MS->2*;5{!}C~B$Hl)iwQ;u>b%70ozXk diff --git a/shutils-0.6/debian/shutils/usr/share/doc/shutils/copyright b/shutils-0.6/debian/shutils/usr/share/doc/shutils/copyright index 3ae7636..b3ca268 100644 --- a/shutils-0.6/debian/shutils/usr/share/doc/shutils/copyright +++ b/shutils-0.6/debian/shutils/usr/share/doc/shutils/copyright @@ -19,7 +19,7 @@ License: Files: debian/* Copyright: - 2026 rogi + 2026 Igor Siciliani License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shutils_0.6-1.debian.tar.xz b/shutils_0.6-1.debian.tar.xz index 4e54d533cb1682b55f88631b11d8a111273a6ce7..7b74158909ce5f8f28d12e31d34e2c7e340baa03 100644 GIT binary patch literal 9280 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 literal 9528 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%0A{^?#b)J${VR+=ihDytTNz$Arac&%#93Mehq~ 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 W-~#}QWV&dv#Ao{g000001X)@%4yq9V diff --git a/shutils_0.6-1.dsc b/shutils_0.6-1.dsc index 52e52fb..645e342 100644 --- a/shutils_0.6-1.dsc +++ b/shutils_0.6-1.dsc @@ -11,10 +11,10 @@ Package-List: shutils deb unknown optional arch=all Checksums-Sha1: e98ef0b569030ed54ecb84a35a4ce639911f8309 9440 shutils_0.6.orig.tar.xz - ad21f5c363e9db4b79d78ad6a274b03e90d8bcb5 9528 shutils_0.6-1.debian.tar.xz + e8841813de214898c7e848a45c49082ce1ec9d9e 9280 shutils_0.6-1.debian.tar.xz Checksums-Sha256: 5dea7614a44f6a9b98fc6d8ef68e6f2d47f55f2c9db557fcbb1c49f6c7549269 9440 shutils_0.6.orig.tar.xz - a53b5ad8dbd9183661210a0ffdc5196e63b3c0afdcd08f681e4d76692ae999e1 9528 shutils_0.6-1.debian.tar.xz + 74f435b9c445488b552b79417368b8e7349b4c98084170e7734eb979fe8f2721 9280 shutils_0.6-1.debian.tar.xz Files: 4521e55d01f22594ed2b2efcffad48ef 9440 shutils_0.6.orig.tar.xz - feed6718d24a7eec76241a6ec2c3c5c8 9528 shutils_0.6-1.debian.tar.xz + e45611095d32a9c76c5586dec42ca4fc 9280 shutils_0.6-1.debian.tar.xz diff --git a/shutils_0.6-1_all.deb b/shutils_0.6-1_all.deb index 4978448c4c5d9f5066d90c8995b2911fd1ea6d49..b95e68ea9e354f9d287775be7fa899485b53df51 100644 GIT binary patch literal 13222 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 literal 13478 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 diff --git a/shutils_0.6-1_amd64.build b/shutils_0.6-1_amd64.build index fe04964..1dcd0ff 100644 --- a/shutils_0.6-1_amd64.build +++ b/shutils_0.6-1_amd64.build @@ -1,50 +1,279 @@ dpkg-buildpackage -us -uc -ui -dpkg-buildpackage: informação: pacote fonte shutils -dpkg-buildpackage: informação: versão da fonte 0.6-1 -dpkg-buildpackage: informação: distribuição fonte UNRELEASED -dpkg-buildpackage: informação: fonte alterada por rogi +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +dpkg-buildpackage: info: source package shutils +dpkg-buildpackage: info: source version 0.6-1 +dpkg-buildpackage: info: source distribution UNRELEASED +dpkg-buildpackage: info: source changed by Igor Siciliani +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dpkg-source --before-build . -dpkg-buildpackage: informação: arquitetura do servidor amd64 +dpkg-buildpackage: info: host architecture amd64 +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). fakeroot debian/rules clean dh clean +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_clean +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dpkg-source -b . -dpkg-source: informação: a usar formato fonte '3.0 (quilt)' -dpkg-source: informação: a compilar shutils usando ./shutils_0.6.orig.tar.xz existente -dpkg-source: informação: compilando shutils no shutils_0.6-1.debian.tar.xz -dpkg-source: informação: compilando shutils no shutils_0.6-1.dsc +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +dpkg-source: info: using source format '3.0 (quilt)' +dpkg-source: info: building shutils using existing ./shutils_0.6.orig.tar.xz +dpkg-source: info: building shutils in shutils_0.6-1.debian.tar.xz +dpkg-source: info: building shutils in shutils_0.6-1.dsc debian/rules build dh build +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_update_autotools_config +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_autoreconf +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_testroot +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_prep +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_auto_install --destdir=debian/shutils/ +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_install +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_installdocs +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_installchangelogs +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_perl +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_link +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_strip_nondeterminism +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_compress +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_fixperms +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_missing +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_installdeb +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_gencontrol +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_md5sums +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dh_builddeb -dpkg-deb: a compilar o pacote 'shutils' em '../shutils_0.6-1_all.deb'. +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +dpkg-deb: building package 'shutils' in '../shutils_0.6-1_all.deb'. dpkg-genbuildinfo -O../shutils_0.6-1_amd64.buildinfo +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). dpkg-genchanges -O../shutils_0.6-1_amd64.changes -dpkg-genchanges: informação: incluindo todos os códigos fonte no upload +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +dpkg-genchanges: info: including full source code in upload dpkg-source --after-build . -dpkg-buildpackage: informação: envio completo (fontes originais estão inclusas) +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +dpkg-buildpackage: info: full upload (original source is included) Now running lintian shutils_0.6-1_amd64.changes ... -E: shutils changes: bogus-mail-host Changed-By rogi@unknown -E: shutils: bogus-mail-host-in-debian-changelog rogi@unknown (for version 0.6-1) [usr/share/doc/shutils/changelog.Debian.gz:1] +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LANG = "en_US.UTF-8" + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). E: shutils: changelog-is-dh_make-template [usr/share/doc/shutils/changelog.Debian.gz:1] E: shutils: copyright-contains-dh_make-todo-boilerplate E: shutils source: debian-rules-is-dh_make-template [debian/rules:22] @@ -111,12 +340,11 @@ W: shutils: executable-not-elf-or-script [bin/shutils/ssd.sh] W: shutils: executable-not-elf-or-script [bin/shutils/version.sh] W: shutils: executable-not-elf-or-script [bin/shutils/whoisport.sh] W: shutils: initial-upload-closes-no-bugs [usr/share/doc/shutils/changelog.Debian.gz:1] -W: shutils: maintainer-script-ignores-errors [preinst] +W: shutils: maintainer-script-empty [preinst] W: shutils source: maintainer-script-lacks-debhelper-token [debian/postinst] W: shutils source: maintainer-script-lacks-debhelper-token [debian/postrm] W: shutils source: maintainer-script-lacks-debhelper-token [debian/preinst] -W: shutils: readme-debian-contains-invalid-email-address rogi@unknown [usr/share/doc/shutils/README.Debian] -W: shutils: recursive-privilege-change "chmod -R" [postinst:10] +W: shutils source: maintainer-script-lacks-debhelper-token [debian/prerm] W: shutils source: space-in-std-shortname-in-dep5-copyright [debian/copyright:11] W: shutils: wrong-bug-number-in-closes #nnnn [usr/share/doc/shutils/changelog.Debian.gz:3] Finished running lintian. diff --git a/shutils_0.6-1_amd64.buildinfo b/shutils_0.6-1_amd64.buildinfo index 58800c8..87d77a6 100644 --- a/shutils_0.6-1_amd64.buildinfo +++ b/shutils_0.6-1_amd64.buildinfo @@ -4,19 +4,20 @@ Binary: shutils Architecture: all source Version: 0.6-1 Checksums-Md5: - 38d6bc88fb76da48ff03618590ff5167 797 shutils_0.6-1.dsc - 8b09f389bc6384a651c597ea9cec866d 13478 shutils_0.6-1_all.deb + 3850b8bf6b90b908bd4d0add71fa11db 797 shutils_0.6-1.dsc + e13c3f5f44e22c90cc2b75e0e8c69c91 13222 shutils_0.6-1_all.deb Checksums-Sha1: - fb335ed7177041464472687ed445032c1e1240c9 797 shutils_0.6-1.dsc - 921ba184411e8962f086273d17bf530972972cc2 13478 shutils_0.6-1_all.deb + 735458c3d733c1ad83ef0660d2bcde53f0723f5d 797 shutils_0.6-1.dsc + f03be58e5c6f4bf45601d6fa76f19b88d56fa1dc 13222 shutils_0.6-1_all.deb Checksums-Sha256: - 97c11a1f82aca11f2055d66c4673c6fde28a4598e1e4fdc1d78e0b9889d9afbb 797 shutils_0.6-1.dsc - 3b5c601786ba76493f3f1b37cb6c4b976b2fa9422db5d716ca859e4a89c688b2 13478 shutils_0.6-1_all.deb + 42445aa5e1cff2faa6777f98dcc9dff82bb57074ebf010ffd8e5d4090c26de4b 797 shutils_0.6-1.dsc + 6f971a4bb5d6798892150800c9bd0c3576dd6aff2b2306f9b58f07a301585975 13222 shutils_0.6-1_all.deb Build-Origin: Ubuntu Build-Architecture: amd64 -Build-Date: Sat, 21 Feb 2026 19:01:11 -0300 +Build-Date: Tue, 10 Mar 2026 23:43:38 -0300 Build-Tainted-By: merged-usr-via-aliased-dirs + usr-local-has-libraries usr-local-has-programs Installed-Build-Depends: autoconf (= 2.71-3), @@ -148,7 +149,7 @@ Installed-Build-Depends: libuuid1 (= 2.39.3-9ubuntu6.4), libxml2 (= 2.9.14+dfsg-1.3ubuntu3.7), libzstd1 (= 1.5.5+dfsg2-2build1.1), - linux-libc-dev (= 6.8.0-100.100), + linux-libc-dev (= 6.8.0-101.101), login (= 1:4.13+dfsg1-4ubuntu3.2), lto-disabled-list (= 47), m4 (= 1.4.19-4build1), @@ -171,7 +172,7 @@ Installed-Build-Depends: xz-utils (= 5.6.1+really5.4.5-1ubuntu0.2), zlib1g (= 1:1.3.dfsg-3.1ubuntu2.1) Environment: - DEB_BUILD_OPTIONS="parallel=12" + DEB_BUILD_OPTIONS="parallel=16" DEB_BUILD_PROFILES="noudeb" - LANG="pt_BR.UTF-8" - SOURCE_DATE_EPOCH="1771711188" + LANG="en_US.UTF-8" + SOURCE_DATE_EPOCH="1773196978" diff --git a/shutils_0.6-1_amd64.changes b/shutils_0.6-1_amd64.changes index fb9b145..f849fea 100644 --- a/shutils_0.6-1_amd64.changes +++ b/shutils_0.6-1_amd64.changes @@ -1,5 +1,5 @@ Format: 1.8 -Date: Sat, 21 Feb 2026 18:59:48 -0300 +Date: Tue, 10 Mar 2026 23:42:58 -0300 Source: shutils Binary: shutils Built-For-Profiles: noudeb @@ -8,7 +8,7 @@ Version: 0.6-1 Distribution: UNRELEASED Urgency: medium Maintainer: Igor Siciliani -Changed-By: rogi +Changed-By: Igor Siciliani Description: shutils - Bash useful functions Changes: @@ -16,20 +16,20 @@ Changes: . * Initial release. (Closes: #nnnn) Checksums-Sha1: - fb335ed7177041464472687ed445032c1e1240c9 797 shutils_0.6-1.dsc + 735458c3d733c1ad83ef0660d2bcde53f0723f5d 797 shutils_0.6-1.dsc e98ef0b569030ed54ecb84a35a4ce639911f8309 9440 shutils_0.6.orig.tar.xz - ad21f5c363e9db4b79d78ad6a274b03e90d8bcb5 9528 shutils_0.6-1.debian.tar.xz - 921ba184411e8962f086273d17bf530972972cc2 13478 shutils_0.6-1_all.deb - d4ce74e0692700c8f540e3baa2415758f5ce0d83 6109 shutils_0.6-1_amd64.buildinfo + e8841813de214898c7e848a45c49082ce1ec9d9e 9280 shutils_0.6-1.debian.tar.xz + f03be58e5c6f4bf45601d6fa76f19b88d56fa1dc 13222 shutils_0.6-1_all.deb + e82e113a59f80b496a80212845262287915d6ec3 6134 shutils_0.6-1_amd64.buildinfo Checksums-Sha256: - 97c11a1f82aca11f2055d66c4673c6fde28a4598e1e4fdc1d78e0b9889d9afbb 797 shutils_0.6-1.dsc + 42445aa5e1cff2faa6777f98dcc9dff82bb57074ebf010ffd8e5d4090c26de4b 797 shutils_0.6-1.dsc 5dea7614a44f6a9b98fc6d8ef68e6f2d47f55f2c9db557fcbb1c49f6c7549269 9440 shutils_0.6.orig.tar.xz - a53b5ad8dbd9183661210a0ffdc5196e63b3c0afdcd08f681e4d76692ae999e1 9528 shutils_0.6-1.debian.tar.xz - 3b5c601786ba76493f3f1b37cb6c4b976b2fa9422db5d716ca859e4a89c688b2 13478 shutils_0.6-1_all.deb - e126ee51a6f63d98fc6f868e36f74d47093f01ef8181e176ab95e5a5ee65cf9d 6109 shutils_0.6-1_amd64.buildinfo + 74f435b9c445488b552b79417368b8e7349b4c98084170e7734eb979fe8f2721 9280 shutils_0.6-1.debian.tar.xz + 6f971a4bb5d6798892150800c9bd0c3576dd6aff2b2306f9b58f07a301585975 13222 shutils_0.6-1_all.deb + ce7e8820587b4a6c34713cdfc0fab544b1e76fcb0fe21d65d475ccafd3251aad 6134 shutils_0.6-1_amd64.buildinfo Files: - 38d6bc88fb76da48ff03618590ff5167 797 unknown optional shutils_0.6-1.dsc + 3850b8bf6b90b908bd4d0add71fa11db 797 unknown optional shutils_0.6-1.dsc 4521e55d01f22594ed2b2efcffad48ef 9440 unknown optional shutils_0.6.orig.tar.xz - feed6718d24a7eec76241a6ec2c3c5c8 9528 unknown optional shutils_0.6-1.debian.tar.xz - 8b09f389bc6384a651c597ea9cec866d 13478 unknown optional shutils_0.6-1_all.deb - 9727a08c5f988b623fa0b3a25ac2b9e6 6109 unknown optional shutils_0.6-1_amd64.buildinfo + e45611095d32a9c76c5586dec42ca4fc 9280 unknown optional shutils_0.6-1.debian.tar.xz + e13c3f5f44e22c90cc2b75e0e8c69c91 13222 unknown optional shutils_0.6-1_all.deb + ab2879760933146d1e4a3e83bb519f96 6134 unknown optional shutils_0.6-1_amd64.buildinfo