[med-svn] [Git][med-team/sambamba][master] 2 commits: Fix Meson syntax
Andreas Tille
gitlab at salsa.debian.org
Fri Dec 4 20:27:13 GMT 2020
Andreas Tille pushed to branch master at Debian Med / sambamba
Commits:
b90d16c7 by Andreas Tille at 2020-12-04T21:19:19+01:00
Fix Meson syntax
- - - - -
3c84f73c by Andreas Tille at 2020-12-04T21:24:24+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fix_meson_syntax.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,9 @@
-sambamba (0.8.0-1) UNRELEASED; urgency=medium
+sambamba (0.8.0-1) unstable; urgency=medium
* New upstream version
* Standards-Version: 4.5.1 (routine-update)
- -- Andreas Tille <tille at debian.org> Mon, 30 Nov 2020 17:37:23 +0100
+ -- Andreas Tille <tille at debian.org> Fri, 04 Dec 2020 21:21:52 +0100
sambamba (0.7.1-5) unstable; urgency=medium
=====================================
debian/patches/fix_meson_syntax.patch
=====================================
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 30 Nov 2020 17:37:23 +0100
+Description: Fix Meson syntax
+
+--- a/meson.build
++++ b/meson.build
+@@ -112,7 +112,7 @@ sambamba_exe = executable('sambamba',
+ thirdparty_src,
+ version_info_d_fname],
+ dependencies: [biod_dep,
+- lz4_dep,
++ lz4_dep],
+ d_args: extra_dflags,
+ d_import_dirs: [include_directories('.')],
+ install: true
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
02_disable-assert.patch
2to3.patch
MakefilePointerToStaticLib.patch
+fix_meson_syntax.patch
View it on GitLab: https://salsa.debian.org/med-team/sambamba/-/compare/5ab76848380ef9174e44dc1d23562f38dd8fa003...3c84f73ca2d7aece1469e8180aefbfea501bf355
--
View it on GitLab: https://salsa.debian.org/med-team/sambamba/-/compare/5ab76848380ef9174e44dc1d23562f38dd8fa003...3c84f73ca2d7aece1469e8180aefbfea501bf355
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/20201204/bdc16bf1/attachment-0001.html>
More information about the debian-med-commit
mailing list