[med-svn] [Git][med-team/libedlib][master] 4 commits: routine-update: Packaging update
Lance Lin (@linqigang)
gitlab at salsa.debian.org
Fri Feb 23 14:09:17 GMT 2024
Lance Lin pushed to branch master at Debian Med / libedlib
Commits:
3d6c4bf7 by Lance Lin at 2024-02-23T20:10:35+07:00
routine-update: Packaging update
- - - - -
d0aaf326 by Lance Lin at 2024-02-23T20:10:54+07:00
routine-update: Standards-Version: 4.6.2
- - - - -
b9d5114e by Lance Lin at 2024-02-23T20:11:52+07:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/
- - - - -
dc27019d by Lance Lin at 2024-02-23T21:05:10+07:00
d/clean: Remove generated files and folders from build (Closes: #1048671)
- - - - -
4 changed files:
- debian/changelog
- + debian/clean
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libedlib (1.2.7-5) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Standards-Version: 4.6.2 (routine-update)
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+ * d/clean: Remove generated files and folders from build (Closes: #1048671)
+
+ -- Lance Lin <lq27267 at gmail.com> Fri, 23 Feb 2024 20:07:30 +0700
+
libedlib (1.2.7-4) unstable; urgency=medium
* Fix watch file
=====================================
debian/clean
=====================================
@@ -0,0 +1,5 @@
+bindings/python/build/
+bindings/python/edlib/
+bindings/python/edlib.egg-info/
+bindings/python/edlib.bycython.cpp
+.pybuild/
=====================================
debian/control
=====================================
@@ -5,13 +5,13 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
- dh-python,
+ dh-sequence-python3,
d-shlibs,
rename,
cython3,
python3-all-dev,
python3-setuptools
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/libedlib
Vcs-Git: https://salsa.debian.org/med-team/libedlib.git
Homepage: https://github.com/Martinsos/edlib
=====================================
debian/rules
=====================================
@@ -14,7 +14,7 @@ DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_BUILD_TYPE=Release \
EDLIB_OMIT_README_RST=1
%:
- dh $@ --with python3
+ dh $@
override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- $(DEB_CMAKE_EXTRA_FLAGS)
View it on GitLab: https://salsa.debian.org/med-team/libedlib/-/compare/71945079823ec37e3705420569aca83842874c8e...dc27019d39d7c55c94b283ecab9dad76a53614e4
--
View it on GitLab: https://salsa.debian.org/med-team/libedlib/-/compare/71945079823ec37e3705420569aca83842874c8e...dc27019d39d7c55c94b283ecab9dad76a53614e4
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/20240223/830fec13/attachment-0001.htm>
More information about the debian-med-commit
mailing list