Drop obsolete patches
IOhannes m zmölnig (Debian/GNU)
1 year, 5 months ago
debian/patches/1001_fix_metainformation.patch
less
more
| 0 | |
Description: Fix Makefile.am to include the correct info-files
|
| 1 | |
For whatever reasons, the released frei0r files are different from the tagged
|
| 2 | |
releases (on github), by renaming some crucial files.
|
| 3 | |
Author: IOhannes m zmölnig
|
| 4 | |
Last-Update: 2020-01-29
|
| 5 | |
---
|
| 6 | |
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
| 7 | |
--- frei0r.orig/Makefile.am
|
| 8 | |
+++ frei0r/Makefile.am
|
| 9 | |
@@ -16,4 +16,4 @@
|
| 10 | |
pkgconfig_DATA = frei0r.pc
|
| 11 | |
|
| 12 | |
docsdir = ${prefix}/share/doc/${PACKAGE}
|
| 13 | |
-docs_DATA = README.md ChangeLog TODO AUTHORS
|
| 14 | |
+docs_DATA = README.txt ChangeLog.txt AUTHORS.txt
|
| 0 | |
1001_fix_metainformation.patch
|