[med-svn] [libzstd] 06/08: cme fix dpkg-control, Standards-Version: 4.1.0 (no changes needed)
Andreas Tille
tille at debian.org
Wed Sep 6 13:49:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libzstd.
commit cd328d7a36f7897cd6761dc9bbe650a4f5300bcf
Author: Andreas Tille <tille at debian.org>
Date: Wed Sep 6 15:24:30 2017 +0200
cme fix dpkg-control, Standards-Version: 4.1.0 (no changes needed)
---
debian/changelog | 2 ++
debian/control | 20 +++++++++-----------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 615e2cf..1fffbea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ libzstd (1.3.1+dfsg-1) UNRELEASED; urgency=medium
* Exclude examples from upstream tarball
Closes: #869581
* debhelper 10
+ * cme fix dpkg-control
+ * Standards-Version: 4.1.0 (no changes needed)
-- Andreas Tille <tille at debian.org> Wed, 06 Sep 2017 14:57:07 +0200
diff --git a/debian/control b/debian/control
index f00fd6c..da87d36 100644
--- a/debian/control
+++ b/debian/control
@@ -1,46 +1,44 @@
Source: libzstd
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Kevin Murray <kdmfoss at gmail.com>,
Olivier Sallou <osallou at debian.org>
-Build-Depends: debhelper (>= 10),
- d-shlibs,
-Standards-Version: 3.9.8
Section: libs
-Homepage: https://github.com/facebook/zstd
-Vcs-Git: https://anonscm.debian.org/git/debian-med/libzstd.git
+Priority: optional
+Build-Depends: debhelper (>= 10),
+ d-shlibs
+Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/git/debian-med/libzstd.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libzstd.git
+Homepage: https://github.com/facebook/zstd
Package: libzstd-dev
Architecture: any
Section: libdevel
Depends: libzstd1 (= ${binary:Version}),
- ${misc:Depends},
+ ${misc:Depends}
Description: fast lossless compression algorithm -- development files
Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
real-time compression scenarios at zlib-level compression ratio.
.
This package contains the headers and static library.
-
Package: libzstd1
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
- ${misc:Depends},
+ ${misc:Depends}
Description: fast lossless compression algorithm
Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
real-time compression scenarios at zlib-level compression ratio.
.
This package contains the shared library.
-
Package: zstd
Architecture: any
Section: utils
Depends: libzstd1 (= ${binary:Version}),
${shlibs:Depends},
- ${misc:Depends},
+ ${misc:Depends}
Description: fast lossless compression algorithm -- CLI tool
Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
real-time compression scenarios at zlib-level compression ratio.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git
More information about the debian-med-commit
mailing list