From 636c6555fcdd7a6b55a5be1e63f572f466c073ce Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 14:13:35 +0100 Subject: Adding debian version 1.0-1. Signed-off-by: Daniel Baumann --- debian/changelog | 17 ++++++++++++++++- debian/control | 8 +++----- debian/copyright | 12 ++++++------ 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 Tue, 18 Jan 2011 18:54:22 +0100 + lunzip (1.0~rc1-1) unstable; urgency=low * Initial release. - -- Daniel Baumann Sun, 19 Dec 2010 19:14:54 +0100 + -- Daniel Baumann 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 -Uploaders: Daniel Baumann , -Build-Depends: debhelper (>= 8), autotools-dev +Maintainer: Daniel Baumann +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 +Copyright: (C) 2010-2011 Antonio Diaz Diaz 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 . . - 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 +Copyright: (C) 2010-2011 Antonio Diaz Diaz 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 . . - 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 +Copyright: (C) 2010-2011 Daniel Baumann 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 . . - 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 -- cgit v1.2.3