Adding debian version 1.0~rc2-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
86939b5884
commit
83d4b24812
8 changed files with 107 additions and 0 deletions
37
debian/README.source
vendored
Normal file
37
debian/README.source
vendored
Normal file
|
@ -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_PATCHES=debian/patches quilt push -a
|
||||||
|
|
||||||
|
More information about Quilt can be found in the quilt package.
|
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
pdlzip (1.0~rc2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Daniel Baumann <daniel@debian.org> Sun, 14 Mar 2010 12:47:23 +0100
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
7
|
33
debian/control
vendored
Normal file
33
debian/control
vendored
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Source: pdlzip
|
||||||
|
Section: utils
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Debian Lzip Maintainers <lzip@lists.debian-maintainers.org>
|
||||||
|
Uploaders: Daniel Baumann <daniel@debian.org>,
|
||||||
|
Build-Depends: debhelper (>= 7.0.50~)
|
||||||
|
Standards-Version: 3.8.4
|
||||||
|
Homepage: http://www.nongnu.org/lzip/pdlzip.html
|
||||||
|
Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/pdlzip.git
|
||||||
|
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
|
||||||
|
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.
|
||||||
|
.
|
||||||
|
Lzip decompresses almost as fast as gzip and compresses better than bzip2,
|
||||||
|
which makes it well suited for software distribution and data archiving.
|
||||||
|
.
|
||||||
|
This package contains a simpler implementation, put into the public domain.
|
||||||
|
|
||||||
|
Package: pdlzip-dbg
|
||||||
|
Section: debug
|
||||||
|
Priority: extra
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends}, pdlzip (= ${binary:Version})
|
||||||
|
Description: data compressor based on the LZMA algorithm (simple version; debug)
|
||||||
|
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.
|
||||||
|
.
|
||||||
|
This package contains the debugging symbols of the simpler implementation.
|
18
debian/copyright
vendored
Normal file
18
debian/copyright
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
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) 2010 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||||
|
(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.
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: (C) 2009-2010 Daniel Baumann <daniel@debian.org>
|
||||||
|
License: PD
|
||||||
|
The Debian packaging is hereby placed in the public domain (no rights
|
||||||
|
reserved).
|
2
debian/lzip.docs
vendored
Normal file
2
debian/lzip.docs
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
NEWS
|
||||||
|
README
|
10
debian/rules
vendored
Executable file
10
debian/rules
vendored
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh ${@}
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
$(MAKE) prefix=$(CURDIR)/debian/pdlzip/usr install
|
||||||
|
|
||||||
|
override_dh_strip:
|
||||||
|
dh_strip --dbg-package=pdlzip-dbg
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
1.0
|
Loading…
Add table
Reference in a new issue