diff -Nru imanx-0.50/debian/changelog imanx-0.50/debian/changelog --- imanx-0.50/debian/changelog 2013-12-21 18:01:15.000000000 +0000 +++ imanx-0.50/debian/changelog 2013-12-20 04:25:12.000000000 +0000 @@ -1,3 +1,19 @@ +imanx (0.50-11) unstable; urgency=medium + + * Make sure dirs are created when installing files. Closes: #732748. + + -- Alastair McKinstry Fri, 20 Dec 2013 04:12:18 +0000 + +imanx (0.50-10) unstable; urgency=medium + + * Move to Standards-Version: 3.9.5 + * Move to debhelper 9 + quilt, format 3.0 + * Rephrased Descriptions: as preferred by lintian. + * Don't translate default fields, as per Lintian warning. + * Split build into build-arch, build-indep. + + -- Alastair McKinstry Fri, 20 Dec 2013 01:14:16 +0000 + imanx (0.50-9.1) unstable; urgency=low * Non-maintainer upload. diff -Nru imanx-0.50/debian/compat imanx-0.50/debian/compat --- imanx-0.50/debian/compat 2013-12-21 18:01:15.000000000 +0000 +++ imanx-0.50/debian/compat 2013-12-20 01:14:45.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru imanx-0.50/debian/control imanx-0.50/debian/control --- imanx-0.50/debian/control 2013-12-21 18:01:15.000000000 +0000 +++ imanx-0.50/debian/control 2013-12-20 01:17:18.000000000 +0000 @@ -2,14 +2,14 @@ Section: text Priority: optional Maintainer: Alastair McKinstry -Build-Depends: debhelper (>> 7), ispell, perl, dictionaries-common-dev (>= 0.20) -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 9), ispell, perl, dictionaries-common-dev (>= 0.20) +Standards-Version: 3.9.5 Package: imanx Architecture: any Depends: ispell, dictionaries-common, debconf | debconf-2.0, ${misc:Depends} Provides: ispell-dictionary -Description: A Manx Gaelic dictionary for ispell +Description: Manx Gaelic dictionary for ispell This is a Manx Gaelic dictionary for ispell spelling checker. The dictionary has about 30,000 words, but is of Alpha quality. Help in checking its quality and word submissions gratefully accepted. diff -Nru imanx-0.50/debian/imanx.po-master.templates imanx-0.50/debian/imanx.po-master.templates --- imanx-0.50/debian/imanx.po-master.templates 2013-12-21 18:01:15.000000000 +0000 +++ imanx-0.50/debian/imanx.po-master.templates 2013-12-20 01:16:41.000000000 +0000 @@ -9,5 +9,5 @@ Template: imanx/gather-translations Type: text -_Default: Gaelg (Manx Gaelic) +Default: Gaelg (Manx Gaelic) Description: diff -Nru imanx-0.50/debian/rules imanx-0.50/debian/rules --- imanx-0.50/debian/rules 2013-12-21 18:01:15.000000000 +0000 +++ imanx-0.50/debian/rules 2013-12-20 04:23:25.000000000 +0000 @@ -1,71 +1,26 @@ #!/usr/bin/make -f -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +# Debhelper magic rule +%: + dh $@ - -build: build-stamp - -build-stamp: - dh_testdir - $(MAKE) +override_dh_build: cp debian/language-file debian/imanx.info-ispell cp debian/language-file debian/wmanx.info-wordlist - touch build-stamp + dh_build -clean: - dh_testdir - dh_testroot - rm -f build-stamp *.log - $(MAKE) clean reallyclean +override_dh_clean: rm -f debian/imanx.info-ispell debian/wmanx.info-wordlist + $(MAKE) reallyclean dh_clean -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - +override_dh_auto_install: $(MAKE) install DESTDIR=$(CURDIR)/debian/imanx $(MAKE) install-words DESTDIR=$(CURDIR)/debian/wmanx $(MAKE) install-myspell DESTDIR=$(CURDIR)/debian/myspell-gv - # See bug #541895 + # For debian bug #541923 + mkdir -p debian/myspell-gv/usr/share/hunspell mv debian/myspell-gv/usr/share/myspell/dicts/* debian/myspell-gv/usr/share/hunspell - -# Build architecture-independent files here. -# This is the wmanx pkg. -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs installdeb-wordlist -p wmanx # calls internally dh_installdebconf - dh_installchangelogs dh_installman -p wmanx wmanx/manx.5 - dh_link - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installdocs - installdeb-ispell -p imanx # calls internally dh_installdebconf - dh_installchangelogs -p imanx - dh_installman -p imanx - dh_link -p imanx - dh_compress -p imanx - dh_fixperms -p imanx - dh_installdeb -p imanx - dh_gencontrol -p imanx - dh_md5sums -p imanx - dh_builddeb -p imanx - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install + dh_auto_install diff -Nru imanx-0.50/debian/source/format imanx-0.50/debian/source/format --- imanx-0.50/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ imanx-0.50/debian/source/format 2013-12-21 18:01:15.490401808 +0000 @@ -0,0 +1 @@ +3.0 (quilt)