Santiago Vila pushed to branch master at Debian Med / cnrun
Commits: e1b5fe13 by Santiago Vila at 2026-02-02T19:02:00+01:00 Fix clean target. - - - - - 7b750e70 by Santiago Vila at 2026-02-02T19:03:00+01:00 d/rules: Drop DEB_BUILD_OPTIONS, does not belong here. - - - - - 627b98bd by Santiago Vila at 2026-02-02T19:04:00+01:00 d/copyright: Drop postal address and use www.gnu.org instead. - - - - - e1a411f7 by Santiago Vila at 2026-02-02T19:05:00+01:00 d/watch: Switch to format version 5. - - - - - be75bfcf by Santiago Vila at 2026-02-02T19:06:00+01:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - 6fa4ac87 by Santiago Vila at 2026-02-02T19:07:00+01:00 d/control: Drop "Priority: optional" (default). - - - - - 4d3d4f5a by Santiago Vila at 2026-02-02T19:08:00+01:00 d/control: Update standards-version. - - - - - d4d7c828 by Santiago Vila at 2026-02-02T19:09:00+01:00 d/salsa-ci.yml: Use the simplified version. - - - - - 8c915c53 by Santiago Vila at 2026-02-02T19:10:00+01:00 Upload for unstable as 2.1.0-4 - - - - - 7 changed files: - debian/changelog - + debian/clean - debian/control - debian/copyright - debian/rules - debian/salsa-ci.yml - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +cnrun (2.1.0-4) unstable; urgency=medium + + * Team upload. + * Fix clean target. + * Drop DEB_BUILD_OPTIONS from debian/rules, does not belong here. + * Drop old FSF postal address from copyright file. + * Switch watch file to format version 5. + * Drop "Rules-Requires-Root: no" (default). + * Drop "Priority: optional" (default). + * Update standards-version. + * Simplify salsa-ci.yml. + + -- Santiago Vila <[email protected]> Mon, 02 Feb 2026 19:10:00 +0100 + cnrun (2.1.0-3.1) unstable; urgency=medium * Non-maintainer upload ===================================== debian/clean ===================================== @@ -0,0 +1,3 @@ +doc/lua-api/cnrun-lua-api.info +doc/lua-api/stamp-vti +doc/lua-api/version.texi ===================================== debian/control ===================================== @@ -2,7 +2,6 @@ Source: cnrun Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andrei Zavada <[email protected]> Section: science -Priority: optional Build-Depends: debhelper-compat (= 13), autoconf-archive, texinfo, @@ -12,11 +11,10 @@ Build-Depends: debhelper-compat (= 13), libxml2-dev, liblua5.1-dev, lua5.1 -Standards-Version: 4.6.0 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/cnrun Vcs-Git: https://salsa.debian.org/med-team/cnrun.git Homepage: http://johnhommer.com/academic/code/cnrun -Rules-Requires-Root: no Package: libcnrun2 Architecture: any ===================================== debian/copyright ===================================== @@ -25,10 +25,8 @@ License: GPL-2+ PURPOSE. See the GNU General Public License for more details. . - You should have received a copy of the GNU General Public - License along with this package; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, - Boston, MA 02110-1301 USA + You should have received a copy of the GNU General Public License along + with this package; if not, see <https://www.gnu.org/licenses/>. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file ===================================== debian/rules ===================================== @@ -3,7 +3,6 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -DEB_BUILD_OPTIONS = parallel=4 %: dh $@ ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,3 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml ===================================== debian/watch ===================================== @@ -1,2 +1,4 @@ -version=4 -http://johnhommer.com/academic/code/cnrun/source/cnrun-([\d\.]+).tar.xz +Version: 5 + +Source: https://johnhommer.com/academic/code/cnrun/source/ +Matching-Pattern: @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/cnrun/-/compare/8118cbcffb862bbbc12c22a62b0f2bb390978f2e...8c915c539744efb3336ce718bce2158af0323235 -- View it on GitLab: https://salsa.debian.org/med-team/cnrun/-/compare/8118cbcffb862bbbc12c22a62b0f2bb390978f2e...8c915c539744efb3336ce718bce2158af0323235 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
