From ea3a3cd2dde0626c7bcf135651715127e08d987d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 15:25:53 +0100 Subject: Adding debian version 1.1-2. Signed-off-by: Daniel Baumann --- debian/README.source | 37 ------------------------------------- debian/changelog | 12 ++++++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/copyright | 13 ++++++------- debian/lzip.docs | 2 -- debian/pdlzip.docs | 2 ++ debian/source/format | 2 +- debian/source/options | 2 ++ 9 files changed, 26 insertions(+), 50 deletions(-) delete mode 100644 debian/README.source delete mode 100644 debian/lzip.docs create mode 100644 debian/pdlzip.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 24ad947..8cb3b35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +pdlzip (1.1-2) unstable; urgency=low + + * Switching to source format 3.0 (quilt). + * Updating to debhelper version 8. + * Removing pre-squeeze depends to dpkg. + * Updating copyright file. + * Adding dpkg source options file. + * Removing README.source and headers in copyright file. + * Correcting name of debhelper docs file. + + -- Daniel Baumann Mon, 27 Dec 2010 06:44:51 +0100 + pdlzip (1.1-1) unstable; urgency=low * Updating standards version to 3.9.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 98a47bd..af38105 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Debian Lzip Maintainers Uploaders: Daniel Baumann , -Build-Depends: debhelper (>= 7.0.50~) +Build-Depends: debhelper (>= 8) Standards-Version: 3.9.1 Homepage: http://www.nongnu.org/lzip/pdlzip.html Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/pdlzip.git @@ -11,7 +11,7 @@ Vcs-Git: git://git.debian-maintainers.org/git/lzip/pdlzip.git Package: pdlzip 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 (simple 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 e08c0e3..d0c04d1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,14 @@ -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 (C) Igor Pavlov License: PD - This is free software: you are free to change and redistribute it. - There is NO WARRANTY, to the extent permitted by law. + This program is free software: you have unlimited permission + to copy, distribute and modify it. + . + 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. Files: debian/* Copyright: (C) 2009-2010 Daniel Baumann 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/pdlzip.docs b/debian/pdlzip.docs new file mode 100644 index 0000000..50bd824 --- /dev/null +++ b/debian/pdlzip.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