From 65537bdee2bd32626b76eb44e5b625e8b3e3aec5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:19:23 +0100 Subject: Adding debian version 0.6-3. Signed-off-by: Daniel Baumann --- debian/README.source | 37 ------------------------------------- debian/changelog | 14 ++++++++++++++ debian/compat | 2 +- debian/control | 7 +++---- debian/copyright | 34 +++++++++++++++++++++++++++++----- debian/plzip.docs | 2 ++ debian/source/format | 2 +- debian/source/options | 2 ++ 8 files changed, 52 insertions(+), 48 deletions(-) delete mode 100644 debian/README.source create mode 100644 debian/plzip.docs create mode 100644 debian/source/options diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 18b6b24..0000000 --- a/debian/README.source +++ /dev/null @@ -1,37 +0,0 @@ -Package Repositories --------------------- - -Backports for the current stable debian distribution as well as snapshots of -unreleased versions may be available in repositories listed on the maintainers -homepage. The current URL of the maintainer homepage can be seen in -debian/copyright. - - -Source Access -------------- - -You can obtain the sources of this package with: - - $ apt-get source ${PACKAGE} - -whereas '${PACKAGE}' has to be replaced with the actual name of the package. - -This package is maintained with the Git version control system. The current git -source tree can be obtained with: - - $ git clone ${GIT_URI} - -whereas '${GIT_URI}' has to be replaced with the actual URI for the Git -repository. The current Git URI can be seen in debian/control in the extracted -package sources. - -More information about Git can be found in the git-core package. - -This package may use the Quilt patch system to manage all modifications to the -upstream source. Changes, if any, are stored in the source package as diffs in -debian/diff and are applied during the build. Current modifications can be -applied to the source tree with: - - $ QUILT_PATCHES=debian/patches quilt push -a - -More information about Quilt can be found in the quilt package. diff --git a/debian/changelog b/debian/changelog index 21fd866..71813a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +plzip (0.6-3) unstable; urgency=low + + * Updating standards version to 3.9.0. + * Updating to debhelper version 8. + * Updating to standards version 3.9.1. + * Switching to source format 3.0 (quilt). + * Removing pre-squeeze depends to dpkg. + * Updating copyright file. + * Removing README.source and headers in copyright file. + * Adding debhelper docs file. + * Adding dpkg source option file. + + -- Daniel Baumann Mon, 27 Dec 2010 06:49:21 +0100 + plzip (0.6-2) unstable; urgency=low * Rebuilding against lzlib 1.0. diff --git a/debian/compat b/debian/compat index 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index 065665b..ab76b4f 100644 --- a/debian/control +++ b/debian/control @@ -3,16 +3,15 @@ Section: utils Priority: optional Maintainer: Debian Lzip Maintainers Uploaders: Daniel Baumann , -Build-Depends: - debhelper (>= 7.0.50~), autotools-dev, liblz-dev (>= 1.0), texinfo -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 8), autotools-dev, liblz-dev (>= 1.0), texinfo +Standards-Version: 3.9.1 Homepage: http://www.nongnu.org/lzip/plzip.html Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/plzip.git Vcs-Git: git://git.debian-maintainers.org/git/lzip/plzip.git Package: plzip Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, dpkg (>= 1.15.4) | install-info +Depends: ${misc:Depends}, ${shlibs:Depends} Description: parallel data compressor based on the LZMA algorithm Plzip is a parallel version of the lzip data compressor. Currently only compression is performed in parallel. Parallel decompression is planned to be diff --git a/debian/copyright b/debian/copyright index fc73244..b8e40f0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,8 +1,3 @@ -Upstream-Contact: Antonio Diaz Diaz -Upstream-Homepage: http://www.nongnu.org/lzip/plzip.html -Maintainer-Contact: Debian Lzip Maintainers -Maintainer-Homepage: http://lzip.debian-maintainers.org/ - Files: * Copyright: (C) 2006-2010 Antonio Diaz Diaz @@ -24,6 +19,35 @@ License: GPL-3+ On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. +Files: arg_parser.* +Copyright: (C) 2006-2010 Antonio Diaz Diaz +License: GPL-3+ + 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 3 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 . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. + . + As a special exception, you may use this file as part of a free + software library without restriction. Specifically, if other files + instantiate templates or use macros or inline functions from this + file, or you compile this file and link it with other files to + produce an executable, this file does not by itself cause the + resulting executable to be covered by the GNU General Public + License. This exception does not however invalidate any other + reasons why the executable file might be covered by the GNU General + Public License. + Files: debian/* Copyright: (C) 2009-2010 Daniel Baumann License: GPL-3+ diff --git a/debian/plzip.docs b/debian/plzip.docs new file mode 100644 index 0000000..50bd824 --- /dev/null +++ b/debian/plzip.docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/source/format b/debian/source/format index d3827e7..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..d053b65 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +compression = gzip +compression-level = 9 -- cgit v1.2.3