From: Jakub Bogusz Date: Sun, 1 Sep 2013 10:16:08 +0000 (+0200) Subject: - updated to 9.20130720 X-Git-Tag: auto/th/debhelper-9.20131110-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdebhelper.git;a=commitdiff_plain;h=6f2f955479330d96211d2f8910aea1ef720ac8a9 - updated to 9.20130720 - added pod patch (fix French man pages build) - don't package changelog and examples twice --- diff --git a/debhelper-pod.patch b/debhelper-pod.patch new file mode 100644 index 0000000..47a35b7 --- /dev/null +++ b/debhelper-pod.patch @@ -0,0 +1,11 @@ +--- debhelper/man/po4a/po/fr.po.orig 2013-08-20 18:46:42.000000000 +0200 ++++ debhelper/man/po4a/po/fr.po 2013-09-01 11:15:10.805436946 +0200 +@@ -6125,7 +6125,7 @@ + "répertoires à la recherche de fichiers portant un nom ressemblant à ceux " + "utilisés pour les pages de manuel. Nota : Seuls les vrais répertoires sont " + "scrutés, les liens symboliques sont ignorés. dh_installmanpages utilise " +-"L pour vérifier si les fichiers sont dans un format correct, puis " ++"L pour vérifier si les fichiers sont dans un format correct, puis " + "se base sur l'extension du fichier pour l'installer dans le bon répertoire." + + # type: textblock diff --git a/debhelper.spec b/debhelper.spec index 4e282b3..93dcee6 100644 --- a/debhelper.spec +++ b/debhelper.spec @@ -5,12 +5,13 @@ Summary: Helper programs for debian/rules Summary(pl.UTF-8): Programy pomocnicze dla debian/rules Name: debhelper -Version: 8.9.6 +Version: 9.20130720 Release: 1 -License: GPL v2 -Group: Applications +License: GPL v2+ +Group: Development/Tools Source0: ftp://ftp.debian.org/debian/pool/main/d/debhelper/%{name}_%{version}.tar.gz -# Source0-md5: 8056654d4cd671cbb24ff0d2c1cfbd97 +# Source0-md5: 7ca139c0b53d604c41e423fea4fecda4 +Patch0: %{name}-pod.patch URL: http://kitenet.net/~joey/code/debhelper/ BuildRequires: dpkg BuildRequires: fakeroot @@ -39,6 +40,7 @@ pakietu z systemem menu Debiana, debconfem, doc-base itp. %prep %setup -q -n %{name} +%patch0 -p1 %build %{!?with_tests:DEB_BUILD_OPTIONS=nocheck} \ @@ -57,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc doc/* examples debian/changelog +%doc doc/* %attr(755,root,root) %{_bindir}/dh %attr(755,root,root) %{_bindir}/dh_* %{_datadir}/%{name} @@ -74,10 +76,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/dh.1* %{_mandir}/man1/dh_*.1* +%lang(de) %{_mandir}/de/man1/dh.1* +%lang(de) %{_mandir}/de/man1/dh_*.1* %lang(es) %{_mandir}/es/man1/dh.1* %lang(es) %{_mandir}/es/man1/dh_*.1* %lang(fr) %{_mandir}/fr/man1/dh.1* %lang(fr) %{_mandir}/fr/man1/dh_*.1* %{_mandir}/man7/debhelper.7* +%lang(de) %{_mandir}/de/man7/debhelper.7* %lang(es) %{_mandir}/es/man7/debhelper.7* %lang(fr) %{_mandir}/fr/man7/debhelper.7*