[med-svn] [Git][med-team/charls][master] 4 commits: d/maintscript: Remove leftover

Mathieu Malaterre (@malat) gitlab at salsa.debian.org
Mon Oct 30 14:59:13 GMT 2023



Mathieu Malaterre pushed to branch master at Debian Med / charls


Commits:
990d2728 by Mathieu Malaterre at 2023-10-30T15:54:38+01:00
d/maintscript: Remove leftover

- - - - -
70e94213 by Mathieu Malaterre at 2023-10-30T15:56:10+01:00
d/rules: Migrate to ninja build

- - - - -
b6d8467a by Mathieu Malaterre at 2023-10-30T15:56:31+01:00
d/control: Bump Std-Vers to 4.6.2 no changes needed

- - - - -
29c05755 by Mathieu Malaterre at 2023-10-30T15:57:38+01:00
d/changelog: Upload 2.4.2-2 to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- − debian/libcharls-dev.maintscript
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+charls (2.4.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * d/maintscript: Remove leftover
+  * d/rules: Migrate to ninja build
+  * d/control: Bump Std-Vers to 4.6.2 no changes needed
+
+ -- Mathieu Malaterre <malat at debian.org>  Mon, 30 Oct 2023 15:56:47 +0100
+
 charls (2.4.2-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -4,9 +4,8 @@ Uploaders: Andreas Tille <tille at debian.org>,
            Shayan Doust <hello at shayandoust.me>
 Section: science
 Priority: optional
-Build-Depends: cmake,
-               debhelper-compat (= 13)
-Standards-Version: 4.6.1
+Build-Depends: cmake, debhelper-compat (= 13), ninja-build
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/charls
 Vcs-Git: https://salsa.debian.org/med-team/charls.git
 Homepage: https://github.com/team-charls/charls
@@ -16,8 +15,7 @@ Package: libcharls-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libcharls2 (= ${binary:Version}),
-         ${misc:Depends}
+Depends: libcharls2 (= ${binary:Version}), ${misc:Depends}
 Breaks: libdcmtk-dev (<< 3.6.5-1~)
 Replaces: libdcmtk-dev (<< 3.6.5-1~)
 Description: Implementation of the JPEG-LS standard (development libraries)
@@ -36,8 +34,7 @@ Package: libcharls2
 Architecture: any
 Multi-Arch: same
 Section: libs
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Implementation of the JPEG-LS standard
  CharLS is an optimized implementation of the JPEG-LS standard for lossless and


=====================================
debian/libcharls-dev.maintscript deleted
=====================================
@@ -1,2 +0,0 @@
-# See #971425, #971431 & #971435:
-dir_to_symlink /usr/include/CharLS /usr/include/charls 2.1.0+dfsg-6~ libcharls-dev


=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ CMAKE_EXTRA_FLAGS += \
  -DCHARLS_PEDANTIC_WARNINGS:BOOL=ON
 
 %:
-	dh $@ --buildsystem=cmake
+	dh $@ --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)



View it on GitLab: https://salsa.debian.org/med-team/charls/-/compare/d24a8a71382d8b0da459b2fb154281ec7de2b00c...29c05755886a12c8d43e390c88ac1f07b17e4034

-- 
View it on GitLab: https://salsa.debian.org/med-team/charls/-/compare/d24a8a71382d8b0da459b2fb154281ec7de2b00c...29c05755886a12c8d43e390c88ac1f07b17e4034
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/20231030/80ad7326/attachment-0001.htm>


More information about the debian-med-commit mailing list