Codebase list aspell-mr / 6838c7d
Use dh_aspell-simple, Use new team e-mail address in control and copyright Christopher Hoskin 4 years ago
4 changed file(s) with 9 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
1414 * Move from Section text to localization
1515 * Add Autopkgtest test
1616 * aspell/u-deva.* now in /usr/lib not /usr/share
17 * Use dh_aspell-simple
18 * Use new team e-mail address in control and copyright
1719
1820 -- Christopher Hoskin <mans0954@debian.org> Sun, 07 Jul 2019 18:05:09 +0100
1921
00 Source: aspell-mr
11 Section: localization
22 Priority: optional
3 Maintainer: Debian-IN Team <debian-in-workers@lists.alioth.debian.org>
3 Maintainer: Debian-IN Team <debian-in-workers@alioth-lists.debian.net>
44 Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>
55 Build-Depends: debhelper (>= 12)
66 Build-Depends-Indep: aspell (>= 0.60.4-2),
7 dictionaries-common-dev (>= 0.9.1)
7 dictionaries-common-dev (>= 1.23.3)
88 Vcs-Git: https://salsa.debian.org/debian-in-team/aspell-mr.git
99 Vcs-Browser: https://salsa.debian.org/debian-in-team/aspell-mr
1010 Standards-Version: 4.3.0
1313 Architecture: all
1414 Depends: ${misc:Depends},
1515 aspell (>= 0.60.4-2),
16 dictionaries-common (>= 0.9.1)
16 ${aspell:Depends}
1717 Description: Marathi (mr) dictionary for GNU aspell
1818 This package contains the required files to add support for the Marathi
1919 (mr) language to the GNU Aspell spell checker.
88
99 Files: debian/*
1010 Copyright: 2005, Soumyadip Modak <soumyadip@softhome.net>
11 2006-2012, Debian-IN Team <debian-in-workers@lists.alioth.debian.org>
12 2019, Christopher Hoskin <mans0954@debian.org>
11 2006-2019, Debian-IN Team <debian-in-workers@alioth-lists.debian.net>
1312 License: GPL-2+
1413
1514 License: GPL-2+
77 override_dh_auto_configure:
88 ./configure
99
10 override_dh_install:
11 gzip -9c -n mr.cwl > $(BASEDIR)/usr/share/aspell/mr.cwl.gz
12 touch $(BASEDIR)/var/lib/aspell/mr.compat
13 touch $(BASEDIR)/var/lib/aspell/mr.rws
14 dh_installdirs
15 installdeb-aspell
16 dh_install
17
10 override_dh_aspell-simple:
11 dh_aspell-simple
1812 # Remove u-deva.cmap and u-deva.cset as it conflict with libaspell
1913 rm -f $(BASEDIR)/usr/lib/aspell/u-deva.*
2014
2115 %:
22 dh $@
16 dh $@ --with aspell-simple