Subversion Repositories prayer-err

Compare Revisions

Ignore whitespace Rev 31 → Rev 32

/trunk/debian/patches/accountd_makefile_typo.patch
0,0 → 1,11
--- a/accountd/Makefile
+++ b/accountd/Makefile
@@ -60,7 +60,7 @@ accountd.o: accountd.c *.h Makefile
$(CC) $(CFLAGS) -c \
-DACCOUNTD_CONFIG_FILE=\"$(ACCOUNTD_CONFIG_FILE)\" $<
-authenicate.o: authenicate.c *.h Makefile
+authenticate.o: authenticate.c *.h Makefile
$(CC) $(CFLAGS) -c $(ACCOUNTD_PAM_DEFS) $<
clean:
/trunk/debian/patches/series
1,2 → 1,3
makefile_install_config.patch
repair_ssl_session_db_on_version_mismatch.patch
accountd_makefile_typo.patch
/trunk/debian/changelog
24,8 → 24,10
* Package build details:
- Reduce makefile_install_config.patch by not changing BROOT into DESTDIR.
- Override CDBS overriding CFLAGS.
* debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM
not to be used.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 31 May 2008 19:13:41 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 31 May 2008 19:28:21 +0200
 
prayer (1.1.0-2) unstable; urgency=low