summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:30:33 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:30:33 +0000
commit4fbbd44d922b98b3d8e972136e1fdd9d2b89615c (patch)
tree4b5fea88db1c5a039087e512d455c332adb855a8
parentAdding debian version 1.1~rc2-1. (diff)
downloadclzip-4fbbd44d922b98b3d8e972136e1fdd9d2b89615c.tar.xz
clzip-4fbbd44d922b98b3d8e972136e1fdd9d2b89615c.zip
Adding debian version 1.1~rc2-2.debian/1.1_rc2-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog20
-rw-r--r--debian/control7
-rw-r--r--debian/copyright8
-rwxr-xr-xdebian/rules4
4 files changed, 24 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index e727f0a..75f9f96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+clzip (1.1~rc2-2) unstable; urgency=low
+
+ * Updating maintainer and uploaders fields.
+ * Removing vcs fields.
+ * Removing any references to my debian email address.
+ * Removing any references to debian.
+ * Improving comments in rules file.
+ * Simplyfing debhelper auto_install override in rules.
+ * Removing unneeded build-depends on autotools-dev.
+
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 13 Jan 2011 22:58:57 +0100
+
clzip (1.1~rc2-1) unstable; urgency=low
* Updating standards version to 3.9.0.
@@ -11,22 +23,22 @@ clzip (1.1~rc2-1) unstable; urgency=low
* Correcting name of debhelper docs file.
* Merging upstream version 1.1~rc2.
- -- Daniel Baumann <daniel@debian.org> Mon, 27 Dec 2010 06:37:27 +0100
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 27 Dec 2010 06:37:27 +0100
clzip (1.0-1) unstable; urgency=low
* Merging upstream version 1.0.
- -- Daniel Baumann <daniel@debian.org> Thu, 08 Apr 2010 12:05:16 +0200
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 08 Apr 2010 12:05:16 +0200
clzip (1.0~rc3-1) unstable; urgency=low
* Merging upstream version 1.0~rc3.
- -- Daniel Baumann <daniel@debian.org> Mon, 15 Mar 2010 18:29:29 +0100
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 15 Mar 2010 18:29:29 +0100
clzip (1.0~rc2-1) unstable; urgency=low
* Initial release.
- -- Daniel Baumann <daniel@debian.org> Sun, 14 Mar 2010 13:02:04 +0100
+ -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 14 Mar 2010 13:02:04 +0100
diff --git a/debian/control b/debian/control
index 4cb50a5..5e8cd8f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,10 @@
Source: clzip
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, texinfo
+Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
+Build-Depends: debhelper (>= 8), texinfo
Standards-Version: 3.9.1
Homepage: http://www.nongnu.org/lzip/clzip.html
-Vcs-Browser: http://git.debian-maintainers.org/?p=lzip/clzip.git
-Vcs-Git: git://git.debian-maintainers.org/git/lzip/clzip.git
Package: clzip
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 592326e..d3345b5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,7 +14,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.
Files: carg_parser.*
@@ -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) 2009-2010 Daniel Baumann <daniel@debian.org>
+Copyright: (C) 2009-2010 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 6da18dd..cc19680 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@
dh ${@}
override_dh_auto_install:
- $(MAKE) prefix=$(CURDIR)/debian/clzip/usr install
+ dh_auto_install -- DESTDIR=$(CURDIR)/debian/clzip
- # Removing useless file
+ # removing unused files
rm -f debian/clzip/usr/share/info/dir*
override_dh_strip: