[neon/backports-focal/libaqbanking/Neon/release] debian: Stop shipping aqbanking-config to better support multi-arch builds

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


Git commit 5928b81b30d9ff7a1cf4a1b347cf2bf1c48fa787 by Micha Lenk.
Committed on 26/06/2020 at 19:35.
Pushed by jriddell into branch 'Neon/release'.

Stop shipping aqbanking-config to better support multi-arch builds

Packages still using aqbanking-config should transition to use pkg-config instead.

Git-Dch: full

M  +1    -9    debian/doc/Makefile
D  +0    -40   debian/doc/aqbanking-config.1.txt
M  +0    -1    debian/libaqbanking-dev.install
D  +0    -1    debian/libaqbanking-dev.manpages

https://invent.kde.org/neon/backports-focal/libaqbanking/commit/5928b81b30d9ff7a1cf4a1b347cf2bf1c48fa787

diff --git a/debian/doc/Makefile b/debian/doc/Makefile
index afbb2bc..7abca84 100644
--- a/debian/doc/Makefile
+++ b/debian/doc/Makefile
@@ -1,23 +1,15 @@
 version := $(shell dpkg-parsechangelog -l../changelog | sed -nr 's/^Version: (.*)/\1/p')
 
-all: aqhbci-tool4.1 aqbanking-config.1
+all: aqhbci-tool4.1
 
 aqhbci-tool4.1: aqhbci-tool4.1.txt aqhbci-tool4.1.generated.txt
 	asciidoctor -d manpage -b manpage $<
 
-aqbanking-config.1: aqbanking-config.1.txt aqbanking-config.1.generated.txt
-	asciidoctor -d manpage -b manpage $<
-
 aqhbci-tool4.1.generated.txt: ../../src/tools/aqbanking-cli/aqhbci-tool4
 	$< --help \
 		| sed -e 's/^Usage:.*//;s/^Global Options:.*//;s/:$$/::/g;s/^\(\S\+.*\)::$$/== \1/g;s/^  \(\S\+\)::/\1::/g;s/^ \[\(.*\)\]/\1::/g' \
 		> $@
 
-aqbanking-config.1.generated.txt: ../../aqbanking-config
-	$< --help \
-		| sed -e 's/^Usage:.*//;s/^.*aqbanking-config --\(\w\+\)/--\1::\n/;' \
-		> $@
-
 %:	%.txt
 	asciidoctor -d manpage -b manpage $*.txt
 
diff --git a/debian/doc/aqbanking-config.1.txt b/debian/doc/aqbanking-config.1.txt
deleted file mode 100644
index 5e1ebf9..0000000
--- a/debian/doc/aqbanking-config.1.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-AQBANKING-CONFIG(1)
-===================
-:author:  Micha Lenk
-:email:   micha at debian.org
-:revdate: 2009-12-30
-
-NAME
-----
-aqbanking-config - A little program to output installation paths
-
-SYNOPSIS
---------
-'aqbanking-config' [options]
-
-DESCRIPTION
------------
-This manual page documents briefly the 'aqbanking-config' command.
-
-'aqbanking-config' is a little program to output installation paths of AqBanking.
-
-OPTIONS
--------
-include::aqbanking-config.1.generated.txt[]
-
-BUGS
-----
-No bugs known at the time of writing this manual page.
-
-RESSOURCES
-----------
-http://www.aqbanking.de/[AqBanking Homepage]
-
-COPYING
--------
-Copyright \(C) Martin Preuß.
-Free use of this software is granted under the terms of the GNU General
-Public License (GPL).
-
-The manpage was composed by Micha Lenk and converted by the nifty tool
-AsciiDoc into a manpage.
diff --git a/debian/libaqbanking-dev.install b/debian/libaqbanking-dev.install
index 8695bbc..578e53b 100644
--- a/debian/libaqbanking-dev.install
+++ b/debian/libaqbanking-dev.install
@@ -1,4 +1,3 @@
-usr/bin/*-config
 usr/share/aclocal
 usr/include/*
 usr/lib/*/*.so
diff --git a/debian/libaqbanking-dev.manpages b/debian/libaqbanking-dev.manpages
deleted file mode 100644
index 4ceb92b..0000000
--- a/debian/libaqbanking-dev.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/doc/aqbanking-config.1



More information about the Neon-commits mailing list