Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 138 → Rev 139

/trunk/debian/patches/ipv6_v6only.patch
File deleted
/trunk/debian/patches/series
5,5 → 5,4
unbrand_accountd.patch
template_sdk.patch
no_db_version_check.patch
ipv6_v6only.patch
hurd.patch
/trunk/debian/patches/template_sdk.patch
193,15 → 193,3
+
+.PHONY: all install-sources install-libs clean distclean test
+.DELETE_ON_ERROR:
--- a/templates/src/build_index.pl
+++ b/templates/src/build_index.pl
@@ -18,7 +18,8 @@ foreach $i (@ARGV) {
@templates = sort(@templates);
print <<'EOM';
-#include "lib.h"
+#include "misc.h"
+#include "template_structs.h"
EOM
/trunk/debian/changelog
1,3 → 1,12
prayer (1.3.4-dfsg1-1) UNRELEASED; urgency=low
 
* New upstream release.
- Drop ipv6_v6only.patch; fixed upstream.
* template_sdk.patch: templates/src/build_index.pl no longer need to
be patched.
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 27 Jun 2011 22:37:54 +0200
 
prayer (1.3.3-dfsg1-4) unstable; urgency=low
 
* Merge ld-as-needed.diff from Ubuntu into dlopen_templates.patch