diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:45 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:40:45 +0000 |
commit | 9143f0d38dde35b57309979572e07bea1fc2c308 (patch) | |
tree | faa92a7c3ce69b379cbb1f21a2d895db2aa46129 | |
parent | Adding debian version 1.0-2. (diff) | |
download | lzlib-9143f0d38dde35b57309979572e07bea1fc2c308.tar.xz lzlib-9143f0d38dde35b57309979572e07bea1fc2c308.zip |
Adding debian version 1.0-3.debian/1.0-3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r-- | debian/README.source | 37 | ||||
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/copyright | 5 | ||||
-rw-r--r-- | debian/source/format | 2 | ||||
-rw-r--r-- | debian/source/options | 2 |
7 files changed, 18 insertions, 48 deletions
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 2e23412..125d50a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lzlib (1.0-3) experimental; urgency=low + + * Updating standards version to 3.9.0. + * Switching to source format 3.0 (quilt). + * Updating to debhelper version 8. + * Updating to standards version 3.9.1. + * Removing pre-squeeze depends to dpkg. + * Switching to source format 3.0 (quilt). + + -- Daniel Baumann <daniel@debian.org> Sun, 19 Dec 2010 21:26:26 +0100 + lzlib (1.0-2) unstable; urgency=low * Removing conflicts/replaces on liblz0 (Closes: #581447). 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 72c1358..ce365d1 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: libs Priority: optional Maintainer: Debian Lzip Maintainers <lzip@lists.debian-maintainers.org> Uploaders: Daniel Baumann <daniel@debian.org>, -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/lzlib.html Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/lzlib.git Vcs-Git: git://git.debian-maintainers.org/git/lzip/lzlib.git @@ -21,8 +21,7 @@ Description: data compressor based on the LZMA algorithm (library) Package: liblz-dev Section: libdevel Architecture: any -Depends: - ${misc:Depends}, liblz1 (= ${binary:Version}), dpkg (>= 1.15.4) | install-info +Depends: ${misc:Depends}, liblz1 (= ${binary:Version}) Description: data compressor based on the LZMA algorithm (development) The lzlib compression library provides in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data. diff --git a/debian/copyright b/debian/copyright index a347287..eef0a38 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,8 +1,3 @@ -Upstream-Contact: Antonio Diaz Diaz <ant_diaz@teleline.es> -Upstream-Homepage: http://www.nongnu.org/lzip/lzip.html -Maintainer-Contact: Debian Lzip Maintainers <lzip@lists.debian-maintainers.org> -Maintainer-Homepage: http://lzip.debian-maintainers.org/ - Files: * Copyright: (C) 2006-2010 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ 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 |