Codebase list frei0r / dc8b6ad
Dropped patches applied upstream. IOhannes m zmölnig 8 years ago
3 changed file(s) with 0 addition(s) and 31 deletion(s). Raw diff Collapse all Expand all
+0
-16
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
+0
-13
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
-2
debian/patches/series less more
0 automake-foreign.patch
1 docs_DATA.patch