[med-svn] [Git][med-team/hunspell-en-med][master] Add .bdic Qt WebEngine support.

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Jul 25 05:09:47 BST 2023



Andreas Tille pushed to branch master at Debian Med / hunspell-en-med


Commits:
332bea99 by Soren Stoutner at 2023-07-24T17:41:18-07:00
Add .bdic Qt WebEngine support.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/install
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+hunspell-en-med (0.0.20140410-5) UNRELEASED; urgency=medium
+
+  [ Soren Stoutner ]
+  * Build and install the .bdic for Qt WebEngine (Closes: #1020473).
+  * Add myself to the copyright file.
+
+ -- Andreas Tille <tille at debian.org>  Mon, 24 Jul 2023 15:52:28 -0700
+
 hunspell-en-med (0.0.20140410-4) unstable; urgency=medium
 
   * Really fix watch file


=====================================
debian/control
=====================================
@@ -4,7 +4,8 @@ Uploaders: Sukhbir Singh <sukhbir.in at gmail.com>,
            Andreas Tille <tille at debian.org>
 Section: localization
 Priority: optional
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: debhelper-compat (= 13),
+               convert-bdic
 Build-Depends-Indep: dictionaries-common-dev
 Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/hunspell-en-med


=====================================
debian/copyright
=====================================
@@ -8,6 +8,7 @@ License: GPL-3+
 
 Files: debian/*
 Copyright: 2013, Sukhbir Singh <sukhbir.in at gmail.com>
+           2023, Soren Stoutner <soren at stoutner.com>
 License: GPL-3+
 
 License: GPL-3+


=====================================
debian/install
=====================================
@@ -1 +1,2 @@
 en_*.dic	usr/share/hunspell
+en_*.bdic   usr/share/hunspell-bdic


=====================================
debian/rules
=====================================
@@ -3,5 +3,14 @@
 %:
 	dh $@
 
+override_dh_auto_build:
+	dh_auto_build
+
+	# Create an empty .aff file, needed by convert-bdic below.
+	touch en_med_glut.aff
+
+	# Build the .bdic binary dictionary used by Qt WebEngine.
+	convert-bdic en_med_glut.dic en_med_glut.bdic
+
 override_dh_auto_install:
 	installdeb-hunspell



View it on GitLab: https://salsa.debian.org/med-team/hunspell-en-med/-/commit/332bea99c985ad825e1cf175b4253115a7e264f7

-- 
View it on GitLab: https://salsa.debian.org/med-team/hunspell-en-med/-/commit/332bea99c985ad825e1cf175b4253115a7e264f7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230725/851be71f/attachment-0001.htm>


More information about the debian-med-commit mailing list