Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package debhelper for openSUSE:Factory checked in at 2021-03-17 20:16:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/debhelper (Old) and /work/SRC/openSUSE:Factory/.debhelper.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "debhelper" Wed Mar 17 20:16:15 2021 rev:7 rq:879491 version:13.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/debhelper/debhelper.changes 2015-01-15 15:58:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.debhelper.new.2401/debhelper.changes 2021-03-17 20:19:54.523313730 +0100 @@ -1,0 +2,13 @@ +Tue Mar 16 14:41:10 UTC 2021 - Jan Baier <[email protected]> + +- Update to version 13.3.4 +- Adapt patches to new upstream version: + * remove debhelper-9.20150101-no-localized-manpages.patch + * add debhelper-no-localized-manpages.patch + +------------------------------------------------------------------- +Sun Jul 24 16:42:15 UTC 2016 - [email protected] + +- Update to version 9.20160709 + +------------------------------------------------------------------- Old: ---- debhelper-9.20150101-no-localized-manpages.patch debhelper_9.20150101.tar.gz New: ---- debhelper-debian-13.3.4.tar.gz debhelper-no-localized-manpages.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ debhelper.spec ++++++ --- /var/tmp/diff_new_pack.H2er5y/_old 2021-03-17 20:19:55.051314452 +0100 +++ /var/tmp/diff_new_pack.H2er5y/_new 2021-03-17 20:19:55.055314457 +0100 @@ -1,7 +1,7 @@ # # spec file for package debhelper # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,30 +12,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: debhelper -Version: 9.20150101 +Version: 13.3.4 Release: 0 Summary: Helper programs for debian/rules -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Building -Url: http://kitenet.net/~joey/code/debhelper/ -# http://ftp.de.debian.org/debian/pool/main/d/debhelper/ -Source0: debhelper_%{version}.tar.gz +URL: https://salsa.debian.org/debian/debhelper +Source0: https://salsa.debian.org/debian/debhelper/-/archive/debian/%{version}/%{name}-debian-%{version}.tar.gz # PATCH-FIX-UPSTREAM not build translated-manpages. -Patch0: debhelper-9.20150101-no-localized-manpages.patch +Patch0: debhelper-no-localized-manpages.patch # PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages. Patch1: debhelper-pod2man-no-utf8.patch +Requires: dh-autoreconf > 10 Requires: dpkg +Requires: strip-nondeterminism +Provides: deb:%{_bindir}/dh_install +BuildArch: noarch %if 0%{?suse_version} Requires: perl = %{perl_version} %endif -Provides: deb:%{_bindir}/dh_install -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %description A collection of programs that can be used in a debian/rules file to @@ -46,7 +46,7 @@ as part of their build process. %prep -%setup -q -n %{name} +%setup -q -n %{name}-debian-%{version} %patch0 -p1 %if 0%{?suse_version} && 0%{?suse_version} < 1130 @@ -54,33 +54,20 @@ %endif %build -make %{?_smp_mflags} VERSION='%{version}' +%make_build VERSION='%{version}' %install -# autoscripts -install -d -m 755 %{buildroot}%{_datadir}/debhelper/autoscripts -install -m 644 autoscripts/* %{buildroot}%{_datadir}/debhelper/autoscripts -# perl modules: -install -d -m 755 %{buildroot}%{perl_vendorlib}/Debian/Debhelper -install -d -m 755 %{buildroot}%{perl_vendorlib}/Debian/Debhelper/Sequence -install -d -m 755 %{buildroot}%{perl_vendorlib}/Debian/Debhelper/Buildsystem -install -m 644 Debian/Debhelper/Buildsystem/*.pm %{buildroot}%{perl_vendorlib}/Debian/Debhelper/Buildsystem -install -m 644 Debian/Debhelper/Sequence/*.pm %{buildroot}%{perl_vendorlib}/Debian/Debhelper/Sequence -install -m 644 Debian/Debhelper/*.pm %{buildroot}%{perl_vendorlib}/Debian/Debhelper +%make_install + # man pages: install -d -m 755 %{buildroot}%{_mandir}/man1 install -d -m 755 %{buildroot}%{_mandir}/man7 install -m 644 *.1 %{buildroot}%{_mandir}/man1 install -m 644 debhelper.7 %{buildroot}%{_mandir}/man7 -# binaries: -install -d -m 755 %{buildroot}%{_bindir} -install -m 755 dh_*[^1-9] %{buildroot}%{_bindir} -install -m 755 dh %{buildroot}%{_bindir} %files -%defattr(-,root,root) %doc doc/* examples/* debian/changelog debian/copyright -%doc %{_mandir}/man*/* +%{_mandir}/man*/* %{_bindir}/* %{_datadir}/debhelper %{perl_vendorlib}/Debian ++++++ debhelper-no-localized-manpages.patch ++++++ --- debhelper-debian-10.10.9.orig/Makefile 2017-11-19 12:06:36.000000000 +0100 +++ debhelper-debian-10.10.9/Makefile 2021-03-16 15:28:10.188324493 +0100 @@ -56,14 +56,8 @@ POD2MAN_FLAGS=--utf8 -c Debhelper -r "$(VERSION)" -ifneq ($(USE_NLS),no) -# l10n to be built is determined from .po files -LANGS?=$(notdir $(basename $(wildcard man/po4a/po/*.po))) -LANG_TARGETS = $(foreach L,$(LANGS),translated-$(L)-stamp) -else LANGS= LANG_TARGETS = -endif build: $(LANG_TARGETS) version debhelper.7 debhelper-obsolete-compat.7 $(MANPAGES) @@ -110,12 +104,6 @@ clean: rm -f *-stamp *.1 *.7 lib/Debian/Debhelper/Dh_Version.pm -ifneq ($(USE_NLS),no) - $(PO4A) --previous --rm-translations --rm-backups man/po4a/po4a.cfg -endif - for lang in $(LANGS); do \ - if [ -e man/$$lang ]; then rmdir man/$$lang; fi; \ - done; install: install -d $(DESTDIR)$(PREFIX)/bin \ ++++++ debhelper-pod2man-no-utf8.patch ++++++ --- /var/tmp/diff_new_pack.H2er5y/_old 2021-03-17 20:19:55.083314496 +0100 +++ /var/tmp/diff_new_pack.H2er5y/_new 2021-03-17 20:19:55.083314496 +0100 @@ -1,13 +1,11 @@ -Index: debhelper/Makefile -=================================================================== ---- debhelper.orig/Makefile -+++ debhelper/Makefile -@@ -38,7 +38,7 @@ VERSION=$(shell expr "`dpkg-parsechangel +--- debhelper-debian-10.10.9.orig/Makefile 2017-11-19 12:06:36.000000000 +0100 ++++ debhelper-debian-10.10.9/Makefile 2021-03-16 15:18:03.115557862 +0100 +@@ -54,7 +54,7 @@ - PERLLIBDIR=$(shell perl -MConfig -e 'print $$Config{vendorlib}')/Debian/Debhelper + PREFIX=/usr --POD2MAN=pod2man --utf8 -c Debhelper -r "$(VERSION)" -+POD2MAN=pod2man -c Debhelper -r "$(VERSION)" +-POD2MAN_FLAGS=--utf8 -c Debhelper -r "$(VERSION)" ++POD2MAN_FLAGS=-c Debhelper -r "$(VERSION)" - build: version debhelper.7 - find . -maxdepth 1 -type f -perm /100 -name "dh*" \ + ifneq ($(USE_NLS),no) + # l10n to be built is determined from .po files
