summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:02:10 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:02:10 +0000
commitfbf6f2793860904b626aa29ca979984d45d80ba8 (patch)
treeb8ed3d046faab17b526874dd36c2896f82f0784e
parentAdding debian version 1.3-1. (diff)
downloadlunzip-fbf6f2793860904b626aa29ca979984d45d80ba8.tar.xz
lunzip-fbf6f2793860904b626aa29ca979984d45d80ba8.zip
Adding debian version 1.3-2.debian/1.3-2
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 b0e69a6..1557a14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lunzip (1.3-2) experimental; urgency=low
+
+ * Adding vcs fields.
+ * Wrapping control fields.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 17 Jul 2013 13:24:06 +0200
+
lunzip (1.3-1) experimental; urgency=low
* Merging upstream version 1.3.
diff --git a/debian/control b/debian/control
index 239fc4c..2386898 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/lunzip.html
+Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/lunzip.git
+Vcs-Git: git://daniel-baumann.ch/git/debian/lunzip.git
Package: lunzip
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Breaks: lzip (<< 1.15~)
Provides: lzip-alternative
Description: data compressor based on the LZMA algorithm (decompressor)
@@ -21,7 +25,9 @@ Package: lunzip-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, lunzip (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ lunzip (= ${binary:Version}),
Description: data compressor based on the LZMA algorithm (decompressor 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.