From dac3c4d9c091c26c71df76872cf10d6cc45715c7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 17:10:39 +0100 Subject: Adding debian version 0.3-1. Signed-off-by: Daniel Baumann --- debian/README.source | 37 +++++++++++++++++++++++++++++++++++++ debian/changelog | 15 +++++++++++++++ debian/control | 8 ++++---- debian/copyright | 6 ++++-- 4 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 debian/README.source (limited to 'debian') diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..259f923 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,37 @@ +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/control. + + +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 push -a + +More information about Quilt can be found in the quilt package. diff --git a/debian/changelog b/debian/changelog index 016a511..ed1266a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +zutils (0.3-1) unstable; urgency=low + + * Updating package to standards version 3.8.3. + * Adding maintainer homepage field to control. + * Marking maintainer homepage field to be also included in binary + packages and changelog. + * Adding README.source. + * Merging upstream version 0.3. + * Moving maintainer homepage from control to copyright. + * Updating homepage field in control. + * Bumping version build-depends on debhelper. + * Adding manual depends on newer dpkg because of install-info. + + -- Daniel Baumann Sun, 20 Sep 2009 21:32:39 +0200 + zutils (0.2-1) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 4a8145d..325515f 100644 --- a/debian/control +++ b/debian/control @@ -3,15 +3,15 @@ Section: utils Priority: extra Maintainer: Debian Lzip Maintainers Uploaders: Daniel Baumann -Build-Depends: debhelper (>= 7), autotools-dev, lzip, texinfo -Standards-Version: 3.8.2 -Homepage: http://www.nongnu.org/lzip/zutils.html +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, lzip, texinfo +Standards-Version: 3.8.3 +Homepage: http://www.nongnu.org/zutils/zutils.html Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/lzip.git Vcs-Git: git://git.debian-maintainers.org/git/lzip/lzip.git Package: zutils Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, dpkg (>= 1.15.4) | install-info Recommends: bzip2, lzip, xz-utils Description: utilities for dealing with compressed files transparently Zutils is a collection of utilities for dealing with any combination of diff --git a/debian/copyright b/debian/copyright index 2e99412..6e097d6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,7 @@ -Author: Antonio Diaz Diaz -Download: http://www.nongnu.org/lzip/zutils.html +Upstream-Contact: zutils-bug@nongnu.org +Upstream-Homepage: http://www.nongnu.org/zutils/zutils.html +Maintainer-Contact: Debian Lzip Maintainers +Maintainer-Homepage: http://lzip.debian-maintainers.org/ Files: * Copyright: (C) 2009 Antonio Diaz Diaz -- cgit v1.2.3