summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:35:01 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:35:01 +0000
commit4405bd798b2a5950fbd3b35a6328b21f68124a7c (patch)
tree6b771986d90a6ab165f385669a0bf870dee6def3
parentAdding debian version 1.0-1. (diff)
downloadplzip-4405bd798b2a5950fbd3b35a6328b21f68124a7c.tar.xz
plzip-4405bd798b2a5950fbd3b35a6328b21f68124a7c.zip
Adding debian version 1.0-2.debian/1.0-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog7
-rw-r--r--debian/control15
2 files changed, 19 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 2d09d9e..af2f072 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plzip (1.0-2) experimental; urgency=low
+
+ * Adding vcs fields.
+ * Wrapping control fields.
+
+ -- Daniel Baumann <mail@daniel-baumann.ch> Wed, 17 Jul 2013 14:05:43 +0200
+
plzip (1.0-1) experimental; urgency=low
* Merging upstream version 1.0.
diff --git a/debian/control b/debian/control
index 9057dc6..4723832 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,20 @@ Source: plzip
Section: utils
Priority: optional
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
-Build-Depends: debhelper (>= 9), liblz-dev, texinfo
+Build-Depends:
+ debhelper (>= 9),
+ liblz-dev,
+ texinfo,
Standards-Version: 3.9.4
Homepage: http://www.nongnu.org/lzip/plzip.html
+Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/plzip.git
+Vcs-Git: git://daniel-baumann.ch/git/debian/plzip.git
Package: plzip
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Breaks: lzip (<< 1.15~)
Provides: lzip-alternative
Description: parallel, lossless data compressor based on the LZMA algorithm
@@ -29,7 +36,9 @@ Package: plzip-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, plzip (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ plzip (= ${binary:Version}),
Description: parallel, 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.