]> git.pld-linux.org Git - packages/debhelper.git/commitdiff
- updated to 9.20130720
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Sep 2013 10:16:08 +0000 (12:16 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Sep 2013 10:16:08 +0000 (12:16 +0200)
- added pod patch (fix French man pages build)
- don't package changelog and examples twice

debhelper-pod.patch [new file with mode: 0644]
debhelper.spec

diff --git a/debhelper-pod.patch b/debhelper-pod.patch
new file mode 100644 (file)
index 0000000..47a35b7
--- /dev/null
@@ -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<file(1) > pour vérifier si les fichiers sont dans un format correct, puis "
++"L<file(1)> 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
index 4e282b31e4410e8331c4839ab2de07c05545a254..93dcee648a48db87d430417dccf805f5788c7126 100644 (file)
@@ -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*
This page took 0.094429 seconds and 4 git commands to generate.