Bas Couwenberg pushed to branch master at Debian GIS Project / pycsw
Commits: aeaf7550 by Bas Couwenberg at 2025-02-23T06:22:16+01:00 Fix gen_html.py syntax error. - - - - - d50d0f77 by Bas Couwenberg at 2025-02-23T06:23:21+01:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/patches/0002-Remove-externally-linked-files.patch Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,10 @@ -pycsw (2.6.2+dfsg-2) UNRELEASED; urgency=medium +pycsw (2.6.2+dfsg-2) unstable; urgency=medium * Team upload. * Add python3-pkg-resources to (build) dependencies. + * Fix gen_html.py syntax error. - -- Bas Couwenberg <[email protected]> Sat, 22 Feb 2025 18:59:41 +0100 + -- Bas Couwenberg <[email protected]> Sun, 23 Feb 2025 06:23:11 +0100 pycsw (2.6.2+dfsg-1) unstable; urgency=medium ===================================== debian/patches/0002-Remove-externally-linked-files.patch ===================================== @@ -23,7 +23,7 @@ W3C and jquery </script> </head> -''' % JQUERY_VERSION) -+''' ++''') print(''' <body> View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/compare/63d4e3611c7f92661465abc3521a215f3d92b13c...d50d0f777645017d5577292fc1f68eeb2d86c670 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/compare/63d4e3611c7f92661465abc3521a215f3d92b13c...d50d0f777645017d5577292fc1f68eeb2d86c670 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
