summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:41:58 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:41:58 +0000
commit5911a238bd98c6e126060ad29855e31d2f8a6322 (patch)
tree1dbc911c4ced01eb86e656578dd3632c3ec320fb
parentAdding debian version 1.15~pre1-1. (diff)
downloadlziprecover-5911a238bd98c6e126060ad29855e31d2f8a6322.tar.xz
lziprecover-5911a238bd98c6e126060ad29855e31d2f8a6322.zip
Adding debian version 1.15~pre1-2.debian/1.15_pre1-2
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 2be6d88..9a72b14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lziprecover (1.15~pre1-2) experimental; urgency=low
+
+ * Adding vcs fields.
+ * Wrapping control fields.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 17 Jul 2013 13:31:10 +0200
+
lziprecover (1.15~pre1-1) experimental; urgency=low
* Merging upstream version 1.15~pre1.
diff --git a/debian/control b/debian/control
index 6ac1fb3..b1a52bb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,19 @@ Source: lziprecover
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/lziprecover.html
+Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/lziprecover.git
+Vcs-Git: git://daniel-baumann.ch/git/debian/lziprecover.git
Package: lziprecover
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Breaks: lzip (<< 1.15~)
Provides: lzip-alternative
Description: lossless data compressor based on the LZMA algorithm (recovery)
@@ -23,7 +29,9 @@ Package: lziprecover-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, lziprecover (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ lziprecover (= ${binary:Version}),
Description: lossless data compressor based on the LZMA algorithm
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.