Étienne Mollier pushed to branch master at Debian Med / libzerg-perl
Commits: 5486eb46 by Étienne Mollier at 2025-11-13T22:52:18+01:00 d/copyright: drop the old FSF address. - - - - - 0d3d3aa9 by Étienne Mollier at 2025-11-13T22:52:38+01:00 d/s/lintian-overrides: flag the obsolete Homepage. - - - - - a5b68a9a by Étienne Mollier at 2025-11-13T23:03:53+01:00 d/rules: convert ISO-8859-1 file to UTF-8. - - - - - da9723cc by Étienne Mollier at 2025-11-13T23:09:56+01:00 d/changelog: ready for upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/copyright - debian/rules - + debian/source/lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -libzerg-perl (1.0.4-9) UNRELEASED; urgency=medium +libzerg-perl (1.0.4-9) unstable; urgency=medium * d/control: build depends on perl-xs-dev. (Closes: #1102791) * d/control: point to archived home page. (Closes: #1081848) @@ -6,8 +6,11 @@ libzerg-perl (1.0.4-9) UNRELEASED; urgency=medium * d/control: declare compliance to standards version 4.7.2. * d/control: add myself to Uploaders. * d/watch: convert to v5 untrackable watch file. + * d/copyright: drop the old FSF address. + * d/s/lintian-overrides: flag the obsolete Homepage. + * d/rules: convert ISO-8859-1 file to UTF-8. - -- Étienne Mollier <[email protected]> Thu, 13 Nov 2025 22:48:02 +0100 + -- Étienne Mollier <[email protected]> Thu, 13 Nov 2025 23:04:28 +0100 libzerg-perl (1.0.4-8) unstable; urgency=medium ===================================== debian/copyright ===================================== @@ -23,9 +23,5 @@ License: GPL-2+ MERCHANTABILITY or FITNESS FOR A PARTICULAR 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 program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". ===================================== debian/rules ===================================== @@ -13,3 +13,11 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) .PHONY: override_dh_auto_configure override_dh_auto_configure: dh_auto_configure -- OPTIMIZE="$(CPPFLAGS) $(CFLAGS)" LD="$(shell perl -V::ld:) $(LDFLAGS)" + +PERLDIR = $(shell echo $(CURDIR)/debian/libzerg-perl/usr/lib/*/perl*/*) +execute_after_dh_install: + iconv -f ISO-8859-1 -t UTF-8 \ + < $(PERLDIR)/Zerg/Report.pm \ + > $(PERLDIR)/Zerg/Report.pm.utf8 + mv -vf $(PERLDIR)/Zerg/Report.pm.utf8 \ + $(PERLDIR)/Zerg/Report.pm ===================================== debian/source/lintian-overrides ===================================== @@ -0,0 +1,2 @@ +# There does not seem to be a newer upstream home page. +obsolete-url-in-packaging https://code.google.com/archive/p/libzerg/ [debian/control] View it on GitLab: https://salsa.debian.org/med-team/libzerg-perl/-/compare/534c78278185941b026d31cf249f83ae6ba0bf52...da9723cc34cd4178aeb0af1f83f455d6d042fc1e -- View it on GitLab: https://salsa.debian.org/med-team/libzerg-perl/-/compare/534c78278185941b026d31cf249f83ae6ba0bf52...da9723cc34cd4178aeb0af1f83f455d6d042fc1e 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
