diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 13:13:35 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 13:13:35 +0000 |
commit | 636c6555fcdd7a6b55a5be1e63f572f466c073ce (patch) | |
tree | 3debb05d37a644bff4cb931c3e700d2e63301486 | |
parent | Merging upstream version 1.0. (diff) | |
download | lunzip-636c6555fcdd7a6b55a5be1e63f572f466c073ce.tar.xz lunzip-636c6555fcdd7a6b55a5be1e63f572f466c073ce.zip |
Adding debian version 1.0-1.debian/1.0-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 12 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 26 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog index f33f5be..d0b3b32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,20 @@ +lunzip (1.0-1) unstable; urgency=low + + * Updating maintainer and uploaders fields. + * Removing vcs fields. + * Removing any references to my debian email address. + * Removing any references to debian. + * Simplyfing debhelper auto_install override in rules. + * Removing unneeded build-depends on autotools-dev. + * Updating year in copyright file. + * Adding enhances field. + * Merging upstream version 1.0. + * Updating year in copyright file. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 18 Jan 2011 18:54:22 +0100 + lunzip (1.0~rc1-1) unstable; urgency=low * Initial release. - -- Daniel Baumann <daniel@debian.org> Sun, 19 Dec 2010 19:14:54 +0100 + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 19 Dec 2010 19:14:54 +0100 diff --git a/debian/control b/debian/control index c1cf774..2b8efea 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,15 @@ Source: lunzip Section: utils Priority: optional -Maintainer: Debian Lzip Maintainers <lzip@lists.debian-maintainers.org> -Uploaders: Daniel Baumann <daniel@debian.org>, -Build-Depends: debhelper (>= 8), autotools-dev +Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net> +Build-Depends: debhelper (>= 8) Standards-Version: 3.9.1 Homepage: http://www.nongnu.org/lzip/lunzip.html -Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/lunzip.git -Vcs-Git: git://git.debian-maintainers.org/git/lzip/lunzip.git Package: lunzip Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Enhances: lzip Description: data compressor based on the LZMA algorithm (uncompressor) 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 3ec050e..d90bb93 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Files: * -Copyright: (C) 2010 Antonio Diaz Diaz <ant_diaz@teleline.es> +Copyright: (C) 2010-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,11 +14,11 @@ License: GPL-3+ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. . - On Debian systems, the complete text of the GNU General Public License + On Progress systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. Files: carg_parser.* -Copyright: (C) 2010 Antonio Diaz Diaz <ant_diaz@teleline.es> +Copyright: (C) 2010-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ License: GPL-3+ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. . - On Debian systems, the complete text of the GNU General Public License + On Progress systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. . As a special exception, you may use this file as part of a free @@ -47,7 +47,7 @@ License: GPL-3+ Public License. Files: debian/* -Copyright: (C) 2010 Daniel Baumann <daniel@debian.org> +Copyright: (C) 2010-2011 Daniel Baumann <daniel.baumann@progress-technologies.net> License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -62,5 +62,5 @@ License: GPL-3+ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. . - On Debian systems, the complete text of the GNU General Public License + On Progress systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. diff --git a/debian/rules b/debian/rules index a68ae21..6ae40cd 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ dh ${@} override_dh_auto_install: - $(MAKE) prefix=$(CURDIR)/debian/lunzip/usr install + dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip override_dh_strip: dh_strip --dbg-package=lunzip-dbg |