From 851236c6a803d74f3dd855882f974da251081441 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 15:26:32 +0100 Subject: Adding debian version 1.2-2. Signed-off-by: Daniel Baumann --- debian/changelog | 22 ++++++++++++++++------ debian/control | 5 +---- debian/copyright | 12 ++++++++---- debian/rules | 2 +- 4 files changed, 26 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 604fca9..be6d6a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,19 @@ +pdlzip (1.2-2) unstable; urgency=low + + * Updating maintainer and uploaders fields. + * Removing vcs fields. + * Removing any references to my debian email address. + * Updating copyright file. + * Simplyfing debhelper auto_install override in rules. + + -- Daniel Baumann Thu, 13 Jan 2011 23:05:11 +0100 + pdlzip (1.2-1) experimental; urgency=low * Updating year in copyright file. * Merging upstream version 1.2. - -- Daniel Baumann Fri, 07 Jan 2011 19:03:07 +0100 + -- Daniel Baumann Fri, 07 Jan 2011 19:03:07 +0100 pdlzip (1.1-2) unstable; urgency=low @@ -15,7 +25,7 @@ pdlzip (1.1-2) unstable; urgency=low * Removing README.source and headers in copyright file. * Correcting name of debhelper docs file. - -- Daniel Baumann Mon, 27 Dec 2010 06:44:51 +0100 + -- Daniel Baumann Mon, 27 Dec 2010 06:44:51 +0100 pdlzip (1.1-1) unstable; urgency=low @@ -23,22 +33,22 @@ pdlzip (1.1-1) unstable; urgency=low * Merging upstream version 1.1. * Updating standards version to 3.9.1. - -- Daniel Baumann Wed, 01 Sep 2010 15:01:09 +0200 + -- Daniel Baumann Wed, 01 Sep 2010 15:01:09 +0200 pdlzip (1.0-1) unstable; urgency=low * Merging upstream version 1.0. - -- Daniel Baumann Sat, 24 Apr 2010 12:11:46 +0200 + -- Daniel Baumann Sat, 24 Apr 2010 12:11:46 +0200 pdlzip (1.0~rc3-1) unstable; urgency=low * Merging upstream version 1.0~rc3. - -- Daniel Baumann Sat, 27 Mar 2010 10:30:07 +0100 + -- Daniel Baumann Sat, 27 Mar 2010 10:30:07 +0100 pdlzip (1.0~rc2-1) unstable; urgency=low * Initial release. - -- Daniel Baumann Sun, 14 Mar 2010 12:47:23 +0100 + -- Daniel Baumann Sun, 14 Mar 2010 12:47:23 +0100 diff --git a/debian/control b/debian/control index af38105..b7e3b6e 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,10 @@ Source: pdlzip Section: utils Priority: optional -Maintainer: Debian Lzip Maintainers -Uploaders: Daniel Baumann , +Maintainer: Daniel Baumann Build-Depends: debhelper (>= 8) Standards-Version: 3.9.1 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 diff --git a/debian/copyright b/debian/copyright index 8811a26..1fe6aa7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Files: * Copyright: - (C) 2010 Antonio Diaz Diaz + (C) 2010-2011 Antonio Diaz Diaz (C) Igor Pavlov License: PD This program is free software: you have unlimited permission @@ -11,7 +11,11 @@ License: PD MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Files: debian/* -Copyright: (C) 2009-2011 Daniel Baumann +Copyright: (C) 2009-2011 Daniel Baumann License: PD - The Debian packaging is hereby placed in the public domain (no rights - reserved). + This program is free software: you have unlimited permission + to copy, distribute and modify it. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/debian/rules b/debian/rules index 8deb1d9..7771d39 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ dh ${@} override_dh_auto_install: - $(MAKE) prefix=$(CURDIR)/debian/pdlzip/usr install + dh_auto_install -- DESTDIR=$(CURDIR)/debian/pdlzip override_dh_strip: dh_strip --dbg-package=pdlzip-dbg -- cgit v1.2.3