summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 06:45:23 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 06:45:23 +0000
commit6810bb5a41f5c7f724b1dfd9fb9f930c42d8c9bd (patch)
treec587625f8c2b0707580ad1a05631829ddd22d513
parentAdding debian version 0.2-2. (diff)
downloadlzd-6810bb5a41f5c7f724b1dfd9fb9f930c42d8c9bd.tar.xz
lzd-6810bb5a41f5c7f724b1dfd9fb9f930c42d8c9bd.zip
Adding debian version 0.2-3.debian/0.2-3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog7
-rw-r--r--debian/control10
2 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 20b6db8..0350703 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lzd (0.2-3) experimental; urgency=low
+
+ * Adding vcs fields.
+ * Wrapping control fields.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 17 Jul 2013 13:28:34 +0200
+
lzd (0.2-2) experimental; urgency=low
* Adding lzip alternatives handling.
diff --git a/debian/control b/debian/control
index 26f3218..413cf6d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,14 @@ Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: http://www.nongnu.org/lzip/lzip.html
+Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/lzd.git
+Vcs-Git: git://daniel-baumann.ch/git/debian/lzd.git
Package: lzd
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Breaks: lzip (<< 1.15~)
Provides: lzip-alternative
Description: Educational, lossless data compressor based on the LZMA algorithm
@@ -24,7 +28,9 @@ Package: lzd-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, lzd (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ lzd (= ${binary:Version}),
Description: Educational, 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.