[SCM] frei0r/master: Fixed doc-files in autotools
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Wed Oct 19 22:04:01 UTC 2016
The following commit has been merged in the master branch:
commit 85cab64f2d8070a346f04c26547578f3e4c821df
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Wed Oct 19 23:20:55 2016 +0200
Fixed doc-files in autotools
diff --git a/debian/patches/2-docs_DATA.patch b/debian/patches/2-docs_DATA.patch
new file mode 100644
index 0000000..d84dbb9
--- /dev/null
+++ b/debian/patches/2-docs_DATA.patch
@@ -0,0 +1,13 @@
+Description: Fixed files enumerated in Makefile.am
+ docs_DATA lists a few files without the .txt extension
+Author: IOhannes m zmölnig
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- frei0r.orig/Makefile.am
++++ frei0r/Makefile.am
+@@ -16,4 +16,4 @@
+ pkgconfig_DATA = frei0r.pc
+
+ docsdir = ${prefix}/share/doc/${PACKAGE}
+-docs_DATA = README ChangeLog TODO AUTHORS
++docs_DATA = README.txt ChangeLog.txt TODO.txt AUTHORS.txt
diff --git a/debian/patches/series b/debian/patches/series
index fa671dc..52e7385 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
1-AM_INIT_AUTOMAKE.patch
+2-docs_DATA.patch
1-build-doc.patch
1-fix-spelling.patch
--
frei0r packaging
More information about the pkg-multimedia-commits
mailing list