summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:26:32 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:26:32 +0000
commit851236c6a803d74f3dd855882f974da251081441 (patch)
treed7634a4f77754652f3d79e2adca092959a33f071
parentAdding debian version 1.2-1. (diff)
downloadpdlzip-851236c6a803d74f3dd855882f974da251081441.tar.xz
pdlzip-851236c6a803d74f3dd855882f974da251081441.zip
Adding debian version 1.2-2.debian/1.2-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog22
-rw-r--r--debian/control5
-rw-r--r--debian/copyright12
-rwxr-xr-xdebian/rules2
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 <daniel.baumann@progress-technologies.net> 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 <daniel@debian.org> Fri, 07 Jan 2011 19:03:07 +0100
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> 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 <daniel@debian.org> Mon, 27 Dec 2010 06:44:51 +0100
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> 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 <daniel@debian.org> Wed, 01 Sep 2010 15:01:09 +0200
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 01 Sep 2010 15:01:09 +0200
pdlzip (1.0-1) unstable; urgency=low
* Merging upstream version 1.0.
- -- Daniel Baumann <daniel@debian.org> Sat, 24 Apr 2010 12:11:46 +0200
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 24 Apr 2010 12:11:46 +0200
pdlzip (1.0~rc3-1) unstable; urgency=low
* Merging upstream version 1.0~rc3.
- -- Daniel Baumann <daniel@debian.org> Sat, 27 Mar 2010 10:30:07 +0100
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 27 Mar 2010 10:30:07 +0100
pdlzip (1.0~rc2-1) unstable; urgency=low
* Initial release.
- -- Daniel Baumann <daniel@debian.org> Sun, 14 Mar 2010 12:47:23 +0100
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> 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 <lzip@lists.debian-maintainers.org>
-Uploaders: Daniel Baumann <daniel@debian.org>,
+Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
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 <ant_diaz@teleline.es>
+ (C) 2010-2011 Antonio Diaz Diaz <ant_diaz@teleline.es>
(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 <daniel@debian.org>
+Copyright: (C) 2009-2011 Daniel Baumann <daniel.baumann@progress-technologies.net>
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