Update to 13.1
Changes: https://salsa.debian.org/debian/debhelper/-/blob/master/debian/changelog
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= debhelper
|
||||
PORTVERSION= 13
|
||||
PORTVERSION= 13.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= DEBIAN
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1588279604
|
||||
SHA256 (debhelper_13.tar.xz) = 7f584975ec42af8cf375c059e96aa85b388a40b756ba291f949b357b7af541f3
|
||||
SIZE (debhelper_13.tar.xz) = 526028
|
||||
TIMESTAMP = 1589908766
|
||||
SHA256 (debhelper_13.1.tar.xz) = b54f05f73ad63e9636c32098526690e995647e5a16913efd1e01e84eb87f9bbe
|
||||
SIZE (debhelper_13.1.tar.xz) = 530828
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- Makefile.orig 2020-01-27 20:31:46 UTC
|
||||
--- Makefile.orig 2020-05-17 09:32:16 UTC
|
||||
+++ Makefile
|
||||
@@ -3,7 +3,7 @@ PO4A ?= po4a
|
||||
POD2MAN ?= pod2man
|
||||
@@ -9,7 +9,7 @@
|
||||
MANPAGES=$(COMMANDS:=.1) dh.1
|
||||
|
||||
# Find deprecated commands by looking at their synopsis.
|
||||
@@ -118,19 +118,18 @@ endif
|
||||
@@ -118,23 +118,22 @@ endif
|
||||
done;
|
||||
|
||||
install:
|
||||
@@ -29,10 +29,14 @@
|
||||
+ install -m 0644 lib/Debian/Debhelper/*.pm $(DESTDIR)${SITE_PERL}/Debian/Debhelper
|
||||
[ "$(PREFIX)" = /usr ] || \
|
||||
- sed -i '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)$(PERLLIBDIR)/Dh_Lib.pm
|
||||
+ sed -i '' '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Dh_Lib.pm
|
||||
if [ "$(VERSION)" ]; then \
|
||||
MV=$$(echo "$(VERSION)" | $(PERL) -ne 'print $$1 if /^(\d+)[~.]/;') ; \
|
||||
sed -i "/constant HIGHEST_STABLE_COMPAT_LEVEL =>/s@=>.*;@=> $${MV};@g" $(DESTDIR)$(PERLLIBDIR)/Dh_Lib.pm ; \
|
||||
fi
|
||||
- install -m 0644 lib/Debian/Debhelper/Sequence/*.pm $(DESTDIR)$(PERLLIBDIR)/Sequence
|
||||
- install -m 0644 lib/Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)$(PERLLIBDIR)/Buildsystem
|
||||
- install -m 0644 lib/Debian/Debhelper/DH/*.pm $(DESTDIR)$(PERLLIBDIR)/DH
|
||||
+ sed -i '' '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Dh_Lib.pm
|
||||
+ install -m 0644 lib/Debian/Debhelper/Sequence/*.pm $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Sequence
|
||||
+ install -m 0644 lib/Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Buildsystem
|
||||
+ install -m 0644 lib/Debian/Debhelper/DH/*.pm $(DESTDIR)${SITE_PERL}/DH
|
||||
|
||||
@@ -14,6 +14,7 @@ bin/dh_gconf
|
||||
bin/dh_gencontrol
|
||||
bin/dh_icons
|
||||
bin/dh_install
|
||||
bin/dh_installalternatives
|
||||
bin/dh_installcatalogs
|
||||
bin/dh_installchangelogs
|
||||
bin/dh_installcron
|
||||
@@ -62,13 +63,13 @@ bin/dh_ucf
|
||||
bin/dh_update_autotools_config
|
||||
bin/dh_usrlocal
|
||||
bin/maintscript-helper
|
||||
bin/postinst-alternatives
|
||||
bin/postinst-emacsen
|
||||
bin/postinst-icons
|
||||
bin/postinst-init
|
||||
bin/postinst-init-nostart
|
||||
bin/postinst-init-restart
|
||||
bin/postinst-init-tmpfiles
|
||||
bin/postinst-initramfs-hook
|
||||
bin/postinst-menu
|
||||
bin/postinst-menu-method
|
||||
bin/postinst-modules
|
||||
@@ -87,7 +88,6 @@ bin/postinst-xfonts
|
||||
bin/postrm-debconf
|
||||
bin/postrm-icons
|
||||
bin/postrm-init
|
||||
bin/postrm-initramfs-hook
|
||||
bin/postrm-menu
|
||||
bin/postrm-menu-method
|
||||
bin/postrm-modules
|
||||
@@ -98,6 +98,7 @@ bin/postrm-systemd-user
|
||||
bin/postrm-ucf
|
||||
bin/postrm-xfonts
|
||||
bin/preinst-emacsen
|
||||
bin/prerm-alternatives
|
||||
bin/prerm-emacsen
|
||||
bin/prerm-init
|
||||
bin/prerm-init-norestart
|
||||
|
||||
Reference in New Issue
Block a user