[neon/forks/kbibtex/Neon/unstable] debian: sod it just have a single package again
Jonathan Riddell
null at kde.org
Wed Sep 4 12:00:46 BST 2024
Git commit 883e7624241ee3f4c7daa5138de283400a9062e2 by Jonathan Riddell.
Committed on 04/09/2024 at 11:00.
Pushed by jriddell into branch 'Neon/unstable'.
sod it just have a single package again
M +0 -20 debian/control
D +0 -7 debian/kbibtex-data.install
D +0 -6 debian/kbibtex.install
M +6 -6 debian/rules
https://invent.kde.org/neon/forks/kbibtex/-/commit/883e7624241ee3f4c7daa5138de283400a9062e2
diff --git a/debian/control b/debian/control
index aa2d904..8831b04 100644
--- a/debian/control
+++ b/debian/control
@@ -55,23 +55,3 @@ Description: BibTeX editor for KDE
.
BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a
number of citation styles.
-
-Package: kbibtex-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}
-Recommends: texlive-bibtex-extra
-Description: BibTeX editor for KDE -- common data
- An application to manage bibliography databases in the BibTeX format. KBibTeX
- can be used as a standalone program, but can also be embedded into other KDE
- applications (e.g. as bibliography editor into Kile).
- .
- KBibTeX can query online resources (e.g. Google scholar) via customizable
- search URLs. It is also able to import complete datasets from NCBI Pubmed.
- It also supports tagging references with keywords and manages references to
- local files.
- .
- BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a
- number of citation styles.
- .
- This package include common data needed by kbibtex binaries.
diff --git a/debian/kbibtex-data.install b/debian/kbibtex-data.install
deleted file mode 100644
index 7b23503..0000000
--- a/debian/kbibtex-data.install
+++ /dev/null
@@ -1,7 +0,0 @@
-/usr/share/doc
-/usr/share/icons
-/usr/share/kbibtex
-/usr/share/locale/
-/usr/share/man/
-/usr/share/mime/
-/usr/share/qlogging-categories5/
diff --git a/debian/kbibtex.install b/debian/kbibtex.install
deleted file mode 100644
index b3363a5..0000000
--- a/debian/kbibtex.install
+++ /dev/null
@@ -1,6 +0,0 @@
-/usr/bin
-/usr/lib
-/usr/share/applications
-/usr/share/kservices5
-/usr/share/kxmlgui5
-/usr/share/metainfo
diff --git a/debian/rules b/debian/rules
index 09c85a8..cf94db4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,13 +14,13 @@ override_dh_auto_configure:
execute_after_dh_auto_install:
# remove all the development files
- find debian/tmp -name '*.so' -type l -delete
- rm -rf debian/tmp/usr/lib/*/cmake/
- rm -rf debian/tmp/usr/include/
+ find debian/kbibtex -name '*.so' -type l -delete
+ rm -rf debian/kbibtex/usr/lib/*/cmake/
+ rm -rf debian/kbibtex/usr/include/
# drop the spurious RUNPATH
- chrpath -d debian/tmp/usr/bin/*
- chrpath -d debian/tmp/usr/lib/*/libkbibtex*.so.*
- chrpath -d debian/tmp/usr/lib/*/qt5/plugins/kf5/parts/kbibtexpart.so
+ chrpath -d debian/kbibtex/usr/bin/*
+ chrpath -d debian/kbibtex/usr/lib/*/libkbibtex*.so.*
+ chrpath -d debian/kbibtex/usr/lib/*/qt5/plugins/kf5/parts/kbibtexpart.so
override_dh_auto_test:
# the unit tests fail ATM
More information about the Neon-commits
mailing list