diff -Nru coinor-csdp-6.2.0/debian/changelog coinor-csdp-6.2.0/debian/changelog --- coinor-csdp-6.2.0/debian/changelog 2020-07-05 12:51:43.000000000 +0000 +++ coinor-csdp-6.2.0/debian/changelog 2021-11-08 01:48:59.000000000 +0000 @@ -1,3 +1,21 @@ +coinor-csdp (6.2.0-4) unstable; urgency=medium + + * debian/control + - Update Maintainer to Debian Math Team. + - Bump Standards-Version to 4.6.0. + - Update Vcs-* fields (debian-science -> debian-math). + * debian/copyright + - Update my copyright years. + * debian/README.Debian + - Remove note about octave helper files that no longer exist. + - Rename from README.debian. + * debian/rules + - Drop override_dh_strip; contained --dbgsym-migration option, but + the migration is now complete. + - Stop setting DH_VERBOSE. + + -- Doug Torrance Sun, 07 Nov 2021 20:48:59 -0500 + coinor-csdp (6.2.0-3) unstable; urgency=medium * Source-only upload needed for migration to testing. diff -Nru coinor-csdp-6.2.0/debian/control coinor-csdp-6.2.0/debian/control --- coinor-csdp-6.2.0/debian/control 2020-07-05 12:51:43.000000000 +0000 +++ coinor-csdp-6.2.0/debian/control 2021-11-08 01:16:53.000000000 +0000 @@ -1,7 +1,7 @@ Source: coinor-csdp Section: science Priority: optional -Maintainer: Debian Science Maintainers +Maintainer: Debian Math Team Uploaders: Doug Torrance Build-Depends: debhelper-compat (= 13), doxygen-latex, @@ -10,10 +10,10 @@ libgfortran5, libgomp1, liblapack-dev -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Homepage: https://github.com/coin-or/Csdp -Vcs-Git: https://salsa.debian.org/science-team/csdp.git -Vcs-Browser: https://salsa.debian.org/science-team/csdp +Vcs-Git: https://salsa.debian.org/math-team/csdp.git +Vcs-Browser: https://salsa.debian.org/math-team/csdp Rules-Requires-Root: no Package: coinor-csdp diff -Nru coinor-csdp-6.2.0/debian/copyright coinor-csdp-6.2.0/debian/copyright --- coinor-csdp-6.2.0/debian/copyright 2020-07-05 12:51:43.000000000 +0000 +++ coinor-csdp-6.2.0/debian/copyright 2021-11-08 01:19:04.000000000 +0000 @@ -9,7 +9,7 @@ Files: debian/* Copyright: 2009-2010 Soeren Sonnenburg - 2020 Doug Torrance + 2020-2021 Doug Torrance License: CPL License: CPL diff -Nru coinor-csdp-6.2.0/debian/README.debian coinor-csdp-6.2.0/debian/README.debian --- coinor-csdp-6.2.0/debian/README.debian 2020-07-05 12:51:43.000000000 +0000 +++ coinor-csdp-6.2.0/debian/README.debian 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -The octave helper files were removed from the distribution due to lincensing -conflicts. Csdp is released under the CPL, which is a GPL incompatible license. - -In addition, to avoid naming clashes with other packages all executables are -prefixed with csdp-. diff -Nru coinor-csdp-6.2.0/debian/README.Debian coinor-csdp-6.2.0/debian/README.Debian --- coinor-csdp-6.2.0/debian/README.Debian 1970-01-01 00:00:00.000000000 +0000 +++ coinor-csdp-6.2.0/debian/README.Debian 2021-11-08 01:43:08.000000000 +0000 @@ -0,0 +1,2 @@ +To avoid naming clashes with other packages all executables are +prefixed with csdp-. diff -Nru coinor-csdp-6.2.0/debian/rules coinor-csdp-6.2.0/debian/rules --- coinor-csdp-6.2.0/debian/rules 2020-07-05 12:51:43.000000000 +0000 +++ coinor-csdp-6.2.0/debian/rules 2021-11-08 01:34:45.000000000 +0000 @@ -1,14 +1,10 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -DH_VERBOSE = 1 %: dh $@ -override_dh_strip: - dh_strip --dbgsym-migration='coinor-csdp-dbg (<< 6.2.0-2~)' - override_dh_compress: dh_compress -X.pdf