summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 12:57:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 12:57:29 +0000
commitf1952c2d65e0c513102e890fedd8a27a124249b3 (patch)
tree40c8ba5697bec51f5231bc3a3bd86e52b53321e2
parentAdding upstream version 0.25. (diff)
downloadtarlz-f1952c2d65e0c513102e890fedd8a27a124249b3.tar.xz
tarlz-f1952c2d65e0c513102e890fedd8a27a124249b3.zip
Adding debian version 0.25-1.debian/0.25-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog272
-rw-r--r--debian/control31
-rw-r--r--debian/copyright49
-rw-r--r--debian/patches/debian/0001-build.patch21
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules20
-rw-r--r--debian/source.lintian-overrides1
-rw-r--r--debian/source/format1
-rw-r--r--debian/tarlz.docs2
-rw-r--r--debian/upstream/signing-key.asc26
-rw-r--r--debian/watch3
11 files changed, 427 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d3b5c09
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,272 @@
+tarlz (0.25-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.25.
+ * Updating years in copyright for 2024.
+ * Refreshing build.patch.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 23 Jan 2024 06:08:39 +0100
+
+tarlz (0.23-3) sid; urgency=medium
+
+ * Uploading to sid.
+ * Updating to standards version 4.6.2.
+ * Adding note about missing xattr support in package description
+ (Closes: #1026249).
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 04 Jan 2023 08:46:33 +0100
+
+tarlz (0.23-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Passing default CXXFLAGS to configure to not embedd build path in
+ tarlz binary, thanks to Vagrant Cascadian <vagrant@reproducible-
+ builds.org> (Closes: #1020672).
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 25 Sep 2022 03:46:14 +0200
+
+tarlz (0.23-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.23.
+ * Updating http links to https in copyright.
+ * Temporarily disabling completely failing test target.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 24 Sep 2022 03:58:11 +0200
+
+tarlz (0.22-4) sid; urgency=medium
+
+ * Uploading to sid.
+ * Updating to standards version 4.6.1.
+ * Correcting version mangling in watch file.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 14 Jul 2022 19:39:19 +0200
+
+tarlz (0.22-3) sid; urgency=medium
+
+ * Uploading to sid.
+ * Correcting typo in watch file.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 05 Apr 2022 04:01:38 +0200
+
+tarlz (0.22-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Handling pre/rc versions in watch file.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 11 Mar 2022 07:13:02 +0100
+
+tarlz (0.22-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.22.
+ * Updating copyright for 2022.
+ * Refreshing build.patch.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 09 Jan 2022 06:53:21 +0100
+
+tarlz (0.21-3) sid; urgency=medium
+
+ * Uploading to sid.
+ * Updating to standards version 4.6.0.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 09 Oct 2021 10:59:14 +0200
+
+tarlz (0.21-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Updating watch file.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 15 Aug 2021 17:51:04 +0200
+
+tarlz (0.21-1) experimental; urgency=medium
+
+ * Uploading to experimental.
+ * Merging upstream version 0.21.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 17 Jul 2021 09:43:39 +0200
+
+tarlz (0.19-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Skipping failing test-suite on alpha for now.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 26 Feb 2021 09:51:39 +0100
+
+tarlz (0.19-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.19.
+ * Updating to standards version 4.5.1.
+ * Updating years in copyright file for 2021.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 27 Jan 2021 17:08:32 +0100
+
+tarlz (0.17-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.17.
+ * Letting dpkg's buildtools.mk initialize CXX, thanks to Helmut Grohne
+ <helmut@subdivi.de>.
+ * Updating years in copyright.
+ * Refreshing build.patch.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 08 Aug 2020 19:11:24 +0200
+
+tarlz (0.16-4) sid; urgency=medium
+
+ * Uploading to sid.
+ * Using execute_after targets in rules to be explicit what we're doing.
+ * Updating to debhelper version 13.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 19 Apr 2020 14:17:04 +0200
+
+tarlz (0.16-3) sid; urgency=medium
+
+ * Uploading to sid.
+ * Updating years in copyright file for 2020.
+ * Updating to standards version 4.5.0.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 25 Jan 2020 19:37:37 +0100
+
+tarlz (0.16-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Using codenames as upload targets in changelog.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 18 Nov 2019 14:37:55 +0100
+
+tarlz (0.16-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.16.
+ * Updating to standards version 4.4.1.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 13 Oct 2019 11:10:04 +0200
+
+tarlz (0.15-3) sid; urgency=medium
+
+ * Uploading to sid.
+ * Correcting upload target in previous changelog.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 23 Jul 2019 15:06:46 +0200
+
+tarlz (0.15-2) experimental; urgency=medium
+
+ * Uploading to experimental.
+ * Updating to standards version 4.4.0.
+ * Updating wrong distribution note in changelog for the previous two
+ uploads.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 16 Jul 2019 18:38:26 +0200
+
+tarlz (0.15-1) experimental; urgency=medium
+
+ * Uploading to experimental.
+ * Merging upstream version 0.15.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 13 Apr 2019 10:59:33 +0200
+
+tarlz (0.14-1) experimental; urgency=medium
+
+ * Uploading to experimental.
+ * Merging upstream version 0.14.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 16 Mar 2019 07:46:20 +0100
+
+tarlz (0.13-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.13.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 27 Feb 2019 20:14:44 +0100
+
+tarlz (0.12-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.12.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 24 Feb 2019 21:21:42 +0100
+
+tarlz (0.11-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.11.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 14 Feb 2019 06:12:27 +0100
+
+tarlz (0.10a-3) sid; urgency=medium
+
+ * Uploading to sid.
+ * Updating package long description.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 03 Feb 2019 20:55:14 +0100
+
+tarlz (0.10a-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Improving watch file.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 03 Feb 2019 20:14:24 +0100
+
+tarlz (0.10a-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.10a.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 03 Feb 2019 00:51:09 +0100
+
+tarlz (0.10-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.10.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 01 Feb 2019 00:06:57 +0100
+
+tarlz (0.9-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.9.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 23 Jan 2019 18:42:15 +0100
+
+tarlz (0.8-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Using build-depends to specify debhelper compatibility.
+ * Repeating Section for binary packages in control.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 20 Jan 2019 19:38:00 +0100
+
+tarlz (0.8-1) sid; urgency=medium
+
+ * Uploading to sid.
+ * Merging upstream version 0.8.
+ * Removing libc.patch, merged upstream.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 28 Dec 2018 11:41:41 +0100
+
+tarlz (0.4-3) sid; urgency=medium
+
+ * Uploading to sid.
+ * Updating to standards version 4.3.0.
+ * Updating vcs fields.
+ * Updating year in copyright for 2019.
+ * Updating to debhelper 12.
+ * Adding source lintian-overrides to silence false-positive file
+ detection.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 28 Dec 2018 10:57:21 +0100
+
+tarlz (0.4-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Updating to standards version 4.2.1.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 26 Aug 2018 12:06:34 +0200
+
+tarlz (0.4-1) sid; urgency=medium
+
+ * Initial upload to sid (Closes: #893793).
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 26 Jul 2018 04:44:38 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fab4f09
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: tarlz
+Section: utils
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ liblz-dev,
+ texinfo,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: http://www.nongnu.org/lzip/tarlz.html
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/tarlz
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/tarlz
+
+Package: tarlz
+Section: utils
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: archiver with multimember lzip compression
+ Tarlz is a combined implementation of the tar archiver and the lzip compressor.
+ .
+ By default it creates, lists and extracts archives with lzip on a per file
+ basis. Each tar member is compressed in its own lzip member, as well as the
+ end-of-file blocks. This method adds an indexed lzip layer on top of the tar
+ archive, making it possible to decode the archive safely in parallel.
+ The resulting multimember tar.lz archive is fully backward compatible with
+ standard tar tools like GNU tar, which treat it like any other tar.lz archive.
+ .
+ Note: tarlz has currently no support for xattr (Extended attributes)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f25d177
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,49 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tarlz
+Upstream-Contact: lzip-bug@nongnu.org
+Source: https://download.savannah.gnu.org/releases/lzip/tarlz
+
+Files: *
+Copyright: 2013-2024 Antonio Diaz Diaz <ant_diaz@teleline.es>
+License: GPL-2+
+
+Files: arg_parser.*
+Copyright: 2006-2024 Antonio Diaz Diaz <ant_diaz@teleline.es>
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2018-2024 Daniel Baumann <daniel.baumann@progress-linux.org>
+License: GPL-2+
+
+License: BSD-2-clause
+ This library is free software. Redistribution and use in source and
+ binary forms, with or without modification, are permitted provided
+ that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+License: GPL-2+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ .
+ The complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch
new file mode 100644
index 0000000..ce26c37
--- /dev/null
+++ b/debian/patches/debian/0001-build.patch
@@ -0,0 +1,21 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Avoid overwriting build-environment.
+
+diff -Naurp tarlz.orig/configure tarlz/configure
+--- tarlz.orig/configure
++++ tarlz/configure
+@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
+ datarootdir='$(prefix)/share'
+ infodir='$(datarootdir)/info'
+ mandir='$(datarootdir)/man'
+-CXX=g++
+-CPPFLAGS=
+-CXXFLAGS='-Wall -W -O2'
+-LDFLAGS=
++#CXX=g++
++#CPPFLAGS=
++#CXXFLAGS='-Wall -W -O2'
++#LDFLAGS=
+ LIBS='-llz -lpthread'
+ MAKEINFO=makeinfo
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..655df63
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian/0001-build.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..dc90fcc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpkg/architecture.mk
+include /usr/share/dpkg/buildtools.mk
+
+%:
+ dh ${@}
+
+override_dh_auto_configure:
+ dh_auto_configure -- 'CXX=$(CXX) -g' CXXFLAGS="$(CXXFLAGS)"
+
+override_dh_auto_install:
+ dh_auto_install -- DESTDIR=$(CURDIR)/debian/tarlz
+
+override_dh_auto_test:
+ # disabled
+
+execute_after_dh_auto_install:
+ # removing unused files
+ rm -f debian/tarlz/usr/share/info/dir*
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 0000000..28c35b1
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1 @@
+tarlz source: source-contains-prebuilt-windows-binary testsuite/test3_bad1.tar.lz
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/tarlz.docs b/debian/tarlz.docs
new file mode 100644
index 0000000..50bd824
--- /dev/null
+++ b/debian/tarlz.docs
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 0000000..84a6d1d
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,26 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mQGiBD9odIARBADkRI3Qc2qWpoxOFBlD8L5JaQlIEAaPI/19Y/z4ORHESY6s2Tfm
+EtC51vlu8V/hXX8Sh4OZC3CrBIwhvSyIVIXbas+GR09B+8GRsfekRUS7jiwz/FsZ
+Rnb0AjV1zNjJZazjyOUQjBou3Mo1MwiQXzeMQzqLC1xW+ABkAbQnAnZZIwCgvquq
+rmQ1LKpBpYhb876T8x9TZIcD/2KTMvrvJVj+tKiRp6Wfiib8B4unllXAQ04hlul2
+FP5oVIETdhQjsxj7/8F8yOONGgnL5Vn1+6sldd0LQ9il4MiZ36VFOec2xAeyYoB1
+D3hup/zUTjzljj+JyKyGXahrwm0941QhYr+Kw/99dvE0pB8CsaQ5/e5R70uv7YnD
+ZT9xA/wO4acdvGCLDw5ZPVKZW1rcgGL1Pr2nWCc92hv4SxdSWu3FU8aeGOVwJa2q
+I/CwiEk2oEXI/WwTEf9mde3qlsc1SkRKgR0DDj+7Az5MUcilCUDv2BG2mLa+dEus
+zwqLDPmjo2AWP1L2UIx7c46U9suvcGBwsI7NSnD9PLrvrUVGYrQjQW50b25pbyBE
+aWF6IDxhbnRfZGlhekB0ZWxlbGluZS5lcz6IYQQTEQIAGQUCP2h0gAQLBwMCAxUC
+AwMWAgECHgECF4AAEgkQj+mVAxMtd0IHZUdQRwABASgPAJ9FP48ts9GETKX1Kc6m
+P6trpaMZdACfTNqHKHiG5qaFqp1dT93+iM4KMgu0I0FudG9uaW8gRGlheiBEaWF6
+IDxhbnRvbmlvQGdudS5vcmc+iF4EExECAB4FAlGQyJkCGwMGCwkIBwMCAxUCAwMW
+AgECHgECF4AACgkQj+mVAxMtd0IaIQCeM/BA/56UVtCPMlODGCuUiqQDluoAn2Sp
+K4RybxL/e5aCNrnJg/kITt00uQENBD9odJIQBAC7Nr/BOCBOovFtIAnFufclBiUZ
+1jC8kvNTC0i8vparh0WroyRCNfzYujc4H6zLbe/9hPhexSTR8GD0q3m2MxGnADpb
+whHFrsMK+Tpk/dva7twlPWmwt4ZOl+wsmXRG9d6iDXdgVfThuXY009lY6TRUHlPW
+CCe4zkjsRV0Sq9qy0wADBQQAh3FFwHKq2M9qfuykxlhMpDt2CbeiwnIeMpOHwXoV
+cG8ahfxlaT1J9RnKIkzMJ9KSueyqWvjGrDfWAmoFbXgQ/rv82qmEMwKwmg75kzkt
+elVlFMicqX1N1KT1Ttce0UAxuxd1Vi/SfMzJLbc0s4fHDdfnVZH7fgq+SM9F0DHc
+qnuITgQYEQIABgUCP2h0kgASCRCP6ZUDEy13QgdlR1BHAAEBaHYAn1bocEx8GNyk
+RG/RBe2octjFEFlNAKCMIurPIOzYo20sBAq7kIR9x8qvwQ==
+=pg7M
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..06abb8a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts="pgpmode=auto, uversionmangle=s/(\d)\-?((pre|rc)\d*)$/$1~$2/" \
+https://download.savannah.gnu.org/releases/lzip/tarlz/@PACKAGE@@ANY_VERSION@\.tar\.lz