[med-svn] [Git][med-team/qsopt-ex][master] 5 commits: import NMU

Alexandre Detiste (@detiste-guest) gitlab at salsa.debian.org
Sun Nov 17 18:06:52 GMT 2024



Alexandre Detiste pushed to branch master at Debian Med / qsopt-ex


Commits:
8bbaf5df by Alexandre Detiste at 2024-11-17T18:54:18+01:00
import NMU

- - - - -
1eac75af by Alexandre Detiste at 2024-11-17T18:55:31+01:00
switch to DebHelper 13

- - - - -
898f6d6f by Alexandre Detiste at 2024-11-17T18:56:31+01:00
import NMU 2/2

- - - - -
bd8e40f7 by Alexandre Detiste at 2024-11-17T18:57:07+01:00
release

- - - - -
34b5dd24 by Alexandre Detiste at 2024-11-17T19:03:39+01:00
add missing bit of NMU

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/libqsopt-ex2t64.lintian-overrides
- debian/docs → debian/qsopt-ex.docs
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,21 @@
-qsopt-ex (2.5.10.3-3) UNRELEASED; urgency=medium
+qsopt-ex (2.5.10.3-3) unstable; urgency=medium
 
+  * Team upload.
+  * Switch to DebHelper 13
+  * Set Rules-Requires-Root: no
+
+  [ Debian Janitor ]
   * Apply multi-arch hints.
     + libqsopt-ex-dev, libqsopt-ex2: Add Multi-Arch: same.
 
- -- Debian Janitor <janitor at jelmer.uk>  Tue, 27 Oct 2020 16:33:20 -0000
+ -- Alexandre Detiste <tchet at debian.org>  Sun, 17 Nov 2024 18:56:34 +0100
+
+qsopt-ex (2.5.10.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062721
+
+ -- Benjamin Drung <bdrung at debian.org>  Thu, 29 Feb 2024 21:43:15 +0000
 
 qsopt-ex (2.5.10.3-2) unstable; urgency=medium
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Afif Elghraoui <afif at ghraoui.name>
 Section: math
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
                d-shlibs,
                libgmp-dev
 Rules-Requires-Root: no
@@ -16,7 +16,7 @@ Package: qsopt-ex
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libqsopt-ex2 (= ${binary:Version})
+         libqsopt-ex2t64 (= ${binary:Version})
 Description: Exact linear programming solver
  QSopt-ex is an implementation of a simplex-based algorithm that returns exact
  rational solutions, taking advantage of the speed of floating-point
@@ -30,7 +30,7 @@ Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libqsopt-ex2 (= ${binary:Version})
+         libqsopt-ex2t64 (= ${binary:Version})
 Multi-Arch: same
 Description: Exact linear programming solver -- development files
  QSopt-ex is an implementation of a simplex-based algorithm that returns exact
@@ -40,7 +40,10 @@ Description: Exact linear programming solver -- development files
  .
  This package contains the header files and static library.
 
-Package: libqsopt-ex2
+Package: libqsopt-ex2t64
+Provides: ${t64:Provides}
+Replaces: libqsopt-ex2
+Conflicts: libqsopt-ex2 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},


=====================================
debian/libqsopt-ex2t64.lintian-overrides
=====================================
@@ -0,0 +1 @@
+libqsopt-ex2t64: package-name-doesnt-match-sonames libqsopt-ex2


=====================================
debian/docs → debian/qsopt-ex.docs
=====================================


=====================================
debian/rules
=====================================
@@ -10,8 +10,10 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 override_dh_install:
 	dh_install
 	d-shlibmove --commit \
+		    --t64 \
 		    --multiarch \
 		    --devunversioned \
 		    --exclude-la \
 		    --movedev debian/tmp/usr/include/* usr/include \
 		    debian/tmp/usr/lib/*/*.so
+	rm -vf debian/tmp/usr/lib/*/libqsopt_ex.la



View it on GitLab: https://salsa.debian.org/med-team/qsopt-ex/-/compare/ed74764aa50839cdba3c777202fec041f45e2338...34b5dd24c71d8ac45c51c46fc4ab046b517e3ec1

-- 
View it on GitLab: https://salsa.debian.org/med-team/qsopt-ex/-/compare/ed74764aa50839cdba3c777202fec041f45e2338...34b5dd24c71d8ac45c51c46fc4ab046b517e3ec1
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/20241117/8725252e/attachment-0001.htm>


More information about the debian-med-commit mailing list