summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:38:28 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:38:28 +0000
commitf010410e93c354a285c5cfc07a61c0264d5e7977 (patch)
treea012e782af4cc188c34ed9832b7d936a0fdeba9b
parentAdding debian version 1.5~pre1-2. (diff)
downloadclzip-f010410e93c354a285c5cfc07a61c0264d5e7977.tar.xz
clzip-f010410e93c354a285c5cfc07a61c0264d5e7977.zip
Adding debian version 1.5~pre1-3.debian/1.5_pre1-3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog7
-rw-r--r--debian/control14
2 files changed, 18 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index bd48003..538a52e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clzip (1.5~pre1-3) experimental; urgency=low
+
+ * Adding vcs fields.
+ * Wrapping control fields.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 17 Jul 2013 12:46:59 +0200
+
clzip (1.5~pre1-2) experimental; urgency=low
* Adding lzip-alternative provides.
diff --git a/debian/control b/debian/control
index 963f92c..ccf1e59 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,19 @@ Source: clzip
Section: utils
Priority: optional
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
-Build-Depends: debhelper (>= 9), texinfo
+Build-Depends:
+ debhelper (>= 9),
+ texinfo,
Standards-Version: 3.9.4
Homepage: http://www.nongnu.org/lzip/clzip.html
+Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/clzip.git
+Vcs-Git: git://daniel-baumann.ch/git/debian/clzip.git
Package: clzip
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Breaks: lzip (<< 1.15~)
Provides: lzip-alternative
Description: C, lossless data compressor based on the LZMA algorithm
@@ -26,7 +32,9 @@ Package: clzip-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, clzip (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ clzip (= ${binary:Version}),
Description: C, lossless data compressor based on the LZMA algorithm (debug)
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.