[med-svn] [Git][med-team/libzstd][master] 3 commits: Remove zstd-udeb, as currently only libzstd1-udeb is needed
Alexandre Mestiashvili
gitlab at salsa.debian.org
Thu Oct 11 15:39:33 BST 2018
Alexandre Mestiashvili pushed to branch master at Debian Med / libzstd
Commits:
d1f0330a by Alexandre Mestiashvili at 2018-10-11T14:12:28Z
Remove zstd-udeb, as currently only libzstd1-udeb is needed
- - - - -
e75e258e by Alexandre Mestiashvili at 2018-10-11T14:22:37Z
Call dh_makeshlibs with -V 'libzstd1 (>=1.3.5)', new symbols in this version
- - - - -
b411c44a by Alexandre Mestiashvili at 2018-10-11T14:26:10Z
Update changelog
Gbp-Dch: Ignore
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,8 +2,12 @@ libzstd (1.3.5+dfsg-2) UNRELEASED; urgency=medium
* Add udeb packages for zstd and libzstd1
* Bump Policy to 4.2.1
+ * Update d/rules, copy files for {libzstd1,zstd}-udeb
+ * Remove zstd-udeb, as currently only libzstd1-udeb is needed
+ * Call dh_makeshlibs with -V 'libzstd1 (>=1.3.5)', since this version
+ introduced new public symbols
- -- Alexandre Mestiashvili <mestia at debian.org> Fri, 21 Sep 2018 18:46:31 +0000
+ -- Alexandre Mestiashvili <mestia at debian.org> Thu, 11 Oct 2018 14:24:06 +0000
libzstd (1.3.5+dfsg-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -51,20 +51,6 @@ Description: fast lossless compression algorithm -- CLI tool
.
This package contains the CLI program implementing zstd.
-Package: zstd-udeb
-Architecture: any
-Section: debian-installer
-Depends: ${misc:Depends},
- ${shlibs:Depends}
-Package-Type: udeb
-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.
- .
- This package contains the CLI program implementing zstd.
- .
- This is a minimal package for debian-installer.
-
Package: libzstd1-udeb
Architecture: any
Multi-Arch: same
=====================================
debian/rules
=====================================
@@ -39,10 +39,9 @@ override_dh_install:
debian/tmp/usr/lib/lib*.so
cp -r debian/libzstd1/usr debian/libzstd1-udeb/
dh_install
- cp -r debian/zstd/ debian/zstd-udeb/
override_dh_makeshlibs:
- dh_makeshlibs -plibzstd1 --add-udeb=libzstd-udeb
+ dh_makeshlibs -plibzstd1 -V'libzstd1 (>=1.3.5)' --add-udeb=libzstd-udeb
override_dh_installman:
dh_installman
View it on GitLab: https://salsa.debian.org/med-team/libzstd/compare/352d204eb49e0781ef346122bad2c9038d1a9dd5...b411c44af5a2d52574337bbc2587ec6af9dfb550
--
View it on GitLab: https://salsa.debian.org/med-team/libzstd/compare/352d204eb49e0781ef346122bad2c9038d1a9dd5...b411c44af5a2d52574337bbc2587ec6af9dfb550
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181011/204a4acd/attachment-0001.html>
More information about the debian-med-commit
mailing list