[med-svn] [Git][med-team/libedlib][master] 2 commits: Fix version of package in CMakeLists.txt
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun Dec 19 20:32:04 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / libedlib
Commits:
47b69ba2 by Nilesh Patra at 2021-12-20T01:59:34+05:30
Fix version of package in CMakeLists.txt
- - - - -
1f7f7a27 by Nilesh Patra at 2021-12-20T02:01:48+05:30
Interim changelog entry
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fix-package-version.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libedlib (1.2.7-2) UNRELEASED; urgency=medium
+
+ * Team Upload.
+ * Fix version of package in CMakeLists.txt
+
+ -- Nilesh Patra <nilesh at debian.org> Mon, 20 Dec 2021 02:01:21 +0530
+
libedlib (1.2.7-1) unstable; urgency=medium
* Fix watchfile to detect new versions on github
=====================================
debian/patches/fix-package-version.patch
=====================================
@@ -0,0 +1,9 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
+-project(edlib VERSION 1.2.6)
++project(edlib VERSION 1.2.7)
+
+ option(EDLIB_ENABLE_INSTALL "Generate the install target" ON)
+ option(EDLIB_BUILD_EXAMPLES "Build examples" ON)
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@
cython3.patch
enable_shared_and_static.patch
really_exclude_readme.rst.patch
+fix-package-version.patch
View it on GitLab: https://salsa.debian.org/med-team/libedlib/-/compare/9fe8873554cb4607bd8e8e864e2eb3db97f34761...1f7f7a27818667289f1652c815f82785d58074ff
--
View it on GitLab: https://salsa.debian.org/med-team/libedlib/-/compare/9fe8873554cb4607bd8e8e864e2eb3db97f34761...1f7f7a27818667289f1652c815f82785d58074ff
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/20211219/edc46de3/attachment.htm>
More information about the debian-med-commit
mailing list