Codebase list aegean / eb9b7d9
remove patch Sascha Steinbiss 8 years ago
3 changed file(s) with 1 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
00 aegean (0.15.2+dfsg-1) unstable; urgency=medium
11
22 * New upstream version.
3 * Drop patches applied upstream.
34 * d/watch: make watchfile more robust
45 * d/rules: drop unneeded get-orig-source target
56
33 adjust_datapath
44 follow_links
55 includepaths
6 spelling
+0
-14
debian/patches/spelling less more
0 Description: Fix spelling unknow->unknown
1 Author: Sascha Steinbiss <sascha@steinbiss.name>
2 Forwarded: https://github.com/standage/AEGeAn/pull/161
3 --- a/src/core/AgnLocus.c
4 +++ b/src/core/AgnLocus.c
5 @@ -344,7 +344,7 @@
6 break;
7 default:
8 desc = NULL;
9 - fprintf(stderr, "error: unknow comp classification %d\n", c);
10 + fprintf(stderr, "error: unknown comp classification %d\n", c);
11 break;
12 }
13 desc->comparison_count++;