diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:36:31 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:36:31 +0000 |
commit | c9841a88bad491f3c396773cb9ecfb6fe23ab259 (patch) | |
tree | 7747eb4d3f9c4cc968b15ecf4efd9f337d61fd1f | |
parent | Merging upstream version 0.6. (diff) | |
download | lzlib-c9841a88bad491f3c396773cb9ecfb6fe23ab259.tar.xz lzlib-c9841a88bad491f3c396773cb9ecfb6fe23ab259.zip |
Adding debian version 0.6-1.debian/0.6-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | debian/README.source | 37 | ||||
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 6 |
4 files changed, 54 insertions, 3 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..dcc7ba3 --- /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/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 push -a + +More information about Quilt can be found in the quilt package. diff --git a/debian/changelog b/debian/changelog index 5de675b..769523d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +lzlib (0.6-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.6. + * Moving maintainer hompage entry from control to copyright. + + -- Daniel Baumann <daniel@debian.org> Fri, 04 Sep 2009 22:12:32 +0200 + lzlib (0.5-3) unstable; urgency=low * Updating maintainer field. diff --git a/debian/control b/debian/control index 844783a..04fba82 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Lzip Maintainers <lzip@lists.debian-maintainers.org> Uploaders: Daniel Baumann <daniel@debian.org>, Build-Depends: debhelper (>= 7), autotools-dev, texinfo -Standards-Version: 3.8.2 +Standards-Version: 3.8.3 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 diff --git a/debian/copyright b/debian/copyright index c6929a8..1f00932 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,7 @@ -Author: Antonio Diaz Diaz <ant_diaz@teleline.es> -Download: http://www.nongnu.org/lzip/lzip.html +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-2009 Antonio Diaz Diaz <ant_diaz@teleline.es> |