From 06d55b6584ee2a90c9ce560b8a72a2d9a48b907e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 12:30:11 +0100 Subject: Adding debian version 1.1~rc2-1. Signed-off-by: Daniel Baumann --- debian/README.source | 37 ------------------------------------- debian/changelog | 15 +++++++++++++++ debian/clzip.docs | 2 ++ debian/compat | 2 +- debian/control | 6 +++--- debian/copyright | 34 +++++++++++++++++++++++++++++----- debian/lzip.docs | 2 -- debian/source/format | 2 +- debian/source/options | 2 ++ 9 files changed, 53 insertions(+), 49 deletions(-) delete mode 100644 debian/README.source create mode 100644 debian/clzip.docs delete mode 100644 debian/lzip.docs create mode 100644 debian/source/options (limited to 'debian') 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 7143489..e727f0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +clzip (1.1~rc2-1) unstable; urgency=low + + * Updating standards version to 3.9.0. + * Updating to standards version 3.9.1. + * Updating to debhelper version 8. + * Switching to source format 3.0 (quilt). + * Removing pre-squeeze depends to dpkg. + * Adding dpkg source options file. + * Removing README.source and headers in copyright file. + * Updating copyright file. + * Correcting name of debhelper docs file. + * Merging upstream version 1.1~rc2. + + -- Daniel Baumann Mon, 27 Dec 2010 06:37:27 +0100 + clzip (1.0-1) unstable; urgency=low * Merging upstream version 1.0. diff --git a/debian/clzip.docs b/debian/clzip.docs new file mode 100644 index 0000000..50bd824 --- /dev/null +++ b/debian/clzip.docs @@ -0,0 +1,2 @@ +NEWS +README 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 c81b0d5..4cb50a5 100644 --- a/debian/control +++ b/debian/control @@ -3,15 +3,15 @@ Section: utils Priority: optional Maintainer: Debian Lzip Maintainers Uploaders: Daniel Baumann , -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, texinfo -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 8), autotools-dev, texinfo +Standards-Version: 3.9.1 Homepage: http://www.nongnu.org/lzip/clzip.html Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/clzip.git Vcs-Git: git://git.debian-maintainers.org/git/lzip/clzip.git Package: clzip Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, dpkg (>= 1.15.4) | install-info +Depends: ${misc:Depends}, ${shlibs:Depends} Description: data compressor based on the LZMA algorithm (C version) Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. diff --git a/debian/copyright b/debian/copyright index b8fbf04..592326e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,8 +1,3 @@ -Upstream-Contact: Antonio Diaz Diaz -Upstream-Homepage: http://www.nongnu.org/lzip/lzip.html -Maintainer-Contact: Debian Lzip Maintainers -Maintainer-Homepage: http://lzip.debian-maintainers.org/ - Files: * Copyright: (C) 2010 Antonio Diaz Diaz License: GPL-3+ @@ -22,6 +17,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: carg_parser.* +Copyright: (C) 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/lzip.docs b/debian/lzip.docs deleted file mode 100644 index 50bd824..0000000 --- a/debian/lzip.docs +++ /dev/null @@ -1,2 +0,0 @@ -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