diff --git a/ChangeLog b/ChangeLog index 4a0292d7..bff4386d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * In places where the CGI variable REMOTE_USER is read, support alternatively REDIRECT_REMOTE_USER, which is used by the Apache HTTPD Server instead, when a redirect was used. + * Removed debian/README.Debian which didn’t contain any useful + information. 2013-03-23 Christoph Anton Mitterer * Handle the content of the CGI AUTH_TYPE variable case-insensitively as diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 45871530..00000000 --- a/debian/README.Debian +++ /dev/null @@ -1,14 +0,0 @@ -DAViCal for Debian ----------------- - -This is a CalDAV Server which I wrote because I was getting -sick of the length of time it was taking to make worthwhile -CalDAV server-side implementations that worked OK with -Evolution. - -Then, when I finally did find a CalDAV store that worked, I -found that it was quite bloated because it wanted to do vast -amounts of irrelevant stuff. Well, irrelevant for me in any -case. - -Andrew McMillan , Tue. 2 May 2006 07:11:22 +1200 diff --git a/debian/changelog b/debian/changelog index 058ed940..55a56149 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ davical (1.1.2-1) unstable; urgency=low * New upstream release (closes: #656395, #702403, #703290, #703383, #703387) * Updated the control file Vcs-* fields to the new addresses of the canonical git upstream repository. + * Removed README.Debian which didn’t contain any useful information. -- Andrew McMillan Wed, 01 May 2013 10:05:33 +1200