[neon/backports-focal/libaqbanking/Neon/release] debian: Drop meanwhile unused Debhelper sequence extension dh_aqbanking

Micha Lenk null at kde.org
Wed Mar 24 09:53:23 GMT 2021


Git commit 9b7f049db45d9841e9c51360dcb465019ff94969 by Micha Lenk.
Committed on 26/06/2020 at 19:13.
Pushed by jriddell into branch 'Neon/release'.

Drop meanwhile unused Debhelper sequence extension dh_aqbanking

D  +0    -8    debian/debhelper/aqbanking.pm
D  +0    -39   debian/debhelper/dh_aqbanking
M  +1    -4    debian/doc/Makefile
M  +0    -2    debian/libaqbanking-dev.install
M  +0    -1    debian/libaqbanking-dev.manpages

https://invent.kde.org/neon/backports-focal/libaqbanking/commit/9b7f049db45d9841e9c51360dcb465019ff94969

diff --git a/debian/debhelper/aqbanking.pm b/debian/debhelper/aqbanking.pm
deleted file mode 100644
index b833159..0000000
--- a/debian/debhelper/aqbanking.pm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-use warnings;
-use strict;
-use Debian::Debhelper::Dh_Lib;
-
-insert_before("dh_gencontrol", "dh_aqbanking");
-
-1;
diff --git a/debian/debhelper/dh_aqbanking b/debian/debhelper/dh_aqbanking
deleted file mode 100755
index f4003fd..0000000
--- a/debian/debhelper/dh_aqbanking
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/usr/bin/perl -w
-
-=head1 NAME
-
-dh_aqbanking - substitutes the correct AqBanking dependencies
-
-=cut
-
-use strict;
-use Debian::Debhelper::Dh_Lib;
-
-=head1 SYNOPSIS
-
-B<dh_aqbanking>
-
-=head1 DESCRIPTION
-
-B<dh_aqbanking> is a debhelper program that is responsible for generating
-the B<${aqbanking:Depends}> substitutions and adding them to substvars files.
-
-=cut
-
-init();
-
-foreach my $package (@{$dh{DOPACKAGES}}) {
-	addsubstvar($package, "aqbanking:Depends", '');
-}
-
-=head1 SEE ALSO
-
-L<debhelper(7)>
-
-This program is a part of libaqbanking-dev.
-
-=head1 AUTHOR
-
-Micha Lenk <micha at debian.org>
-
-=cut
diff --git a/debian/doc/Makefile b/debian/doc/Makefile
index 9e8a0aa..afbb2bc 100644
--- a/debian/doc/Makefile
+++ b/debian/doc/Makefile
@@ -1,6 +1,6 @@
 version := $(shell dpkg-parsechangelog -l../changelog | sed -nr 's/^Version: (.*)/\1/p')
 
-all: aqhbci-tool4.1 aqbanking-config.1 dh_aqbanking.1
+all: aqhbci-tool4.1 aqbanking-config.1
 
 aqhbci-tool4.1: aqhbci-tool4.1.txt aqhbci-tool4.1.generated.txt
 	asciidoctor -d manpage -b manpage $<
@@ -21,9 +21,6 @@ aqbanking-config.1.generated.txt: ../../aqbanking-config
 %:	%.txt
 	asciidoctor -d manpage -b manpage $*.txt
 
-dh_aqbanking.1:
-	pod2man -r "libaqbanking $(version)" -c dh_aqbanking --section=1 ../debhelper/dh_aqbanking dh_aqbanking.1
-
 clean:
 	rm -f *.generated.txt *.1
 
diff --git a/debian/libaqbanking-dev.install b/debian/libaqbanking-dev.install
index 5e1e49b..8695bbc 100644
--- a/debian/libaqbanking-dev.install
+++ b/debian/libaqbanking-dev.install
@@ -4,5 +4,3 @@ usr/include/*
 usr/lib/*/*.so
 usr/lib/*/cmake
 usr/lib/*/pkgconfig
-debian/debhelper/dh_aqbanking /usr/bin
-debian/debhelper/aqbanking.pm /usr/share/perl5/Debian/Debhelper/Sequence
diff --git a/debian/libaqbanking-dev.manpages b/debian/libaqbanking-dev.manpages
index 0e7b543..4ceb92b 100644
--- a/debian/libaqbanking-dev.manpages
+++ b/debian/libaqbanking-dev.manpages
@@ -1,2 +1 @@
 debian/doc/aqbanking-config.1
-debian/doc/dh_aqbanking.1



More information about the Neon-commits mailing list