Dropped patches applied upstream.
IOhannes m zmölnig
8 years ago
debian/patches/automake-foreign.patch
less
more
| 0 | |
Description: automake must be 'foreign' if there is no README,...
|
| 1 | |
Author: IOhannes m zmölnig
|
| 2 | |
Last-Update: 2017-06-19
|
| 3 | |
---
|
| 4 | |
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
| 5 | |
--- frei0r.orig/configure.ac
|
| 6 | |
+++ frei0r/configure.ac
|
| 7 | |
@@ -5,7 +5,7 @@
|
| 8 | |
AC_INIT(frei0r-plugins, [1.5.0], [frei0r-devel@dyne.org])
|
| 9 | |
AC_CONFIG_MACRO_DIR([m4])
|
| 10 | |
|
| 11 | |
-AM_INIT_AUTOMAKE
|
| 12 | |
+AM_INIT_AUTOMAKE([foreign])
|
| 13 | |
|
| 14 | |
# Checks for programs.
|
| 15 | |
AC_PROG_CXX
|
debian/patches/docs_DATA.patch
less
more
| 0 | |
Description: Fixed files enumerated in Makefile.am
|
| 1 | |
docs_DATA lists a few files without the .txt extension
|
| 2 | |
Author: IOhannes m zmölnig
|
| 3 | |
---
|
| 4 | |
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
| 5 | |
--- frei0r.orig/Makefile.am
|
| 6 | |
+++ frei0r/Makefile.am
|
| 7 | |
@@ -16,4 +16,4 @@
|
| 8 | |
pkgconfig_DATA = frei0r.pc
|
| 9 | |
|
| 10 | |
docsdir = ${prefix}/share/doc/${PACKAGE}
|
| 11 | |
-docs_DATA = README ChangeLog TODO AUTHORS
|
| 12 | |
+docs_DATA = README.txt ChangeLog.txt TODO.txt AUTHORS.txt
|
| 0 | |
automake-foreign.patch
|
| 1 | |
docs_DATA.patch
|